/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two
5. Banner Section / Two / Three
6. Instructor Section
7. Benefits Section
8. Feature Section / Two
9. Course Section
10. Career Section
11. Skill Section
12. Testimonial Section.btn-style-two .txt
13. News Section
14. Clients Section
15. Main Footer Section
16. Professional Section
17. Event Section
18. Goal Section
19. Contact Section
20. Page Title Section
21. Counter Section
22. Team Section
23. Faq Section
24. Profile Section
25. Membership Section
26. Course Filter Section
27. Course Detail Section
28. Blog Section
29. Blog Wudgets Section
30. Blog Detail Section
31. Not Found
32. Contact Form Section
33. Map Section
34. Donate Section

**********************************************/

/* 
	
	
	
	
	HomePage-4 Font
	
	
	
	
*/

@import url('flaticon.css');
@import url('animation.css');
@import url('customanimate.css');
@import url('custom-animate2.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}


@font-face {
                    font-family: "AvertaStd";
                    font-style: normal;
                    src: url("../fonts2/avertastd-regular.woff2") format("woff2"), url("../fonts2/avertastd-regular.woff") format("woff"),
                        url("../fonts2/avertastd-regular.otf") format("opentype");
                    font-display: swap;
                }
                @font-face {
                    font-family: "AvertaStd";
                    font-weight: bold;
                    src: url("../fonts2/avertastd-bold.woff2") format("woff2"), url("../fonts2/avertastd-bold.woff") format("woff"),
                        url("../fonts2/avertastd-bold.otf") format("opentype");
                    font-display: swap;
                }
                @font-face {
                    font-family: "AvertaStd";
                    font-weight: 600;
                    src: url("..fonts2/avertastd-semibold.woff2") format("woff2"), url("../fonts2/avertastd-semibold.woff") format("woff"),
                        url("../fonts2/avertastd-semibold.otf") format("opentype");
                    font-display: swap;
                }
                body {
                    text-rendering: optimizeLegibility;
                    box-sizing: border-box;
                    word-break: break-word;
                    outline: none;
                    -webkit-text-decoration: none;
                    text-decoration: none;
                    margin: 0;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-family: AvertaStd, -apple-system, BlinkMacSystemFont, sans-serif !important;
                    overscroll-behavior: none;
                }

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:14px;
	color:#000;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#1a49bae6;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	
}

input,button,select,textarea,number,password{
	
}

textarea{
	overflow:hidden;
}


/* Typography */

h1{
	font-size:55px;
}

h2{
	font-size:40px;
}

h3{
	font-size:30px;
}

h4{
	font-size:24px;
}

h5{
	font-size:20px;
}

h6{
	font-size:18px;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

/*#wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}*/

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	cursor:pointer;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

/* List Style One */

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#06092d;
	font-size:17px;
	padding-left:45px;
	font-weight:400;
	line-height:1.9em;
	margin-bottom:30px;
}

.list-style-one li:last-child{
	margin-bottom:0px;
}

.list-style-one li strong{
	position:relative;
	display:block;
	color:#000000;
	font-size:24px;
	font-weight:700;
	margin-bottom:10px;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#ffffff;
	font-size:20px;
	line-height:34px;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-style-one li .icon:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:20px;
	height:30px;
	z-index:-1;
	display:inline-block;
	transform:rotate(30deg);
	background-color:#44bb7f;
}

.list-style-one li:nth-child(2) .icon:after{
	background-color:#fe6b8d;
}

.list-style-one li:nth-child(3) .icon:after{
	background-color:#fbb890;
}
.list-style-one li:nth-child(4) .icon:after {
    background-color: #43abb9d1;
}
.list-style-one li:nth-child(5) .icon:after {
    background-color: #dc354596;
}

/* List Style Two */

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:30px;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:20px;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#ffffff;
	font-size:18px;
	line-height:1em;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 17px 56px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 3px;
	overflow:hidden;
	background-color:#1a49bae6;
	text-transform: uppercase;
	
}

.btn-style-one:before{
	position: absolute;
	content: '';
    left: 110%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #ffe00c;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one .txt:before{
	position:absolute;
	content:'';
	left:-30px;
	top:10px;
	width:21px;
	height:4px;
	background:url(../images2/icons/button-icon-one.png) no-repeat;
}

.btn-style-one .txt:after{
	position:absolute;
	content:'';
	right:-30px;
	top:10px;
	width:21px;
	height:4px;
	background:url(../images2/icons/button-icon-two.png) no-repeat;
}

.btn-style-one:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #222222;
	border-color:#00e49a;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 11px 45px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 3px;
	overflow:hidden;
	background-color:#1a49bae6;
	text-transform: capitalize;
	border:5px solid #eef4f1;
	
}

.btn-style-two:before{
	position: absolute;
	content: '';
    left: 110%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #0099ff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-two .txt{
	position:relative;
	z-index:1;
	color: antiquewhite;
}

.btn-style-two .txt:before{
	position:absolute;
	content:'';
	left:-30px;
	top:10px;
	width:21px;
	height:4px;
	background:url(../images2/icons/button-icon-one.png) no-repeat;
}

.btn-style-two .txt:after{
	position:absolute;
	content:'';
	right:-30px;
	top:10px;
	width:21px;
	height:4px;
	background:url(../images2/icons/button-icon-two.png) no-repeat;
}

.btn-style-two:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover{
	color: #fff;
	border-color:#0099ff;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #1a49bae6;
	padding: 12px 40px;
	font-weight: 600;
	overflow: hidden;
	border-radius: 3px;
	overflow:hidden;
	border:1px solid #1a49bae6;
}

.btn-style-three .fa{
	margin-left:6px;
}

.btn-style-three:hover{
	color: #ffffff;
	border-color:#1a49bae6;
	background-color:#1a49bae6;
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #1a49bae6;
	padding: 13px 55px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 3px;
	overflow:hidden;
	border:2px solid #eef4f1;
	background-color:#ffffff;
	text-transform: capitalize;
	
}

.btn-style-four:before{
	position: absolute;
	content: '';
    left: 110%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #1a49bae6;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-four .txt{
	position:relative;
	z-index:1;
}

.btn-style-four .txt:before{
	position:absolute;
	content:'';
	left:-30px;
	top:10px;
	width:21px;
	height:4px;
	background:url(../images2/icons/button-icon-three.png) no-repeat;
}

.btn-style-four .txt:after{
	position:absolute;
	content:'';
	right:-30px;
	top:10px;
	width:21px;
	height:4px;
	background:url(../images2/icons/button-icon-three.png) no-repeat;
}

.btn-style-four:hover .txt:before,
.btn-style-four:hover .txt:after{
	background:url(../images2/icons/button-icon-two.png) no-repeat;
}

.btn-style-four:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-four:hover{
	color: #ffffff;
	border-color:#1a49bae6;
}

/* Btn Style Five */

.btn-style-five{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	padding: 15px 40px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 3px;
	overflow:hidden;
	background-color:#ffe00c;
}

.btn-style-five:hover{
	color: #ffffff;
	border-color:#1a49bae6;
	background-color:#1a49bae6;
}

/* Social Icon One */

.social-icon-one{
	position: relative;
	display: block;
}

.social-icon-one .title{
	position: relative;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 15px;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-right: 22px;
}

.social-icon-one li:last-child{
	margin-right: 0;
}

.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover{
	color: #1a49bae6;
}

.theme_color{
	color:#1a49bae6;
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images2/icons/preloader.svg); background-size:140px; }

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:55px;
}

.sec-title .section-color-layer{
	position:absolute;
	left:0px;
	top:-45px;
	bottom:-45px;
	width:150px;
	background-color:#f6f1eb;
}

.sec-title.centered .section-color-layer{
	left:50%;
	margin-left:-400px;
}

.sec-title .title{
	position:relative;
	color:#1a49bae6;
	font-size:16px;
	font-weight:400;
	text-transform:capitalize;
}

.sec-title h2{
	position: relative;
    color:#06092d;
    font-weight: 700;
    line-height: 1.2em;
	margin-top:18px;
}

.sec-title .text{
	position: relative;
    color:#06092d;
    font-weight: 400;
    line-height: 1.7em;
	margin-top:25px;
	font-size:20px;
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2{
	color:#ffffff;
}

.sec-title.centered{
	text-align: center !important;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	z-index:99;
	width:100%;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .header-upper{
	position:relative;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:22px;
}

.main-header .header-upper .inner-container{
	position:relative;
}

.main-header .header-upper .outer-container{
	position:relative;
	padding: 0px 60px;
}

.main-header .nav-outer{
	position:static;
	padding-left:120px;
}

.main-header .header-upper .logo-box{
	position: relative;
	padding:16px 0px;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
}

.main-header .outer-box{
	margin-left:20px;
	padding: 18px 0px;
}

/* Header Search Form */

.main-header .header-upper .outer-box .search-box{
	position:relative;
	float:left;
}

.main-header .header-upper .outer-box .search-box .form-group{
	position:relative;
	margin:0px;
	width:265px;
	max-width:100%;
}

.main-header .header-upper .outer-box .form-group input[type="text"],
.main-header .header-upper .outer-box .form-group input[type="search"]{
	position:relative;
	line-height:43px;
	padding:10px 15px 10px 45px;
	border:1px solid #1a49bae6;
	background:#fbfbfb;
	display:block;
	font-size:14px;
	height:50px;
	width:100%;
	color:#000000;
	border-radius:5px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-upper .outer-box .form-group button{
	position:absolute;
	left:0px;
	top:0px;
	height:50px;
	width:50px;
	display:block;
	font-size:16px;
	color:#1a49bae6;
	cursor:pointer;
	line-height:100%;
	background:none;
	font-weight:normal;
	text-align:center;
	border-radius:0px 5px 5px 0px;
}

.main-header .header-upper .outer-box .social-box{
	position:relative;
	float:left;
	margin-left:20px;
	padding:7px 0px;
}

.main-header .header-upper .outer-box .social-box li{
	position:relative;
	margin-left:4px;
	display:inline-block;
}

.main-header .header-upper .outer-box .social-box li a{
	position:relative;
	width:36px;
	height:36px;
	color:#ffffff;
	line-height:36px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#1a49bae6;
}

.main-header .header-upper .outer-box .social-box li a::before{
	-webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
	display:inline-block;
}

.main-header .header-upper .outer-box .social-box li a:hover::before{
	transform:rotateY(360deg);
}

.main-header .header-upper .outer-box .social-box li.instagram a{
	background-color:#e4405f;
}

.main-header .header-upper .outer-box .social-box li.facebook a{
	background-color:#3b5999;
}

.main-header .header-upper .outer-box .social-box li.twitter a{
	background-color:#55acee;
}

.main-header .header-upper .outer-box .social-box li.pinterest a{
	background-color:#bd081c;
}

/* Outer Box */

.main-header .cart-box{
	position:relative;
	
	color:#1a49bae6;
	font-size:16px;
	background:none;
	margin-top:12px;
	margin-left:20px;
	display:inline-block;
	margin-right: 0px;
	padding-left:25px;
	border-left:1px solid #d3d4df;
}

.main-header .cart-box .cart-box-btn{
	background:none;
	color:#1a49bae6;
	cursor: pointer;
	font-size: 24px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .cart-box .cart-box-btn:after{
	display:none;
}

.main-header .cart-box .cart-box-btn .total-cart{
	position:absolute;
	right: -8px;
	top: -8px;
	width:18px;
	height:18px;
	color:#ffffff;
	font-weight:700;
	font-size:10px;
	border-radius:50%;
	text-align:center;
	line-height:18px;
	background-color:#222222;
}

.main-header .cart-box .cart-box-btn:hover{
	
}

.main-header .cart-product{
	position:relative;
	margin-bottom:18px;
	min-height:90px;
	border-bottom:1px solid #e4e4e4;
}

.main-header .cart-product .inner{
	position:relative;
	padding-left:90px;
	min-height:70px;
}

.main-header .cart-product .inner .cross-icon{
	position:absolute;
	right:0px;
	top:-2px;
	z-index:1;
	color:#263120;
	font-size:16px;
	cursor:pointer;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .cart-product .inner .cross-icon:hover{
	color:#1a49bae6;
}

.main-header .cart-product .inner .image{
	position:absolute;
	width:70px;
	height:70px;
	left:0px;
	top:0px;
}

.main-header .cart-product .inner h3{
	position:relative;
	font-weight:600;
	font-size:15px;
	margin:0px;
	letter-spacing: 1px;
	text-transform:capitalize;
}

.main-header .cart-product .inner h3 a{
	color:#222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .cart-product .inner h3 a:hover{
	color:#1a49bae6;
}

.main-header .cart-product .inner .quantity-text{
	position:relative;
	font-weight:300;
	color:#666666;
	font-size: 13px;
	margin-bottom: 0px;
}

.main-header .cart-product .inner .price{
	position:relative;
	font-weight:700;
	font-size:16px;
	margin:0px;
	color:#222222;
}

.main-header .cart-box .cart-panel{
	left: auto !important;
	right: 0px !important;
	border-radius:20px;
	padding:20px 20px;
	min-width:300px;
	margin-top:62px;
	z-index: -1;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
	border:3px solid #1a49bae6;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .cart-box .cart-panel .cart-total{
	color:#000000;
	font-size:15px;
	font-weight:400;
	text-align:center;
	text-transform:capitalize;
}

.main-header .cart-box .cart-panel .cart-total span{
	font-weight:800;
	font-size:18px;
}

.main-header .cart-box .cart-panel .btns-boxed{
	position:relative;
	text-align:center;
	margin-top:20px;
}

.main-header .cart-box .cart-panel .btns-boxed li{
	position:relative;
	margin:0px 5px;
	display:inline-block;
}

.main-header .cart-box .cart-panel .btns-boxed li a{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:12px;
	padding:10px 20px 8px;
	border-radius: 2px;
	display:inline-block;
	background-color:#1a49bae6;
	border:1px solid #1a49bae6;
	text-transform:uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .cart-box .cart-panel .btns-boxed li a:hover{
	color:#1a49bae6;
	background:none;
}

.main-header .cart-box .icon a{
	color:#999999;
}

.main-header .btn-box{
	position:relative;
	float:left;
	margin-left:30px;
}

/* Header Lower */

.main-header .header-lower .search-box{
	float:right;
}

.main-header .header-lower .search-box .form-group{
	position:relative;
	margin:0px;
	top:-1px;
}

.main-header .header-lower .search-box .form-group input[type="text"],
.main-header .header-lower .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	padding:10px 50px 10px 25px;
	background:none;
	display:block;
	font-size:14px;
	width:200px;
	height:74px;
	color:#222222;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#ffffff;
	border-radius:0px 50px 50px 0px;
}

.main-header .header-lower .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:74px;
	width:45px;
	font-size:14px;
	color:#000048;
	line-height:100%;
	background:none;
	display:inline-block;
	font-weight:normal;
	text-align:left;
	cursor:pointer;
}

/* Main Menu */

.main-menu{
	position:static;
	float:left;
	padding:7px 0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navbar-collapse{
	padding:0px;
	float: left;
	display:block !important;
}

.main-menu .navigation{
	position:static;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:25px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li > a{
	color:#444444 !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#1a49bae6;
	background-color:inherit !important;
}

.sticky-header .nav-outer .options-box{
	margin-top:45px;
}

/* Header Style Two */

.header-style-two .main-menu{
	padding-left:150px;
}

.header-style-two .main-menu .navigation > li.has-mega-menu{
	float:left !important;
}

.header-style-two .main-menu .navigation > li.has-mega-menu > a{
	background:none;
	color:#1a49bae6;
}

.header-style-two .main-menu .navigation > li.has-mega-menu > a:before{
	display:none;
}

.header-style-two .main-menu .navigation > li.has-mega-menu > a span{
	border-bottom:1px solid #1a49bae6;
}

/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu{
	position:static;
}


.main-menu .navigation > li.has-mega-menu > a span{
	position:relative;
	padding-bottom:0px;
}

.main-menu .navigation > li.has-mega-menu > a span > i{
	margin-left:4px;
	font-size:15px;
}

.main-menu .navigation > li.has-mega-menu > a span:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	right:22px;
	opacity:0.30;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > .mega-menu{
	position:absolute;
	left:0px;
	right: 0;
	margin: auto;
	width:100%;
	max-width: 1170px;
	background-color: #ffffff;
    padding: 45px 30px 30px 45px;
    top: 100%;
	z-index:100;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar{
	position: relative;
	padding:35px 35px;
	box-shadow:0px 0px 25px rgba(0,0,0,0.15);
}

.main-menu .navigation > li > .mega-menu .upper-box .page-links-box{
	text-align:left;
}

.main-menu .navigation > li > .mega-menu .upper-box .page-links-box a{
	margin-right:12px;
	margin-left:0px;
	margin-bottom:18px;
}

.main-menu .navigation > li > .mega-menu .lower-box{
	position:relative;
	max-width:870px;
	width:100%;
	padding-top:30px;
	text-align:left;
	border-top:1px solid #e7e7e7;
}

.main-menu .navigation > li > .mega-menu .lower-box h3{
	position:relative;
	color:#000000;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:18px;
}

.main-menu .navigation > li > .mega-menu .lower-box .text{
	position:relative;
	color:#06092d;
	font-size:16px;
	line-height:1.8em;
}

.main-menu .navigation > li > .mega-menu .lower-box .btn-box{
	position:absolute;
	right:0px;
	top:65px;
}

.main-menu .navigation > li > .mega-menu .lower-box .side-icon{
	position:absolute;
	right:-240px;
	bottom:-30px; 
}

/* Sticky Header */

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e8f1f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:13px 0 13px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#06142d;
	text-align:center;
	line-height:30px;
	text-transform: capitalize;
	letter-spacing:0px;
	opacity:1;
	font-weight:500;
	padding:22px 0px;
	font-size:19px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	
}

.sticky-header .main-menu .navigation > li{
	margin-left:0px;
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after{
	
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:-30px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:24px;
	font-weight:600;
	font-size:15px;
	text-align:left;
	text-transform:capitalize;
	color:#7c7b7b;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a > .new-page{
	background-color:#ff4d8c;
	font-size:12px;
	font-weight:400;
	color:#ffffff;
	padding:1px 8px;
	margin-left:1px;
	display:inline-block;
	text-transform:uppercase;
}

.sticky-header .main-menu .navigation > li > a{
	padding:19px 0px;
	background:none;
}

.main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:8px;
	opacity:0;
	color:#1a49bae6;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a::before{
	opacity:1;
}

.sticky-header .main-menu .navigation > li > a:before{
	display:none;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#1a49bae6;
	padding-left:30px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#222222;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0%;
	width:230px;
	z-index:100;
	display:none;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:20px 12px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:8px 18px;
	line-height:24px;
	font-weight:600;
	font-size:15px;
	color:#7c7b7b;
	padding-left:10px;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a > .new-page{
	background-color:#ff4d8c;
	font-size:12px;
	font-weight:400;
	color:#ffffff;
	padding:1px 8px;
	margin-left:1px;
	display:inline-block;
	text-transform:uppercase;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#1a49bae6;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:4px;
	opacity:0;
	color:#1a49bae6;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	opacity:1;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#1a49bae6;
	padding-left:30px;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:0px;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	left:100%;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

/* .main-header .header-lower .options-box{
	position:relative;
	float:right;
	padding:10px 15px 10px;
} */

.main-header .header-lower .options-box .option-inner:before{
	position:absolute;
	content:'';
	left:-10px;
	top:-10px;
	bottom:-10px;
	width:110%;
	background-color:#1a49bae6;
	border-radius:50px 50px 50px 50px;
}

.main-header .header-lower .options-box .option-inner{
	position:relative;
	padding-left:70px;
}

.main-header .header-lower .options-box .option-inner .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffffff;
	font-size:50px;
	line-height:1em;
}

.main-header .header-lower .options-box .option-inner .number{
	position:relative;
}

.main-header .header-lower .options-box .option-inner .number span{
	position:relative;
	display:block;
	color:#ffffff;
	margin-bottom:3px;
	text-transform:uppercase;
}

.main-header .header-lower .options-box .option-inner .number a{
	position:relative;
	font-weight:800;
	font-size:22px;
	color:#ffffff;
}

.header-style-two .header-upper .logo-box{
	padding:17.5px 0px;
	padding-left:12px;
	background-color:#1a49bae6;
}

.header-style-two .main-menu,
.header-style-two .main-menu .navbar-collapse{
	width:100%;
	text-align:center;
}

.header-style-two .nav-outer{
	width:100%;
	margin-top:-90px;
	text-align:center;
}

.header-style-two .main-menu .navigation > li{
	float:none;
	display:inline-block;
}

.header-style-two .header-upper .outer-box .form-group input[type="search"]{
	border:none;
}

.header-style-two .header-upper .outer-box .search-box .form-group{
	width:200px;
}

.header-style-two .header-upper .outer-box .nav-btn{
	position:relative;
	width:42px;
	height:42px;
	float:left;
	font-size:18px;
	color:#ffffff;
	line-height:42px;
	cursor:pointer;
	margin-top:4px;
	margin-left:5px;
	border-radius:50px;
	background-color:#1a49bae6;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.sidebar-info-contents{
	position:relative;
}

.sidebar-info-contents .content-inner{
	position:relative;
}

.sidebar-info-contents .content-inner .logo {
	padding:0px 0px 40px;
}

.sidebar-info-contents .content-inner .logo img{
	display:inline-block;
	max-width:100%;	
}

.sidebar-info-contents .content-inner .content-box{
	position:relative;
}

.sidebar-info-contents .content-inner .content-box h2 {
    position: relative;
    font-size: 29px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .content-box .text{
	position:relative;
	font-size:14px;
	color:rgba(255,255,255,0.90);
	margin-bottom:25px;
}

.sidebar-info-contents .content-inner .contact-info{
	position:relative;
	margin-top:60px;
}

.sidebar-info-contents .content-inner .contact-info h2{
	position:relative;
	font-size:20px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}

.sidebar-info-contents .content-inner .social-box{
	position:relative;
	margin-top:20px;
	margin-bottom:30px;
}

.sidebar-info-contents .content-inner .social-box li{
	position:relative;
	display:inline-block;
	margin-right:6px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a{
	position:relative;
	width:36px;
	height:36px;
	color:#222222;
	z-index:1;
	font-size:13px;
	line-height:36px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#ffffff;
}

.close-side-widget,
.close-side-widget:hover{
	color:#000000;
	font-size:24px;
}


/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 36px;
	line-height: 50px;
	cursor: pointer;
	color:#000000;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 350px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-width:200px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0s;
	-moz-transition:all 0s;
	-ms-transition:all 0s;
	-o-transition:all 0s;
	transition:all 0s;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
	transition:all 0.1s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#000000;	
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.sticky-header .navbar-header{
	display:none;
}

.main-header .sticky-header .outer-box{
	padding:25px 0px;
}

.main-header .sticky-header .outer-box .cart-box{
	color:#000000;
	margin-top:11px;
}

.main-header .sticky-header .outer-box .cart-box .cart-box-btn,
.main-header .sticky-header .outer-box .cart-box .cart-box-btn:hover{
	color:#000000;
}

.main-header .sticky-header .outer-box .cart-box .cart-box-btn .total-cart{
	background-color:#1a49bae6;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#222222;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#000000;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position:relative;
	overflow:hidden;
	padding-top:100px;
	padding-bottom:200px;
}

.banner-section .image-column .pattern-layer-one{
	position: absolute;
    left: -40px;
    top: -20px;
    width: 467px;
    height: 327px;
	z-index:2;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .image-column .pattern-layer-two{
	position: absolute;
    left: -40px;
    top: 320px;
    width: 86px;
    height: 84px;
	z-index:2;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .image-column .pattern-layer-three{
	position: absolute;
    left: 140px;
    top: 360px;
    width: 195px;
    height: 109px;
	z-index:1;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .image-column .pattern-layer-four{
	position: absolute;
    right: 100px;
    top: 380px;
    width: 105px;
    height: 104px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .image-column .pattern-layer-five{
	position: absolute;
    right: 120px;
    top: 320px;
    width: 20px;
    height: 20px;
	z-index:1;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .pattern-layer-six{
	position: absolute;
    right: 0px;
    top: 90px;
    width: 284px;
    height: 278px;
	z-index:2;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .pattern-layer-seven{
	position: absolute;
    right: 0px;
    bottom: 190px;
    width: 733px;
    height: 171px;
	z-index:2;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .pattern-layer-eight{
	position: absolute;
    right: 350px;
    top: 230px;
    width: 20px;
    height: 20px;
	z-index:2;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .image-column .image-two{
	position:absolute;
	left:-10px;
	bottom:-80px;
	z-index:2;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .image-column{
	position:relative;
	z-index:10;
}

.banner-section .image-column .inner-column{
	position:relative;
	padding-right:100px;
	margin-left:-100px;
}

.banner-section .image-column .image-content{
	position:absolute;
	right:130px;
	bottom:-60px;
	width:238px;
	height:224px;
	padding-top:90px;
	background-repeat:no-repeat;
}

.banner-section .image-column .image-content p{
	position:relative;
	color:#ffffff;
	text-align:center;
	line-height:1.7em;
	font-size:24px;
}

.banner-section .content-column{
	position:relative;
	z-index:10;
}

.banner-section .content-column .inner-column{
	position:relative;
	margin-left:-60px;
	padding-top:120px;
}

.banner-section .content-column .title{
	position:relative;
	color:#06092d;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:25px;
	font-weight:500;
	letter-spacing:4px;
	text-transform:uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .content-column h1{
	position:relative;
	color:#06092d;
	font-weight:900;
	line-height:1.1em;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .content-column .btns-box{
	margin-top:45px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .content-column .theme-btn{
	margin-right:15px;
}

.banner-section .owl-dots{
	position:absolute;
	left:0px;
	right:0px;
	bottom:40px;
	display:none;
	text-align:center;
}

.banner-section .owl-dots .owl-dot{
	position:relative;
	width:30px;
	height:6px;
	margin-bottom:10px;
	border-radius:0px;
	margin:0px 5px;
	display:inline-block;
	background-color:#1a49bae6;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover{
	background-color:#06092d;
}

.banner-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:99999;
	width:100%;
	opacity:0;
	margin-top:-10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.banner-section:hover .owl-nav{
	opacity:1;
}

.banner-section .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#1a49bae6;
	line-height:56px;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid #1a49bae6;
}

.banner-section .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#1a49bae6;
	font-size:24px;
	width:60px;
	height:60px;
	line-height:56px;
	border-radius:50px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid #1a49bae6;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#1a49bae6;
	background-color:#1a49bae6;
}

/*** 

====================================================================
	Instructor Section
====================================================================

***/

.instructor-section{
	position:relative;
}

.instructor-section .background-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-position:center top;
	background-repeat:repeat-x;
}

.instructor-section .background-layer-one{
	position:absolute;
	left:0px;
	top:140px;
	width:620px;
	height:120px;
	background-position:center top;
	background-repeat:repeat-x;
}

.instructor-section .background-layer-two{
	position:absolute;
	right:300px;
	top:60px;
	width:774px;
	height:416px;
	background-position:center top;
	background-repeat:repeat-x;
}

.instructor-section .blocks-column{
	position:relative;
	margin-bottom:40px;
}

.instructor-section .blocks-column .inner-column{
	position:relative;
	padding:140px 0px 40px;
}

.service-block{
	position:relative;
	z-index:1;
}

.service-block .inner-box{
	position:relative;
	padding:50px 30px;
	margin-left:10px;
}

.service-block .inner-box .border-layer{
	position:absolute;
	left:-12px;
	top:0px;
	z-index:-1;
	width:32px;
	bottom:30px;
	border:4px solid #06092d;
	-ms-transform: skewY(20deg);
    transform: skewY(20deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block .inner-box:hover .border-layer{
	border-color:#49bc60;
	-ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

.service-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#ffffff;
	-ms-transform: skewY(4deg);
    transform: skewY(4deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block .inner-box:hover::before{
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.service-block .inner-box .icon-box{
	position:relative;
	width:75px;
	height:75px;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block .inner-box:hover .icon-box{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block .inner-box .icon-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#e3fbe8;
	-ms-transform: skewX(3deg);
    transform: skewX(3deg);
}

.service-block .inner-box .icon-box .icon{
	position:relative;
	width:55px;
	height:55px;
	color:#ffffff;
	font-size:28px;
	margin-top:10px;
	margin-left:10px;
	line-height:50px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#49bc60;
}

.service-block .inner-box h4{
	position:relative;
	font-weight:500;
	line-height:1.3em;
	margin-top:30px;
	margin-bottom:18px;
}

.service-block .inner-box h4 a{
	position:relative;
	color:#06092d;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block .inner-box h4 a:hover{
	color:#49bc60;
}

.service-block .inner-box .text{
	position:relative;
	color:#06092d;
	font-size:16px;
	line-height:1.8em;
}

.service-block:nth-child(2) .inner-box .icon-box:before{
	background-color:#f9f6e2;
}

.service-block:nth-child(2) .inner-box .icon-box .icon{
	background-color:#f8c333;
}

.service-block:nth-child(2) .inner-box:hover .border-layer{
	border-color:#f8c333;
}

.service-block:nth-child(2) .inner-box h4 a:hover{
	color:#f8c333;
}

.instructor-section .instructor-column{
	position:relative;
	margin-bottom:40px;
}

.instructor-section .instructor-column .inner-column{
	position:relative;
	padding:40px 35px;
	background-color:#ffffff;
	outline-offset: -12px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.instructor-section .instructor-column h4{
	position:relative;
	color:#06092d;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:20px;
}

.instructor-section .instructor-column p{
	position:relative;
	color:#06092d;
	font-size:16px;
	opacity:0.90;
	line-height:1.7em;
	margin-bottom:15px;
}

.instructor-section .instructor-column p:last-child{
	margin-bottom:0px;
}

.instructor-section .instructor-column .click-here{
	position:relative;
	color:#1a49bae6;
	font-size:16px;
	margin-top:5px;
	font-weight:500;
	margin-bottom:20px;
	display:inline-block;
	border-bottom:1px solid #1a49bae6;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.instructor-section .instructor-column .click-here:hover{
	color:#111111;
	border-color:#111111;
}

.instructor-section .instructor-column .image{
	position:relative;
	margin-top:20px;
}

/*** 

====================================================================
	Benefit Section
====================================================================

***/

.benefit-section{
	position:relative;
	padding:150px 0px 0px;
}

.benefit-section .background-layer-one{
	position:absolute;
	right:0px;
	top:20px;
	width:606px;
	height:343px;
	background-repeat:no-repeat;
}

.benefit-section .background-layer-two{
	position:absolute;
	left:0px;
	bottom:0px;
	width:774px;
	height:416px;
	background-repeat:no-repeat;
}

.benefit-section .images-column{
	position:relative;
	margin-bottom:40px;
}

.benefit-section .images-column .inner-column{
	position:relative;
	margin-left:-50px;
}

.benefit-section .images-column .color-layer{
	position:absolute;
	right:80px;
	top:-60px;
	width:350px;
	height:720px;
	background: #F2B4C4;
	background: -webkit-linear-gradient(to right, #F2B4C4 0%, #f4e3fb 100%);
	background: -moz-linear-gradient(to right, #F2B4C4 0%, #f4e3fb 100%);
	background: linear-gradient(to right, #F2B4C4 0%, #f4e3fb 100%);
}

.benefit-section .images-column .inner-column .pattern-layer{
	position:absolute;
	left:40px;
	top:-150px;
	width:241px;
	height:388px;
	background-repeat:no-repeat;
}

.benefit-section .images-column .inner-column .pattern-layer-two{
	position:absolute;
	left:-80px;
	bottom:-40px;
	width:241px;
	height:388px;
	background-repeat:no-repeat;
}

.benefit-section .images-column .image{
	position:relative;
	padding:10px;
	display:inline-block;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.benefit-section .images-column .image-two{
	position:relative;
	margin-left:130px;
	margin-top:-160px;
	padding:10px;
	display:inline-block;
	background-color:#ffffff;
	box-shadow:0px 10px 35px rgba(0,0,0,0.25);
}

.benefit-section .images-column .image-three{
	position:absolute;
	right:15px;
	top:130px;
	padding:10px;
	display:inline-block;
	background-color:#ffffff;
	box-shadow:0px 10px 25px rgba(0,0,0,0.25);
}

.benefit-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.benefit-section .content-column .inner-column{
	position:relative;
	margin-right:-60px;
}

.benefit-section .content-column .inner-column .btn-box{
	position:relative;
	margin-top:40px;
}

.benefit-section .lower-text{
	position:relative;
	text-align:center;
	margin-top:30px;
}

.benefit-section .lower-text p{
	position:relative;
	color:#06092d;
	font-size:24px;
	line-height:1.6em;
	font-weight:500;
}

/*** 

====================================================================
	Feature Section
====================================================================

***/

.feature-section{
	position:relative;
	overflow:hidden;
	padding:120px 0px 40px;
}

.feature-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.feature-section .content-column .inner-column{
	position:relative;
	padding-top:45px;
	z-index:1;
}

.feature-section .content-column .inner-column .sec-title{
	margin-bottom:30px;
}

.feature-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.feature-section .image-column .feature-icon{
	position:absolute;
	right:-120px;
	top:-90px;
	z-index:2;
}

.feature-section .image-column .inner-column{
	position:relative;
	padding-left:45px;
}

.feature-section .image-column .color-layer{
	position:absolute;
	right:-30px;
	top:-20px;
	width:520px;
	height:520px;
	border-radius:50%;
	background-color:#ffe4e8;
}

.feature-section .image-column .image{
	position:relative;
	width:400px;
}

.feature-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.feature-section .image-column .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	padding:50px 30px;
}

.feature-section .pattern-layer{
	position:absolute;
	right:0px;
	top:100px;
	width:954px;
	height:505px;
	background-repeat:no-repeat;
}

.feature-section .image-column .image h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:20px;
}

.feature-section .image-column .image p{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:12px;
}

.feature-section .image-column .image .learn{
	position:relative;
	color:#1a49bae6;
	margin-top:15px;
	display:inline-block;
	border-bottom:1px solid #1a49bae6;
}

/*** 

====================================================================
	Courses Section
====================================================================

***/

.courses-section{
	position:relative;
	overflow:hidden;
	padding:30px 0px 40px;
}

.courses-section .pattern-layer{
	position:absolute;
	right:-80px;
	bottom:450px;
	width:774px;
	height:416px;
}

.courses-section .circle-one{
	position:absolute;
	left:-350px;
	top:0px;
	width:600px;
	height:600px;
	border-radius:50%;
	display:inline-block;
	background-color:#ffe00c;
}

.courses-section .circle-two{
	position:absolute;
	left:-350px;
	top:260px;
	width:600px;
	height:600px;
	border-radius:50%;
	display:inline-block;
	background-color:#fbfbff;
}

.course-block{
	position:relative;
	margin-bottom:30px;
}

.course-block .inner-box{
	position:relative;
}

.course-block .inner-box .image{
	position:relative;
	overflow:hidden;
}

.course-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.course-block .inner-box:hover .image img{
	opacity:0.6;
	transform:scale(1.05,1.05);
	border-radius: 8px 8px 0 0;
}

.course-block .inner-box .image .tag{
	position:absolute;
	right:15px;
	bottom:15px;
	color:#ffffff;
	padding:8px 12px;
	border-radius:5px;
	display:inline-block;
	background-color:#1a49bae6;
	text-transform:uppercase;
}

.course-block .inner-box .lower-content{
	position:relative;
	padding:30px 25px;
	background-color:#fbfbff;
}

.course-block .inner-box .lower-content h4{
	position:relative;
	font-weight:700;
	line-height:1.4em;
	padding-bottom:20px;
	border-bottom:1px solid #dadada;
}

.course-block .inner-box .lower-content h4 a{
	position:relative;
	color:#000000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.course-block .inner-box .lower-content h4 a:hover{
	color:#1a49bae6;
}

.course-block .inner-box .lower-content .uni-name{
	position:relative;
	color:#1a49bae6;
	font-size:15px;
	margin-top:18px;
	margin-bottom:12px;
}

.course-block .inner-box .lower-content .rating{
	position:relative;
	color:#fbb039;
	font-size:16px;
}

.course-block .inner-box .lower-content .rating strong{
	position:relative;
	color:#000000;
	margin-left:10px;
	font-size:16px;
}

.course-block .inner-box .lower-content .rating i{
	position:relative;
	color:#000000;
	top:-2px;
	font-size:14px;
	font-weight:400;
	font-style:normal;
	margin-left:5px;
}

.course-block .inner-box .lower-content .price{
	position:relative;
	color:#423b3c;
	font-size:20px;
	font-weight:700;
	margin-top:10px;
	margin-bottom:22px;
}

.course-block .inner-box .lower-content .price span{
	position:relative;
	font-weight:400;
	font-size:16px;
	margin-left:10px;
	text-decoration:line-through;
}

.course-block .inner-box .lower-content .hovers{
	position:relative;
	color:#000000;
	font-size:13px;
}

.course-block .inner-box .lower-content .enroll-now{
	position:relative;
	color:#ffffff;
	font-size:13px;
	padding:12px 18px;
	border-radius:5px;
	letter-spacing:1px;
	background-color:#1a49bae6;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.course-block .inner-box .lower-content .enroll-now:hover{
	color:#111111;
	background-color:#ffe00c;
}

.course-block .inner-box .overlay-content-box{
	position:absolute;
	left:100%;
	top:-35px;
	width:360px;
	z-index:1;
	opacity:0;
	visibility:hidden;
	padding:25px 25px;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transform:translateX(20px);
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.course-block .inner-box:hover .overlay-content-box{
	opacity:1;
	visibility:visible;
	transform:translateX(0px);
}

.course-block .inner-box .overlay-content-box:before{
	position:absolute;
	content:'';
	left:-10px;
	top:32%;
	border-top: 6px solid transparent;
    border-right: 10px solid #ffffff;
    border-bottom: 6px solid transparent;
}

.course-block:nth-child(4n + 0) .inner-box .overlay-content-box{
	left:auto;
	right:100%;
}

.course-block:nth-child(4n + 0) .inner-box .overlay-content-box:before{
	right:-10px;
	left:auto;
	border-right:0px;
	border-top: 6px solid transparent;
    border-left: 10px solid #ffffff;
    border-bottom: 6px solid transparent;
}

.course-block .inner-box .overlay-content-box h4{
	position:relative;
	font-weight:700;
	line-height:1.3em;
	color:#000000;
	font-size:24px;
	margin-bottom:20px;
	padding-bottom:18px;
	border-bottom:1px solid #dadada;
}

.course-block .inner-box .overlay-content-box .uni-name{
	position:relative;
	color:#1a49bae6;
	font-size:15px;
	margin-top:18px;
	margin-bottom:12px;
}

.course-block .inner-box .overlay-content-box .rating{
	position:relative;
	color:#fbb039;
	font-size:16px;
}

.course-block .inner-box .overlay-content-box .rating strong{
	position:relative;
	color:#000000;
	margin-left:10px;
	font-size:16px;
}

.course-block .inner-box .overlay-content-box .rating i{
	position:relative;
	color:#000000;
	top:-2px;
	font-size:14px;
	font-weight:400;
	font-style:normal;
	margin-left:5px;
}

.course-block .inner-box .overlay-content-box .price{
	position:relative;
	color:#423b3c;
	font-size:20px;
	font-weight:700;
	margin-top:10px;
	margin-bottom:22px;
}

.course-block .inner-box .overlay-content-box .price span{
	position:relative;
	font-weight:400;
	font-size:16px;
	margin-left:10px;
	text-decoration:line-through;
}

.course-block .inner-box .overlay-content-box .hovers{
	position:relative;
	color:#000000;
	font-size:13px;
}

.course-block .inner-box .overlay-content-box .enroll-now{
	position:relative;
	color:#ffffff;
	font-size:13px;
	padding:12px 18px;
	border-radius:5px;
	letter-spacing:1px;
	background-color:#1a49bae6;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.course-block .inner-box .overlay-content-box .enroll-now:hover{
	background-color:#111111;
}

.course-block .inner-box .overlay-content-box .text{
	position:relative;
	color:#000000;
	font-size:14px;
	line-height:1.8em;
	margin-top:15px;
}

.course-block .inner-box .overlay-content-box .lists{
	position:relative;
	margin-top:20px;
}

.course-block .inner-box .overlay-content-box .lists li{
	position:relative;
	margin-bottom:12px;
	color:#000000;
	font-size:14px;
	padding-left:25px;
}

.course-block .inner-box .overlay-content-box .lists li:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:15px;
	height:3px;
	background-color:#1a49bae6;
}

.course-block .inner-box .overlay-content-box .lists li:last-child{
	margin-bottom:0px;
}

.course-block .inner-box .overlay-content-box .btns-box{
	position:relative;
	margin-top:22px;
}

.course-block .inner-box .overlay-content-box .btns-box .enrol-btn{
	position:relative;
	color:#000000;
	font-size:16px;
	padding:16px 26px;
	border-radius:6px;
	font-weight:500;
	margin-right:10px;
	display:inline-block;
	background-color:#ffe00c;
}

.course-block .inner-box .overlay-content-box .btns-box .wishlist-btn{
	position:relative;
	color:#000000;
	font-size:16px;
	padding:16px 26px;
	border-radius:6px;
	font-weight:500;
	display:inline-block;
	background-color:#eef7f3;
}

.course-block.style-two .inner-box .lower-content{
	position:relative;
	padding:30px 20px;
	background-color:#ffffff;
	border:1px solid #f5f3f3;
}

.course-block.style-two .inner-box .lower-content .price{
	float:left;
	margin-bottom:0px;
}

.course-block.style-two .inner-box .lower-content .hovers{
	float:left;
	margin-top:10px;
	margin-left:12px;
}

/*** 

====================================================================
	Courses Section
====================================================================

***/

.career-section{
	position:relative;
	padding:0px 0px 100px;
}

.career-section .image-column{
	position:relative;
}

.career-section .image-column .inner-column{
	position:relative;
}

.career-section .image-column .image{
	position:relative;
}

.career-section .content-column{
	position:relative;
}

.career-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	padding-right:100px;
}

.career-section .content-column h5{
	position:relative;
	color:#06092d;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:15px;
}

.career-section .content-column .text{
	position:relative;
	margin-bottom:30px;
}

.career-section .content-column .text p{
	position:relative;
	color:#06092d;
	font-size:16px;
	line-height:1.6em;
	margin-bottom:15px;
}

.career-section .content-column .text p:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	Skill Section
====================================================================

***/

.skill-section{
	position:relative;
	padding:90px 0px 40px;
	background-color:#f3fbf8;
}

.skill-section .pattern-layer{
	position:absolute;
	left:0px;
	top:60px;
	width:100%;
	height:654px;
}

.skill-section .skill-column{
	position:relative;
	margin-bottom:40px;
}

.skill-section .skill-column .inner-column{
	position:relative;
	padding-top:20px;
	padding-right:80px;
}

.skill-section .skill-column .inner-column .sec-title{
	margin-bottom:20px;
}

/* Skills Section */

.skills .skill-item{
	position:relative;
	margin-bottom:30px;
}

.skills .skill-item:last-child{
	margin-bottom:0px;
}

.skills .skill-item .skill-bar{
	position:relative;
	width:100%;
	height:8px;
}

.skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	height:8px;
	overflow:hidden;
	border-radius:50px;
	background:#ffffff;
}

.skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:8px;
	width:0px;
	border-radius:50px;
	border-bottom:8px solid #ffe00c;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.skills .skill-item .skill-header{
	position:relative;
	margin-bottom:12px;
}

.skills .skill-item .skill-header .skill-title{
	position:relative;
}

.skills .skill-item .skill-header .skill-title{
	float:left;
	color:#000000;
	font-size:16px;
	font-weight:600;
	line-height:1.4em;
	text-transform:capitalize;
}

.skills .skill-item .skill-header .skill-percentage{
	position:relative;
	float:right;
	font-weight:600;
	color:#000000;
	font-size:16px;
	text-transform:uppercase;
}

.skills .skill-item:nth-child(2) .skill-bar .bar-inner .bar{
	border-color:#1a49bae6;
}

.skills .skill-item:nth-child(3) .skill-bar .bar-inner .bar{
	border-color:#fc7f92;
}

.skill-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.skill-section .image-column .inner-column{
	position:relative;
}

.skill-section .image-column .inner-column .image{
	position:relative;
	z-index:1;
}

.skill-section .image-column .circle-one{
	position:absolute;
	left:50%;
	top:50%;
	width:270px;
	height:270px;
	border-radius:50%;
	background-color:#effef7;
}

.skill-section .image-column .circle-two{
	position:absolute;
	left:0%;
	top:0%;
	width:270px;
	height:270px;
	border-radius:50%;
	background-color:#f3fbf8;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	overflow:hidden;
	padding:80px 0px 100px;
}

.testimonial-section .circle-one{
	position:absolute;
	right:-150px;
	top:150px;
	width:400px;
	height:400px;
	border-radius:50%;
	display:inline-block;
	background-color:#ffe00c;
}

.testimonial-section .circle-two{
	position:absolute;
	right:-200px;
	top:320px;
	width:400px;
	height:400px;
	border-radius:50%;
	display:inline-block;
	background-color:#ffffff;
}

.testimonial-section .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:150px;
	width:446px;
	height:406px;
	background-repeat:no-repeat;
}

.testimonial-section .inner-container{
	position:relative;
}

.testimonial-section .inner-container .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:519px;
	background-position:center top;
	background-repeat:no-repeat;
}

.testimonial-section .owl-carousel .owl-stage-outer{
	padding:20px 0px 20px;
}

.testimonial-section .owl-theme .testimonial-block{
	margin:0px 15px;
}

.testimonial-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.testimonial-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:10px;
}

.testimonial-section .owl-dots .owl-dot{
	position:relative;
	margin:0px 5px;
	width:10px;
	height:10px;
	border-radius:50px;
	display:inline-block;
	border:2px solid #928f89;;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.testimonial-section .owl-dots .owl-dot.active,
.testimonial-section .owl-dots .owl-dot:hover{
	border-color: #0099ff; background-color: #0099ff;
}

.testimonial-section .owl-nav{
	display:none;
}

.testimonial-block{
	position:relative;
	margin-bottom:30px;
}

.testimonial-block .inner-box{
	position:relative;
	padding:45px 25px 50px;
}

.testimonial-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border-radius:8px;
	background-color:#ffffff;
	-ms-transform: skewY(2deg);
    transform: skewY(2deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#06092d;
	font-size:20px;
	line-height:1.5em;
	margin-bottom:30px;
}

.testimonial-block .inner-box .author-info{
	position:relative;
}

.testimonial-block .inner-box .author-info .info-inner{
	position:relative;
	padding-left:82px;
	padding-top:10px;
}

.testimonial-block .inner-box .author-info .info-inner .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:62px;
	height:62px;
	overflow:hidden;
	border-radius:50%;
	display:inline-block;
}

.testimonial-block .inner-box .author-info h6{
	position:relative;
	color:#06092d;
	font-weight:500;
	line-height:1.3em;
}

.testimonial-block .inner-box .author-info .designation{
	position:relative;
	color:#be5d2c;
	font-weight:600;
	line-height:1.2em;
	margin-top:4px;
}
.flaticon-quote-2:before
{
    color: #1a49ba;
}
.testimonial-block .inner-box .quote-icon{
	position:absolute;
	right:40px;
	bottom:20px;
	color:#000000;
	line-height:1em;
	font-size:36px;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
}

.news-section.style-two{
	padding-top:150px;
	overflow:hidden;
	padding-bottom:40px;
}

.news-section .outer-container{
	position:relative;
	padding:0px 80px;
	max-width:1850px;
	margin:0 auto;
}

.news-section .pattern-layer{
	position:absolute;
	left:0px;
	top:300px;
	width:100%;
	height:643px;
	background-repeat:no-repeat;
}

.news-section .inner-container{
	position:relative;
}

.news-section .icon-layer-one{
	position:absolute;
	left:-15%;
	bottom:100px;
	width:160px;
	height:133px;
	background-repeat:no-repeat;
}

.news-section .icon-layer-two{
	position:absolute;
	right:0%;
	top:0px;
	width:69px;
	height:69px;
	background-repeat:no-repeat;
}

.news-section .icon-layer-three{
	position:absolute;
	right:-6%;
	bottom:120px;
	width:69px;
	height:69px;
	opacity:0.5;
	background-repeat:no-repeat;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
	display:inline-block;
	background-color:#1a49bae6;
}

.news-block .inner-box .image img{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.05,1.05);
}

.news-block .inner-box .lower-content{
	position:relative;
	margin-left:200px;
	padding:35px 25px;
	margin-top:-165px;
	z-index:1;
}

.news-block .inner-box .lower-content .border-layer{
	position:absolute;
	left:-12px;
	top:-30px;
	z-index:-1;
	width:32px;
	bottom:-10px;
	border:4px solid #1a49bae6;
	-ms-transform: skewY(20deg);
    transform: skewY(20deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block .inner-box:hover .lower-content .border-layer{
	-ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

.news-block .inner-box .lower-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border-radius:0px;
	background-color:#ffffff;
	-ms-transform: skewY(2deg);
    transform: skewY(2deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.news-block .inner-box .lower-content .post-info{
	position:relative;
}

.news-block .inner-box .lower-content .post-info li:first-child{
	position:relative;
	color:#ffffff;
	border-radius:50px;
	padding:0px 12px;
	background-color:#1a49bae6;
}

.news-block .inner-box .lower-content .post-info li{
	position:relative;
	color:#272626;
	font-size:14px;
	margin-right:15px;
	display:inline-block;
}

.news-block .inner-box .lower-content h4{
	position:relative;
	font-weight:700;
	line-height:1.3em;
	margin-top:25px;
	padding-bottom:20px;
	border-bottom:1px solid #dad4d5;
}

.news-block .inner-box .lower-content h4 a{
	position:relative;
	color:#06092d;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block .inner-box .lower-content .more{
	position:relative;
	color:#06092d;
	font-size:16px;
	margin-top:22px;
	font-weight:600;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block .inner-box .lower-content h4 a:hover,
.news-block .inner-box .lower-content .more:hover{
	color:#1a49bae6;
}

.news-block.style-two .inner-box .lower-content{
	margin-left:80px;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin:0px;
}

.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	margin:0 auto;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover{
	opacity:0.7;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	overflow:hidden;
	background: #f8fbff;
}

.main-footer .widgets-section{
	position:relative;
	padding:70px 0px 4px;
}

.main-footer .circle-layer{
	position:absolute;
	right:-400px;
	bottom:-400px;
	width:600px;
	height:600px;
	border-radius:50%;
	background-color:#ffe00c;
}

.main-footer .pattern-layer-one{
	position:absolute;
	left:0px;
	bottom:-80px;
	width:256px;
	height:392px;
	background-repeat:no-repeat;
}

.main-footer .pattern-layer-two{
	position:absolute;
	left:140px;
	bottom:40px;
	width:69px;
	height:69px;
	background-position:center top;
	background-repeat:no-repeat;
}

.main-footer .pattern-layer-three{
	position:absolute;
	bottom:0px;
	right:0px;
	width:292px;
	height:120px;
	background-repeat:no-repeat;
}

.main-footer .pattern-layer-four{
	position:absolute;
	right:140px;
	bottom:40px;
	width:69px;
	height:69px;
	background-position:center top;
	background-repeat:no-repeat;
}

.main-footer .footer-widget{
	position:relative;
	z-index:1;
	margin-bottom:40px;
}

.main-footer .footer-column h5{
	position:relative;
	font-weight:700;
	color:#00184f;
	line-height:1.2em;
	margin-bottom:25px;
	margin-top:30px;
	text-transform:capitalize;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:15px;
}

.main-footer .logo-widget .info-list{
	position:relative;
	margin-bottom:20px;
}

.main-footer .logo-widget .info-list li{
	position:relative;
	color:#00184f;
	font-size:16px;
	margin-bottom:6px;
}

.main-footer .logo-widget .info-list li a{
	position:relative;
	color:#00184f;
}

.main-footer .logo-widget .social-box{
	position:relative;
}

.main-footer .logo-widget .social-box li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.main-footer .logo-widget .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:15px;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#55acee;
}

.main-footer .logo-widget .social-box li a::before{
	-webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
	display:inline-block;
}

.main-footer .logo-widget .social-box li a:hover::before{
	transform:rotateY(360deg);
}

.main-footer .logo-widget .social-box li.twitter a{
	background-color:#55acee;
}

.main-footer .logo-widget .social-box li.pinterest a{
	background-color:#bd081c;
}

.main-footer .logo-widget .social-box li.facebook a{
	background-color:#3b5999;
}

.main-footer .logo-widget .social-box li.dribbble a{
	background-color:#ea4c89;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#00184f;
	font-size:20px;
	line-height:1.6em;
	margin-top:30px;
}

.main-footer .list{
	position:relative;
}

.main-footer .list li{
	position:relative;
	margin-bottom:8px;
}

.main-footer .list li a{
	position:relative;
	color:#00184f;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .list li a:hover{
	color:#1a49bae6;
}

.main-footer .lower-box{
	position:relative;
	padding-bottom:15px;
	margin-bottom:50px;
}

/* Subscribe Form */

.subscribe-form{
	position:relative;
	width:300px;
	margin-bottom:20px;
}

.subscribe-form h6{
	position:relative;
	color:#00184f;
	font-size:16px;
	font-weight:500;
	margin-bottom:15px;
}

.subscribe-form .form-group{
    position: relative;
    display: block;
    z-index:1;
	padding-right:60px;
	margin-bottom: 0px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 50px;
	color:#00184f;
	display:inline-block;
    font-size: 14px;
	letter-spacing:1px;
	border-radius:6px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	background-color:#e8ebef;
}

.subscribe-form .form-group input:focus{
	
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .form-group button {
	position: absolute;
	width:45px;
	height:50px;
	right:0px;
	top:0px;
	bottom:5px;
	color:#ffffff;
	cursor:pointer;
	border-radius:5px;
	background-color:#1a49bae6;
	display:inline-block;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-form .form-group button:hover{
	background-color:#ffe00c;
}

.main-footer .lower-box .text{
	position:relative;
	color:#00184f;
	font-size:16px;
	line-height:1.8em;
}

.main-footer .lower-box .singup{
	position:absolute;
	right:15px;
	top:15px;
	font-weight:400;
	color:#1a49bae6;
	font-size:16px;
	text-decoration:underline;
}

.main-footer .footer-bottom{
	position:relative;
	padding:25px 0px;
	border-top:1px solid #dee0e4;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#102659;
	font-size:16px;
}

.main-footer .footer-bottom .copyright a{
	position:relative;
	color:#102659;
}

.main-footer .footer-bottom .nav-column{
	position:relative;
}

.main-footer .footer-bottom .nav-column ul{
	position:relative;
	text-align:right;
}

.main-footer .footer-bottom .nav-column ul li{
	position:relative;
	margin-right:5px;
	padding-right:8px;
	line-height:1.2em;
	display:inline-block;
}

.main-footer .footer-bottom .nav-column ul li a{
	position:relative;
	color:#ffffff;
	font-size:15px;
}

.main-footer .footer-bottom .nav-column ul li:last-child{
	margin-right:0px;
	padding-right:0px;
	border-right:0px;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two{
	position:relative;
	overflow:hidden;
	padding-top:100px;
	padding-bottom:200px;
}

.banner-section-two .content-column .pattern-layer-one{
	position: absolute;
    left: -240px;
    top: -20px;
    width: 467px;
    height: 327px;
	z-index:2;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section-two .content-column .icon-layer-one{
	position: absolute;
    left: -70px;
    top: 240px;
    width: 20px;
    height: 20px;
	z-index:2;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section-two .content-column .icon-layer-two{
	position: absolute;
    left: -220px;
    top: 340px;
    width: 86px;
    height: 84px;
	z-index:2;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section-two .content-column .icon-layer-three{
	position: absolute;
    left: -120px;
    top: 480px;
    width: 195px;
    height: 109px;
	z-index:2;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section-two .content-column .icon-layer-four{
	position: absolute;
    left: 10px;
    bottom: -80px;
    width: 91px;
    height: 93px;
	z-index:2;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section-two .content-column .icon-layer-five{
	position: absolute;
    left: 250px;
    bottom: -60px;
    width: 105px;
    height: 105px;
	z-index:2;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section-two .pattern-layer-two{
	position: absolute;
    right: -50px;
    top: 160px;
    width: 410px;
    height: 436px;
	z-index:2;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section-two .pattern-layer-three{
	position: absolute;
    right: 150px;
    top: 220px;
    width: 20px;
    height: 20px;
	z-index:2;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section-two .image-column{
	position:relative;
	z-index:10;
}

.banner-section-two .image-column .inner-column{
	position:relative;
	padding-left:30px;
}

.banner-section-two .image-column .inner-column .image{
	position:relative;
	margin-right:-60px;
}

.banner-section-two .content-column{
	position:relative;
	z-index:10;
}

.banner-section-two .content-column .inner-column{
	position:relative;
	margin-left:-60px;
	padding-top:120px;
}

.banner-section-two .content-column .title{
	position:relative;
	color:#06092d;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:25px;
	font-weight:500;
	letter-spacing:4px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	text-transform:uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .content-column h1{
	position:relative;
	color:#06092d;
	font-weight:900;
	line-height:1.2em;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .content-column .btns-box{
	margin-top:45px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .content-column .theme-btn{
	margin-right:15px;
}

.banner-section-two .owl-dots{
	position:absolute;
	left:0px;
	right:0px;
	bottom:40px;
	display:none;
	text-align:center;
}

.banner-section-two .owl-dots .owl-dot{
	position:relative;
	width:30px;
	height:6px;
	margin-bottom:10px;
	border-radius:0px;
	margin:0px 5px;
	display:inline-block;
	background-color:#1a49bae6;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.banner-section-two .owl-dots .owl-dot.active,
.banner-section-two .owl-dots .owl-dot:hover{
	background-color:#06092d;
}

.banner-section-two .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:99999;
	width:100%;
	opacity:0;
	margin-top:-10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.banner-section-two:hover .owl-nav{
	opacity:1;
}

.banner-section-two .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#1a49bae6;
	line-height:56px;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid #1a49bae6;
}

.banner-section-two .owl-nav .owl-next{
	position:absolute;
	right:20px;
	font-size:24px;
	width:60px;
	height:60px;
	color:#1a49bae6;
	line-height:56px;
	border-radius:50px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid #1a49bae6;
}

.banner-section-two .owl-nav .owl-prev:hover,
.banner-section-two .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#1a49bae6;
	background-color:#1a49bae6;
}

/*** 

====================================================================
	Professional Section
====================================================================

***/

.professional-section{
	position:relative;
	padding:160px 0px 50px;
}

.professional-section.style-two{
	padding-top:220px;
}

.professional-section.style-two .background-layer-one{
	top:240px;
}

.professional-section .background-layer-one{
	position:absolute;
	right:0px;
	top:100px;
	width:606px;
	height:343px;
	background-repeat:no-repeat;
}

.professional-section .images-column{
	position:relative;
	margin-bottom:40px;
}

.professional-section .images-column .inner-column{
	position:relative;
	padding-right:45px;
}

.professional-section .images-column .color-layer{
	position:absolute;
	right:30px;
	top:-50px;
	width:150px;
	height:480px;
	background: #F4FBF3;
	background: -webkit-linear-gradient(to right, #F4FBF3 0%, #edf6f1 100%);
	background: -moz-linear-gradient(to right, #F4FBF3 0%, #edf6f1 100%);
	background: linear-gradient(to right, #F4FBF3 0%, #edf6f1 100%);
}

.professional-section .images-column .color-layer-two{
	position:absolute;
	left:-55px;
	bottom:-50px;
	width:360px;
	height:475px;
	background: #F2B0C0;
	background: -webkit-linear-gradient(to right, #F2B0C0 0%, #f4e3fb 100%);
	background: -moz-linear-gradient(to right, #F2B0C0 0%, #f4e3fb 100%);
	background: linear-gradient(to right, #F2B0C0 0%, #f4e3fb 100%);
}

.professional-section .images-column .inner-column .pattern-layer{
	position:absolute;
	left:40px;
	top:-150px;
	width:241px;
	height:388px;
	background-repeat:no-repeat;
}

.professional-section .images-column .inner-column .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:-110px;
	width:241px;
	height:388px;
	background-repeat:no-repeat;
}

.professional-section .images-column .image{
	position:relative;
	padding:10px;
	display:inline-block;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.20);
}

.professional-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.professional-section .content-column .inner-column{
	position:relative;
	padding-left:35px;
}

.professional-section .content-column .inner-column .pattern-layer-three{
	position:absolute;
	right:-85px;
	bottom:0px;
	width:243px;
	height:389px;
	background-repeat:no-repeat;
}

.professional-section .content-column .inner-column .btn-box{
	position:relative;
	margin-top:40px;
}

.professional-section .content-column .inner-column .sec-title{
	margin-bottom:25px;
}

.professional-section .content-column .inner-column .bold-text{
	position:relative;
	color:#06092d;
	font-size:20px;
	line-height:1.5em;
	padding-right:100px;
	margin-bottom:15px;
}

.professional-section .content-column .inner-column p{
	position:relative;
	color:#06092d;
	font-size:16px;
	line-height:1.9em;
	padding-right:100px;
}

/*** 

====================================================================
	Feature Section Two
====================================================================

***/

.feature-section-two{
	position:relative;
	overflow:hidden;
	padding:120px 0px 40px;
}

.feature-section-two .auto-container{
	max-width:1570px;
}

.feature-section-two .background-layer-one{
	position:absolute;
	right:0px;
	top:110px;
	width:774px;
	height:416px;
	background-repeat:no-repeat;
}

.feature-section-two .circle-one{
	position:absolute;
	left:-400px;
	top:100px;
	width:595px;
	height:595px;
	border-radius:50%;
	background-color:#ffe00c;
}

.feature-section-two .circle-two{
	position:absolute;
	left:-450px;
	top:250px;
	width:595px;
	height:595px;
	border-radius:50%;
	background-color:#ffffff;
}

/*** 

====================================================================
	Event Section
====================================================================

***/

.event-section{
	position:relative;
	overflow:hidden;
	padding:60px 0px 0px;
}

.event-section .images-column{
	position:relative;
	margin-bottom:40px;
}

.event-section .images-column .inner-column{
	position:relative;
}

.event-section .images-column .image{
	position:relative;
}

.event-section .images-column .background-layer-one{
	position:absolute;
	left:-120px;
	top:0px;
	width:954px;
	height:505px;
	background-repeat:no-repeat;
}

.event-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.event-section .content-column .inner-column{
	position:relative;
	padding-right:100px;
}

.event-section .content-column .inner-column .btn-box{
	position:relative;
	margin-top:40px;
}

.event-section .content-column .inner-column .sec-title{
	margin-bottom:25px;
}

.event-section .content-column .inner-column .bold-text{
	position:relative;
	color:#06092d;
	font-size:20px;
	line-height:1.5em;
	margin-bottom:15px;
}

.event-section .content-column .inner-column p{
	position:relative;
	color:#06092d;
	font-size:16px;
	line-height:1.9em;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position:relative;
	overflow:hidden;
	padding:110px 0px 100px;
}

.testimonial-section-two.style-two{
	padding-bottom:40px;
}

.testimonial-section-two .circle-one{
	position:absolute;
	right:-150px;
	top:150px;
	width:400px;
	height:400px;
	border-radius:50%;
	display:inline-block;
	background-color:#ffe00c;
}

.testimonial-section-two .circle-two{
	position:absolute;
	right:-200px;
	top:320px;
	width:400px;
	height:400px;
	border-radius:50%;
	display:inline-block;
	background-color:#ffffff;
}

.testimonial-section-two .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:150px;
	width:446px;
	height:406px;
	background-repeat:no-repeat;
}

.testimonial-section-two .inner-container{
	position:relative;
}

.testimonial-section-two .inner-container .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:519px;
	background-position:center top;
	background-repeat:no-repeat;
}

.testimonial-section-two .owl-carousel .owl-stage-outer{
	padding:20px 0px 40px;
}

.testimonial-section-two .owl-theme .testimonial-block-two{
	margin:0px 15px;
}

.testimonial-section-two .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.testimonial-section-two .owl-dots{
	position:relative;
	text-align:center;
	margin-top:40px;
}

.testimonial-section-two .owl-dots .owl-dot{
	position:relative;
	margin:0px 5px;
	width:10px;
	height:10px;
	border-radius:50px;
	display:inline-block;
	border:2px solid #cce3d7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.testimonial-section-two .owl-dots .owl-dot.active,
.testimonial-section-two .owl-dots .owl-dot:hover{
	border-color:#1a49bae6;
	background-color:#1a49bae6;
}

.testimonial-section-two .owl-nav{
	display:none;
}

.testimonial-block-two{
	position:relative;
	margin-bottom:30px;
}

.testimonial-block-two .inner-box{
	position:relative;
	padding:45px 25px 50px;
}

.testimonial-block-two .inner-box .border-layer{
	position:absolute;
	left:0px;
	bottom:-25px;
	right:0px;
	height:150px;
	z-index:-1;
	border-radius:8px;
	border:3px solid #06092c;
	-ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.testimonial-block-two .inner-box:hover::before{
	-ms-transform: skewY(2deg);
    transform: skewY(2deg);
}

.testimonial-block-two .inner-box:hover .border-layer{
	-ms-transform: skewY(2deg);
    transform: skewY(2deg);
	border-color:#1a49bae6;
}

.testimonial-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border-radius:8px;
	background-color:#ffffff;
	-ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#06092d;
	font-size:20px;
	line-height:1.5em;
	margin-bottom:30px;
}

.testimonial-block-two .inner-box .author-info{
	position:relative;
}

.testimonial-block-two .inner-box .author-info .info-inner{
	position:relative;
	padding-left:82px;
	padding-top:10px;
}

.testimonial-block-two .inner-box .author-info .info-inner .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:62px;
	height:62px;
	overflow:hidden;
	border-radius:50%;
	display:inline-block;
}

.testimonial-block-two .inner-box .author-info h6{
	position:relative;
	color:#06092d;
	font-weight:500;
	line-height:1.3em;
}

.testimonial-block-two .inner-box .author-info .designation{
	position:relative;
	color:#1a49bae6;
	font-weight:400;
	line-height:1.2em;
	margin-top:4px;
}

.testimonial-block-two .inner-box .quote-icon{
	position:absolute;
	width:60px;
	height:60px;
	right:40px;
	bottom:30px;
	color:#eaf1ed;
	line-height:60px;
	font-size:36px;
	text-align:center;
	border-radius:50px;
	background-color:#1a49bae6;
}

/*** 

====================================================================
	Goal Section
====================================================================

***/

.goal-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 110px;
}

.goal-section.style-two{
	padding-top:120px;
	padding-bottom:100px;
}

.goal-section .images-column{
	position:relative;
	margin-bottom:40px;
}

.goal-section .images-column .inner-column{
	position:relative;
}

.goal-section .images-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	transform:rotate(-7deg);
}

.goal-section .images-column .image-two{
	position:absolute;
	right:15px;
	bottom:-160px;
	border-radius:5px;
	overflow:hidden;
	transform:rotate(7deg);
}

.goal-section .images-column .color-layer{
	position:absolute;
	left:0px;
	top:50px;
	width:470px;
	height:470px;
	border-radius:50%;
	background-color:#ffe00c;
}

.goal-section .images-column .pattern-layer{
	position:absolute;
	right:80px;
	top:60px;
	width:241px;
	height:388px;
	background-repeat:no-repeat;
}

.goal-section .images-column .pattern-layer-two{
	position:absolute;
	left:50px;
	bottom:-280px;
	width:385px;
	height:348px;
	background-repeat:no-repeat;
}

.goal-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.goal-section .content-column .inner-column{
	position:relative;
	padding-left:20px;
}

.goal-section .content-column .inner-column .pattern-layer-three{
	position:absolute;
	right:-50px;
	top:40px;
	width:69px;
	height:69px;
	background-repeat:no-repeat;
}

.goal-section .pattern-layer-four{
	position:absolute;
	right:0px;
	top:150px;
	width:667px;
	height:120px;
	background-repeat:no-repeat;
}

.goal-section .content-column .inner-column .btn-box{
	position:relative;
	margin-top:40px;
}

.goal-section .content-column .inner-column .sec-title{
	
}

.goal-section .content-column .inner-column .bold-text{
	position:relative;
	color:#06092d;
	font-size:20px;
	line-height:1.5em;
	margin-bottom:15px;
}

.goal-section .content-column .inner-column p{
	position:relative;
	color:#06092d;
	font-size:16px;
	line-height:1.9em;
}

/* Fact Counter */

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:40px;
}

.fact-counter .column .inner{
	position:relative;
}

.fact-counter .column .inner .content{
	position:relative;
}

.fact-counter .column .inner .icon{
	position:absolute;
	left:0px;
	top:10px;
	color:#bbbbbb;
	font-size:60px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	margin-bottom:0px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:800;
	color:#06092d;
	font-size:65px;
	line-height:1em;
	text-transform:uppercase;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:800;
	color:#06092d;
	font-size:65px;
	line-height:1em;
	text-transform:uppercase;
}

.fact-counter .column .inner .counter-title{
	position:relative;
	font-size:19px;
	font-weight:700;
	margin-top:14px;
	color:#06092d;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:20px 0px 150px;
}

.contact-section .pattern-layer{
	position:absolute;
	left:0px;
	bottom:80px;
	width:774px;
	height:416px;
	background-repeat:no-repeat;
}

.contact-section .pattern-layer-two{
	position:absolute;
	right:0px;
	top:180px;
	width:454px;
	height:120px;
	background-repeat:no-repeat;
}

.contact-section .icon-layer-two{
	position:absolute;
	right:230px;
	top:380px;
	width:69px;
	height:69px;
	opacity:0.6;
	background-repeat:no-repeat;
}

.contact-section .icon-layer-three{
	position:absolute;
	right:230px;
	bottom:230px;
	width:69px;
	height:69px;
	background-repeat:no-repeat;
}

.contact-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.contact-section .info-column .inner-column{
	position:relative;
	padding-top:180px;
}

.contact-section .info-column .icon-layer{
	position:absolute;
	left:170px;
	top:80px;
	width:69px;
	height:69px;
	background-repeat:no-repeat;
}

.contact-section .info-column .image{
	position:relative;
	margin-bottom:35px;
}

.contact-section .info-column h5{
	position:relative;
	color:#06092d;
	font-weight:700;
	line-height:1.3em;
}

.contact-section .info-column p{
	position:relative;
	color:#06092d;
	font-weight:400;
	font-size:16px;
	line-height:1.7em;
	margin-top:15px;
	margin-bottom:18px;
}

.contact-section .info-column .contact-list{
	position:relative;
}

.contact-section .info-column .contact-list li{
	position:relative;
	margin-bottom:10px;
}

.contact-section .info-column .contact-list li strong{
	position:relative;
	display:block;
	color:#00184f;
	font-size:16px;
	margin-bottom:3px;
}

.contact-section .info-column .contact-list li a{
	position:relative;
	color:#1a49bae6;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.contact-section .info-column .contact-list li a:hover{
	color:#111111;
}

.contact-section .form-column{
	position:relative;
	margin-bottom:40px;
}

.contact-section .form-column .inner-column{
	position:relative;
	padding:60px 50px;
	margin-left:40px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);
}

.contact-section .color-layer{
	position:absolute;
	right:-50px;
	bottom:-50px;
	width:465px;
	height:465px;
	z-index:-1;
	border-radius:50%;
	background-color:#ffe00c;
}

.default-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.default-form .form-group:last-child{
	margin-bottom:0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px;
	color:#777777;
	height:50px;
	font-size:14px;
	background:none;
	font-weight:400;
	border-radius:4px;
	border:1px solid #efefef;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder{
	color:#777777;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus{
	
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px;
	color:#777777;
	height:140px;
	border-radius:4px;
	border:1px solid #efefef;
	resize:none;
	font-size:14px;
	font-weight:400;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group .theme-btn{
	cursor:pointer;
}

/* Custom Select */

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:14px;
	font-style:normal;
	height:50px;
	padding:10px 20px 10px 20px;
	line-height:30px;
	color:#777777;
	border: none;
	background:#ffffff;
	border-radius:4px;
	border:1px solid #efefef;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:3px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#999999;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
	font-weight:800;
}

.ui-widget.ui-widget-content{
	
}

.ui-menu .ui-menu-item{
	font-size:14px;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background:#1a49bae6;
	border-color:#1a49bae6;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
	background-color:#1a49bae6;
}

/*** 

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three{
	position:relative;
	overflow:hidden;
	padding-bottom:50px;
	box-shadow:0px 20px 20px rgba(0,0,0,0.10);
}

.banner-section-three .pattern-layer-two{
	position: absolute;
    right: -80px;
    top: 240px;
    width: 410px;
    height: 436px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.banner-section-three .page-breadcrumb{
	position:relative;
	padding-top:30px;
	margin-bottom:80px;
	display:inline-block;
	border-bottom:1px solid #06092d;
}

.banner-section-three .page-breadcrumb li{
	position:relative;
	padding-right:10px;
	margin-right:10px;
	color:#78787c;
	font-size:16px;
	display:inline-block;
}

.banner-section-three .page-breadcrumb li:before{
	position:absolute;
	content:'-';
	right:-4px;
	top:0px;
	font-size:16px;
}

.banner-section-three .page-breadcrumb li a{
	position:relative;
	color:#06092d;
}

.banner-section-three .page-breadcrumb li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.banner-section-three .page-breadcrumb li:last-child::before{
	display:none;
}

.banner-section-three .content-column{
	position:relative;
}

.banner-section-three .content-column .inner-column{
	position:relative;
	padding-top:150px;
}

.banner-section-three .content-column .inner-column h2{
	position:relative;
	color:#06092d;
	font-size:55px;
	font-weight:800;
	line-height:1.2em;
}

.banner-section-three .content-column .pattern-layer-one{
	position: absolute;
    left: -240px;
    top: -20px;
    width: 467px;
    height: 327px;
	z-index:2;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.banner-section-three .content-column .icon-layer{
	position:absolute;
	left:-140px;
	bottom:0px;
	width:69px;
	height:69px;
	opacity:0.6;
}

.banner-section-three .content-column .icon-layer-two{
	position:absolute;
	left:0px;
	bottom:-120px;
	width:91px;
	height:93px;
}

.banner-section-three .image-column{
	position:relative;
}

.banner-section-three .image-column .inner-column{
	position:relative;
	padding-left:30px;
	padding-bottom:80px;
	margin-right:-140px;
}

.banner-section-three .image-column .image{
	position:relative;
	display:inline-block;
}

.banner-section-three .image-column .image-two{
	position:absolute;
	right:0px;
	bottom:0px;
	box-shadow:0px 20px 15px rgba(0,0,0,0.15);
}

.banner-section-three .image-column .icon-layer-three{
	position:absolute;
	left:-10px;
	top:-40px;
	width:91px;
	height:93px;
}

.banner-section-three .image-column .icon-layer-four{
	position:absolute;
	left:-10px;
	bottom:50px;
	width:69px;
	height:69px;
	z-index:1;
}

.banner-section-three .image-column .icon-layer-five{
	position:absolute;
	right:-100px;
	top:0px;
	width:105px;
	height:104px;
	z-index:1;
}

.banner-section-three.style-two{
	padding-bottom:120px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	overflow:hidden;
	padding:120px 0px 60px;
	background-color:#f3fbf7;
}

.team-section .inner-container{
	position:relative;
}

.team-section .inner-container .color-layer{
	position:absolute;
	right:-140px;
	top:-50px;
	width:490px;
	height:490px;
	border-radius:50%;
	background-color:#ffe00c;
}

.team-section .pattern-layer{
	position:absolute;
	left:80px;
	bottom:-50px;
	width:667px;
	height:120px;
}

.team-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.team-section .title-column .inner-column{
	position:relative;
}

.team-section .blocks-column{
	position:relative;
	margin-bottom:40px;
}

.team-section .blocks-column .inner-column{
	position:relative;
}

.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
	padding:35px 35px;
	border-radius:8px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.team-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#1a49bae6;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.team-block .inner-box:hover .image img{
	opacity:0.7;
	transform:scale(1.05,1.05) rotate(2deg);
}

.team-block .inner-box .lower-content{
	position:relative;
	padding-top:30px;
}

.team-block .inner-box .lower-content h5{
	position:relative;
	font-weight:700;
	line-height:1.2em;
}

.team-block .inner-box .lower-content h5 a{
	position:relative;
	color:#06092d;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.team-block .inner-box .lower-content h5 a:hover{
	color:#1a49bae6;
}

.team-block .inner-box .lower-content .designation{
	position:relative;
	color:#06092d;
	font-size:16px;
	margin-top:10px;
}

/*** 

====================================================================
	Page Title Section
====================================================================

***/

.page-title-section{
	position:relative;
	padding-bottom:170px;
	background-color:#f3fef9;
}

.page-title-section .icon-layer-one{
	position: absolute;
    left: 90px;
    top: 200px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.page-title-section .icon-layer-two{
	position: absolute;
    right: 450px;
    top: 80px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.page-title-section .icon-layer-three{
	position: absolute;
    right: 70px;
    top: 125px;
    width: 105px;
    height: 104px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.page-title-section .icon-layer-four{
	position: absolute;
    left: 340px;
    bottom: 60px;
    width: 106px;
    height: 70px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.page-title-section .icon-layer-five{
	position: absolute;
    right: 340px;
    bottom: 60px;
    width: 106px;
    height: 70px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.page-title-section .icon-layer-six{
	position: absolute;
    left: 145px;
    bottom: -20px;
    width: 45px;
    height: 43px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.page-title-section .page-breadcrumb{
	position:relative;
	padding-top:30px;
	margin-bottom:90px;
	display:inline-block;
	border-bottom:1px solid #06092d;
}

.page-title-section .page-breadcrumb li{
	position:relative;
	padding-right:10px;
	margin-right:10px;
	color:#78787c;
	font-size:16px;
	display:inline-block;
}

.page-title-section .page-breadcrumb li:before{
	position:absolute;
	content:'-';
	right:-4px;
	top:0px;
	font-size:16px;
}

.page-title-section .page-breadcrumb li a{
	position:relative;
	color:#06092d;
}

.page-title-section .page-breadcrumb li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.page-title-section .page-breadcrumb li:last-child::before{
	display:none;
}

.page-title-section .content-box{
	position:relative;
	text-align:center;
}

.page-title-section .content-box h2{
	position:relative;
	color:#06142d;
	font-size:36px;
	font-weight:700;
	line-height:1.2em;
}

.page-title-section .content-box .text{
	position:relative;
	color:#181818;
	font-size:18px;
	font-weight:400;
	line-height:1.7em;
	margin-top:18px;
}

/*** 

====================================================================
	Faq Blocks Section
====================================================================

***/

.faq-blocks-section{
	position:relative;
	padding-bottom:60px;
}

.faq-blocks-section .inner-container{
	position:relative;
	margin-top:-100px;
}

.faq-block{
	position:relative;
	margin-bottom:30px;
}

.faq-block .inner-box{
	position:relative;
	text-align:center;
	padding:50px 30px 40px;
	background-color:#eee1e0;
}

.faq-block:nth-child(2) .inner-box{
	background-color:#e9f5ef;
}

.faq-block:nth-child(2) .inner-box .icon-box{
	color:#1a49bae6;
}

.faq-block:nth-child(3) .inner-box{
	background-color:#f9f9e4;
}

.faq-block:nth-child(3) .inner-box .icon-box{
	color:#bdbd39;
}

.faq-block .inner-box .icon-box{
	position:relative;
	font-size:64px;
	color:#c56b66;
	line-height:1em;
}

.faq-block .inner-box h5{
	position:relative;
	margin-top:20px;
	color:#06142d;
}

.faq-block .inner-box h5 a{
	position:relative;
	color:#06142d;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.faq-block .inner-box h5 a:hover{
	
}

.faq-block .inner-box .text{
	position:relative;
	color:#06142d;
	font-size:16px;
	line-height:1.8em;
	margin:12px 0px 22px;
}

.faq-block .inner-box .read-more{
	position:relative;
	color:#1a49bae6;
	font-size:16px;
	font-weight:500;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.faq-block .inner-box .read-more:hover{
	color:#111111;
}

/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section{
	position:relative;
	padding-bottom:60px;
}

.faq-section .title-box{
	position:relative;
	margin-bottom:25px;
}

.faq-section .title-box h4{
	position:relative;
	color:#1a49bae6;
	font-weight:500;
	line-height:1.3em;
}

.faq-section .column{
	position:relative;
	margin-bottom:40px;
}

.accordion-box{
	position: relative;
}

.accordion-box .block{
	position: relative;
	margin-bottom:10px;
	border-radius:0px;
	border-bottom:2px solid #f1f3f2;
}

.accordion-box .block.active-block{
	background-color:#f8f8f1;
	border-color:#f8f8f1;
}

.accordion-box .block .acc-btn{
	position:static;
	font-size:16px;
	line-height:35px;
	color:#06142d;
	line-height:1.8em;
	font-weight:500;
	cursor:pointer;
	padding:14px 20px;
	padding-right: 25px;
	margin-bottom: 0px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active{
	/* color: #1c17a0; */
	margin-bottom:0px;
}

.accordion-box .block .acc-btn.active .icon{
	
}

.accordion-box .block .icon{
	position:absolute;
	right: 0px;
	top:0px;
	bottom:0px;
	width: 40px;
	font-size: 20px;
	line-height: 60px;
	color: #666666;
	text-align: center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-radius:8px 8px 8px 0px;
}

.accordion-box .block .icon::before{
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon::before{
	transform:rotate(180deg);
	display:inline-block;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .content{
	position:relative;
	padding: 10px 20px 30px 20px;
}

.accordion-box .block .acc-content.current{ 
	display: block;
}

.accordion-box .block .content .text{
	position:relative;
}

.accordion-box .block .content .text p{
	position:relative;
	color:#06142d;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:15px;
}

.accordion-box .block .content .text p:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	Team Section Two
====================================================================

***/

.team-section-two{
	position:relative;
	overflow:hidden;
	padding:120px 0px 80px;
	background-color:#f3fbf7;
}

.team-section-two .inner-container{
	position:relative;
}

.team-section-two .inner-container .color-layer{
	position:absolute;
	right:-140px;
	top:-50px;
	width:490px;
	height:490px;
	border-radius:50%;
	background-color:#ffe00c;
}

.team-section-two .pattern-layer{
	position:absolute;
	left:550px;
	top:350px;
	width:667px;
	height:120px;
}

.team-section-two .pattern-layer-two{
	position:absolute;
	left:-120px;
	bottom:80px;
	width:774px;
	height:416px;
	background-repeat:no-repeat;
}

.team-section-two .pattern-layer-three{
	position:absolute;
	left:120px;
	top:180px;
	width:105px;
	height:104px;
	background-repeat:no-repeat;
}

.team-section-two .pattern-layer-four{
	position:absolute;
	right:120px;
	bottom:180px;
	width:105px;
	height:104px;
	background-repeat:no-repeat;
}

.team-section-two .pattern-layer-five{
	position:absolute;
	right:-170px;
	top:80px;
	z-index:1;
	width:105px;
	height:104px;
	background-repeat:no-repeat;
}

/*** 

====================================================================
	User Profile Three
====================================================================

***/

.user-profile-section{
	position:relative;
	overflow:hidden;
	padding-bottom:240px;
	background-color:#f3fef9;
}

.user-profile-section .pattern-layer-one{
	position: absolute;
    left: 100px;
    top: 250px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.user-profile-section .pattern-layer-two{
	position: absolute;
    left: 75%;
    top: 90px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.user-profile-section .pattern-layer-three{
	position: absolute;
    right: 70px;
    top: 110px;
    width: 105px;
    height: 104px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.user-profile-section .pattern-layer-four{
	position: absolute;
    left: 150px;
    bottom: 70px;
    width: 45px;
    height: 43px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.user-profile-section .page-breadcrumb{
	position:relative;
	padding-top:30px;
	margin-bottom:80px;
	display:inline-block;
	border-bottom:1px solid #06092d;
}

.user-profile-section .page-breadcrumb li{
	position:relative;
	padding-right:10px;
	margin-right:10px;
	color:#78787c;
	font-size:16px;
	display:inline-block;
}

.user-profile-section .page-breadcrumb li:before{
	position:absolute;
	content:'-';
	right:-4px;
	top:0px;
	font-size:16px;
}

.user-profile-section .page-breadcrumb li a{
	position:relative;
	color:#06092d;
}

.user-profile-section .page-breadcrumb li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.user-profile-section .page-breadcrumb li:last-child::before{
	display:none;
}

.user-profile-section .profile-box{
	position:relative;
	margin-left:135px;
}

.user-profile-section .profile-box .box-inner{
	position:relative;
	padding-left:235px;
}

.user-profile-section .profile-box .box-inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:197px;
	height:232px;
	border-radius:5px;
}

.user-profile-section .profile-box .box-inner h4{
	position:relative;
	color:#06142d;
	font-weight:700;
	line-height:1.3em;
}

.user-profile-section .profile-box .box-inner .text{
	position:relative;
	color:#06142d;
	font-size:16px;
	margin-top:15px;
	margin-bottom:16px;
	line-height:1.8em;
}

.user-profile-section .profile-box .box-inner .rating{
	position:relative;
	color:#fbb039;
	font-size:16px;
}

.user-profile-section .profile-box .box-inner .rating strong{
	position:relative;
	color:#000000;
	margin-left:10px;
	font-size:16px;
}

.user-profile-section .profile-box .box-inner .rating i{
	position:relative;
	color:#000000;
	top:-2px;
	font-size:14px;
	font-weight:400;
	font-style:normal;
	margin-left:5px;
}

.user-profile-section .profile-box .box-inner .price{
	position:relative;
	color:#423b3c;
	font-size:20px;
	font-weight:700;
	margin-top:10px;
	margin-bottom:22px;
}

.user-profile-section .profile-box .box-inner .price span{
	position:relative;
	font-weight:400;
	font-size:16px;
	margin-left:10px;
	text-decoration:line-through;
}

.user-profile-section .social-box{
	position:relative;
	margin-top:22px;
}

.user-profile-section .social-box li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.user-profile-section .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:15px;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#55acee;
}

.user-profile-section .social-box li.twitter a{
	background-color:#55acee;
}

.user-profile-section .social-box li.pinterest a{
	background-color:#bd081c;
}

.user-profile-section .social-box li.facebook a{
	background-color:#3b5999;
}

.user-profile-section .social-box li.dribbble a{
	background-color:#ea4c89;
}

/*** 

====================================================================
	Courses Section Two
====================================================================

***/

.courses-section-two{
	position:relative;
	padding:0px 0px 70px;
}

.courses-section-two .inner-container{
	position:relative;
	margin-top:-120px;
}

.course-block-two{
	position:relative;
	margin-bottom:30px;
}

.course-block-two .inner-box{
	position:relative;
	text-align:center;
	padding:50px 15px 50px;
	background-color:#eee1e0;
}

.course-block-two .inner-box .icon{
	position:relative;
	color:#c56b66;
	font-size:70px;
	line-height:1em;
	margin-bottom:22px;
}

.course-block-two .inner-box h5{
	position:relative;
	color:#06142d;
	font-size:20px;
	font-weight:700;
	line-height:1.3em;
}

.course-block-two .inner-box .numbers{
	position:relative;
	color:#06142d;
	font-size:40px;
	font-weight:800;
	line-height:1.2em;
	margin-top:15px;
}

.course-block-two:nth-child(2) .inner-box{
	background-color:#e9f5ef;
}

.course-block-two:nth-child(2) .inner-box .icon{
	color:#36c67e;
}

.course-block-two:nth-child(3) .inner-box{
	background-color:#f9f9e4;
}

.course-block-two:nth-child(3) .inner-box .icon{
	color:#bdbd39;
}

.course-block-two:nth-child(4) .inner-box{
	background-color:#f3eaf3;
}

.course-block-two:nth-child(4) .inner-box .icon{
	color:#cf76cf;
}

.course-block-two:nth-child(5) .inner-box{
	background-color:#ecf3f9;
}

.course-block-two:nth-child(5) .inner-box .icon{
	color:#2a73b1;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 100px;
}

.pricing-section .inner-container{
	position:relative;
}

.pricing-section .color-layer{
	position:absolute;
	right:-140px;
	top:-50px;
	width:490px;
	height:490px;
	border-radius:50%;
	background-color:#ffe00c;
}

.pricing-section .pattern-layer{
	position:absolute;
	left:550px;
	top:350px;
	width:667px;
	height:120px;
}

.pricing-section .pattern-layer-two{
	position:absolute;
	left:-120px;
	bottom:80px;
	width:774px;
	height:416px;
	background-repeat:no-repeat;
}

.pricing-section .pattern-layer-three{
	position:absolute;
	left:120px;
	top:320px;
	width:105px;
	height:104px;
	background-repeat:no-repeat;
}

.pricing-section .pattern-layer-four{
	position:absolute;
	right:120px;
	bottom:180px;
	width:105px;
	height:104px;
	background-repeat:no-repeat;
}

.pricing-section .pattern-layer-five{
	position:absolute;
	right:-170px;
	top:80px;
	z-index:1;
	width:105px;
	height:104px;
	background-repeat:no-repeat;
}

.price-block{
	position:relative;
}

.price-block .inner-box{
	position:relative;
	text-align:center;
	padding:35px 15px 60px;
	background-color:#f9f9f9;
	box-shadow: 0 10px 20px rgb(0 0 0 / 12%), 0 6px 6px rgb(0 0 0 / 8%);
}
.price-block .inner-box {
    border-radius: 10px 10px 10px 10px;
    transition: 0.25s ease-in-out;
    overflow: hidden;
    min-height: 785px;
}
.price-block .inner-box:hover {
    box-shadow: 1px 0 34px 1px rgb(0 0 0 / 13%), 0 15px 34px 1px rgb(0 0 0 / 13%);
    transform: scale(1.1);
}
.price-block .inner-box .icon-box{
	position:relative;
	width:90px;
	height:90px;
	border-radius:50%;
	line-height:110px;
	text-align:center;
	display:inline-block;
	background-color:#ffffff;
	display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 10px;
}

.price-block .inner-box h4 {
    position: relative;
    font-weight: 700;
    color: brown;
    line-height: 1.3em;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 23px;
}
.icon-box .icon {
    display: inline-block;
    margin-bottom: 45px;
    width: auto;
}
.price-block .inner-box .price{
	position:relative;
	color:#06092d;
	font-size:32px;
	font-weight:700;
	margin-bottom:30px;
}

.price-block .inner-box .price span{
	position:relative;
	font-weight:400;
	font-size:16px;
}

 span.icon.flaticon-double-check {
    position: absolute;
    background: #f2184f;
    color: #fff;
    padding: 2px;
    line-height: 1;
    font-size: 12px;
    left: 0;
    top: 5px;
}
.price-block .inner-box .price-list li {
    position: relative;
    margin-bottom: 12px;
    color: #444557;
    font-size: 16px;
    padding-left: 30px;
    text-align: left;
}
 ul.abclist li {
    list-style: lower-alpha!important;
    padding: 0 !important;
}
.price-block .inner-box .price-list{
	position:relative;
}

.price-block .inner-box .price-list li:last-child{
	margin-bottom:0px;
}

.price-block .inner-box .btn-box {
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.price-block .inner-box .btn-box .started-btn{
	position:relative;
	color:#06092d;
	font-size:16px;
	padding:12px 26px;
	border-radius:5px;
	border:1px solid #1a49bae6;
}

.price-block .inner-box .btn-box .started-btn:hover{
	color:#ffffff;
	background-color:#1a49bae6;
}

/*** 

====================================================================
	Pricing Section Two
====================================================================

***/

.pricing-section-two{
	position:relative;
	overflow:hidden;
	padding:60px 0px 100px;
}

.pricing-section-two .inner-container{
	position:relative;
}

.pricing-section-two .pattern-layer{
	position:absolute;
	right:0px;
	bottom:150px;
	width:667px;
	height:120px;
}

.pricing-section-two .pattern-layer-two{
	position:absolute;
	left:-120px;
	bottom:80px;
	width:774px;
	height:416px;
	background-repeat:no-repeat;
}

.pricing-section-two .pattern-layer-three{
	position:absolute;
	left:120px;
	top:320px;
	width:105px;
	height:104px;
	background-repeat:no-repeat;
}

.pricing-section-two .pattern-layer-four{
	position:absolute;
	right:120px;
	bottom:180px;
	width:105px;
	height:104px;
	background-repeat:no-repeat;
}

.pricing-tabs{
	position:relative;
	z-index:2;
}

.pricing-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.pricing-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.pricing-tabs .buttons-outer{
	position:relative;
	text-align:center;
	margin-bottom:60px;
}

.pricing-tabs .buttons-outer:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:5px;
	right:0px;
	height:2px;
	background-color:#f1f1f1;
}

.pricing-tabs .tab-buttons{
	position:relative;
	text-align:center;
	display:inline-block;
	background-color:#ffffff;
}

.pricing-tabs .tab-buttons .tab-btn{
	position:relative;
	color:#06092d;
	font-size:16px;
	font-weight:700;
	float:left;
	z-index:1;
	margin:0px 2px;
	cursor:pointer;
	padding:14px 32px;
	border-radius:0px;
	margin-bottom:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:-1;
	transform: skewX(10deg);
	background-color:#f3f3f3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn:hover::before,
.pricing-tabs .tab-buttons .tab-btn.active-btn::before{
	background-color:#1a49bae6;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
}

.pricing-tabs .price-block-two{
	margin-top:115px;
}

.pricing-tabs .price-block-two.active{
	margin-top:0px;
}

.price-block-two{
	position:relative;
	margin-bottom:30px;
}

.price-block-two .inner-box{
	position:relative;
	text-align:center;
	padding:35px 15px 60px;
	border:1px solid #ececec;
	background-color:#ffffff;
}

.price-block-two .inner-box .icon-box{
	position:relative;
	width:110px;
	height:110px;
	border-radius:50%;
	line-height:110px;
	text-align:center;
	display:inline-block;
	background-color:#ffffff;
}

.price-block-two .inner-box h4{
	position:relative;
	font-weight:700;
	color:#06092d;
	line-height:1.3em;
	margin-top:25px;
	margin-bottom:22px;
}

.price-block-two .inner-box .price{
	position:relative;
	color:#06092d;
	font-size:36px;
	font-weight:700;
	margin-bottom:35px;
}

.price-block-two .inner-box .price span{
	position:relative;
	font-weight:400;
	font-size:16px;
}

.price-block-two .inner-box .price-list{
	position:relative;
}

.price-block-two .inner-box .price-list li{
	position:relative;
	margin-bottom:12px;
	color:#444557;
	font-size:16px;
}

.price-block-two .inner-box .price-list li:last-child{
	margin-bottom:0px;
}

.price-block-two .inner-box .btn-box{
	position:relative;
	margin-top:35px;
}

.price-block-two .inner-box .btn-box .started-btn{
	position:relative;
	color:#06092d;
	font-size:16px;
	padding:12px 26px;
	border-radius:5px;
	border:1px solid #1a49bae6;
}

.price-block-two .inner-box .btn-box .started-btn:hover{
	color:#ffffff;
	background-color:#1a49bae6;
}

.price-block-two.active .inner-box{
	border-color:#f9f9f9;
	background-color:#f9f9f9;
}

/*** 

====================================================================
	Courses Page Section
====================================================================

***/

.courses-page-section{
	position:relative;
	overflow:hidden;
	padding:110px 0px 100px;
}

.courses-page-section .outer-container{
	max-width:1680px;
	padding:0px 15px;
	margin:0 auto;
}

.courses-page-section .pattern-layer{
	position:absolute;
	left:0px;
	top:200px;
	width:236px;
	height:435px;
	background-repeat:no-repeat;
}

.courses-page-section .pattern-layer-two{
	position:absolute;
	right:-100px;
	top:200px;
	width:774px;
	height:416px;
	background-repeat:no-repeat;
}

.courses-page-section .pattern-layer-three{
	position:absolute;
	left:-100px;
	top:1100px;
	width:774px;
	height:416px;
	background-repeat:no-repeat;
}

.courses-page-section .pattern-layer-four{
	position:absolute;
	right:0px;
	bottom:920px;
	width:235px;
	height:255px;
	background-repeat:no-repeat;
}

.courses-page-section .styled-pagination{
	margin-top:30px;
}

.filter-box{
	position:relative;
	margin-bottom:50px;
}

.filter-box .filter-categories{
	position:absolute;
	left:0px;
	top:100%;
	right:0px;
	z-index:1;
	opacity:0;
	visibility:hidden;
	padding:40px 30px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#fffef7;
	box-shadow:0px 10px 15px rgba(0,0,0,0.15);
}

.filter-box .filter-categories.active{
	opacity:1;
	visibility:visible;
}

.filter-box .box-inner .filter-dropdown:hover .filter-categories{
	opacity:1;
	visibility:visible;
}

.filter-box .filter-categories .column{
	position:relative;
	width:20%;
	float:left;
}

.filter-box .filter-categories h6{
	position:relative;
	color:#0c0d24;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:20px;
}

.filter-box .filter-categories .form-group{
	margin-bottom:10px;
}

.filter-box .filter-categories .form-group:last-child{
	margin-bottom:0px;
}

.filter-box .filter-categories .form-group .select-box{
	position:relative;
}

.filter-box .filter-categories .form-group .select-box label{
	position: relative;
    font-size: 15px;
    color: #0c0d24;
    font-weight:400;
    cursor: pointer;
    margin-bottom:0px;
	padding-left:35px;
	line-height:1.6em;
}

.filter-box .filter-categories .form-group .select-box input[type="checkbox"]{
	position: absolute;
    left: 0px;
    top: 2px;
    width: 19px;
    height: 19px;
	visibility: hidden;
    background-color: #ffffff;
}

.filter-box .filter-categories .form-group .select-box .default-check{
    position: absolute;
    left: 0px;
    top: 2px;
    width: 19px;
    height: 19px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
}

.filter-box .filter-categories .form-group .select-box .check-icon{
    position: absolute;
    content: '\f00c';
    left: 0px;
    top: 2px;
    width: 19px;
    height: 19px;
    color: #1a49bae6;
    z-index: 99;
    font-size: 14px;
	line-height: 19px;
    text-align: center;
    opacity: 0;
    font-family: 'FontAwesome';
}

.filter-box .filter-categories .form-group .select-box input[type="checkbox"]:checked+ label .check-icon{
	opacity:1;
}

.default-form .select-amount{
	position:relative;
	margin-bottom:20px;
}

.default-form .select-amount .select-box{
	position:relative;
	float:left;
	text-align:center;
	margin:0px 20px 10px 0px;	
}

.default-form .select-amount .input-box{
	position:relative;
	float:left;
	width:290px;
}

.default-form .select-amount .select-box input[type="radio"]{
	left:0px;
	top:0px;
	visibility:hidden;
	position:absolute;
	opacity:0;	
}

.default-form .select-amount .select-box label{
	display:block;
	line-height:22px;
	padding:13px 28px;
	text-align:center;
	font-size:16px;
	font-weight:700;
	color:#333333;
	border:1px solid #e0e0e0;
	cursor:pointer;
	border-radius:50px;
	transition:all 500ms ease;
	
}

.default-form .select-amount .select-box input[type="radio"]:checked+label{
	background:#ff5722;
	border-color:#ff5722;
	color:#ffffff;	
}


















.filter-box .box-inner{
	position:relative;
	padding:10px 10px;
	background-color:#f6f5ef;
}

.filter-box .box-inner .dropdown-outer{
	position:static;
	float:left;
}

.filter-box .box-inner .filter-dropdown{
	position:static;
	width:125px;
	height:45px;
	float:left;
	color:#1a49bae6;
	font-size:16px;
	margin-right:10px;
	padding:10px 20px;
	border-radius:5px;
	display:inline-block;
	border:1px solid #1a49bae6;
}

.filter-box .box-inner .filter-dropdown:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:125px;
	height:10px;
	display:block;
}

.filter-box .box-inner .filter-dropdown .icon{
	position:relative;
	margin-right:4px;
}

.filter-box .box-inner .filter-dropdown .arrow{
	position:absolute;
	left:112px;
}

.filter-box .box-inner .view-list{
	position:relative;
	float:left;
	margin-top:6px;
}

.filter-box .box-inner .view-list li{
	position:relative;
	margin-right:5px;
	display:inline-block;
}

.filter-box .box-inner .view-list li a{
	position:relative;
	width:36px;
	height:33px;
	color:#7a7b83;
	line-height:33px;
	border-radius:3px;
	text-align:center;
	display:inline-block;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.filter-box .box-inner .view-list li.active a,
.filter-box .box-inner .view-list li a:hover{
	color:#ffffff;
	background-color:#1a49bae6;
}

.filter-box .box-inner .total-course{
	position:relative;
	color:#06092d;
	font-size:16px;
	margin-top:8px;
	margin-right:15px;
}

.filter-box .box-inner .total-course span{
	color:#1a49bae6;
	font-size:20px;
	font-weight:700;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	margin:0px 10px 10px;
	display:inline-block;
}

.styled-pagination li a{
	position:relative;
	color:#000000;
	font-size:20px;
	font-weight:500;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.styled-pagination li.active a,
.styled-pagination li:hover a{
	color:#1a49bae6;
}

.page-links-box{
	position:relative;
	text-align:center;
	margin-bottom:30px;
}

.page-links-box a{
	position:relative;
	border-radius:5px;
	font-size:20px;
	color:#06092d;
	line-height:32px;
	text-align:left;
	margin:0px 9px 20px;
	display:inline-block;
	background-color:#fbeff7;
	padding:15px 35px 15px 20px;
	width: 32%;
}

.page-links-box a .icon{
	position:relative;
	margin-right:10px;
	padding-right:10px;
	color:#e372bd;
	font-size:34px;
	line-height:1em;
	float:left;
	margin-right:10px;
	border-right:1px solid #dcdddf;
	-webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.page-links-box a .icon img{
	position:relative;
	-webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.page-links-box a:hover .icon img{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.page-links-box a:nth-child(2){
	color:#06092d;
	background-color:#f9eee1;
}

.page-links-box a:nth-child(2) .icon{
	border-color:#dcdddf;
	color:#fbb35f;
}

.page-links-box a:nth-child(3){
	color:#06092d;
	background-color:#e4f5ff;
}

.page-links-box a:nth-child(3) .icon{
	border-color:#dcdddf;
	color:#45b6f8;
}

.page-links-box a:nth-child(4){
	color:#06092d;
	background-color:#fdf0f0;
}

.page-links-box a:nth-child(4) .icon{
	border-color:#dcdddf;
	color:#fc9d9d;
}

.page-links-box a:nth-child(5){
	color:#06092d;
	background-color:#eaf0ed;
}

.page-links-box a:nth-child(5) .icon{
	border-color:#dcdddf;
	color:#71e0a9;
}

.page-links-box a:nth-child(6){
	color:#06092d;
	background-color:#f9f3e2;
}

.page-links-box a:nth-child(6) .icon{
	border-color:#dcdddf;
	color:#deb130;
}

.page-links-box a:nth-child(7){
	color:#06092d;
	background-color:#edfbeb;
}

.page-links-box a:nth-child(7) .icon{
	border-color:#dcdddf;
	color:#85ce7a;
}

.page-links-box a:nth-child(8){
	color:#06092d;
	background-color:#f0f2f9;
}

.page-links-box a:nth-child(8) .icon{
	border-color:#dcdddf;
	color:#8ea2ea;
}

.page-links-box a:nth-child(9){
	color:#06092d;
	background-color:#fff8ef;
}

.page-links-box a:nth-child(9) .icon{
	border-color:#dcdddf;
	color:#d09d5c;
}

/* Course Block Three */

.course-block-three{
	position:relative;
	margin-bottom:30px;
}

.course-block-three .inner-box{
	position:relative;
	padding-top:25px;
	min-height:251px;
	padding-right:50px;
	padding-left:225px;
	border:1px solid #f5f3f3;
}

.course-block-three .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
}

.course-block-three .inner-box .image .tag{
	position:absolute;
	left:15px;
	bottom:15px;
	color:#06092d;
	padding:5px 16px;
	border-radius:5px;
	font-weight:500;
	letter-spacing:1px;
	display:inline-block;
	background-color:#ffe00c;
	text-transform:uppercase;
}

.course-block-three .inner-box h4{
	position:relative;
	font-weight:700;
	line-height:1.4em;
	padding-bottom:20px;
	border-bottom:1px solid #dadada;
}

.course-block-three .inner-box h4 a{
	position:relative;
	color:#000000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.course-block-three .inner-box h4 a:hover{
	color:#1a49bae6;
}

.course-block-three .inner-box .uni-name{
	position:relative;
	color:#1a49bae6;
	font-size:15px;
	margin-top:18px;
	margin-bottom:12px;
}

.course-block-three .inner-box .rating{
	position:relative;
	color:#fbb039;
	font-size:16px;
}

.course-block-three .inner-box .rating strong{
	position:relative;
	color:#000000;
	margin-left:10px;
	font-size:16px;
}

.course-block-three .inner-box .rating i{
	position:relative;
	color:#000000;
	top:-2px;
	font-size:14px;
	font-weight:400;
	font-style:normal;
	margin-left:5px;
}

.course-block-three .inner-box .price{
	position:relative;
	color:#423b3c;
	font-size:20px;
	font-weight:700;
	margin-top:10px;
	float:left;
	margin-bottom:22px;
}

.course-block-three .inner-box .price span{
	position:relative;
	font-weight:400;
	font-size:16px;
	margin-left:10px;
	text-decoration:line-through;
}

.course-block-three .inner-box .hovers{
	position:relative;
	color:#000000;
	font-size:13px;
	float:left;
	margin-top:12px;
	margin-left:20px;
}

.course-block-three .inner-box .overlay-content-box{
	position:absolute;
	left:100%;
	top:-35px;
	width:360px;
	z-index:1;
	opacity:0;
	visibility:hidden;
	padding:25px 25px;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transform:translateX(20px);
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.course-block-three .inner-box:hover .overlay-content-box{
	opacity:1;
	visibility:visible;
	transform:translateX(0px);
}

.course-block-three .inner-box .overlay-content-box:before{
	position:absolute;
	content:'';
	left:-10px;
	top:32%;
	border-top: 6px solid transparent;
    border-right: 10px solid #ffffff;
    border-bottom: 6px solid transparent;
}

.course-block-three .inner-box .overlay-content-box h4{
	position:relative;
	font-weight:700;
	line-height:1.3em;
	color:#000000;
	font-size:24px;
	margin-bottom:20px;
	padding-bottom:18px;
	border-bottom:1px solid #dadada;
}

.course-block-three .inner-box .overlay-content-box .uni-name{
	position:relative;
	color:#1a49bae6;
	font-size:15px;
	margin-top:18px;
	margin-bottom:12px;
}

.course-block-three .inner-box .overlay-content-box .rating{
	position:relative;
	color:#fbb039;
	font-size:16px;
}

.course-block-three .inner-box .overlay-content-box .rating strong{
	position:relative;
	color:#000000;
	margin-left:10px;
	font-size:16px;
}

.course-block-three .inner-box .overlay-content-box .rating i{
	position:relative;
	color:#000000;
	top:-2px;
	font-size:14px;
	font-weight:400;
	font-style:normal;
	margin-left:5px;
}

.course-block-three .inner-box .overlay-content-box .price{
	position:relative;
	color:#423b3c;
	font-size:20px;
	font-weight:700;
	margin-top:10px;
	margin-bottom:22px;
}

.course-block-three .inner-box .overlay-content-box .price span{
	position:relative;
	font-weight:400;
	font-size:16px;
	margin-left:10px;
	text-decoration:line-through;
}

.course-block-three .inner-box .overlay-content-box .hovers{
	position:relative;
	color:#000000;
	font-size:13px;
}

.course-block-three .inner-box .overlay-content-box .enroll-now{
	position:relative;
	color:#ffffff;
	font-size:13px;
	padding:12px 18px;
	border-radius:5px;
	letter-spacing:1px;
	background-color:#1a49bae6;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.course-block-three .inner-box .overlay-content-box .enroll-now:hover{
	background-color:#111111;
}

.course-block-three .inner-box .overlay-content-box .text{
	position:relative;
	color:#000000;
	font-size:14px;
	line-height:1.8em;
	margin-top:15px;
}

.course-block-three .inner-box .overlay-content-box .lists{
	position:relative;
	margin-top:20px;
}

.course-block-three .inner-box .overlay-content-box .lists li{
	position:relative;
	margin-bottom:12px;
	color:#000000;
	font-size:14px;
	padding-left:25px;
}

.course-block-three .inner-box .overlay-content-box .lists li:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:15px;
	height:3px;
	background-color:#1a49bae6;
}

.course-block-three .inner-box .overlay-content-box .lists li:last-child{
	margin-bottom:0px;
}

.course-block-three .inner-box .overlay-content-box .btns-box{
	position:relative;
	margin-top:22px;
}

.course-block-three .inner-box .overlay-content-box .btns-box .enrol-btn{
	position:relative;
	color:#000000;
	font-size:16px;
	padding:16px 26px;
	border-radius:6px;
	font-weight:500;
	margin-right:10px;
	display:inline-block;
	background-color:#ffe00c;
}

.course-block-three .inner-box .overlay-content-box .btns-box .wishlist-btn{
	position:relative;
	color:#000000;
	font-size:16px;
	padding:16px 26px;
	border-radius:6px;
	font-weight:500;
	display:inline-block;
	background-color:#eef7f3;
}

/* Course Block Four */

.course-block-four{
	position:relative;
	margin-bottom:30px;
}

.course-block-four .inner-box{
	position:relative;
	padding-top:25px;
	min-height:251px;
	padding-left:30px;
	text-align:left;
	padding-right:225px;
	border:1px solid #f5f3f3;
	background-color:#ffffff;
}

.course-block-four .inner-box .image{
	position:absolute;
	right:0px;
	top:0px;
	width:200px;
}

.course-block-four .inner-box .image .tag{
	position:absolute;
	right:15px;
	bottom:15px;
	color:#06092d;
	padding:5px 16px;
	border-radius:5px;
	font-weight:500;
	letter-spacing:1px;
	display:inline-block;
	background-color:#ffe00c;
	text-transform:uppercase;
}

.course-block-four .inner-box h4{
	position:relative;
	font-weight:700;
	line-height:1.4em;
	padding-bottom:20px;
	border-bottom:1px solid #dadada;
}

.course-block-four .inner-box h4 a{
	position:relative;
	color:#000000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.course-block-four .inner-box h4 a:hover{
	color:#1a49bae6;
}

.course-block-four .inner-box .uni-name{
	position:relative;
	color:#1a49bae6;
	font-size:15px;
	margin-top:18px;
	margin-bottom:12px;
}

.course-block-four .inner-box .rating{
	position:relative;
	color:#fbb039;
	font-size:16px;
}

.course-block-four .inner-box .rating strong{
	position:relative;
	color:#000000;
	margin-left:10px;
	font-size:16px;
}

.course-block-four .inner-box .rating i{
	position:relative;
	color:#000000;
	top:-2px;
	font-size:14px;
	font-weight:400;
	font-style:normal;
	margin-left:5px;
}

.course-block-four .inner-box .price{
	position:relative;
	color:#423b3c;
	font-size:20px;
	font-weight:700;
	margin-top:10px;
	float:left;
	margin-bottom:22px;
}

.course-block-four .inner-box .price span{
	position:relative;
	font-weight:400;
	font-size:16px;
	margin-left:10px;
	text-decoration:line-through;
}

.course-block-four .inner-box .hovers{
	position:relative;
	color:#000000;
	font-size:13px;
	float:left;
	margin-top:12px;
	margin-left:20px;
}

.course-block-four .inner-box .overlay-content-box{
	position:absolute;
	left:60%;
	top:-35px;
	width:360px;
	z-index:1;
	opacity:0;
	visibility:hidden;
	padding:25px 25px;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transform:translateX(20px);
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.course-block-four .inner-box:hover .overlay-content-box{
	opacity:1;
	visibility:visible;
	transform:translateX(0px);
}

.course-block-four .inner-box .overlay-content-box:before{
	position:absolute;
	content:'';
	left:-10px;
	top:32%;
	border-top: 6px solid transparent;
    border-right: 10px solid #ffffff;
    border-bottom: 6px solid transparent;
}

.course-block-four .inner-box .overlay-content-box h4{
	position:relative;
	font-weight:700;
	line-height:1.3em;
	color:#000000;
	font-size:24px;
	margin-bottom:20px;
	padding-bottom:18px;
	border-bottom:1px solid #dadada;
}

.course-block-four .inner-box .overlay-content-box .uni-name{
	position:relative;
	color:#1a49bae6;
	font-size:15px;
	margin-top:18px;
	margin-bottom:12px;
}

.course-block-four .inner-box .overlay-content-box .rating{
	position:relative;
	color:#fbb039;
	font-size:16px;
}

.course-block-four .inner-box .overlay-content-box .rating strong{
	position:relative;
	color:#000000;
	margin-left:10px;
	font-size:16px;
}

.course-block-four .inner-box .overlay-content-box .rating i{
	position:relative;
	color:#000000;
	top:-2px;
	font-size:14px;
	font-weight:400;
	font-style:normal;
	margin-left:5px;
}

.course-block-four .inner-box .overlay-content-box .price{
	position:relative;
	color:#423b3c;
	font-size:20px;
	font-weight:700;
	margin-top:10px;
	margin-bottom:22px;
}

.course-block-four .inner-box .overlay-content-box .price span{
	position:relative;
	font-weight:400;
	font-size:16px;
	margin-left:10px;
	text-decoration:line-through;
}

.course-block-four .inner-box .overlay-content-box .hovers{
	position:relative;
	color:#000000;
	font-size:13px;
}

.course-block-four .inner-box .overlay-content-box .enroll-now{
	position:relative;
	color:#ffffff;
	font-size:13px;
	padding:12px 18px;
	border-radius:5px;
	letter-spacing:1px;
	background-color:#1a49bae6;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.course-block-four .inner-box .overlay-content-box .enroll-now:hover{
	background-color:#111111;
}

.course-block-four .inner-box .overlay-content-box .text{
	position:relative;
	color:#000000;
	font-size:14px;
	line-height:1.8em;
	margin-top:15px;
}

.course-block-four .inner-box .overlay-content-box .lists{
	position:relative;
	margin-top:20px;
}

.course-block-four .inner-box .overlay-content-box .lists li{
	position:relative;
	margin-bottom:12px;
	color:#000000;
	font-size:14px;
	padding-left:25px;
}

.course-block-four .inner-box .overlay-content-box .lists li:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:15px;
	height:3px;
	background-color:#1a49bae6;
}

.course-block-four .inner-box .overlay-content-box .lists li:last-child{
	margin-bottom:0px;
}

.course-block-four .inner-box .overlay-content-box .btns-box{
	position:relative;
	margin-top:22px;
}

.course-block-four .inner-box .overlay-content-box .btns-box .enrol-btn{
	position:relative;
	color:#000000;
	font-size:16px;
	padding:16px 26px;
	border-radius:6px;
	font-weight:500;
	margin-right:10px;
	display:inline-block;
	background-color:#ffe00c;
}

.course-block-four .inner-box .overlay-content-box .btns-box .wishlist-btn{
	position:relative;
	color:#000000;
	font-size:16px;
	padding:16px 26px;
	border-radius:6px;
	font-weight:500;
	display:inline-block;
	background-color:#eef7f3;
}

/*** 

====================================================================
	Course Detail Banner Section
====================================================================

***/

.cource-detail-banner-section{
	position:relative;
	overflow:hidden;
	padding-bottom:60px;
	background-color:#f3fef9;
}

.cource-detail-banner-section .pattern-layer-one{
	position: absolute;
    left: 100px;
    top: 250px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.cource-detail-banner-section .pattern-layer-two{
	position: absolute;
    left: 75%;
    top: 90px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.cource-detail-banner-section .pattern-layer-three{
	position: absolute;
    right: 70px;
    top: 110px;
    width: 105px;
    height: 104px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.cource-detail-banner-section .pattern-layer-four{
	position: absolute;
    left: 150px;
    bottom: 70px;
    width: 45px;
    height: 43px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.cource-detail-banner-section .page-breadcrumb{
	position:relative;
	padding-top:30px;
	margin-bottom:80px;
	display:inline-block;
	border-bottom:1px solid #06092d;
}

.cource-detail-banner-section .page-breadcrumb li{
	position:relative;
	padding-right:10px;
	margin-right:10px;
	color:#78787c;
	font-size:16px;
	display:inline-block;
}

.cource-detail-banner-section .page-breadcrumb li:before{
	position:absolute;
	content:'-';
	right:-4px;
	top:0px;
	font-size:16px;
}

.cource-detail-banner-section .page-breadcrumb li a{
	position:relative;
	color:#06092d;
}

.cource-detail-banner-section .page-breadcrumb li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.cource-detail-banner-section .page-breadcrumb li:last-child::before{
	display:none;
}

.cource-detail-banner-section .content-box{
	position:relative;
	max-width:700px;
}

.cource-detail-banner-section .content-box .title{
	position:relative;
	color:#ff6815;
	font-size:16px;
}

.cource-detail-banner-section .content-box h2{
	position:relative;
	font-weight:700;
	line-height:1.3em;
	color:#000000;
	font-size:36px;
	margin-top:15px;
}

.cource-detail-banner-section .content-box .course-info{
	position:relative;
	margin-top:30px;
}

.cource-detail-banner-section .content-box .course-info li{
	position:relative;
	color:#000000;
	font-size:15px;
	padding-left:20px;
	margin-right:20px;
	display:inline-block;
}

.cource-detail-banner-section .content-box .course-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
}

.cource-detail-banner-section .content-box .development{
	position:relative;
	color:#1a49bae6;
	font-size:15px;
	margin-top:20px;
	margin-bottom:14px;
}

.cource-detail-banner-section .content-box .rating{
	position:relative;
	color:#fbb039;
	font-size:16px;
	float:left;
}

.cource-detail-banner-section .content-box .rating strong{
	position:relative;
	color:#000000;
	margin-left:10px;
	font-size:16px;
}

.cource-detail-banner-section .content-box .rating i{
	position:relative;
	color:#000000;
	top:-2px;
	font-size:14px;
	font-weight:400;
	font-style:normal;
	margin-left:5px;
}

.cource-detail-banner-section .content-box .hovers{
	position:relative;
	color:#000000;
	font-size:13px;
	float:left;
	margin-left:20px;
}

.cource-detail-banner-section .content-box .social-box{
	position:relative;
	top:-5px;
	display:inline-block;
	margin-left:90px;
}

.cource-detail-banner-section .content-box .social-box span{
	position:relative;
	margin-right:15px;
	color:#6b6a6a;
	top:3px;
	font-size:22px;
}

.cource-detail-banner-section .content-box .social-box li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.cource-detail-banner-section .content-box .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:15px;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#55acee;
}

.cource-detail-banner-section .content-box .social-box li.twitter a{
	background-color:#55acee;
}

.cource-detail-banner-section .content-box .social-box li.pinterest a{
	background-color:#bd081c;
}

.cource-detail-banner-section .content-box .social-box li.facebook a{
	background-color:#3b5999;
}

.cource-detail-banner-section .content-box .social-box li.dribbble a{
	background-color:#ea4c89;
}

/*** 

====================================================================
	Course Detail Section
====================================================================

***/

.course-detail-section{
	position:relative;
	padding-bottom:60px;
}

.course-detail-section .content-column{
	position:relative;
	padding-bottom:40px;
}

.course-detail-section .content-column .inner-column{
	position:relative;
	padding-top:80px;
}

.course-detail-section .content-column h5{
	position:relative;
	font-weight:700;
	color:#000000;
	line-height:1.3em;
	margin-bottom:15px;
}

.course-detail-section .content-column p{
	position:relative;
	color:#000000;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:25px;
}

.course-detail-section .content-column .learn-box{
	position:relative;
	margin-bottom:50px;
	padding:35px 30px 45px;
	border:1px solid #e9e9e9;
	background-color:#f9f8f3;
}

.course-detail-section .content-column .learn-box .learn-list{
	position:relative;
}

.course-detail-section .content-column .learn-box .learn-list li{
	position:relative;
	color:#000000;
	font-size:14px;
	line-height:1.9em;
	padding-left:36px;
	margin-bottom:18px;
}

.course-detail-section .content-column .learn-box .learn-list li:before{
	position:absolute;
	content:'';
	left:0px;
	top:5px;
	width:23px;
	height:23px;
	background:url(../images2/icons/check.png) no-repeat;
}

.course-detail-section .content-column .learn-box .learn-list li:last-child{
	margin-bottom:0px;
}

.course-detail-section .content-column .learn-list-two{
	position:relative;
	margin-bottom:30px;
}

.course-detail-section .content-column .learn-list-two li{
	position:relative;
	color:#000000;
	font-size:14px;
	line-height:1.9em;
	padding-left:36px;
	margin-bottom:18px;
}

.course-detail-section .content-column .learn-list-two li:before{
	position:absolute;
	content:'';
	left:0px;
	top:5px;
	width:23px;
	height:23px;
	background:url(../images2/icons/check-1.png) no-repeat;
}

.course-detail-section .content-column .learn-list-two li:last-child{
	margin-bottom:0px;
}

.course-detail-section .content-column .total-lectures{
	position:relative;
	color:#000000;
	font-size:14px;
	margin-bottom:25px;
}

.accordion-box-two{
	position: relative;
	border:1px solid #e9e9e9;
}

.accordion-box-two .block{
	position: relative;
	margin-bottom:0px;
	border-radius:0px;
	background-color:#f9f8f3;
	border-bottom:1px solid #e9e9e9;
}

.accordion-box-two .block:last-child{
	border-bottom:none;
}

.accordion-box-two .block.active-block{
	background-color:#f8f8f1;
	border-color:#f8f8f1;
}

.accordion-box-two .block .acc-btn{
	position:relative;
	font-size:16px;
	color:#06142d;
	line-height:1.8em;
	font-weight:500;
	cursor:pointer;
	padding:14px 60px;
	padding-right: 25px;
	margin-bottom: 0px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.accordion-box-two .block .acc-btn .side-text{
	position:absolute;
	right:20px;
}

.accordion-box-two .block .acc-btn.active{
	margin-bottom:0px;
	border-bottom:1px solid #e9e9e9;
}

.accordion-box-two .block .acc-btn.active .icon{
	
}

.accordion-box-two .block .icon{
	position:absolute;
	left: 0px;
	top:0px;
	bottom:0px;
	width: 40px;
	font-size: 20px;
	line-height: 60px;
	color: #666666;
	text-align: center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-right:1px solid #e9e9e9;
}

.accordion-box-two .block .icon::before{
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box-two .block .acc-btn.active .icon::before{
	transform:rotate(180deg);
	display:inline-block;
}

.accordion-box-two .block .acc-content{
	position:relative;
	display:none;
	background-color:#fafaf9;
}

.accordion-box-two .block .content{
	position:relative;
	padding: 0px 25px 20px 25px;
}

.accordion-box-two .block .acc-content.current{ 
	display: block;
}

.accordion-box-two .block .content .accordion-list{
	position:relative;
}

.accordion-box-two .block .content .accordion-list li{
	position:relative;
	padding:16px 0px;
	border-bottom:1px solid #e9e9e9;
}

.accordion-box-two .block .content .accordion-list li:last-child{
	border-bottom:0px;
	margin-bottom:0px;
}

.accordion-box-two .block .content .accordion-list li a{
	position:relative;
	color:#000000;
	font-size:15px;
	display:block;
	padding-left:28px;
}

.accordion-box-two .block .content .accordion-list li a .time{
	position:absolute;
	right:0px;
}

.accordion-box-two .block .content .accordion-list li a .list-icon{
	position:absolute;
	left:0px;
	top:1px;
}

.course-detail-section .read-more{
	position:relative;
	text-align:right;
	margin-top:25px;
	margin-bottom:25px;
}

.course-detail-section .read-more a{
	position:relative;
	color:#1a49bae6;
}

/* Author Box */

.author-box{
	position:relative;
	margin-bottom:65px;
}

.author-box .box-inner{
	position:relative;
	padding-left:230px;
}

.author-box .box-inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:230px;
	border-radius:5px;
	overflow:hidden;
}

.author-box .box-inner h6{
	position:relative;
	font-weight:700;
	color:#000000;
	font-size:20px;
	line-height:1.3em;
}

.author-box .box-inner h6 .icon{
	position:relative;
	width:30px;
	height:30px;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	line-height:30px;
	margin-left:20px;
	border-radius:50px;
	display:inline-block;
	background-color:#1a49bae6;
}

.author-box .box-inner .designation{
	position:relative;
	color:#000000;
	font-size:14px;
	margin-top:8px;
	margin-bottom:10px;
}

.author-box .box-inner .list{
	position:relative;
}

.author-box .box-inner .list li{
	position:relative;
	margin-bottom:4px;
	color:#000000;
	font-size:14px;
	padding-left:25px;
}

.author-box .box-inner .list .icon{
	position:absolute;
	left:0px;
	top:1px;
	font-size:16px;
}

.author-box .box-inner .text{
	position:relative;
	color:#000000;
	font-size:14px;
	opacity:0.7;
	margin-top:15px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.course-detail-section .comments-area{
	position:relative;
}

.course-detail-section .group-title{
	position:relative;
}

.course-detail-section .group-title h3{
	position:relative;
	color:#222222;
	font-weight:700;
	margin-bottom:30px;
	text-transform:capitalize;
}

.course-detail-section .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:50px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.course-detail-section .comments-area .comment-box:last-child{
	margin-bottom:0px;
}

.course-detail-section .comments-area .comment{
	position:relative;
	font-size:14px;
	min-height:120px;
	margin-bottom:40px;
	padding:5px 0px 0px 110px;
}

.course-detail-section .comments-area .reply-comment{
	margin-left:60px;	
}

.course-detail-section .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:5px;
	width:80px;
	border-radius:5px;
	margin-bottom:20px;
	overflow:hidden;
}

.course-detail-section .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.course-detail-section .comments-area .comment-info{
	margin-bottom:8px;
}

.course-detail-section .comments-area .comment-info .rating{
	position:relative;
	color:#fcb120;
	font-size:18px;
	display:inline-block;
}

.course-detail-section .comments-area .comment-box strong{
	font-size:16px;
	font-weight:700;
	color:#000000;
	display:block;
	line-height:1.3em;
	margin-bottom:6px;
	text-transform:capitalize;
}

.course-detail-section .comments-area .comment-box .text{
	color:#000000;
	opacity:0.70;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:0px;
	padding-top:0px;
}

.course-detail-section .comments-area .comment-info .comment-time{
	font-size:15px;
	color:#777777;
	margin-left:20px;
	display:inline-block;
}

.course-detail-section .comments-area .like-dislike{
	position:relative;
	margin-left:20px;
	display:inline-block;
}

.course-detail-section .comments-area .like-dislike li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.course-detail-section .comments-area .like-dislike li a{
	position:relative;
	width:34px;
	height:34px;
	line-height:32px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	border:1px solid #dde1df;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.course-detail-section .comments-area .like-dislike li a:hover{
	color:#ffffff;
	border-color:#1a49bae6;
	background-color:#1a49bae6;
}


/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form .form-group{
	margin-bottom:20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#888888;
	border:1px solid #dddddd;
	height:55px;
	font-size:14px;
	border-radius:5px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#1a49bae6;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px 25px;
	color:#888888;
	border:1px solid #dddddd;
	height:185px;
	background:#ffffff;
	resize:none;
	font-size:14px;
	border-radius:5px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .theme-btn{
	cursor:pointer;
	margin-top:10px;
}

.course-detail-section .info-column{
	position:relative;
	padding-bottom:40px;
}

.course-detail-section .info-column .inner-column{
	position:relative;
	padding:35px 35px;
	margin-top:-315px;
	background-color:#ffffff;
	box-shadow:0px 0px 25px rgba(0,0,0,0.15);
}

.course-detail-section .info-column .inner-column:before{
	position:absolute;
	content:'';
	left:-10px;
	top:29%;
	border-top: 6px solid transparent;
    border-right: 10px solid #ffffff;
    border-bottom: 6px solid transparent;
}

.course-detail-section .info-column .price{
	position:relative;
	color:#1a49bae6;
	font-size:36px;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:15px;
	border-bottom:2px solid #dadada;
}

.course-detail-section .info-column .price i{
	position:relative;
	color:#7c7979;
	font-size:16px;
	font-weight:500;
	font-style:normal;
	text-decoration:line-through;
}

.course-detail-section .info-column .price span{
	position:relative;
	color:#7c7979;
	font-size:16px;
	font-weight:500;
}

.course-detail-section .info-column h5{
	position:relative;
	font-weight:700;
	color:#000000;
	line-height:1.3em;
	margin-top:25px;
}

.course-detail-section .info-column .text{
	position:relative;
	color:#000000;
	font-size:14px;
	line-height:1.9em;
	margin-top:15px;
	margin-bottom:20px;
}

.course-detail-section .info-column .level-list{
	position:relative;
}

.course-detail-section .info-column .level-list li{
	position:relative;
	padding-left:30px;
	color:#000000;
	font-size:16px;
	max-width:240px;
	width:100%;
	margin-bottom:10px;
}

.course-detail-section .info-column .level-list li:before{
	position:absolute;
	content:'';
	left:0px;
	top:12px;
	width:12px;
	height:3px;
	background-color:#1a49bae6;
}

.course-detail-section .info-column .level-list li span{
	position:absolute;
	right:0px;
	color:#000000;
	font-size:14px;
}

.course-detail-section .info-column .level-list li:last-child{
	margin-bottom:0px;
}

.course-detail-section .info-column .level-list-two{
	position:relative;
	margin-top:25px;
}

.course-detail-section .info-column .level-list-two li{
	position:relative;
	padding-left:30px;
	color:#000000;
	font-size:14px;
	margin-bottom:8px;
}

.course-detail-section .info-column .level-list-two li:before{
	position:absolute;
	content:'';
	left:0px;
	top:2px;
	width:23px;
	height:23px;
	background:url(../images2/icons/check-1.png) no-repeat;
}

.course-detail-section .info-column .btns-box{
	position:relative;
	margin-top:22px;
}

.course-detail-section .info-column .btns-box .enrol-btn{
	position:relative;
	color:#000000;
	font-size:16px;
	padding:16px 26px;
	border-radius:6px;
	font-weight:500;
	margin-right:2px;
	display:inline-block;
	background-color:#ffe00c;
}

.course-detail-section .info-column .btns-box .wishlist-btn{
	position:relative;
	color:#000000;
	font-size:16px;
	padding:16px 26px;
	border-radius:6px;
	font-weight:500;
	display:inline-block;
	background-color:#eef7f3;
}

/* Coupon Form */

.coupon-form{
	position:relative;
	margin-bottom:35px;
	margin-top:20px;
}

.coupon-form h6{
	position:relative;
	color:#00184f;
	font-size:16px;
	font-weight:500;
	margin-bottom:15px;
}

.coupon-form h6 .fa{
	position:relative;
	margin-left:5px;
	color:#1a49bae6;
}

.coupon-form .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
}

.coupon-form .form-group input[type="text"],
.coupon-form .form-group input[type="tel"],
.coupon-form .form-group input[type="email"],
.coupon-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 50px;
	color:#00184f;
	display:inline-block;
    font-size: 14px;
	letter-spacing:1px;
	border-radius:0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	background-color:#e8ebef;
}

.coupon-form .form-group input:focus{
	
}

.coupon-form .form-group input[type="submit"],
.coupon-form .form-group button {
	position: absolute;
	width:65px;
	height:50px;
	right:0px;
	top:0px;
	bottom:5px;
	color:#ffffff;
	cursor:pointer;
	border-radius:0px;
	background-color:#1a49bae6;
	display:inline-block;
}

/*** 

====================================================================
	Blog Page Section
====================================================================

***/

.blog-page-section{
	position:relative;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#f3fef9;
}

.blog-classic{
	position:relative;
	margin-top:-100px;
}

.blog-page-section.style-two{
	padding-bottom:140px;
}

.blog-page-section .pattern-layer-one{
	position: absolute;
    left: 100px;
    top: 250px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.blog-page-section .pattern-layer-two{
	position: absolute;
    left: 75%;
    top: 90px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.blog-page-section .pattern-layer-three{
	position: absolute;
    right: 70px;
    top: 110px;
    width: 105px;
    height: 104px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.blog-page-section .page-breadcrumb{
	position:relative;
	padding-top:30px;
	margin-bottom:70px;
	display:inline-block;
	border-bottom:1px solid #06092d;
}

.blog-page-section .page-breadcrumb li{
	position:relative;
	padding-right:10px;
	margin-right:10px;
	color:#78787c;
	font-size:16px;
	display:inline-block;
}

.blog-page-section .page-breadcrumb li:before{
	position:absolute;
	content:'-';
	right:-4px;
	top:0px;
	font-size:16px;
}

.blog-page-section .page-breadcrumb li a{
	position:relative;
	color:#06092d;
}

.blog-page-section .page-breadcrumb li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.blog-page-section .page-breadcrumb li:last-child::before{
	display:none;
}

.blog-page-section .content-box{
	position:relative;
	max-width:700px;
	margin-bottom:80px;
}

.blog-page-section .content-box .text{
	position:relative;
	color:#06092d;
	font-size:20px;
	line-height:1.6em;
	margin-top:20px;
}

.blog-page-section .content-box h2{
	position:relative;
	font-weight:700;
	line-height:1.4em;
	color:#000000;
	font-size:36px;
	margin-top:15px;
}

.blog-page-section .outer-container{
	position:relative;
	max-width:1800px;
	padding:0px 15px;
	margin:0 auto;
}

.blog-page-section .news-block{
	margin-bottom:80px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:0px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar{
	padding-top:0px;
}

.sidebar-page-container.style-two{
	padding-top:95px;
}

.sidebar-title{
	position:relative;
	margin-bottom:28px;
}

.sidebar-title h4{
	position: relative;
    color: #06142d;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
	padding-bottom:12px;
    text-transform: capitalize;
	border-bottom:1px solid #dddddd;
}

.sidebar-widget{
	margin-bottom:35px;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:43px;
	padding:10px 50px 10px 25px;
	background:#fbfaf4;
	display:block;
	font-size:14px;
	width:100%;
	height:60px;
	color:#000000;
	border-radius:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:60px;
	display:block;
	font-size:16px;
	color:#dbdbd9;
	border-radius:0px 5px 5px 0px;
	line-height:100%;
	font-weight:normal;
	background:#fbfaf4;
}

.sticky-top{
	z-index:1;
	top:90px;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:90px;
	min-height:100px;
	margin-bottom:25px;
	border-bottom:1px solid #dddddd;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
	border-bottom:none;
	min-height:auto;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:70px;
	 border-radius:50%;
	overflow:hidden;
}

.sidebar .popular-posts .post .post-thumb .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(0,0,0,0.70);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa{
	top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box{
	opacity:1;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:16px;
	margin:0px 0px 0px;
	font-weight:500;
	color:#06142d;
	line-height:1.5em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a:hover{
	color:#1a49bae6;
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:16px;
	color:#777777;
	font-weight:400;
	margin-bottom:4px;
}

/* Blog Cat */

.blog-cat{
	position:relative;
}

.blog-cat li{
	position:relative;
	margin-bottom:12px;
}

.blog-cat li a{
	position:relative;
	color:#06142d;
	font-size:16px;
}

/* Popular Tags */

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 26px 10px;
	margin:0px 6px 10px 0px;
	color:#161216;
	text-align:center;
	font-size:16px;
	background:none;
	font-weight:600;
	border-radius:0px;
	background-color:#fbfaf4;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#1a49bae6;
	color:#ffffff;
}

.news-block-two{
	position:relative;
	margin-bottom:40px;
}

.news-block-two .inner-box{
	position:relative;
}

.news-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#111111;
}

.news-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
}

.news-block-two .inner-box:hover .image img{
	overflow:hidden;
	opacity:0.7;
}

.news-block-two .inner-box .lower-content{
	position:relative;
	padding:28px 35px 35px;
	background-color:#fbfaf4;
}

.news-block-two .inner-box .lower-content .post-info{
	position:relative;
}

.news-block-two .inner-box .lower-content .post-info li{
	position:relative;
	color:#06142d;
	margin-right:15px;
	display:inline-block;
}

.news-block-two .inner-box .lower-content .post-info li .icon{
	position:absolute;
	left:0px;
}

.news-block-two .inner-box .lower-content .post-info li a{
	position:relative;
	color:#06142d;
	padding-left:20px;
}

.news-block-two .inner-box .lower-content h2{
	position:relative;
	line-height:1.3em;
	font-weight:500;
	margin-top:12px;
	margin-bottom:25px;
}

.news-block-two .inner-box .lower-content h2 a{
	position:relative;
	color:#06142d;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.news-block-two .inner-box .lower-content h2 a:hover{
	color:#1a49bae6;
}

.news-block-two .inner-box .lower-content .text{
	position:relative;
	color:#06142d;
	opacity:0.80;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:22px;
}

.news-block-two .inner-box .lower-content .learn-more{
	position:relative;
	color:#1a49bae6;
	font-size:16px;
	text-transform:uppercase;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.news-block-two .inner-box .lower-content .learn-more .icon{
	position:relative;
	margin-left:5px;
	font-size:18px;
}

.news-block-two .inner-box .lower-content .learn-more:hover{
	color:#111111;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination-two{
	position:relative;
}

.styled-pagination-two li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.styled-pagination-two li a{
	position:relative;
	width:50px;
	height:50px;
	color:#161216;
	font-size:16px;
	font-weight:400;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#fbfaf4;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.styled-pagination-two li.active a,
.styled-pagination-two li:hover a{
	color:#161216;
	background-color:#ffe00c;
}

/*** 

====================================================================
	Blog Detail Banner Section
====================================================================

***/

.blog-detail-banner-section{
	position:relative;
	overflow:hidden;
	padding-bottom:120px;
	background-color:#f3fef9;
}

.blog-detail-banner-section .pattern-layer-one{
	position: absolute;
    left: 100px;
    top: 250px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.blog-detail-banner-section .pattern-layer-two{
	position: absolute;
    left: 75%;
    top: 90px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.blog-detail-banner-section .pattern-layer-three{
	position: absolute;
    right: 70px;
    top: 110px;
    width: 105px;
    height: 104px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.blog-detail-banner-section .pattern-layer-four{
	position: absolute;
    left: 150px;
    bottom: 70px;
    width: 45px;
    height: 43px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.blog-detail-banner-section .page-breadcrumb{
	position:relative;
	padding-top:30px;
	margin-bottom:80px;
	display:inline-block;
	border-bottom:1px solid #06092d;
}

.blog-detail-banner-section .page-breadcrumb li{
	position:relative;
	padding-right:10px;
	margin-right:10px;
	color:#78787c;
	font-size:16px;
	display:inline-block;
}

.blog-detail-banner-section .page-breadcrumb li:before{
	position:absolute;
	content:'-';
	right:-4px;
	top:0px;
	font-size:16px;
}

.blog-detail-banner-section .page-breadcrumb li a{
	position:relative;
	color:#06092d;
}

.blog-detail-banner-section .page-breadcrumb li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.blog-detail-banner-section .page-breadcrumb li:last-child::before{
	display:none;
}

.blog-detail-banner-section .content-box{
	position:relative;
	max-width:700px;
}

.blog-detail-banner-section .content-box .title{
	position:relative;
	color:#ff6815;
	font-size:16px;
}

.blog-detail-banner-section .content-box h2{
	position:relative;
	font-weight:700;
	line-height:1.3em;
	color:#000000;
	font-size:36px;
	margin-top:15px;
	margin-bottom:35px;
}

.blog-detail-banner-section .content-box .author-info{
	position:relative;
	font-size:16px;
	padding-left:65px;
	color:rgba(6,20,45,0.70);
}

.blog-detail-banner-section .content-box .author-info strong{
	position:relative;
	color:#000000;
	margin-bottom:6px;
	font-size:16px;
	display:block;
}

.blog-detail-banner-section .content-box .author-info .author-image{
	position:absolute;
	color:#000000;
	left:0px;
	top:0px;
	width:54px;
	height:54px;
	overflow:hidden;
	border-radius:50%;
	display:inline-block;
}

.blog-detail-banner-section .content-box .social-box{
	position:relative;
	margin-top:22px;
}

.blog-detail-banner-section .content-box .social-box span{
	position:relative;
	margin-right:15px;
	color:#6b6a6a;
	top:3px;
	font-size:22px;
}

.blog-detail-banner-section .content-box .social-box li{
	position:relative;
	margin-right:6px;
	display:inline-block;
}

.blog-detail-banner-section .content-box .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:15px;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#55acee;
}

.blog-detail-banner-section .content-box .social-box li.twitter a{
	background-color:#55acee;
}

.blog-detail-banner-section .content-box .social-box li.pinterest a{
	background-color:#bd081c;
}

.blog-detail-banner-section .content-box .social-box li.facebook a{
	background-color:#3b5999;
}

.blog-detail-banner-section .content-box .social-box li.dribbble a{
	background-color:#ea4c89;
}

/* Blog Detail */

.blog-detail{
	position:relative;
}

.blog-detail .inner-box{
	position:relative;
}

.blog-detail .inner-box p{
	position:relative;
	color:#06142d;
	font-size:16px;
	opacity:0.80;
	line-height:1.7em;
	margin-bottom:15px;
}

.blog-detail .inner-box h4{
	position:relative;
	color:#0b0f18;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:15px;
}

.blog-detail .inner-box .bold-text{
	position:relative;
	font-size:20px;
	color:#06142d;
	margin-bottom:0px;
	line-height:1.5em;
	margin-bottom:17px;
}

.blog-detail .inner-box .blockquote-box{
	position:relative;
	margin-top:30px;
	margin-bottom:40px;
}

.blog-detail .inner-box .blockquote-box .blockquote-column{
	position:relative;
}

.blog-detail .inner-box .blockquote-box .blockquote-column .inner-column{
	position:relative;
	z-index:1;
	margin-top:12px;
	padding:40px 30px;
	margin-right:-30px;
	background-color:#ffe00c;
}

.blog-detail .inner-box .blockquote-box .blockquote-column .inner-column p{
	font-size:20px;
	opacity:1;
	z-index:1;
	line-height:1.6em;
	margin-bottom:0px;
}

.blog-detail .inner-box .blockquote-box .blockquote-column .inner-column .quote-icon{
	position:absolute;
	left:30px;
	top:25px;
}

.blog-detail .inner-box .blockquote-box .blockquote-column .inner-column .quote-icon-two{
	position:absolute;
	right:10px;
	bottom:10px;
}

.blog-detail .inner-box .blockquote-box .image-column{
	position:relative;
}

.blog-detail .inner-box .blockquote-box .image-column .inner-column{
	position:relative;
	margin-left:-120px;
}

.blog-detail .inner-box .big-image{
	position:relative;
	margin-top:35px;
	margin-bottom:30px;
}

.blog-detail .inner-box .big-image img{
	position:relative;
	width:100%;
	display:block;
}

/* post share options */

.blog-detail .post-share-options{
	position:relative;
	margin-top: 40px;
}

.blog-detail .post-share-options .tags{
	position:relative;
}

.blog-detail .post-share-options .tags li{
	position:relative;
	margin-right:4px;
	display:inline-block;
}

.blog-detail .post-share-options .tags li span{
	position:relative;
	color:#2f2f2f;
	font-size:18px;
	margin-right:10px;
}

.blog-detail .post-share-options .tags li a{
	position:relative;
	color:#0c0d24;
	font-size:15px;
	padding:5px 20px 7px;
	border-radius:50px;
	border:1px solid #e6e6e9;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.blog-detail .post-share-options .tags li a:hover{
	color:#ffffff;
	border-color:#1a49bae6;
	background-color:#1a49bae6;
}

.blog-detail .related-projects{
	position:relative;
	margin-top:80px;
}

/* News Block Three */

.news-block-three{
	position:relative;
	margin-bottom:30px;
}

.news-block-three .inner-box{
	position:relative;
}

.news-block-three .inner-box .image{
	position:relative;
}

.news-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-three .inner-box .lower-content{
	position:relative;
	padding-top:20px;
	text-align:center;
}

.news-block-three .inner-box .lower-content h6{
	position:relative;
	line-height:1.4em;
	font-weight:700;
}

.news-block-three .inner-box .lower-content h6 a{
	position:relative;
	color:#06142d;
	font-size:16px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-three .inner-box .lower-content h6 a:hover{
	color:#1a49bae6;
}

.news-block-three .inner-box .lower-content .learn-more{
	position:relative;
	color:#1a49bae6;
	font-size:14px;
	font-weight:500;
	margin-top:15px;
	display:inline-block;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-three .inner-box .lower-content .learn-more:hover{
	color:#111111;
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form{
	position:relative;
	margin-top:30px;
}

.comment-form .group-title h4{
	position:relative;
	color:#06142d;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:30px;
}

.comment-form .form-group{
	margin-bottom:20px;
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#888888;
	border:1px solid #dddddd;
	height:54px;
	font-size:14px;
	border-radius:0px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#1a49bae6;
}

.comment-form .form-group .check-box label{
	position:relative;
	color:#06142d;
	font-size:15px;
	opacity:0.80;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px 25px;
	color:#888888;
	border:1px solid #dddddd;
	height:215px;
	background:#ffffff;
	resize:none;
	font-size:14px;
	border-radius:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .theme-btn{
	cursor:pointer;
}

/*** 

====================================================================
	Contact Banner Section
====================================================================

***/

.contact-banner-section{
	position:relative;
	padding-top:0px;
	padding-bottom:100px;
	background-color:#f3fef9;
}

.contact-banner-section .pattern-layer-one{
	position: absolute;
    left: 100px;
    top: 250px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.contact-banner-section .pattern-layer-two{
	position: absolute;
    left: 75%;
    top: 90px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.contact-banner-section .pattern-layer-three{
	position: absolute;
    right: 70px;
    top: 110px;
    width: 105px;
    height: 104px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.contact-banner-section .page-breadcrumb{
	position:relative;
	padding-top:30px;
	margin-bottom:70px;
	display:inline-block;
	border-bottom:1px solid #06092d;
}

.contact-banner-section .page-breadcrumb li{
	position:relative;
	padding-right:10px;
	margin-right:10px;
	color:#78787c;
	font-size:16px;
	display:inline-block;
}

.contact-banner-section .page-breadcrumb li:before{
	position:absolute;
	content:'-';
	right:-4px;
	top:0px;
	font-size:16px;
}

.contact-banner-section .page-breadcrumb li a{
	position:relative;
	color:#06092d;
}

.contact-banner-section .page-breadcrumb li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.contact-banner-section .page-breadcrumb li:last-child::before{
	display:none;
}

.contact-banner-section .content-box{
	position:relative;
	max-width:700px;
}

.contact-banner-section .content-box .text{
	position:relative;
	color:#06092d;
	font-size:20px;
	line-height:1.6em;
	margin-top:20px;
}

.contact-banner-section .content-box h2{
	position:relative;
	font-weight:700;
	line-height:1.4em;
	color:#000000;
	font-size:36px;
	margin-top:15px;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position:relative;
	padding:110px 0px 70px;
}

.contact-page-section .pattern-layer-three{
	position:absolute;
	left:10%;
	top:55%;
	width:45px;
	height:43px;
	background-repeat:no-repeat;
}

.contact-page-section .info-column{
	position:relative;
	margin-bottom:30px;
}

.contact-page-section .info-column .inner-column{
	position:relative;
}

.contact-page-section .info-column .title{
	position:relative;
	color:#1a49bae6;
	font-size:16px;
	text-transform:uppercase;
}

.contact-page-section .info-column h2{
	position:relative;
	color:#06142d;
	font-weight:700;
	line-height:1.2em;
	font-size:36px;
	margin-top:20px;
	margin-bottom:22px;
}

.contact-page-section .info-column .text{
	position:relative;
	color:#181818;
	font-size:18px;
	line-height:1.7em;
	margin-bottom:18px;
}

.contact-page-section .info-column ul{
	position:relative;
}

.contact-page-section .info-column ul li{
	position:relative;
	color:#06142d;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:17px;
}

.contact-page-section .info-column ul li span {
    position: relative;
    display: block;
    color: #000000;
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 800;
}

.contact-page-section .form-column{
	position:relative;
	margin-bottom:30px;
}

.contact-page-section .form-column .inner-column{
	position:relative;
	padding:40px 35px;
	background-color:#f4f7fa;
}

.contact-page-section .form-column .circle-layer{
	position:absolute;
	left:-130px;
	bottom:-60px;
	width:565px;
	height:565px;
	z-index:-1;
	border-radius:50%;
	background-color:#fff7f0;
}

.contact-page-section .form-column .pattern-layer-one{
	position:absolute;
	right:-40px;
	top:-25px;
	width:106px;
	height:70px;
	z-index:-1;
	background-repeat:no-repeat;
}

.contact-page-section .form-column .pattern-layer-two{
	position:absolute;
	left:-50px;
	bottom:-25px;
	width:106px;
	height:153px;
	z-index:-1;
	background-repeat:no-repeat;
}

.contact-page-section .form-column h2{
	position:relative;
	color:#06142d;
	font-size:30px;
	font-weight:700;
	text-align:center;
}

.contact-page-section .form-column h2:before{
	position:absolute;
	content:'';
	right:20px;
	top:0px;
	width:91px;
	height:38px;
	background:url(../images2/icons/contact-arrow.png);
}

.contact-page-section .form-column .text{
	position:relative;
	color:#181818;
	font-size:16px;
	line-height:1.8em;
	text-align:center;
	margin-top:12px;
	margin-bottom:30px;
}

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form .form-group{
	margin-bottom:20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#888888;
	height:55px;
	font-size:14px;
	border-radius:3px;
	background:#ffffff;
	border:1px solid transparent;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#1a49bae6;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px 25px;
	color:#888888;
	height:185px;
	background:#ffffff;
	resize:none;
	font-size:14px;
	border-radius:3px;
	border:1px solid transparent;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .theme-btn{
	cursor:pointer;
	margin-top:10px;
	text-transform:uppercase;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

.map-contact-section{
	position:relative;
	padding:0px 0px 110px;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section{
	position:relative;
	text-align:center;
	padding-top:110px;
	padding-bottom:100px;
}

.error-section .content{
	position:relative;
	display:inline-block;
}

.error-section .content .color-layer{
	position:absolute;
	right:-100px;
	top:-80px;
	width:570px;
	height:570px;
	border-radius:50%;
	background-color:#fff7f0;
}

.error-section .content .image{
	position:relative;
	z-index:1;
}

.error-section .content .pattern-layer-one{
	position:absolute;
	left:37%;
	top:57%;
	z-index:1;
	width:106px;
	height:143px;
	background-repeat:no-repeat;
}

.error-section .content h1{
	position:relative;
	color:#1d3d56;
	z-index:1;
	font-size:150px;
	font-weight:700;
	line-height:1em;
	margin-top:-260px;
}

.error-section .content h3{
	position:relative;
	color:#06142d;
	z-index:1;
	font-size:36px;
	font-weight:700;
	margin-top:80px;
}

.error-section .content .text{
	position:relative;
	color:#181818;
	z-index:1;
	font-size:18px;
	font-weight:400;
	margin-top:20px;
	line-height:1.7em;
}

/*** 

====================================================================
	Donate Banner Section
====================================================================

***/

.donate-banner-section{
	position:relative;
	padding-top:0px;
	padding-bottom:100px;
	background-color:#f3fef9;
}

.donate-banner-section .pattern-layer-one{
	position: absolute;
    left: 100px;
    top: 250px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.donate-banner-section .pattern-layer-two{
	position: absolute;
    left: 75%;
    top: 90px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.donate-banner-section .pattern-layer-three{
	position: absolute;
    right: 70px;
    top: 110px;
    width: 105px;
    height: 104px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.donate-banner-section .page-breadcrumb{
	position:relative;
	padding-top:30px;
	margin-bottom:70px;
	display:inline-block;
	border-bottom:1px solid #06092d;
}

.donate-banner-section .page-breadcrumb li{
	position:relative;
	padding-right:10px;
	margin-right:10px;
	color:#78787c;
	font-size:16px;
	display:inline-block;
}

.donate-banner-section .page-breadcrumb li:before{
	position:absolute;
	content:'-';
	right:-4px;
	top:0px;
	font-size:16px;
}

.donate-banner-section .page-breadcrumb li a{
	position:relative;
	color:#06092d;
}

.donate-banner-section .page-breadcrumb li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.donate-banner-section .page-breadcrumb li:last-child::before{
	display:none;
}

.donate-banner-section .content-box{
	position:relative;
	max-width:700px;
}

.donate-banner-section .content-box .text{
	position:relative;
	color:#06092d;
	font-size:20px;
	line-height:1.6em;
	margin-top:20px;
}

.donate-banner-section .content-box h2{
	position:relative;
	font-weight:700;
	line-height:1.4em;
	color:#000000;
	font-size:36px;
	margin-top:15px;
}

/*** 

====================================================================
	Donate Page Section
====================================================================

***/

.donate-page-section{
	position:relative;
	padding:110px 0px 70px;
}

.donate-page-section .pattern-layer-one{
	position:absolute;
	left:10%;
	top:55%;
	width:45px;
	height:43px;
	background-repeat:no-repeat;
}

.donate-page-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.donate-page-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
}

.donate-page-section .content-column .title{
	position:relative;
	color:#1a49bae6;
	font-size:16px;
	text-transform:capitalize;
}

.donate-page-section .content-column h2{
	position:relative;
	color:#06142d;
	font-weight:700;
	line-height:1.2em;
	font-size:36px;
	margin-top:20px;
	margin-bottom:22px;
}

.donate-page-section .content-column p{
	position:relative;
	color:#181818;
	font-size:18px;
	line-height:1.7em;
	margin-bottom:18px;
	padding-right:30px;
}

.donate-page-section .content-column h4{
	position:relative;
	color:#06142d;
	font-weight:700;
	line-height:1.2em;
	margin-top:20px;
	margin-bottom:20px;
}

.donate-page-section .content-column .image{
	position:relative;
	margin-top:50px;
}

.donate-page-section .donate-column{
	position:relative;
	margin-bottom:30px;
}

.donate-page-section .donate-column .inner-column{
	position:relative;
	padding:40px 35px 20px;
	background-color: #fff;
}

.donate-page-section .donate-column .title-box{
	position:relative;
	text-align:center;
	padding-bottom:22px;
	margin-bottom:40px;
	border-bottom:1px solid #d7dcdc;
}

.donate-page-section .donate-column .title-box h3{
	position:relative;
	color:#06142d;
	font-weight:700;
	line-height:1.2em;
}

.donate-page-section .donate-column .title-box .text{
	position:relative;
	color:#181818;
	font-size:18px;
	line-height:1.7em;
	margin-top:12px;
}

.donate-tabs .tab-btns{
	position:relative;
	margin-bottom:30px;
}

.donate-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	margin-right:8px;
	font-size:16px;
	background:#ffffff;
	color:#06142d;
	text-transform:capitalize;
	font-weight:400;
	line-height:24px;
	cursor:pointer;
	border-radius:4px;
	margin-bottom:12px;
	display:inline-block;
	padding:12px 30px 14px;
	transition:all 500ms ease;
}


.donate-tabs .tabs-content{
	position:relative;	
}

.donate-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.donate-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.donate-form .form-group{
	position:relative;
}

.donate-form .form-group label{
	position:relative;
	color:#06142d;
	font-size:18px;
	display:block;
	font-weight:600;
	margin-bottom:20px;
}

.donate-form .form-group label.margin{
	margin-bottom:0px;
}

.donate-form .select-amount{
	position:relative;
	margin-bottom:20px;
}

.donate-form .select-amount .select-box{
	position:relative;
	float:left;
	text-align:center;
	margin:0px 10px 10px 0px;	
}

.donate-form .select-amount .input-box{
	position:relative;
	float:left;
	width:290px;
}

.donate-form .select-amount .select-box input[type="radio"]{
	left:0px;
	top:0px;
	visibility:hidden;
	position:absolute;
	opacity:0;	
}

.donate-form .select-amount .select-box label{
	display:block;
	line-height:22px;
	padding:13px 24px !important;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#06142d;
	cursor:pointer;
	border-radius:5px;
	transition:all 500ms ease;
	background-color:#ffffff;
}

.donate-form .select-amount .select-box input[type="radio"]:checked+label{
	background:#50bd87;
	color:#ffffff;	
}

.donate-form .form-group .select-box{
	position:relative;
}

.donate-form .form-group .select-box label{
	position: relative;
    font-size: 16px;
    color: #06142d;
    font-weight:500;
    cursor: pointer;
    margin-bottom:0px;
	padding-left:35px;
	line-height:1.6em;
}

.donate-form .form-group .select-box input[type="checkbox"]{
	position: absolute;
    left: 0px;
    top: 2px;
    width: 19px;
    height: 19px;
	visibility: hidden;
    background-color: #ffffff;
}

.donate-form .form-group .select-box .default-check{
    position: absolute;
    left: 0px;
    top: 4px;
    width: 19px;
    height: 19px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
}

.donate-form .form-group .select-box .check-icon{
    position: absolute;
    content: '\f00c';
    left: 0px;
    top: 4px;
    width: 19px;
    height: 19px;
    color: #50bd87;
    z-index: 99;
    font-size: 12px;
	line-height: 19px;
    text-align: center;
	font-weight:800;
    opacity: 0;
	font-family: 'FontAwesome';
}

.donate-form .form-group .select-box input[type="checkbox"]:checked+ label .check-icon{
	opacity:1;
}

.donate-form .row{
	margin:0px -5px;
}

.donate-form .form-group{
	position:relative;
	padding:0px 5px;
	margin-bottom:20px;
}

.donate-form .form-group .cards{
	position:relative;
	margin-top:15px;
}

.donate-form .form-group .captcha{
	position:relative;
	color:#0e2a4e;
	font-size:20px;
	font-weight:600;
	margin-bottom:12px;
	display:block;
}

.donate-form input[type="text"],
.donate-form input[type="email"],
.donate-form input[type="password"],
.donate-form select,
.donate-form textarea{
	display:block;
	width:100%;
	line-height:28px;
	height:45px;
	font-size:15px;
	padding:10px 20px;
	background:#ffffff;
	color:#06142d;
	border-radius:3px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.donate-form textarea{
	height:240px;
	resize:none;
	font-size:16px;
	background:#ffffff;
}

.donate-form input[type="text"]:focus,
.donate-form input[type="email"]:focus,
.donate-form input[type="password"]:focus,
.donate-form select:focus,
.donate-form textarea:focus{
	border-color:#ff5921;
}

.donate-form .form-group button {
    padding: 10px 30px 12px;
    font-size: 17px;
    text-transform: capitalize;
}



.logincreate {
    display: flex;
    margin-top: 12px;
    margin-bottom: 32px;
}
.logincreate p {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #3c4852;
    margin: 0px 4px 0px 0px;
}
.logincreate a {
    color: #3c4852;
    line-height: 150%;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    border-width: 0px 0px 1px;
    border-style: dashed;
    border-color: #0099ff;
    padding-bottom: 4px;
    cursor: pointer;
}
.logincreate h6 {
    font-size: 14px;
    line-height: 150%;
    margin: 0px;
    color: #0099ff;
    font-weight: bold;
}


/* Btn Style Six */

.btn-style-six{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 17px 56px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 3px;
	overflow:hidden;
	background-color:#1a49bae6;
	text-transform: uppercase;
	
}

.btn-style-six:before{
	position: absolute;
	content: '';
    left: 110%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #0099ff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-six .txt{
	position:relative;
	z-index:1;
}

.btn-style-six:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-six:hover{
	color: #ffffff;
	border-color:#00e49a;
}

/* Btn Style Seven */

.btn-style-seven{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #0c0d24;
	padding: 13px 40px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 0px;
	overflow:hidden;
	border:2px solid #0c0d24;
	background:none;
	text-transform: capitalize;
	
}

.btn-style-seven:before{
	position: absolute;
	content: '';
    left: 110%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #1a49bae6;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-seven .txt{
	position:relative;
	z-index:1;
}

.btn-style-seven:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-seven:hover{
	color: #ffffff;
	border-color:#1a49bae6;
}


/* Header Style Three */

.main-header.header-style-three{
	position:absolute;
}

.main-header.header-style-three .header-lower .outer-box{
	position:absolute;
	right:0px;
	top:0px;
	margin-left:30px;
	padding:35px 0px;
}

.main-header.header-style-three .header-lower .outer-box .cart-box{
	float:none;
	margin-top:9px;
}

/* Search Box Outer */

.main-header.header-style-three .outer-box .search-box-outer{
	position:relative;
	float:left;
}

.main-header.header-style-three .outer-box .search-box-btn{
	position:relative;
	width:40px;
	height:40px;
	text-align:center;
	background:none;
	color:#313232;
	cursor: pointer;
	font-size: 16px;
	border-radius:5px;
	line-height:40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header.header-style-three .outer-box .search-box-btn:after{
	display:none;
}

.main-header.header-style-three .outer-box .search-box-btn:hover{
	color:#fc9a36;
}

.header-style-three.fixed-header{
	position:fixed !important;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.header-style-three.fixed-header .inner-container{
	border-bottom:0px !important;
}

.main-header.header-style-three .header-lower .outer-container{
	padding:0px 100px;
	max-width: 1800px;
    margin: 0 auto;
    position: relative;
}

.main-header.header-style-three .header-lower .logo-box{
	position:absolute;
	left:0px;
	z-index:12;
	margin:14px 0px;
	margin-right:20px;
}

.main-header.header-style-three .header-lower .lower-inner{
	position: relative;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.main-header.header-style-three .inner-container{
	position:static;
	max-width:1170px;
	margin:0 auto;
	border-bottom:1px solid #e1e2e3;
}

.main-header.header-style-three .nav-outer{
	position:relative;
	float:right;
	width:100%;
	margin-top:-110px;
	text-align:center;
	padding-left:0px;
}

.main-header.header-style-three .main-menu .navbar-collapse{
	text-align:center;
	width:100%;
}

.main-header.header-style-three .nav-outer .main-menu{
	position:relative;
	width:100%;
	padding:0px;
	text-align:center;
}

.main-header.header-style-three .main-menu .navigation > li{
	float:none;
	margin-right:30px;
	display:inline-block;
}

.main-header.header-style-three .main-menu .navigation > li > a{
	padding:40px 0px;
	font-size:18px;
}

.main-header.header-style-three .header-lower .login-box{
	position:absolute;
	right:-220px;
	float:right;
	margin-left:25px;
	padding:28.5px 0px;
}

.main-header.header-style-three .header-lower .login-box li{
	position:relative;
	display:inline-block;
}

.main-header.header-style-three .header-lower .login-box li a{
	position:relative;
	color:#0c0d24;
	font-size:16px;
	font-weight:700;
	display:inline-block;
	
}

.main-header.header-style-three .header-lower .login-box li:nth-child(2) a{
	position:relative;
	color:#06082e;
	margin-left:25px;
	padding:15px 34px;
	border-radius:5px;
	background-color:#ffe111;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-header.header-style-three .header-lower .login-box li:nth-child(2) a:hover{
	color:#ffffff;
	background-color:#1a49bae6;
}

.main-header.header-style-three .language-nav{
	position:relative;
	float:left;
	z-index:1;
	padding:46px 0px 40px;
}

.main-header.header-style-three .language-nav li{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.main-header.header-style-three .language-nav li a{
	position:relative;
	color:#bfbfc5;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	
}

.main-header.header-style-three .language-nav li a:hover{
	color:#0c0d24;
}

.main-header.header-style-three .options-box{
	position:absolute;
	right:0px;
	top:0px;
}







.main-header.header-style-four .nav-outer{
	padding-left:85px;
}

.main-header.header-style-four .outer-box{
	position: absolute;
	right:0px;
	padding: 34px 0px;
}

.main-header.header-style-four .header-lower .outer-container {
    padding: 0px 100px;
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
}

.main-header.header-style-four .header-lower .inner-container{
	position:relative;
}

.main-header.header-style-four .header-lower .logo-box{
	position:relative;
	left:0px;
	z-index:12;
	margin:18px 0px;
	background-color:#16161f;
	padding:15px 0px 15px 20px;
}

.main-header.header-style-four .main-menu{
	padding:0px 0px;
}

.main-header.header-style-four .main-menu .navigation > li{
	margin-right:40px;
}

.main-header.header-style-four .main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-header.header-style-four .main-menu .navigation > li > a{
	font-size:24px;
	padding:45px 0px;
	
}

.main-header.header-style-four .main-menu .navigation > li > ul > li > a,
.main-header.header-style-four .main-menu .navigation > li > ul > li > ul > li > a{
	font-size:16px;
	
}

.main-header.header-style-four .main-menu .navigation > li > ul > li > a:before,
.main-header.header-style-four .main-menu .navigation > li > ul > li > ul > li > a:before{
	top:8px;
	font-size:14px;
}



.main-header.header-style-four .language-nav{
	position:relative;
	float:left;
	margin-top:15px;
}

.main-header.header-style-four .language-nav li{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.main-header.header-style-four .language-nav li a{
	position:relative;
	color:#0c0d24;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	
}

.main-header.header-style-four .language-nav li a:hover{
	color:#0c0d24;
}

.main-header.header-style-four .search-box-btn{
	position:relative;
	float:left;
	color:#101112;
	font-size:16px;
	padding:0px 14px;
	margin-left:10px;
	margin-top:15px;
	cursor:pointer;
	border-left:1px solid #e1e2e3;
	border-right:1px solid #e1e2e3;
}

.header-style-four.fixed-header{
	position:fixed !important;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

/* Login Box */

.login-box{
	position:relative;
	float:left;
	margin-left:25px;
	margin-top:-3px;
}

.login-box li{
	position:relative;
	display:inline-block;
}

.login-box li a{
	position:relative;
	color:#0c0d24;
	font-size:18px;
	font-weight:500;
	display:inline-block;
	
}

.login-box li a {
    position: relative;
    color: #fff;
    font-size: 18px;
    margin-left: 25px;
    padding: 11px 33px;
    border-radius: 5px;
    background-color: #1a49bae6;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	
}

.login-box li a:hover{
	color:#ffffff;
	background-color:#1a49bae6;
}

.login-box li a .icon{
	font-weight:400;
	margin-right:8px;
	font-size:20px;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.sidenav-bar-visible .search-popup{
	width: 80%;
}

.search-popup:before{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-image: url(../images2/icons/waves-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
}

.search-active .search-popup{
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search{
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #1a49bae6;
	width: 70px;
	cursor:pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	border-bottom: 3px solid #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.search-popup .close-search span{
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	font-size: 20px;
	line-height: 70px;
	color: #ffffff;
}

.search-active .search-popup .close-search{
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form{
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form{
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height: 50px;
	color:#000000;
	height:70px;
	width:100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-weight:500;
	text-transform:capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
	position:absolute;
	right:30px;
	top:0px;
	height:70px;
	line-height: 70px;
	background: transparent;
	text-align:center;
	font-size:24px;
	color:#000000;
	padding: 0;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color:#000000;
}

/*** 

====================================================================
	Banner Section Four
====================================================================

***/

.banner-section-four{
	position:relative;
	padding-top:155px;
	overflow:hidden;
	padding-bottom:215px;
}

.banner-section-four .icon-layer-one{
	position:absolute;
	left:100px;
	top:200px;
	width:158px;
	height:107px;
	background-repeat:no-repeat;
}

.banner-section-four .icon-layer-two{
	position:absolute;
	left:80px;
	bottom:290px;
	width:70px;
	height:70px;
	background-repeat:no-repeat;
}

.banner-section-four .icon-layer-three{
	position:absolute;
	left:-80px;
	bottom:-80px;
	width:524px;
	height:275px;
	background-repeat:no-repeat;
}

.banner-section-four .icon-layer-four{
	position: absolute;
    left: 0px;
    right: 0px;
    top: 90px;
    width: 100%;
    height: 85px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
}

.banner-section-four .icon-layer-five{
	position:absolute;
	left:0px;
	top:0px;
	width:102px;
	height:89px;
	background-position:center center;
	background-repeat: no-repeat;
}

.banner-section-four .color-layer{
	position:absolute;
	left:50px;
	top:20px;
	width:450px;
	height:520px;
	background-color:#d7f0fd;
	transform: skewY(-5deg);
}

.banner-section-four .icon-layer-six{
	position:absolute;
	right:20px;
	top:90px;
	width:70px;
	height:70px;
	background-repeat:no-repeat;
}

.banner-section-four .icon-layer-seven{
	position:absolute;
	right:-140px;
	bottom:30px;
	width:102px;
	height:89px;
	background-position:center center;
	background-repeat: no-repeat;
}

.banner-section-four .icon-layer-eight{
	position:absolute;
	right:0px;
	top:0px;
	width:747px;
	height:878px;
	background-position:center center;
	background-repeat: no-repeat;
}

.banner-section-four .content-column{
	position:relative;
}

.banner-section-four .content-column .inner-column{
	position:relative;
	padding-top:20px;
}

.banner-section-four .content-column .inner-column h1 {
    color: #3c4852;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 35px;
    letter-spacing: 0;
}

.banner-section-four .content-column .text{
	position:relative;
	color:#0c0d24;
	font-size:20px;
	opacity:0.90;
	line-height:1.6em;
	margin-bottom:40px;
}

.banner-section-four .content-column .theme-btn{
	float:left;
	text-transform:capitalize;
}

.banner-section-four .content-column .phone-box{
	position:relative;
	margin-left:35px;
	float:left;
}

.banner-section-four .content-column .phone-box .box-inner{
	position:relative;
	padding-left:80px;
	padding-top:5px;
	color:#0c0d24;
}

.banner-section-four .content-column .phone-box .box-inner .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:66px;
	height:66px;
	color:#1c1c1a;
	font-size:28px;
	border-radius:50%;
	text-align:center;
	line-height:64px;
	background-color:#fefcee;
	border:1px solid #f0efe6;
}

.banner-section-four .content-column .phone-box .box-inner a{
	position:relative;
	display:block;
	color:#0c0d24;
	font-weight:600;
	font-size:20px;
	margin-top:4px;
	text-transform:uppercase;
	
}

.banner-section-four .image-column{
	position:relative;
}

.banner-section-four .image-column .inner-column{
	position:relative;
	text-align:center;
}

.banner-section-four .image-column .image{
	position:relative;
	z-index:1;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position:relative;
	padding-bottom:80px;
}

.featured-section .feature-block:nth-child(2n + 1){
	margin-top:30px;
}

.feature-block{
	position:relative;
}

.feature-block .inner-box{
	position:relative;
	padding:49px 15px;
	text-align:center;
	background-color:#e9f7fe;
}

.feature-block .inner-box .icon-box{
	position:relative;
	font-size:60px;
	color:#000000;
	line-height:1em;
	padding: 0;
}

.feature-block .inner-box h6{
	position:relative;
	color:#000;
	margin-top:25px;
	
}

.feature-block:nth-child(2) .inner-box{
	background-color:#f7f2fe;
}
.services-block .inner-box
{
    background-color: #fff !important;
}
.feature-block:nth-child(3) .inner-box{
	background-color:#fffdeb;
}

.feature-block:nth-child(4) .inner-box{
	background-color:#fff7f2;
}
/*** 

====================================================================
	Clients Section Two
====================================================================

***/

.clients-section-two{
	position:relative;
	padding-top:30px;
	padding-bottom:80px;
}

.clients-section-two .title-box{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}

.clients-section-two .title-box .title{
	position:relative;
	color:#1a49bae6;
	font-weight:700;
	
}

.clients-section-two .title-box h2{
	color:#0c0d24;
	margin-top:20px;
	font-weight:700;
	line-height:1em;
	
}

.clients-section-two .title-box h2 span{
	color:#63caff;
	border-bottom:4px solid #63caff;
}

.clients-section-two .image-box{
	position:relative;
	text-align:center;
}

.clients-section-two .image-box img{
	position:relative;
	width:auto;
	display:inline-block;
}

.clients-section-two .owl-dots,
.clients-section-two .owl-nav{
	display:none;
}

/*** 

====================================================================
	Connection Section
====================================================================

***/

.connection-section{
	position:relative;
	overflow:hidden;
	padding:180px 0px 50px;
	background-color:#d7f0fd;
}

.connection-section .color-one{
	position:absolute;
	left:190px;
	top:90px;
	width:425px;
	height:425px;
	border-radius:50%;
	background-color:#e4f6ff;
}

.connection-section .color-two{
	position:absolute;
	right:-90px;
	top:-60px;
	width:430px;
	height:430px;
	border-radius:50%;
	background-color:#fff9ce;
}

.connection-section .pattern-layer{
	position:absolute;
	left:0px;
	top:-8px;
	width:100%;
	height:45px;
	background-repeat:repeat-x;
	animation: 30s linear 0s infinite normal none running slide;
}

@keyframes slide{
	from { background-position: 0 0; }
    to { background-position: 2000px 0; }
}

@-webkit-keyframes slide{
	from { background-position: 0 0; }
    to { background-position: 2000px 0; }
}

.connection-section .icon-layer-one{
	position:absolute;
	left:220px;
	top:120px;
	width:49px;
	height:78px;
	background-repeat:no-repeat;
}

.connection-section .icon-layer-two{
	position:absolute;
	left:200px;
	bottom:100px;
	width:70px;
	height:70px;
	background-repeat:no-repeat;
}

.connection-section .icon-layer-three{
	position:absolute;
	right:300px;
	top:160px;
	width:49px;
	height:78px;
	z-index:1;
	background-repeat:no-repeat;
}

.connection-section .icon-layer-four{
	position:absolute;
	right:180px;
	bottom:60px;
	width:127px;
	height:134px;
	background-repeat:no-repeat;
}

.connection-section .icon-layer-five{
	position:absolute;
	left:52%;
	top:45%;
	width:70px;
	height:70px;
	background-repeat:no-repeat;
}

.connection-section .left-color-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100%;
	background-color:#ffffff;
}

.connection-section .right-color-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:100px;
	height:100%;
	background-color:#ffffff;
}

.connection-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.connection-section .content-column .inner-column{
	position:relative;
	margin-right:-200px;
}

.connection-section .content-column .sec-title .text{
	font-size:20px;
}

.connection-section .content-column .feature-block-three:nth-child(2){
	z-index:1;
	transform:translateY(110px);
}
.connection-section .content-column .feature-block-three:nth-child(4){
	z-index:1;
	transform:translateY(95px);
}
.connection-section .content-column .feature-block-three:nth-child(5){
	z-index:1;
	transform:translateY(-20px);
}
.p30
{
	padding: 30px 0;
}
.connection-section .content-column .feature-block-three:nth-child(2) .inner-outer,
.connection-section .content-column .feature-block-three:nth-child(4) .inner-outer{
	padding:35px 25px 35px 0px;
	background-color:#d7f0fd;
}

.connection-section .video-column{
	position:relative;
	margin-bottom:40px;
}

.connection-section .video-column .inner-column{
	position:relative;
}

.feature-block-three{
	position:relative;
	margin-bottom:10px;
}

.feature-block-three .inner-box{
	position:relative;
	padding-left:85px;
}

.feature-block-three .inner-box .icon-box{
	position:absolute;
	top:0px;
	left:0px;
	width:64px;
	height:64px;
	color:#38b0ee;
	font-size:32px;
	line-height:64px;
	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
	padding: 0;
	box-shadow:0px 5px 15px rgba(0,0,0,0.15);
}

.feature-block-three:nth-child(2) .inner-box .icon-box{
	color:#39b772;
}

.feature-block-three:nth-child(3) .inner-box .icon-box{
	color:#9458e8;
}

.feature-block-three .inner-box h4{
	margin-bottom:15px;
	font-weight:500;
}

.feature-block-three .inner-box h4 a{
	position:relative;
	color:#0c0d24;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-three .inner-box h4 a:hover{
	color:#1a49bae6;
}

.feature-block-three .inner-box .text{
	position:relative;
	color:#0c0d24;
	line-height:1.8em;
	margin-bottom:12px;
	padding-right:30px;
}

.feature-block-three .inner-box .link{
	position:relative;
	color:#1a49bae6;
	font-size:18px;
	font-weight:700;
	
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-three .inner-box .link:hover{
	color:#0c0d24;
}

/* Video Boxed Two */

.video-boxed-two{
	position:relative;
	border-radius:0px;
	display:inline-block;
	border:8px solid #ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);
}

.video-boxed-two .video-image{
	position:relative;
	margin:0px;
}

.video-boxed-two .video-image img{
	position:relative;
}

.video-boxed-two .time{
	position:absolute;
	right:40px;
	bottom:25px;
	color:#ffffff;
	font-style:normal;
}

.video-boxed-two .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 45px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-boxed-two .overlay-box span{
	position: absolute;
	width:50px;
	height: 50px;
	right:40px;
    bottom:60px;
	z-index:10;
	color: #ffffff;
	font-weight:400;
	font-size:16px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	display: inline-block;
	margin-top: -25px;
	margin-left:-25px;
	line-height:50px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color:#1a49bae6;
}

.video-boxed-two .ripple,
.video-boxed-two .ripple:before,
.video-boxed-two .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:50px;
	height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-boxed-two .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-boxed-two .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

/*** 

====================================================================
	Relationship Section
====================================================================

***/

.relationship-section{
	position:relative;
	padding:150px 0px 80px;
}

.relationship-section .blocks-column{
	position:relative;
	margin-bottom:40px;
}

.relationship-section .blocks-column .inner-column{
	position:relative;
	margin-left:-50px;
	padding-right:50px;
}

.relationship-section .blocks-column .pattern-layer{
	position:absolute;
	left:20px;
	top:-20px;
	right:0px;
	bottom:0px;
	width:535px;
	height:535px;
	background-repeat:no-repeat;
}

.relationship-section .blocks-column .feature-block-four:nth-child(2n + 0){
	transform:translateY(40px);
}

.feature-block-four{
	position:relative;
	margin-bottom:30px;
}

.feature-block-four .inner-box{
	position:relative;
	padding:50px 15px;
	text-align:center;
	background-color:#e9f7fe;
}

.feature-block-four .inner-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
	z-index:1;
}

.feature-block-four .inner-box .icon-box{
	position:relative;
	font-size:60px;
	color:#000000;
	line-height:1em;
}

.feature-block-four .inner-box h5{
	position:relative;
	color:#0c0d24;
	margin-top:25px;
	font-weight:500;
}

.feature-block-four:nth-child(2) .inner-box{
	background-color:#f0faf4;
}

.feature-block-four:nth-child(3) .inner-box{
	background-color:#feede9;
}

.feature-block-four:nth-child(4) .inner-box{
	background-color:#fbf2fe;
}

.relationship-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.relationship-section .content-column .inner-column{
	position:relative;
	padding-left:50px;
}

.relationship-section .content-column .color-box{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:#fff9ce;
}

.relationship-section .content-column .icon-layer-one{
	position:absolute;
	right:-80px;
	top:90px;
	width:102px;
	height:89px;
	background-repeat:no-repeat;
}

.relationship-section .content-column h2{
	color:#0c0d24;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:20px;
}

.relationship-section .content-column .bold-text{
	position:relative;
	color:#0c0d24;
	font-size:20px;
	margin-bottom:15px;
	line-height:1.6em;
}

.relationship-section .content-column .text{
	margin-bottom:25px;
	color:#0c0d24;
	opacity:0.80;
	font-size:18px;
	line-height:1.7em;
}

/*** 

====================================================================
	Trial Section
====================================================================

***/

.trial-section{
	position:relative;
	overflow:hidden;
	padding:0px 0px 80px;
}

.trial-section .inner-container{
	position:relative;
	padding-top:100px;
}

.trial-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.trial-section .image-column .inner-column{
	position:relative;
	text-align:center;
	margin-right:40px;
}

.trial-section .image-column .image{
	position:relative;
}

.trial-section .image-column .color-box-one{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	height:360px;
	background-color:#63caff;
}

.trial-section .image-column .color-box-two{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	height:560px;
	z-index:-1;
	background-color:#fff9ce;
	clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%);
}

.trial-section .icon-layer-one{
	position:absolute;
	left:-30px;
	top:120px;
	width:127px;
	height:134px;
}

.trial-section .icon-layer-two{
	position:absolute;
	right:-30px;
	top:185px;
	width:70px;
	height:70px;
}

.trial-section .form-column{
	position:relative;
	margin-bottom:40px;
}

.trial-section .form-column .inner-column{
	position:relative;
}

.trial-section .form-column h3 {
    color: #0c0d24;
    font-weight: 600;
    line-height: 1.4em;
    font-size: 20px;
    margin-bottom: 17px;
    /*  */
}

.trial-section.style-two .inner-container{
	border-top:0px;
	padding-top:90px;
}



.trial-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.trial-form .form-group:last-child{
	margin-bottom:0px;
}

.trial-form .form-group .ui-selectmenu-button.ui-button{
	background:none;
	border-radius:0px;
	border:1px solid #efefef;
}

.trial-form .form-group input[type="text"],
.trial-form .form-group input[type="email"],
.trial-form .form-group input[type="number"],
.trial-form .form-group input[type="password"],
.trial-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px;
	color:#777777;
	height:50px;
	font-size:14px;
	background:none;
	font-weight:400;
	border-radius:0px;
	border:1px solid #efefef;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
    -webkit-appearance: auto;
}

.trial-form .form-group input::-webkit-input-placeholder,
.trial-form .form-group textarea::-webkit-input-placeholder{
	color:#777777;
}

.trial-form .form-group input[type="text"]:focus,
.trial-form .form-group input[type="email"]:focus,
.trial-form .form-group textarea:focus{
	
}

.trial-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px;
	color:#777777;
	height:165px;
	border-radius:0px;
	border:1px solid #efefef;
	resize:none;
	font-size:14px;
	font-weight:400;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}


/*** 

====================================================================
	Relationship Title Section
====================================================================

***/

.relationship-title-section{
	position:relative;
	padding:20px 0px 20px;
}

.relationship-title-section .auto-container{
	position:relative;
}

.relationship-title-section .title-box{
	padding:40px 0px 40px 40px;
}

.relationship-title-section .title-box .section-color-layer{
	position:absolute;
	left:15px;
	top:0px;
	width:160px;
	height:100%;
	border-radius:4px;
	background-color:#f6f1eb;
}

.relationship-title-section .title-box .title{
	position: relative;
    color: #1a49bae6;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.relationship-title-section .title-box h2{
	color: #0c0d24;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:20px;
    text-transform: capitalize;
}

.relationship-title-section .title-box .text{
	position:relative;
	color:#0c0d24;
	opacity:0.80;
	font-size:18px;
	line-height:1.7em;
}


/*** 

====================================================================
	Case Study Section
====================================================================

***/

.case-study-section{
	position:relative;
	padding:200px 0px 120px;
	background-color:#d7f0fd;
}

.case-study-section .section-curve-layer{
	position:absolute;
	left:0px;
	top:-1px;
	right:0px;
	height:70px;
	background-position:center center;
	background-repeat:repeat-x;
}

.case-study-section .icon-layer-one{
	position:absolute;
	left:190px;
	top:0px;
	width:103px;
	height:110px;
	z-index:1;
}

.case-study-section .icon-layer-two{
	position:absolute;
	left:8%;
	bottom:100px;
	width:146px;
	height:121px;
	z-index:1;
}

.case-study-section .icon-layer-three{
	position:absolute;
	left:110px;
	top:-50px;
	width:102px;
	height:89px;
	z-index:1;
}

.case-study-section .icon-layer-four{
	position:absolute;
	left:-80px;
	bottom:50px;
	width:70px;
	height:70px;
	z-index:1;
}

.case-study-section .icon-layer-five{
	position:absolute;
	right:250px;
	top:0px;
	width:70px;
	height:70px;
	z-index:1;
}

.case-study-section .icon-layer-six{
	position:absolute;
	right:300px;
	bottom:-10px;
	width:54px;
	height:34px;
	z-index:1;
}

.case-study-section .content-column{
	position:relative;
}

.case-study-section .content-column .inner-column{
	position:relative;
}

.case-study-section .content-column .icon-box{
	position:relative;
	width:70px;
	height:70px;
	color:#66c38b;
	font-size:36px;
	margin-bottom:30px;
	line-height:70px;
	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
	box-shadow:0px 0px 30px rgba(0,0,0,0.15);
}

.case-study-section .content-column h3{
	
	margin-bottom:20px;
	color:#0c0d24;
	font-weight:700;
}

.case-study-section .content-column .text{
	position:relative;
	margin-bottom:35px;
}

.case-study-section .content-column .text p{
	position:relative;
	color:#0c0d24;
	font-size:18px;
}

.case-study-section .content-column .text p:last-child{
	margin-bottom:0px;
}

.case-study-section .image-column{
	position:relative;
}

.case-study-section .image-column .inner-column{
	position:relative;
}

/*** 

====================================================================
	Testimonial Section Three
====================================================================

***/

.testimonial-section-three{
	position:relative;
	padding: 100px 0;
}

.testimonial-section-three .auto-container{
	position:relative;
}

.testimonial-section-three .lower-text{
	position:absolute;
	left:15px;
	bottom:-16px;
	width:100%;
	text-align:center;
	max-width:480px;
	color:#0c0d24;
	font-size:16px;
	padding:30px 30px;
	background-color:#d7f0fd;
}

.testimonial-section-three .sec-title{
	padding-left:30px;
}

.testimonial-section-three .icon-layer-one{
	position:absolute;
	left:6%;
	top:30%;
	width:103px;
	height:110px;
	background-repeat:no-repeat;
}

.testimonial-section-three .icon-layer-two{
	position:absolute;
	right:6%;
	top:25%;
	width:100px;
	height:87px;
	background-repeat:no-repeat;
}

.testimonial-section-three .icon-layer-three{
	position:absolute;
	right:6%;
	bottom:50px;
	width:80px;
	height:80px;
	background-repeat:no-repeat;
}

.testimonial-section-three .icon-layer-four{
	position:absolute;
	left:20%;
	top:30%;
	width:374px;
	height:336px;
	background-repeat:no-repeat;
}

.testimonial-section-three .owl-carousel .owl-stage-outer{
	padding:70px 0px 30px;
}

.testimonial-section-three .owl-theme .testimonial-block-three{
	margin:0px 15px;
}

.testimonial-section-three .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.testimonial-section-three .color-layer{
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	width:62%;
	background-color:#f8f3ee;
}

.testimonial-section-three .owl-dots{
	display:none;
}

.testimonial-section-three .owl-nav{
	position: relative;
    margin-left: 30px;
    margin-top: 80px;
}

.testimonial-section-three .owl-nav .owl-prev,
.testimonial-section-three .owl-nav .owl-next{
	position:relative;
	width:50px;
	height:50px;
	margin-right:15px;
	color:#ffffff;
	line-height:46px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:rgba(252,154,54,0.20);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.testimonial-section-three .owl-nav .owl-prev:hover,
.testimonial-section-three .owl-nav .owl-next:hover{
	background-color:#ffe111;
}

.testimonial-section-three .owl-carousel .owl-stage-outer{
	padding:70px 0px 30px;
}

.testimonial-section-three .color-layer{
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	width:62%;
	background-color:#f8f3ee;
}

.testimonial-block-three{
	position:relative;
	margin-bottom:30px;
}

.testimonial-block-three .inner-box{
	position:relative;
	text-align:center;
	padding:0px 10px 30px;
}

.testimonial-block-three .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:45px;
	right:0px;
	bottom:0px;
	background-color:#ffffff;
	/*box-shadow:0px 0px 12px rgba(0,0,0,0.10);*/
}

.testimonial-block-three .inner-box .image-outer{
	position:relative;
	margin-bottom:0px;
	display:inline-block;
}

.testimonial-block-three .inner-box .image-outer .image{
	position:relative;
	width:100px;
	height:100px;
	overflow:hidden;
	border-radius:50%;
}

.testimonial-block-three .inner-box .image-outer .quote{
	position:absolute;
	left:-20px;
	top:25px;
	font-size: 23px;
	width:42px;
	height:42px;
	color:#ffffff;
	text-align:center;
	line-height:42px;
	border-radius:50%;
	display:inline-block;
	background-color:#c46d41;
}
.mt60
{
	margin-top: 60px;
}

.testimonial-block-three .inner-box h6{
	color:#0c0d24;
	font-weight:500;
}

.testimonial-block-three .inner-box .designation{
	position:relative;
	color:#0c0d24;
	opacity:1;
	font-size:16px;
	margin-bottom:15px;
}

.testimonial-block-three .inner-box .text{
	position:relative;
}

/*** 

====================================================================
	News Section Two
====================================================================

***/

.news-section-two{
	position:relative;
	padding:200px 0px 140px;
}

.news-section-two .icon-layer-one{
	position:absolute;
	left:110px;
	top:150px;
	width:66px;
	height:58px;
	background-repeat:no-repeat;
}

.news-section-two .icon-layer-two{
	position:absolute;
	left:120px;
	top:200px;
	width:535px;
	height:535px;
	background-repeat:no-repeat;
}

.news-section-two .icon-layer-three{
	position:absolute;
	left:220px;
	bottom:50px;
	width:146px;
	height:121px;
	background-repeat:no-repeat;
}

.news-section-two .icon-layer-four{
	position:absolute;
	right:-50px;
	top:-100px;
	width:793px;
	height:743px;
	background-repeat:no-repeat;
}

.news-section-two .title-column{
	position:relative;
	margin-bottom:40px;
}

.news-section-two .title-column .inner-column{
	position:relative;
}

.news-section-two .title-column .title-box{
	position:relative;
	padding-left:30px;
	margin-bottom:55px;
}

.news-section-two .title-column .title-box .title{
	position:relative;
	color:#1a49bae6;
	font-size:16px;
	font-weight:700;
	margin-bottom:15px;
}

.news-section-two .title-column .title-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:-25px;
	bottom:-25px;
	width:155px;
	background-color:#d7f0fd;
}

.news-section-two .title-column .title-box h2{
	color:#0c0d24;
	font-weight:700;
	line-height:1.3em;
}

.news-section-two .title-column .text{
	position:relative;
	color:#0c0d24;
	line-height:1.8em;
	font-size:16px;
	margin-bottom:50px;
}

.news-section-two .blocks-column{
	position:relative;
	margin-bottom:40px;
}

.news-section-two .blocks-column .inner-column{
	position:relative;
}

.news-section-two .blocks-column .column:nth-child(1) .news-block-four{
	margin-top:115px;
}

.news-block-four{
	position:relative;
	margin-bottom:30px;
}

.news-block-four .inner-box{
	position:relative;
	padding:45px 25px 45px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.07);
}

.news-block-four .inner-box:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:115px;
	height:5px;
	background-color:#d7f0fd;
}

.news-block-four .inner-box h5{
	margin-bottom:15px;
	font-weight:700;
	font-size:  30px;
	
}

.news-block-four .inner-box h5 a{
	position:relative;
	color:#0c0d24;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-four .inner-box:hover h5 a{
	color:#1a49bae6;
}

.news-block-four .inner-box .text{
	position:relative;
	margin-bottom:17px;
	font-size:  18px;
}

.news-block-four .inner-box .arrow{
	position:relative;
	display:inline-block;
	margin-left:12px;
	color:#0c0d24;
	font-size:14px;
	font-weight:700;
	
}

.news-block-four .inner-box .arrow img{
	position:relative;
	max-width:auto;
	width:auto;
}

.news-block-four .inner-box .arrow:before{
	position:absolute;
	content:'';
	left:-10px;
	top:1px;
	width:25px;
	height:25px;
	border-radius:50%;
	background-color:#ffed71;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-four .inner-box:hover .arrow::before{
	left:6px;
}

/*** 

====================================================================
	Newsletter Section Two
====================================================================

***/

.newsletter-section-two{
	position:relative;
}

.newsletter-section-two.style-two{
	margin-top:140px;
}

.newsletter-section-two .inner-container{
	position:relative;
	padding-left:80px;
	margin-top:0px;
}

.newsletter-section-two .inner-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:130px;
	right:0px;
	bottom:0px;
	border-radius:15px 15px 0px 0px;
	background-color:#edf9ff;
}

.newsletter-section-two .inner-container .pattern-layer{
	position:absolute;
	left:0px;
	top:130px;
	width:977px;
	height:236px;
	background-repeat:no-repeat;
}

.newsletter-section-two .inner-container .icon-layer-one{
	position:absolute;
	left:-40px;
	top:100px;
	width:158px;
	height:107px;
	z-index:1;
	background-repeat:no-repeat;
}

.newsletter-section-two .inner-container .icon-layer-two{
	position:absolute;
	right:90px;
	top:190px;
	width:261px;
	height:73px;
	z-index:2;
	background-repeat:no-repeat;
}

.newsletter-section-two .inner-container .color-box{
	position:absolute;
	right:-25px;
	top:0px;
	width:440px;
	height:440px;
	z-index:1;
	border-radius:50%;
	background-color:#fefbe6;
}

.newsletter-section-two .form-column{
	position:relative;
	margin-bottom:40px;
}

.newsletter-section-two .form-column .inner-column{
	position:relative;
	padding-top:180px;
}

.newsletter-section-two .form-column .title-box .text{
	position:relative;
	color:#0c0d24;
	font-size:18px;
	opacity:0.80;
	line-height:1.8em;
}	
	
.newsletter-section-two .form-column .title-box{
	position:relative;
	margin-bottom:50px;
}

.newsletter-section-two .form-column h2{
	margin-bottom:15px;
	color:#0c0d24;
	font-weight:700;
	line-height:1.3em;
}

/* Subscribe Form */

.newsletter-form-two{
	position:relative;
	margin-bottom:30px;
}

.newsletter-form-two .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
}

.newsletter-form-two .form-group .icon{
	position:absolute;
	left:22px;
	top:28px;
	z-index:1;
	color:#bfc2c4;
	font-size:20px;
	line-height:1em;
}

.newsletter-form-two .form-group input[type="text"],
.newsletter-form-two .form-group input[type="tel"],
.newsletter-form-two .form-group input[type="email"],
.newsletter-form-two .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 30px 10px 60px;
    height:75px;
	color:#0c0d24;
	display:inline-block;
    font-size: 18px;
	border-radius:10px;
	background:none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	border:1px solid #bfc2c4;
}

.newsletter-form-two .form-group textarea::-webkit-input-placeholder,
.newsletter-form-two .form-group input::-webkit-input-placeholder{
	color:rgba(12,13,36,0.60);
}

.newsletter-form-two .form-group input:focus{
	border-color:#ff9600;
}

.newsletter-form-two .form-group input[type="submit"],
.newsletter-form-two .form-group button {
	position: absolute;
	right:4px;
	top:4px;
	width:88px;
	height:66px;
	color:#000000;
	font-size:16px;
	cursor:pointer;
	border-radius:10px;
	padding:15px 10px;
	background-color:#ffe111;
	text-transform:uppercase;
}

.newsletter-section-two .image-column{
	position:relative;
}

.newsletter-section-two .image-column .inner-column{
	position:relative;
}

.newsletter-section-two .image-column .image{
	position:relative;
	margin-right:-20px;
	margin-left:20px;
	z-index:4;
}

.footer-style-two{
	position:relative;
	background-color:#f9f9f9;
}

.footer-style-two .pattern-layer-four{
	position:absolute;
	right:70px;
	bottom:120px;
	width:58px;
	height:63px;
	background-repeat:no-repeat;
}

.footer-style-two .pattern-layer-five{
	position:absolute;
	top:50px;
	left:180px;
	width:49px;
	height:78px;
	background-repeat:no-repeat;
}

.footer-style-two .pattern-layer-six{
	position:absolute;
	left:80px;
	bottom:80px;
	width:103px;
	height:110px;
	background-repeat:no-repeat;
}

.footer-style-two .pattern-layer-seven{
	position:absolute;
	right:160px;
	top:90px;
	width:103px;
	height:110px;
	background-repeat:no-repeat;
}

.footer-style-two .upper-box{
	position:relative;
	padding:15px 0px;
	border-bottom:1px solid #e5e5e5;
}

.footer-style-two .upper-box .logo{
	position:relative;
	padding:2px 0px;
	margin-top: 8px;
}

.footer-style-two .upper-box .social-box{
	position:relative;
	padding:30px 0px 15px;
}

.footer-style-two .upper-box .social-box li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.footer-style-two .upper-box .social-box li a{
	position:relative;
	color:#0c0d24;
	font-size:18px;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-two .upper-box .social-box li a:hover{
	color:#1a49bae6;
}

.footer-style-two .upper-box .logo{
	position:relative;
	float:left;
}

.footer-style-two .upper-box .phone{
	position:relative;
	float:left;
	padding:8px 0px;
	margin-left:50px;
}

.footer-style-two .upper-box .phone strong{
	position:relative;
	display:block;
	color:#0c0d24;
	font-size:16px;
	font-weight:500;
}

.footer-style-two .upper-box .phone a{
	position:relative;
	color:#1a49bae6;
	font-size:20px;
	display:block;
	margin-top:6px;
	font-weight:700;
}

.footer-style-two .upper-box .email{
	position:relative;
	float:left;
	color:#0c0d24;
	font-size:16px;
	padding:8px 0px;
	margin-left:50px;
}

.footer-style-two .upper-box .email strong{
	position:relative;
	display:block;
	color:#0c0d24;
	font-size:16px;
	margin-bottom:5px;
	font-weight:500;
}

.footer-style-two .upper-box .email a{
	position:relative;
	color:#1a49bae6;
	font-size:20px;
	font-weight:700;
}

.footer-style-two .widgets-section{
	position:relative;
	padding:60px 0px 30px;
}

.footer-style-two .footer-widget{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.footer-style-two .footer-widget h5{
	color:#0c0d24;
	font-weight:600;
	margin-bottom:15px;
	
}

.footer-style-two .info-widget{
	position:relative;
}

.footer-style-two .info-widget .text{
	position:relative;
	opacity:0.88;
	font-size:18px;
	margin-bottom:10px;
}

.footer-style-two .info-widget .contact-list{
	position:relative;
}

.footer-style-two .info-widget .contact-list li{
	position:relative;
	opacity:0.88;
	font-size:18px;
}

.footer-style-two .info-widget .contact-list li a{
	position:relative;
	color:#0c0d24;
	font-size:16px;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-two .info-widget .contact-list li a:hover{
	color:#ff9600;
}

.footer-style-two .link-list{
	position:relative;
}

.footer-style-two .link-list li{
	position:relative;
	margin-bottom:10px;
}

.footer-style-two .link-list li a{
	position:relative;
	color:#0c0d24;
	opacity:0.88;
	font-size:16px;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-two .link-list li a:hover{
	color:#1a49bae6;
	opacity: 1;
}
.donate-column h2 {
    font-size: 27px;
}
.footer-style-two .footer-bottom{
	position:relative;
	padding:20px 0px;
	text-align:center;
	border-top:1px solid #e5e5e5;
}

.footer-style-two .footer-bottom .copyright{
	position:relative;
	color:#0c0d24;
	font-size:16px;
}

.footer-style-two .payment-widget .text{
	position:relative;
	color:#0c0d24;
	font-size:17px;
	line-height:1.6em;
	margin-bottom:22px;
	opacity: 0.88;
}

.footer-style-two .payment-widget .text span{
	display:block;
	margin-top:15px;
}

.footer-style-two .payment-widget .payment{
	position:relative;
	color:#0c0d24;
	font-size:20px;
	margin-bottom:12px;
}

/* New Code */

.new-code{
	position:relative;
}

.sec-title-two{
	position:relative;
	z-index:1;
	margin-bottom:60px;
}

.sec-title-two .title{
	position:relative;
	color:#ffffff;
	font-size:20px;
	border-radius:50px;
	margin-bottom:25px;
	padding:6px 20px 7px;
	display:inline-block;
	background-color:#71d6c5;
	
}

.sec-title-two h2{
	color:#0c0d24;
	font-size:48px;
	line-height:1.1em;
	font-weight:700;
	
}

/* Btn Style Eight */

.btn-style-eight{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	padding: 16px 46px;
	font-weight: 500;
	overflow: hidden;
	background:#1a49bae6;
	border-radius: 50px;
	text-transform: capitalize;
	
}

.btn-style-eight:before{
	position: absolute;
	content: '';
    left: 110%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #0c0d24;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-eight .txt{
	position:relative;
	z-index:1;
}

.btn-style-eight:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-eight:hover{
	color: #ffffff;
}

/* Btn Style Nine */

.btn-style-nine{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	padding: 16px 46px;
	font-weight: 500;
	overflow: hidden;
	background:#0c0d24;
	border-radius: 50px;
	text-transform: capitalize;
	
}

.btn-style-nine:before{
	position: absolute;
	content: '';
    left: 110%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #3ec7b0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-nine .txt{
	position:relative;
	z-index:1;
}

.btn-style-nine:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-nine:hover{
	color: #ffffff;
}

/* Btn Style Ten */

.btn-style-ten{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	padding: 16px 46px;
	font-weight: 500;
	overflow: hidden;
	background:#1a49bae6;
	border-radius: 50px;
	text-transform: capitalize;
	
}

.btn-style-ten:before{
	position: absolute;
	content: '';
    left: 110%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #0c0d24;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-ten .icon{
	position:relative;
	z-index:1;
	top:5px;
	width:28px;
	height:23px;
	font-style:normal;
	margin-left:15px;
	display:inline-block;
	background:url(../images2/icons/btn-icon.png) no-repeat;
}

.btn-style-ten .txt{
	position:relative;
	z-index:1;
}

.btn-style-ten:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-ten:hover{
	color: #ffffff;
}

/* Button Style Eleven */

.btn-style-eleven{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	padding: 15px 35px;
	font-weight: 500;
	overflow: hidden;
	background:#0c0d24;
	border-radius: 50px;
	text-transform: capitalize;
	
}

.btn-style-eleven:before{
	position: absolute;
	content: '';
    left: 110%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #3ec7b0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-eleven .icon{
	position:relative;
	z-index:1;
	top:5px;
	width:28px;
	height:23px;
	font-style:normal;
	margin-left:15px;
	display:inline-block;
	background:url(../images2/icons/btn-icon.png) no-repeat;
}

.btn-style-eleven .txt{
	position:relative;
	z-index:1;
}

.btn-style-eleven:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-eleven:hover{
	color: #ffffff;
}

/* Btn Style Twelve */

.btn-style-twelve{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	padding: 16px 46px;
	font-weight: 500;
	overflow: hidden;
	background:#1a49bae6;
	border-radius: 50px;
	text-transform: capitalize;
	
}

.btn-style-twelve:before{
	position: absolute;
	content: '';
    left: 110%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #0c0d24;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-twelve .icon{
	position:relative;
	z-index:1;
	top:5px;
	width:28px;
	height:23px;
	font-style:normal;
	margin-left:15px;
	display:inline-block;
	background:url(../images2/icons/btn-icon.png) no-repeat;
}

.btn-style-twelve:hover{
	color: #ffffff;
	background-color: #3ec7b0;
}

/*** 

====================================================================
	Banner Section Five
====================================================================

***/

.banner-section-five{
	position:relative;
	padding-top:150px;
	background-color:#f6fbf8;
}

.banner-section-five .icon-layer-one{
	position:absolute;
	left:180px;
	top:60px;
	width:778px;
	height:692px;
	background-repeat:no-repeat;
}

.banner-section-five .icon-layer-two{
	position:absolute;
	left:0px;
	bottom:180px;
	width:150px;
	height:287px;
	background-repeat:no-repeat;
}

.banner-section-five .icon-layer-three{
	position:absolute;
	left:0px;
	bottom:20px;
	width:169px;
	height:357px;
	background-repeat:no-repeat;
}

.banner-section-five .icon-layer-four{
	position:absolute;
	left:170px;
	bottom:120px;
	width:89px;
	height:72px;
	background-repeat:no-repeat;
}

.banner-section-five .icon-layer-five{
	position:absolute;
	right:100px;
	bottom:170px;
	width:65px;
	height:61px;
	background-repeat:no-repeat;
}

.banner-section-five .icon-layer-six{
	position:absolute;
	right:-40px;
	top:-50px;
	width:485px;
	height:359px;
	background-repeat:no-repeat;
}

.banner-section-five .icon-layer-seven{
	position:absolute;
	right:100px;
	top:100px;
	width:431px;
	height:372px;
	background-repeat:no-repeat;
}

.banner-section-five .icon-layer-eight{
	position:absolute;
	right:0px;
	bottom:-20px;
	width:100%;
	height:90px;
	background-repeat:repeat-x;
}

.banner-section-five .content-column{
	position:relative;
}

.banner-section-five .content-column .inner-column{
	position:relative;
	margin-right:-30px;
}

.banner-section-five .content-column .title{
	position:relative;
	color:#0c0d24;
	font-size:22px;
	z-index:1;
	margin-bottom:45px;
	display:inline-block;
	
}

.banner-section-five .content-column .title:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:10px;
	z-index:-1;
	background-color:#f0eac0;
}

.banner-section-five .content-column .inner-column h1{
	color:#0c0d24;
	font-weight:700;
	line-height:1em;
	margin-bottom:35px;
	font-size:85px;
	
}

.banner-section-five .content-column .theme-btn{
	float:left;
}

.banner-section-five .content-column .schedule-link{
	position:relative;
	float:left;
	color:#0c0d24;
	font-size:20px;
	font-weight:500;
	margin-left:25px;
	margin-top:17px;
	text-transform:uppercase;
	border-bottom:1px solid #0c0d24;
	 
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.banner-section-five .content-column .schedule-link:hover{
	color:#1a49bae6;
}

.banner-section-five .image-column{
	position:relative;
}

.banner-section-five .image-column .inner-column{
	position:relative;
	text-align:center;
}

.banner-section-five .image-column .image{
	position:relative;
	z-index:1;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:130px 0px 110px;
}

.about-section .pattern-layer-two{
	position:absolute;
	right:200px;
	bottom:110px;
	width:89px;
	height:81px;
	background-repeat:no-repeat;
}

.about-section .color-layer{
	position:absolute;
	right:230px;
	top:160px;
	width:40px;
	height:40px;
	border-radius:50px;
	background-color:#fff9ce;
}

.about-section .image-column{
	position:relative;
	margin-bottom:30px;
}

.about-section .image-column .kids-title{
	position:absolute;
	left:-30px;
	top:30px;
	color:#ffffff;
	line-height:1em;
	font-size:174px;
	z-index:1;
	text-transform:uppercase;
}

.about-section .image-column .inner-column{
	position:relative;
	text-align:right;
	padding-right:30px;
	padding-bottom:180px;
}

.about-section .image-column .pattern-layer{
	position:absolute;
	content:'';
	left:-90px;
	top:0px;
	width:592px;
	height:580px;
	background-repeat:no-repeat;
}

.about-section .image-column .image{
	position:relative;
	overflow:hidden;
	border-radius:15px;
	display:inline-block;
}

.about-section .image-column .image-two{
	position:absolute;
	left:-130px;
	top:120px;
	z-index:1;
	overflow:hidden;
	border-radius:15px;
	display:inline-block;
}

.about-section .image-column .image-three{
	position:absolute;
	right:100px;
	bottom:0px;
	overflow:hidden;
	border-radius:15px;
	display:inline-block;
	border:10px solid #ffffff;
}

.about-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-left:40px;
	padding-right:70px;
}

.about-section .content-column .sec-title-two{
	margin-bottom:25px;
}

.about-section .content-column .dark-text{
	position:relative;
	color:#0c0d24;
	font-size:20px;
	line-height:1.7em;
	margin-bottom:22px;
}

.about-section .content-column .text{
	position:relative;
	color:#0c0d24;
	opacity:0.80;
	font-size:18px;
	line-height:1.7em;
	margin-bottom:35px;
}

.about-section .content-column .feature-column{
	position:relative;
	margin-bottom:20px;
}

.about-section .content-column .feature-column .feature-inner{
	position:relative;
	padding-left:60px;
	font-size:16px;
	color:rgba(12,13,36,0.80);
}

.about-section .content-column .feature-column .feature-inner .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:1em;
}

.about-section .content-column .feature-column .feature-inner strong{
	position:relative;
	display:block;
	color:#0c0d24;
	font-size:24px;
	font-weight:600;
	opacity:1;
	margin-bottom:8px;
	
}

.about-section .content-column .button-box{
	position:relative;
	margin-top:20px;
}

/*** 

====================================================================
	Program Section
====================================================================

***/

.program-section{
	position:relative;
	overflow:hidden;
	padding:90px 0px 80px;
	background-color:#d7f0fd;
}

.program-section .inner-container{
	position:relative;
}

.program-section .color-layer-one{
	position:absolute;
	left:-260px;
	top:-80px;
	width:430px;
	height:430px;
	border-radius:50%;
	background-color:#e4f6ff;
}

.program-section .color-layer-two{
	position:absolute;
	right:-100px;
	bottom:-30px;
	width:430px;
	height:430px;
	border-radius:50%;
	background-color:#fff9ce;
}

.program-section .program-block:nth-child(2) .inner-box{
	background-color:#e9c325;
}

.program-section .program-block:nth-child(3) .inner-box{
	background-color:#f9875a;
}

.program-section .pattern-layer-one{
	position:absolute;
	left:0px;
	top:-40px;
	right:0px;
	height:120px;
	background-repeat:repeat-x;
}

.program-section .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:-40px;
	right:0px;
	height:120px;
	background-repeat:repeat-x;
}

.program-section .pattern-layer-three{
	position:absolute;
	left:10%;
	top:25%;
	z-index:1;
	width:65px;
	height:61px;
	background-repeat:repeat-x;
}

.program-section .pattern-layer-four{
	position:absolute;
	right:8%;
	top:25%;
	width:49px;
	height:51px;
	background-repeat:repeat-x;
}

.program-section .pattern-layer-five{
	position:absolute;
	left:10%;
	bottom:10%;
	width:49px;
	height:51px;
	background-repeat:repeat-x;
}

.program-section .pattern-layer-six{
	position:absolute;
	right:10%;
	bottom:22%;
	width:74px;
	height:59px;
	background-repeat:repeat-x;
}

.program-block{
	position:relative;
	margin-bottom:30px;
}

.program-block .inner-box{
	position:relative;
	padding:38px 30px 45px;
	border-radius:12px;
	background-color:#3ec7b0;
}

.program-block .inner-box .icon{
	position:relative;
	width:83px;
	height:83px;
	border-radius:50px;
	line-height:83px;
	margin-bottom:20px;
	text-align:center;
	background-color:#ffffff;
}

.program-block .inner-box h4{
	position:relative;
	font-size:26px;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:12px;
	
}

.program-block .inner-box h4 a{
	position:relative;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.program-block .inner-box:hover h4 a{
	color:#111111;
}

.program-block .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:17px;
	opacity:0.80;
	line-height:1.6em;
	margin-bottom:25px;
}

.program-block .inner-box .image{
	position:relative;
	overflow:hidden;
	border-radius:15px;
	background-color:#111111;
}

.program-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.program-block .inner-box:hover .image img{
	opacity:0.50;
	transform:scale(1.05,1.05);
}

.program-block .inner-box .image .post-time{
	position:absolute;
	right:15px;
	top:15px;
	z-index:1;
	color:#0c0c0c;
	font-size:16px;
	font-weight:600;
	padding:8px 18px 5px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
}

/*** 

====================================================================
	Mission Section
====================================================================

***/

.mission-section{
	position:relative;
	padding:150px 0px 100px;
}

.mission-section .pattern-layer-one{
	position:absolute;
	left:10%;
	top:17%;
	width:62px;
	height:57px;
	background-repeat:no-repeat;
}

.mission-section .pattern-layer-two{
	position:absolute;
	right:8%;
	bottom:34%;
	width:89px;
	height:81px;
	background-repeat:no-repeat;
}

.mission-section .pattern-layer-three{
	position:absolute;
	left:12%;
	top:-5%;
	width:118px;
	height:119px;
	background-repeat:no-repeat;
}

.mission-section .pattern-layer-four{
	position:absolute;
	right:25%;
	bottom:-10%;
	width:143px;
	height:132px;
	z-index:-1;
	background-repeat:no-repeat;
}

.mission-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.mission-section .content-column .inner-column{
	position:relative;
	padding-right:100px;
}

.mission-section .content-column h2{
	position:relative;
	color:#0c0d24;
	font-size:38px;
	font-weight:700;
	line-height:46px;
	margin-bottom:30px;
	
}

.mission-section .content-column .bold-text{
	position:relative;
	color:#0c0d24;
	font-size:20px;
	line-height:1.6em;
	margin-bottom:20px;
}

.mission-section .content-column .text{
	position:relative;
	color:#0c0d24;
	font-size:16px;
	opacity:0.80;
	line-height:1.8em;
	margin-bottom:30px;
	
}

.mission-section .image-column{
	position:relative;
	margin-bottom:30px;
}

.mission-section .image-column .inner-column{
	position:relative;
	padding-left:30px;
}

/*** 

====================================================================
	Event Section Two
====================================================================

***/

.event-section-two{
	position:relative;
	padding:30px 0px 90px;
	background-position:center center;
	background-repeat:no-repeat;
}

.event-section-two .icon-layer-one{
	position:absolute;
	left:6%;
	top:50%;
	width:58px;
	height:60px;
	background-repeat:no-repeat;
}

.event-section-two .icon-layer-two{
	position:absolute;
	right:6%;
	top:20%;
	width:58px;
	height:60px;
	background-repeat:no-repeat;
}

.event-section-two .event-block:nth-child(2) .inner-box{
	background-color:#d8f1fb;
}

.event-section-two .event-block:nth-child(3) .inner-box{
	background-color:#fef6d3;
}

.event-block{
	position:relative;
	margin-bottom:30px;
}

.event-block .inner-box{
	position:relative;
	border-radius:25px;
	padding:55px 30px 50px;
	background-color:#f9ece1;
}

.event-block .inner-box .post-meta{
	position:relative;
	margin-bottom:20px;
}

.event-block .inner-box .post-meta li:first-child{
	position:relative;
	color:#ffffff;
	border-radius:50px;
	padding:4px 15px 4px 40px;
	display:inline-block;
	background-color:#1a49bae6;
}

.event-block .inner-box .post-meta li:first-child .icon{
	left:14px;
	color:#ffffff;
}

.event-block .inner-box .post-meta li{
	position:relative;
	color:#0c0d24;
	font-size:16px;
	margin-right:16px;
	padding-left:30px;
	display:inline-block;
}

.event-block .inner-box .post-meta li .icon{
	position:absolute;
	left:0px;
	color:#0c0d24;
	font-size:18px;
}

.event-block .inner-box .post-meta li:last-child{
	margin-right:0px;
}

.event-block .inner-box h4{
	position:relative;
	font-size:26px;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:15px;
	
}

.event-block .inner-box h4 a{
	position:relative;
	color:#0c0d24;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.event-block .inner-box h4 a:hover{
	color:#1a49bae6;
}

.event-block .inner-box .text{
	position:relative;
	line-height:1.6em;
	color:#0c0d24;
	opacity:0.80;
	font-size:17px;
	margin-bottom:25px;
}

.event-block .inner-box .image{
	position:relative;
	border-radius:18px;
	overflow:hidden;
	background-color:#1a49bae6;
}

.event-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.event-block .inner-box:hover .image img{
	opacity:0.60;
	transform:scale(1.05,1.05);
}

/*** 

====================================================================
	Feature Section Three
====================================================================

***/

.feature-section-three{
	position:relative;
	overflow:hidden;
	padding:60px 0px 150px;
}

.feature-section-three .pattern-layer-one{
    position: absolute;
    left: 10%;
    top: 5%;
    width: 62px;
    height: 57px;
    background-repeat: no-repeat;
}

.feature-section-three .pattern-layer-two{
    position: absolute;
    right: 12%;
    top: -12%;
    width: 116px;
    height: 88px;
	z-index:1;
    background-repeat: no-repeat;
}

.feature-section-three .pattern-layer-three{
    position: absolute;
    right: 5%;
    top: 15%;
    width: 89px;
    height: 81px;
	z-index:1;
    background-repeat: no-repeat;
}

.feature-section-three .pattern-layer-four{
    position: absolute;
    right: -15%;
    bottom: -15%;
    width: 96px;
    height: 93px;
	z-index:1;
    background-repeat: no-repeat;
}

.feature-section-three .title-column{
	position:relative;
	margin-bottom:30px;
}

.feature-section-three .title-column .inner-column{
	position:relative;
	padding-top:85px;
}

.feature-section-three .title-column h2{
	color:#0c0d24;
	font-weight:700;
	margin-bottom:25px;
	max-width:300px;
	line-height:1.1em;
	
}

.feature-section-three .title-column .text{
	position:relative;
	color:#0c0d24;
	font-size:20px;
	line-height:1.6em;
	margin-bottom:40px;
	
}

.feature-section-three .blocks-column{
	position:relative;
	margin-bottom:30px;
}

.feature-section-three .blocks-column .blocks-pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-position:center center;
	background-repeat:no-repeat;
}

.feature-section-three .blocks-column .inner-column{
	position:relative;
	padding-left:40px;
	padding-right:30px;
}

.feature-section-three .blocks-column .feature-block-five:nth-child(2n + 0){
	transform:translateY(50px);
}

.feature-block-five{
	position:relative;
	margin-bottom:30px;
}

.feature-block-five .inner-box{
	position:relative;
	overflow:hidden;
	text-align:center;
	border-radius:15px;
	padding:35px 15px 35px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	background-color:#ffffff;
}

.feature-block-five .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
	z-index:1;
}

.feature-block-five .inner-box .icon{
	position:relative;
	width:100px;
	height:100px;
	color:#59c18c;
	margin:0 auto;
	font-size:52px;
	text-align:center;
	line-height:102px;
	border-radius:50%;
	margin-bottom:15px;
	background-color:#f1f9f4;
}

.feature-block-five .inner-box h4{
	color:#0c0d24;
	font-weight:600;
	
}

.feature-block-five:nth-child(2) .inner-box .icon{
	background-color:#fff9f6;
	color:#ff9857;
}

.feature-block-five:nth-child(3) .inner-box .icon{
	background-color:#f9f7f0;
	color:#fecc16;
}

.feature-block-five:nth-child(4) .inner-box .icon{
	background-color:#f3f8fd;
	color:#6ab4fd;
}

/*** 

====================================================================
	Testimonial Section Four
====================================================================

***/

.testimonial-section-four{
	position:relative;
	overflow:hidden;
	padding:90px 0px 90px;
	background-color:#f6f6f6;
}

.testimonial-section-four .icon-layer-one{
	position:absolute;
	left:90px;
	top:150px;
	width:118px;
	height:109px;
	background-repeat:no-repeat;
}

.testimonial-section-four .icon-layer-two{
	position:absolute;
	right:90px;
	bottom:100px;
	width:118px;
	height:109px;
	background-repeat:no-repeat;
}

.testimonial-section-four .inner-container{
	position:relative;
}

.testimonial-section-four .inner-container .circle-pattern-layer-one{
	position:absolute;
	left:-90px;
	top:-100px;
	width:373px;
	height:335px;
	background-repeat:no-repeat;
}

.testimonial-section-four .inner-container .circle-pattern-layer-two{
	position:absolute;
	right:-90px;
	bottom:0px;
	width:373px;
	height:335px;
	background-repeat:no-repeat;
}

.testimonial-section-four .owl-nav{
	position: relative;
	text-align:center;
	margin-top:20px;
}

.testimonial-section-four .owl-nav .owl-prev,
.testimonial-section-four .owl-nav .owl-next{
	position:relative;
	width:50px;
	height:50px;
	margin-right:15px;
	color:#ffffff;
	line-height:46px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#e3e3e3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.testimonial-section-four .owl-nav .owl-prev:hover,
.testimonial-section-four .owl-nav .owl-next:hover{
	background-color:#ffe111;
}

.testimonial-section-four .top-pattern-layer{
	position:absolute;
	left:0px;
	top:-30px;
	right:0px;
	height:63px;
	background-position:center center;
	background-repeat:repeat-x;
}

.testimonial-section-four .bottom-pattern-layer{
	position:absolute;
	left:0px;
	bottom:-30px;
	right:0px;
	height:63px;
	background-position:center center;
	background-repeat:repeat-x;
}

.testimonial-block-four{
	position:relative;
	margin-bottom:30px;
}

.testimonial-block-four .inner-box{
	position:relative;
	text-align:center;
	padding:40px 30px 75px;
	background-position:center center;
	background-repeat:no-repeat;
}

.testimonial-block-four .inner-box .author-image{
	position:relative;
	display:inline-block;
}

.testimonial-block-four .inner-box .author-image .quote-icon{
	position:absolute;
	z-index:1;
	left:-20px;
	top:25px;
	width:35px;
	height:35px;
	color:#ffffff;
	line-height:35px;
	border-radius:50px;
	display:inline-block;
	background-color:#1a49bae6;
}

.testimonial-block-four .inner-box .author-image .image{
	position:relative;
	width:80px;
	height:80px;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block-four .inner-box h4{
	position:relative;
	color:#0c0d24;
	font-weight:500;
	
}

.testimonial-block-four .inner-box .designation{
	position:relative;
	color:#0c0d24;
	font-size:16px;
	opacity:0.80;
	margin-bottom:18px;
}

.testimonial-block-four .inner-box .text{
	position:relative;
	color:#0c0d24;
	font-size:18px;
	opacity:0.80;
	max-width:300px;
	margin:0 auto;
	line-height:1.7em;
	
}

/*** 

====================================================================
	Newsletter Section Three
====================================================================

***/

.newsletter-section-three{
	position:relative;
	margin-top:30px;
	padding:100px 0px 100px;
	background-color:#edf9ff;
	background-position:center bottom;
	background-repeat:no-repeat;
}

.newsletter-section-three .side-pattern-layer{
	position:absolute;
	right:0px;
	bottom:0px;
	height:126px;
	width:727px;
	background-repeat:no-repeat;
}

.newsletter-section-three .inner-container{
	position:relative;
}

.newsletter-section-three .inner-container .pattern-layer{
	position:absolute;
	left:0px;
	top:130px;
	width:977px;
	height:236px;
	background-repeat:no-repeat;
}
	
.newsletter-section-three .title-box{
	position:relative;
	margin-bottom:40px;
	text-align:center;
}

.newsletter-section-three .title-box .title{
	position:relative;
	color:#1a49bae6;
	font-size:20px;
	font-weight:500;
	
}

.newsletter-section-three h2{
	margin-bottom:15px;
	color:#0c0d24;
	font-weight:500;
	line-height:1.3em;
	font-size:32px;
	margin-top:15px;
	
}
.ptb_160 {
    padding: 140px 0 110px;
}
p.query_p {
    font-size: 20px;
    color: #000;
}

p.query_p a {
    font-weight: 600;
}

.newsletter-section-three .inner-container .newsletter-form-three{
	position:relative;
	max-width:610px;
	margin:0 auto;
}

/* Subscribe Form */

.newsletter-form-three{
	position:relative;
	margin-bottom:30px;
}

.newsletter-form-three .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
}

.newsletter-form-three .form-group .icon{
	position:absolute;
	left:22px;
	top:28px;
	z-index:1;
	color:#bfc2c4;
	font-size:20px;
	line-height:1em;
}

.newsletter-form-three .form-group input[type="text"],
.newsletter-form-three .form-group input[type="tel"],
.newsletter-form-three .form-group input[type="email"],
.newsletter-form-three .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 30px 10px 60px;
    height:75px;
	color:#0c0d24;
	display:inline-block;
    font-size: 18px;
	border-radius:10px;
	background:none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	border:1px solid #bfc2c4; 
	
}

.newsletter-form-three .form-group textarea::-webkit-input-placeholder,
.newsletter-form-three .form-group input::-webkit-input-placeholder{
	color:rgba(12,13,36,0.60);
}

.newsletter-form-three .form-group input:focus{
	border-color:#ff9600;
}

.newsletter-form-three .form-group input[type="submit"]:hover,
.newsletter-form-three .form-group button:hover{
	background-color:#1a49bae6;
	color:#ffffff;
}
.btn-style-seven:hover
{
    color: #fff !important;
}
.newsletter-form-three .form-group input[type="submit"],
.newsletter-form-three .form-group button {
	position: absolute;
	right:4px;
	top:4px;
	width:88px;
	height:66px;
	color:#000000;
	font-size:16px;
	cursor:pointer;
	border-radius:10px;
	padding:15px 10px;
	background-color:#ffe111;
	text-transform:uppercase;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-three{
	position:relative;
}

.footer-style-three .icon-layer-one{
	position:absolute;
	left:5%;
	top:50%;
	width:62px;
	height:57px;
	background-repeat:no-repeat;
}

.footer-style-three .icon-layer-two{
	position:absolute;
	right:10%;
	top:15%;
	width:65px;
	height:61px;
	background-repeat:no-repeat;
}

.footer-style-three .icon-layer-three{
	position:absolute;
	right:8%;
	bottom:15%;
	width:58px;
	height:60px;
	background-repeat:no-repeat;
}

.footer-style-three .upper-box{
	position:relative;
	padding:90px 0px 60px;
}

.footer-style-three .upper-box .title-column{
	position:relative;
}

.footer-style-three .upper-box .title-column .inner-column{
	position:relative;
}

.footer-style-three .upper-box .title-column h2{
	font-weight:500;
	color:#0c0d24;
	font-size:43px;
	line-height:1.2em;
	
}

.footer-style-three .upper-box .title-column .text{
	position:relative;
	color:#5d5d66;
	font-size:20px;
	margin-top:10px;
	line-height:1.6em;
	
}

.footer-style-three .upper-box .button-column{
	position:relative;
}

.footer-style-three .upper-box .button-column .inner-column{
	position:relative;
	text-align:right;
	padding-right:100px;
}

.footer-style-three .widgets-section{
	position:relative;
	padding-bottom:40px;
}

.footer-style-three .footer-widget{
	position:relative;
	z-index:1;
	padding-left:15px;
	margin-bottom:30px;
}

.footer-style-three .footer-widget h4{
	color:#0c0d24;
	font-weight:600;
	font-size:24px;
	margin-bottom:15px;
	
}

.footer-style-three .logo-widget{
	position:relative;
}

.footer-style-three .logo-widget .logo{
	position:relative;
	margin-bottom:25px;
}

.footer-style-three .logo-widget .social-box{
	position:relative;
}

.footer-style-three .logo-widget .social-box li{
	position:relative;
	margin-right:6px;
	display:inline-block;
}

.footer-style-three .logo-widget .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:18px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#55acee;
}

.footer-style-three .logo-widget .social-box li a::before{
	-webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
	display:inline-block;
}

.footer-style-three .logo-widget .social-box li a:hover::before{
	transform:rotateY(360deg);
}

.footer-style-three .logo-widget .social-box li.twitter a{
	background-color:#55acee;
}

.footer-style-three .logo-widget .social-box li.youtube a{
	background-color:#bd081c;
}

.footer-style-three .logo-widget .social-box li.facebook a{
	background-color:#4387de;
}

.footer-style-three .logo-widget .social-box li.dribbble a{
	background-color:#ea4c89;
}

.footer-style-three .contact-list{
	position:relative;
}

.footer-style-three .contact-list li{
	position:relative;
	font-size:16px;
	color:#0c0d24;
	line-height:1.5em;
	margin-bottom:15px;
}

.footer-style-three .contact-list li a{
	position:relative;
	color:#64c290;
	font-size:18px;
	display:block;
	
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-three .contact-list li:first-child{
	font-size:20px;
	opacity:0.90;
}

.footer-style-three .contact-list li a:hover{
	color:#0c0d24;
}


.footer-style-three .link-list{
	position:relative;
}

.footer-style-three .link-list li{
	position:relative;
	margin-bottom:10px;
}

.footer-style-three .link-list li a{
	position:relative;
	color:#0c0d24;
	opacity:0.90;
	font-size:18px;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-three .link-list li a:hover{
	color:#1a49bae6;
}

.footer-style-three .footer-bottom{
	position:relative;
	padding:25px 0px;
	border-top:1px solid #dee0e4;
}

.footer-style-three .footer-bottom .copyright{
	position:relative;
	color:#0c0d24;
	opacity:0.80;
	font-size:18px;
	text-align:center;
	
}

.footer-style-three .footer-bottom .copyright a{
	position:relative;
	color:#102659;
}

/*** 

====================================================================
	Contact Banner Section
====================================================================

***/

.page-title-section-two{
	position:relative;
	padding-top:0px;
	padding-bottom:115px;
	background-color:#f3fef9;
}

.page-title-section-two .pattern-layer-one{
	position: absolute;
    left: 100px;
    top: 150px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.page-title-section-two .pattern-layer-two{
	position: absolute;
    left: 70%;
    top: 90px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.page-title-section-two .pattern-layer-three{
	position: absolute;
    right: 70px;
    top: 110px;
    width: 105px;
    height: 104px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.page-title-section-two .pattern-layer-four{
	position: absolute;
    left: 30%;
    bottom: 18%;
    width: 45px;
    height: 43px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.page-title-section-two .page-breadcrumb{
	position:relative;
	padding-top:30px;
	margin-bottom:80px;
	display:inline-block;
	border-bottom:1px solid #06092d;
}

.page-title-section-two .page-breadcrumb li{
	position:relative;
	padding-right:10px;
	margin-right:10px;
	color:#78787c;
	font-size:16px;
	display:inline-block;
}

.page-title-section-two .page-breadcrumb li:before{
	position:absolute;
	content:'-';
	right:-4px;
	top:0px;
	font-size:16px;
}

.page-title-section-two .page-breadcrumb li a{
	position:relative;
	color:#06092d;
}

.page-title-section-two .page-breadcrumb li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.page-title-section-two .page-breadcrumb li:last-child::before{
	display:none;
}

.page-title-section-two .content-box{
	position:relative;
	text-align:center;
}

.page-title-section-two .content-box h2{
	position:relative;
	font-weight:700;
	line-height:1.4em;
	color:#000000;
	font-size:36px;
}

/*** 

====================================================================
	Event Page Section
====================================================================

***/

.event-page-section{
	position:relative;
	padding:100px 0px 70px;
}

.event-block-two{
	position:relative;
	margin-bottom:30px;
}

.event-block-two .inner-box{
	position:relative;
}

.event-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#1a49bae6;
}

.event-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.event-block-two .inner-box:hover .image img{
	opacity:0.60;
	transform:scale(1.05,1.05);
}

.event-block-two .inner-box .lower-content{
	position:relative;
	padding:25px 25px 30px;
	background-color:#fbfbff;
}

.event-block-two .inner-box .lower-content .category{
	position:relative;
	color:#1a49bae6;
	font-size:15px;
	
}

.event-block-two .inner-box .lower-content h4{
	position:relative;
	font-weight:700;
	line-height:1.4em;
	margin-top:15px;
	padding-bottom:18px;
	margin-bottom:20px;
	border-bottom:1px solid #dadada;
	
}

.event-block-two .inner-box .lower-content h4 a{
	position:relative;
	color:#000000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.event-block-two .inner-box .lower-content h4 a:hover{
	color:#1a49bae6;
}

.event-block-two .inner-box .lower-content .post-date{
	position:relative;
	color:#000000;
	font-size:16px;
	padding-left:25px;
	margin-top:4px;
	
}

.event-block-two .inner-box .lower-content .post-date:before{
	position:absolute;
	left:0px;
	content: "\f102";
	font-weight:600;
	font-family: "Flaticon";
}

.event-block-two .inner-box .lower-content .attend-link{
	position:relative;
	color:#000000;
	font-size:13px;
	padding:6px 22px;
	border-radius:5px;
	display:inline-block;
	text-transform:uppercase;
	background-color:#ffe00c;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.event-block-two .inner-box .lower-content .attend-link:hover{
	color:#ffffff;
	background-color:#1a49bae6;
}

/*** 

====================================================================
	Event Detail Banner Section
====================================================================

***/

.event-detail-banner-section{
	position:relative;
	overflow:hidden;
	padding-bottom:0px;
	background-color:#f3fef9;
}

.event-detail-banner-section:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:20px;
	background-color:#ffffff;
}

.event-detail-banner-section .pattern-layer-one{
	position: absolute;
    left: 100px;
    top: 250px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.event-detail-banner-section .pattern-layer-two{
	position: absolute;
    left: 60%;
    top: 90px;
    width: 91px;
    height: 93px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.event-detail-banner-section .pattern-layer-three{
	position: absolute;
    right: 70px;
    top: 110px;
    width: 105px;
    height: 104px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.event-detail-banner-section .pattern-layer-four{
	position: absolute;
    left: 150px;
    bottom: 0px;
    width: 45px;
    height: 43px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.event-detail-banner-section .page-breadcrumb{
	position:relative;
	padding-top:30px;
	margin-bottom:80px;
	display:inline-block;
	border-bottom:1px solid #06092d;
}

.event-detail-banner-section .page-breadcrumb li{
	position:relative;
	padding-right:10px;
	margin-right:10px;
	color:#78787c;
	font-size:16px;
	display:inline-block;
}

.event-detail-banner-section .page-breadcrumb li:before{
	position:absolute;
	content:'-';
	right:-4px;
	top:0px;
	font-size:16px;
}

.event-detail-banner-section .page-breadcrumb li a{
	position:relative;
	color:#06092d;
}

.event-detail-banner-section .page-breadcrumb li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.event-detail-banner-section .page-breadcrumb li:last-child::before{
	display:none;
}

.event-detail-banner-section .content-box{
	position:relative;
	max-width:760px;
}

.event-detail-banner-section .content-box .title{
	position:relative;
	color:#ff6815;
	font-size:16px;
}

.event-detail-banner-section .content-box h2{
	position:relative;
	font-weight:700;
	line-height:1.3em;
	color:#000000;
	font-size:36px;
	margin-top:15px;
	margin-bottom:55px;
}

.event-detail-banner-section .event-time-zone{
	position:relative;
	padding:30px 45px;
	border-radius:20px;
	background-color:#ffe00c;
}

.event-detail-banner-section .event-time-zone h6{
	position:relative;
	color:#000000;
	font-weight:500;
	margin-bottom:18px;
	
}

.event-detail-banner-section .content-box .course-info{
	position:relative;
}

.event-detail-banner-section .content-box .course-info li{
	position:relative;
	color:#000000;
	font-size:15px;
	padding-left:25px;
	margin-right:20px;
	margin-bottom:8px;
	line-height:1.7em;
	
}

.event-detail-banner-section .content-box .course-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
}

/*** 

====================================================================
	Event Detail Section
====================================================================

***/

.event-detail-section{
	position:relative;
	padding:30px 0px 20px;
}

.event-detail-section .inner-box{
	position:relative;
}

.event-detail-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.event-detail-section .content-column .inner-column{
	position:relative;
	padding-right:15px;
}

.event-detail-section .content-column h5{
	position:relative;
	color:#000000;
	font-weight:700;
	margin-bottom:10px;
}

.event-detail-section .content-column p{
	position:relative;
	color:#000000;
	font-weight:400;
	font-size:16px;
	opacity:0.80;
}

.event-detail-section .content-column .image{
	position:relative;
	margin-top:30px;
	margin-bottom:30px;
}

.event-detail-section .content-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.event-detail-section .content-column .learn-box{
	position:relative;
	margin-bottom:50px;
	padding:35px 30px 45px;
	border:1px solid #e9e9e9;
	background-color:#f9f8f3;
}

.event-detail-section .content-column .learn-box .learn-list{
	position:relative;
}

.event-detail-section .content-column .learn-box .learn-list li{
	position:relative;
	color:#000000;
	font-size:14px;
	line-height:1.9em;
	padding-left:36px;
	margin-bottom:18px;
}

.event-detail-section .content-column .learn-box .learn-list li:before{
	position:absolute;
	content:'';
	left:0px;
	top:5px;
	width:23px;
	height:23px;
	background:url(../images2/icons/check.png) no-repeat;
}

.event-detail-section .content-column .learn-box .learn-list li:last-child{
	margin-bottom:0px;
}

.event-detail-section .content-column .learn-list-two{
	position:relative;
	margin-bottom:40px;
}

.event-detail-section .content-column .learn-list-two li{
	position:relative;
	color:#000000;
	font-size:14px;
	line-height:1.9em;
	padding-left:36px;
	margin-bottom:18px;
}

.event-detail-section .content-column .learn-list-two li:before{
	position:absolute;
	content:'';
	left:0px;
	top:5px;
	width:23px;
	height:23px;
	background:url(../images2/icons/check-1.png) no-repeat;
}

.event-detail-section .content-column .learn-list-two li:last-child{
	margin-bottom:0px;
}

.event-detail-section .content-column .social-box{
	position:relative;
	display:block;
}

.event-detail-section .content-column .social-box span{
	position:relative;
	margin-right:15px;
	color:#6b6a6a;
	top:3px;
	font-size:22px;
}

.event-detail-section .content-column .social-box li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.event-detail-section .content-column .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:15px;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#55acee;
}

.event-detail-section .content-column .social-box li.twitter a{
	background-color:#55acee;
}

.event-detail-section .content-column .social-box li.pinterest a{
	background-color:#bd081c;
}

.event-detail-section .content-column .social-box li.facebook a{
	background-color:#3b5999;
}

.event-detail-section .content-column .social-box li.dribbble a{
	background-color:#ea4c89;
}

.event-detail-section .info-column{
	position:relative;
	margin-top:-360px;
	margin-bottom:40px;
}

.event-detail-section .info-column .inner-column{
	position:relative;
	padding:30px 35px 50px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.event-detail-section .info-column .inner-column:before{
	position:absolute;
	content:'';
	left:-10px;
	top:29%;
	border-top: 6px solid transparent;
    border-right: 10px solid #ffffff;
    border-bottom: 6px solid transparent;
}

.event-detail-section .info-column h5{
	position:relative;
	color:#06142d;
	font-weight:700;
	padding-bottom:12px;
	margin-bottom:20px;
	border-bottom:1px solid #dddddd;
}

.event-detail-section .info-column .select-month .form-group .ui-selectmenu-button.ui-button{
	height:60px;
	border:none;
	font-size:16px;
	line-height:38px;
	background-color:#fbfaf4;
	
}

.event-detail-section .info-column .select-month .form-group .ui-button .ui-icon{
	top:8px;
	float:left;
	left:-5px;
	right:auto;
	margin-right:10px;
}

.event-detail-section .info-column .popular-tags-box{
	position:relative;
}

.event-detail-section .info-column .popular-tags-box .title-box{
	position:relative;
}

/* Popular Tags */

.event-detail-section .info-column .popular-tags-box a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 20px 8px;
	margin:0px 5px 10px 0px;
	color:#161216;
	text-align:center;
	font-size:15px;
	background:none;
	font-weight:500;
	border-radius:0px;
	background-color:#fbfaf4;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	
}

.event-detail-section .info-column .popular-tags-box a:hover{
	background-color:#1a49bae6;
	color:#ffffff;
}

.event-detail-section .info-column .event-widget{
	position:relative;
	margin-top:20px;
}

.event-detail-section .info-column .event-widget h6{
	color:#06142d;
	font-weight:700;
	margin-bottom:10px;
}

.event-detail-section .info-column .event-widget .text{
	position:relative;
	color:#000000;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:25px;
	
}

.event-detail-section .info-column .event-organizer{
	position:relative;
}

.event-detail-section .info-column .event-organizer .organizer{
	position:relative;
	color:#1a49bae6;
	font-weight:500;
	font-size:20px;
	display:block;
	margin-bottom:15px;
	
}

.event-detail-section .info-column .event-organizer .organizer-list{
	position:relative;
}

.event-detail-section .info-column .event-organizer .organizer-list li{
	position:relative;
	font-size:15px;
	color:rgba(0,0,0,0.80);
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #dddddd;
}

.event-detail-section .info-column .event-organizer .organizer-list li strong{
	position:relative;
	display:block;
	color:#000000;
	font-weight:500;
	font-size:16px;
	margin-bottom:4px;
}

.event-detail-section .info-column .event-organizer .organizer-list li:last-child{
	padding-bottom:0px;
	margin-bottom:0px;
	border:0px;
}

.event-detail-section .info-column .event-organizer .lecturer{
	position:relative;
	color:#1a49bae6;
	font-weight:500;
	font-size:20px;
	display:block;
	margin-top:25px;
	margin-bottom:20px;
	
}

/*** 

====================================================================
	Related Events Section
====================================================================

***/

.related-events-section{
	position:relative;
	padding-bottom:70px;
}

.related-events-section .title-box{
	position:relative;
	margin-bottom:25px;
}

.related-events-section .title-box h3{
	color:#000000;
	font-weight:700;
}

/* Sec Title Three */

.sec-title-three{
	position:relative;
	z-index:1;
	margin-bottom:60px;
}

.sec-title-three .title{
	position:relative;
	color:#0c0d24;
	display:block;
	font-size:20px;
	margin-bottom:25px;
	
}

.sec-title-three h2 span{
	position:relative;
}

.sec-title-three h2 span:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	width:138px;
	height:8px;
	background:url(../images2/icons/pattern-16.png);
	background-repeat:no-repeat;
}

.sec-title-three h2{
	color:#0c0d24;
	font-size:48px;
	line-height:1.1em;
	font-weight:700;
	
}

/* Btn Style Thirteen */

.btn-style-thirteen{
	position: relative;
	line-height: 30px;
	font-weight:500;
	overflow: hidden;
	text-align:center;
	border-radius:50px;
	display: inline-grid;
	padding: 15px 38px;
	color: #0c0d24;
	font-size: 20px;
	text-transform: capitalize;
	background-color:#ffffff;
	
}

.btn-style-thirteen .txt{
	position:relative;
	z-index:1;
}

.btn-style-thirteen:before{
	webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: 110%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background-color: #1a49bae6;
}

.btn-style-thirteen i{
	position:relative;
	z-index:1;
	font-style:normal;
	display:inline-block;
	margin-left:5px;
}

.btn-style-thirteen:hover{
	color:#ffffff;
}

.btn-style-thirteen:hover:before{
	top: -40%;
}

/*** 

====================================================================
	Banner Section Six
====================================================================

***/

.banner-section-six{
	position:relative;
	overflow:hidden;
}

.banner-section-six .slide:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:50%;
	z-index:2;
	background: rgba(0,0,0,1);
	background: -webkit-linear-gradient(to bottom, #000000 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(to bottom, #000000 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, #000000 0%, rgba(255,255,255,0) 100%);
}

.banner-section-six .slide{
	position:relative;
	padding:170px 0px 180px;
	background-size:cover;
}

.banner-section-six .pattern-layer{
	position:absolute;
	left:0px;
	bottom:10px;
	right:0px;
	height:60px;
	z-index:10;
	background-repeat:repeat-x;
}

.banner-section-six .content-boxed{
	position:relative;
	z-index:3;
}

.banner-section-six .content-boxed .inner-column{
	position:relative;
	text-align:center;
}

.banner-section-six .content-boxed .title{
	position:relative;
	color:#ffffff;
	font-size:22px;
	z-index:1;
	margin-bottom:25px;
	display:inline-block;
	
}

.banner-section-six .content-boxed .inner-column h1{
	color:#ffffff;
	font-weight:700;
	line-height:1em;
	margin-bottom:60px;
	font-size:85px;
	z-index:1;
	
}

.banner-section-six .content-boxed .inner-column h1 span{
	position:relative;
}

.banner-section-six .content-boxed .inner-column h1 span::before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	width:305px;
	height:17px;
	z-index:-1;
	background:url(../images2/main-slider/line.png);
	background-repeat:no-repeat;
}

.banner-section-six .content-boxed .theme-btn{
	margin:0px 10px;
	display:inline-block;
}

/*** 

====================================================================
	Admission Section
====================================================================

***/

.admission-section{
	position:relative;
	padding:100px 0px 70px;
}

.admission-section .color-circle{
	position:absolute;
	right:10%;
	top:10%;
	width:40px;
	height:40px;
	border-radius:50px;
	display:inline-block;
	background-color:#fff9ce;
}

.admission-section .pattern-layer-one{
	position:absolute;
	right:10%;
	top:65%;
	width:74px;
	height:59px;
	background-repeat:no-repeat;
}

.admission-section .image-column{
	position:relative;
	margin-bottom:30px;
}

.admission-section .image-column .inner-column{
	position:relative;
}

.admission-section .image-column .image{
	position:relative;
	border-radius:18px;
	overflow:hidden;
	display:inline-block;
}

.admission-section .image-column .image-two{
	position:absolute;
	right:0px;
	bottom:-75px;
	overflow:hidden;
	border-radius:10px;
	border:8px solid #ffffff;
}

.admission-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.admission-section .content-column .inner-column{
	position:relative;
}

.admission-section .content-column .sec-title-three{
	margin-bottom:25px;
}

.admission-section .content-column .text{
	position:relative;
	color:#0c0d24;
	font-size:20px;
	line-height:1.7em;
	margin-bottom:40px;
}

.admission-section .content-column .feature-column{
	position:relative;
}

.admission-section .content-column .feature-column .feature-inner{
	position:relative;
	padding-left:70px;
	color:#0c0d24;
	font-size:16px;
}

.admission-section .content-column .feature-column .icon{
	position:absolute;
	left:0px;
	top:0px;
}

.admission-section .content-column .feature-column strong{
	position:relative;
	display:block;
	color:#0c0d24;
	font-size:24px;
	margin-bottom:6px;
	
}

.admission-section .content-column .button-box{
	margin-top:40px;
}

/*** 

====================================================================
	Courses Section Three
====================================================================

***/

.courses-section-three{
	position:relative;
	padding:100px 0px 70px;
}

.feature-block-six{
	position:relative;
	margin-bottom:30px;
}

.feature-block-six .inner-box{
	position:relative;
	overflow:hidden;
	text-align:center;
	border-radius:15px;
	padding:35px 15px 35px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	background-color:#ffffff;
	min-height: 270px;
}

.feature-block-six .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
	z-index:1;
}

.feature-block-six .inner-box .icon{
	position:relative;
	width:100px;
	height:100px;
	color:#59c18c;
	margin:0 auto;
	font-size:52px;
	text-align:center;
	line-height:102px;
	border-radius:50%;
	margin-bottom:15px;
	background-color:#f1f9f4;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.feature-block-six .inner-box:hover .icon{
	transform:rotateY(180deg);
}

.feature-block-six .inner-box h4{
	color:#0c0d24;
	font-weight:600;
	margin-bottom:10px;
	
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.feature-block-six .inner-box:hover h4{
	color:#1a49bae6;
}

.feature-block-six:nth-child(2) .inner-box .icon{
	background-color:#f9f5f1;
	color:#ff860f;
}

.feature-block-six:nth-child(3) .inner-box .icon{
	background-color:#fef3f6;
	color:#f8497a;
}

.feature-block-six:nth-child(4) .inner-box .icon{
	background-color:#f4f8ff;
	color:#4486ff;
}

.feature-block-six .inner-box .text{
	position:relative;
	color:#0c0d24;
	font-size:17px;
	line-height:1.7em;
}

/*** 

====================================================================
	Courses Section Four
====================================================================

***/

.courses-section-four{
	position:relative;
	padding:120px 0px 120px;
}

.courses-section-four .pattern-layer-one{
	position:absolute;
	left:8%;
	top:0%;
	width:145px;
	height:361px;
	background-repeat:no-repeat;
}

.courses-section-four .pattern-layer-two{
	position:absolute;
	right:0%;
	top:0%;
	width:420px;
	height:220px;
	background-repeat:no-repeat;
}

.courses-section-four .pattern-layer-three{
	position:absolute;
	right:0%;
	bottom:15%;
	width:296px;
	height:187px;
	background-repeat:no-repeat;
}

.courses-section-four .pattern-layer-four{
	position:absolute;
	left:7%;
	bottom:30%;
	width:406px;
	height:481px;
	background-repeat:no-repeat;
}

.courses-section-four .pattern-layer-five{
	position:absolute;
	right:7%;
	bottom:30%;
	width:444px;
	height:471px;
	background-repeat:no-repeat;
}

/* Course Block Five */

.course-block-five{
	position:relative;
	margin-bottom:30px;
}

.course-block-five .inner-box{
	position:relative;
	padding:28px 25px;
	border-radius:10px;
	overflow:hidden;
	background-color:#f9f9f9;
}

.course-block-five .inner-box .image{
	position:relative;
	overflow:hidden;
	border-radius:10px;
}

.course-block-five .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.course-block-five .inner-box .image::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.30);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 1;
}

.course-block-five .inner-box:hover .image::before{
	-webkit-animation: circle 0.75s;
	animation: circle 0.75s;
}

.course-block-five .inner-box .lower-content{
	position:relative;
	padding-top:30px;
	padding-bottom:5px;
}

.course-block-five .inner-box .lower-content .category{
	position:relative;
	color:#ffffff;
	border-radius:5px;
	padding:4px 12px 3px;
	font-weight:500;
	display:inline-block;
	background-color:#f55353;
	
}

.course-block-five .inner-box h3{
	margin-bottom:8px;
	margin-top:16px;
	font-weight:700;
	
}

.course-block-five .inner-box h3 a{
	color:#0c0d24;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.course-block-five .inner-box .text{
	color:#0c0d24;
	font-size:18px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:25px;
	
}

.course-block-five .inner-box .apply-here{
	color:#0c0d24;
	font-weight:700;
	font-size:20px;
	
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.course-block-five .inner-box h3 a:hover{
	color:#1a49bae6;
}

.course-block-five .inner-box .apply-here:hover{
	color:#1a49bae6;
	text-decoration:underline;
}

.course-block-five .inner-box .price{
	position:absolute;
	right:30px;
	top:-35px;
	width:70px;
	height:70px;
	color:#ffffff;
	font-weight:500;
	line-height:70px;
	text-align:center;
	border-radius:50px;
	font-size:18px;
	display:inline-block;
	background-color:#1a49bae6;
	
}

.course-block-five:nth-child(2) .inner-box .lower-content .category{
	background-color:#fb8e62;
}

.course-block-five:nth-child(3) .inner-box .lower-content .category{
	background-color:#45cdd9;
}

.course-block-five:nth-child(5) .inner-box .lower-content .category{
	background-color:#fb8e62;
}

.course-block-five:nth-child(6) .inner-box .lower-content .category{
	background-color:#45cdd9;
}

/*** 
=============================================
    circle Css
=============================================
***/

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/*** 

====================================================================
	Study Section
====================================================================

***/

.study-section{
	position:relative;
	overflow:hidden;
	padding:0px 0px 70px;
}

.study-section .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:352px;
	height:220px;
	background-repeat:no-repeat;
}

.study-section .pattern-layer-two{
	position:absolute;
	left:50%;
	top:-40px;
	width:474px;
	height:559px;
	background-repeat:no-repeat;
}

.study-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.study-section .content-column .inner-column{
	position:relative;
	padding-top:60px;
}

.study-section .content-column h2{
	position:relative;
	color:#0c0d24;
	font-weight:700;
	line-height:1.1em;
	margin-bottom:28px;
	
}

.study-section .content-column .bold-text{
	position:relative;
	color:#0c0d24;
	font-size:26px;
	line-height:1.4em;
	margin-bottom:20px;
	
}

.study-section .content-column .list{
	position:relative;
}

.study-section .content-column .list li{
	position:relative;
	margin-bottom:15px;
	padding-left:30px;
	color:#0c0d24;
	font-size:18px;
	opacity:0.80;
	line-height:1.6em;
}

.study-section .content-column .list li:before{
	position:absolute;
	content: "\f143";
	left:0px;
	top:0px;
	font-family: "Flaticon";
}

.study-section .content-column .list li:last-child{
	margin-bottom:0px;
}

.study-section .content-column .button-box{
	margin-top:40px;
}

.study-section .image-column{
	position:relative;
	margin-bottom:30px;
}

.study-section .image-column .inner-column{
	position:relative;
}

.study-section .image-column .image{
	position:relative;
}

.study-section .image-column .image img{
	width:auto;
	max-width:inherit;
}

.study-section .image-column .hotline{
	position:absolute;
	left:-125px;
	bottom:-70px;
	text-align:center;
	padding:35px 30px;
	border-radius:55px;
	background-color:#ffe111;
}

.study-section .image-column .hotline h3{
	position:relative;
	color:#0c0d24;
	font-weight:700; 
	line-height:1.3em;
	
}

.study-section .image-column .hotline .text{
	position:relative;
	color:#0c0d24;
	font-size:16px;
	margin-top:10px;
}

/*** 

====================================================================
	Campus Section
====================================================================

***/

.campus-section{
	position:relative;
	padding:90px 0px 100px;
}

.campus-section .auto-container{
	position:relative;
	max-width:1580px;
}

.campus-block{
	position:relative;
	margin-bottom:30px;
}

.campus-block .inner-box{
	position:relative;
	border-radius:6px;
	overflow:hidden;
	transform:rotate(3deg);
}

.campus-block .inner-box .image{
	position:relative;
}

.campus-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.campus-block .overlay-box{
	position:absolute;
	left:18px;
	top:18px;
	right:18px;
	bottom:18px;
	opacity:0;
	color:#ffffff;
	text-align:center;
	 transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	-moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.campus-block .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.90;
	outline: 2px solid #ffffff;
	outline-offset: -20px;
	background-image: -ms-linear-gradient(bottom, #1a49ba 0%, #1a49ba 100%);
	background-image: -moz-linear-gradient(bottom, #1a49ba 0%, #1a49ba 100%);
	background-image: -o-linear-gradient(bottom, #1a49ba 0%, #1a49ba 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1a49ba), color-stop(100, #1a49ba));
	background-image: -webkit-linear-gradient(bottom, #1a49ba 0%, #1a49ba 100%);
	background-image: linear-gradient(to top, #1a49ba 0%, #1a49ba 100%);
}

.campus-block .inner-box:hover .overlay-box{
	opacity:1;
	-moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
}

.campus-block .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.campus-block .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.campus-block .overlay-box h4{
	position:relative;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
	
}

.campus-block .overlay-box h4 a{
	position:relative;
	color:#ffffff;
}

.campus-block .overlay-box .category{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-bottom:18px;
}

.campus-block .inner-box .link{
	position:absolute;
	left:-90px;
	bottom:0px;
	width:70px;
	height:70px;
	font-size:24px;
	color:#ffffff;
	line-height:70px;
	margin:0px 3px;
	font-weight:400;
	text-align:center;
	border-radius:0px;
	display:inline-block;
	transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	background-image: -ms-linear-gradient(bottom, #010100 0%, #222121 100%);
	background-image: -moz-linear-gradient(bottom, #010100 0%, #222121 100%);
	background-image: -o-linear-gradient(bottom, #010100 0%, #222121 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #010100), color-stop(100, #222121));
	background-image: -webkit-linear-gradient(bottom, #010100 0%, #222121 100%);
	background-image: linear-gradient(to top, #010100 0%, #222121 100%);
}

.campus-block .overlay-inner .link .icon{
	position:relative;
	z-index:1;
}

.campus-block .overlay-inner .link:hover{
	box-shadow:inset 0 0 10px rgba(0,0,0,0.90);
}

.campus-block .inner-box:hover .link{
	left:-3px;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

/*** 

====================================================================
	Testimonial Section Five
====================================================================

***/

.testimonial-section-five{
	position:relative;
	overflow:hidden;
	padding:140px 0px 110px;
	background-size:cover;
}

.testimonial-section-five .inner-container{
	position:relative;
}

.testimonial-section-five .pattern-layer-one{
	position:absolute;
	left:-190px;
	top:-170px;
	width:373px;
	height:335px;
	background-repeat:no-repeat;
}

.testimonial-section-five .pattern-layer-two{
	position:absolute;
	right:0px;
	top:100px;
	width:252px;
	height:196px;
	background-repeat:no-repeat;
}

.testimonial-section-five .pattern-layer-three{
	position:absolute;
	right:-150px;
	bottom:0px;
	width:373px;
	height:335px;
	background-repeat:no-repeat;
}

.testimonial-section-five .pattern-layer-four{
	position:absolute;
	left:0px;
	bottom:80px;
	width:277px;
	height:231px;
	background-repeat:no-repeat;
}

.testimonial-section-five .owl-dots{
	display:none;
}

.testimonial-section-five .owl-nav{
	position: relative;
	text-align:center;
	margin-top:30px;
}

.testimonial-section-five .owl-nav .owl-prev,
.testimonial-section-five .owl-nav .owl-next{
	position:relative;
	width:50px;
	height:50px;
	margin-right:15px;
	color:#ffffff;
	line-height:46px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#e3e3e3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.testimonial-section-five .owl-nav .owl-prev:hover,
.testimonial-section-five .owl-nav .owl-next:hover{
	color:#000000;
	background-color:#ffe111;
}

.testimonial-block-five{
	position:relative;
	margin-bottom:30px;
}

.testimonial-block-five .inner-box{
	position:relative;
	border-radius:6px;
	padding:50px 40px 60px;
	background-color:#ffffff;
}

.testimonial-block-five .inner-box .text{
	position:relative;
	color:#0c0d24;
	font-size:24px;
	line-height:1.5em;
	margin-bottom:35px;
}

.testimonial-block-five .inner-box .author-info{
	position:relative;
}

.testimonial-block-five .inner-box .author-info .info-inner{
	position:relative;
	padding-left:100px;
	padding-top:10px;
}

.testimonial-block-five .inner-box .author-info .info-inner .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	overflow:hidden;
	border-radius:50%;
	display:inline-block;
}

.testimonial-block-five .inner-box .author-info h4{
	position:relative;
	color:#06092d;
	font-weight:600;
	line-height:1.3em;
	
}

.testimonial-block-five .inner-box .author-info .designation{
	position:relative;
	color:#0c0d24;
	font-weight:400;
	line-height:1.2em;
	margin-top:4px;
	opacity:0.80;
	font-size:16px;
}

.testimonial-block-five .inner-box .quote-icon{
	position:absolute;
	left:-5px;
	top:-5px;
	width:35px;
	height:35px;
	color:#ffffff;
	z-index:1;
	line-height:35px;
	font-size:16px;
	text-align:center;
	border-radius:50px;
	background-color:#1a49bae6;
}

.testimonial-block-five .inner-box .client-icon{
	position:absolute;
	right:20px;
	bottom:15px;
}

.newsletter-section-three.style-two{
	background:none;
}

.newsletter-section-three .join-us{
	position:relative;
	margin-top:35px;
	text-align:center;
	color:#0c0d24;
	opacity:0.80;
	font-size:20px;
}

.newsletter-section-three .join-us span{
	color:#1a49bae6;
	text-decoration:underline;
}

.footer-style-three.style-two{
	background-color:#090a12;
}

.footer-style-three.style-two .footer-widget h4,
.footer-style-three.style-two .contact-list li,
.footer-style-three.style-two .link-list li a,
.footer-style-three.style-two .footer-bottom .copyright,
.footer-style-three .contact-list li a:hover,
.footer-style-three.style-two .upper-box .title-column h2,
.footer-style-three.style-two .upper-box .title-column .text{
	color:#ffffff;
}

.footer-style-three.style-two .footer-bottom{
	border-color:rgba(255,255,255,0.15);
}

.footer-style-three .icon-layer-four{
	position:absolute;
	left:0px;
	bottom:50px;
	width:315px;
	height:187px;
	background-repeat:no-repeat;
}

.footer-style-three .icon-layer-five{
	position:absolute;
	right:0px;
	bottom:140px;
	width:285px;
	height:174px;
	background-repeat:no-repeat;
}
.main-header .header-upper .outer-container {
    padding: 0px 15px;
    max-width: 1200px;
    margin: auto;
}
.main-menu {
    margin-right: 175px;
    }
    /*get in touch form*/

.getintouchform {
    margin-top: 70px;
    margin-bottom: 100px
}

.getintouchform .counselling-container {
    background: url(../images2/website/council_arrow.svg);
    background-repeat: no-repeat;
    background-color: #4F628C;
    border-radius: 16px;
    padding: 60px 40px 78px;
    background-position: 360px
}

.inputappend-prependset .input-group-prepend .MuiOutlinedInput-root {
    border-radius: 4px 0 0 4px
}

.inputappend-prependset .input-group-append .MuiOutlinedInput-root {
    border-radius: 0 4px 4px 0
}

img.union-img {
    position: absolute;
    bottom: -50px;
    left: 90px
}

.counselling-container .right-section-container .right-form-container .MuiInputBase-input {
    color: #202124 !important;
    font-weight: 600 !important
}

.getintouchform .left-image-container {
    background: url(../images2/website/council_left-top.svg) 0 0 no-repeat
}

.getintouchform .left-image-container h3 {
    font-size: 68px;
    line-height: 75px;
    color: #fff;
    text-align: left;
    padding-top: 35px !important;
    margin-top: 0 !important;
    margin-bottom: 0
}

.getintouchform .left-image-container p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    font-weight: 600
}

.getintouchform .otp-input input {
    padding-right: 70px
}

.right-section-container {
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    margin-top: 15px
}

.getintouchform .after-submit {
    min-height: 250px
}

.getintouchform .right-form-container {
    width: 335px;
    height: auto;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    max-width: 100%;
    min-height: 250px
}

.right-form-container1 {
    width: 100%
}

.getintouchform .after-submit {
    text-align: center
}

.getintouchform .after-sub-btn {
    background: #5ab379 !important;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    background-color: #f45e29;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    border-radius: 4px
}

.getintouchform .after-submit p {
    font-weight: 600;
    margin-top: 40px;
    color: #202124;
    text-align: center
}

.getintouchform .thankuimg {
    max-width: 200px;
    margin: 0 auto
}

.getintouchform .right-form-container .form-control {
    height: 40px;
    font-size: 14px;
    padding: 7px 20px;
    border-color: #97a9b7;
    color: #97a9b7
}

.getintouchform a.getotp {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: #202124;
    font-weight: 600
}

.getintouchform #errorname {
    position: absolute;
    left: 0;
    bottom: -18px;
    font-size: 10px !important;
    z-index: 1
}

.getintouchform .get--o {
    bottom: 2px !important
}

.getintouchform .position-relative {
    position: relative;
    width: 100%;
    margin-bottom: 3px
}

.getintouchform .personalis-city {
    position: absolute;
    top: 40px;
    z-index: 999;
    width: 100%
}

.getintouchform .counselling-register-btn {
    margin-top: 5px
}

.getintouchform .downloadbtn {
    background-color: transparent;
    min-height: 45px;
    min-width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 3px 6px rgba(225, 107, 107, .1607843137254902);
    text-decoration: none;
    color: #fff;
    margin: 5px 0 0 !important;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    cursor: pointer
}

.getintouchform .downloadbtn span {
    position: relative;
    z-index: 2
}

.buttonfx:after,
.getintouchform .buttonfx:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #0099ff;
    z-index: -1;
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
    transition: all .5s
}

.getintouchform .buttonfx:before {
    background: #0099ff;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.getintouchform .buttonfx.after-sub-btn:after {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .5s;
    color: #fff
}

.getintouchform .slideleft:after {
    top: 0;
    z-index: 1;
    -webkit-transform: translate3D(-101%, 0, 0);
    transform: translate3D(-101%, 0, 0)
}

.getintouchform .slideleft.after-sub-btn:after {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .5s
}

.getotp u {
    text-decoration: none
}

.getintouchform .package-lds-ring div {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    border-radius: 50%;
    animation: package-lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 3px solid transparent;
    border-top-color: #fff;
    z-index: 1000;
    -webkit-animation: package-lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite
}

.getintouchform .package-lds-ring div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s;
    margin-top: 6px
}

@-webkit-keyframes package-lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes package-lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.megamenu_lists > li > a {
    padding: 10px;
    color: #000000;
}
.xs-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1140px;
}
.xs-navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.xs-navbar-brand {
    text-decoration: none;
    color: #000000;
}
.xs-navbar-brand > h2 {
    margin-top: 0;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .elementskit-header .elementskit-menu-container {
        position: static;
    }
    .elementskit-megamenu-panel > li {
        display: inline-block;
        width: 25%;
        float: left;
    }
}
.language-content p {
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    font-size: rem(20px);
}
.flag-lists {
    text-align: center;
}
.flag-lists li {
    display: inline-block;
    margin-right: 25px;
}
.flag-lists li:last-child {
    margin-right: 0;
}
.flag-lists li a {
    display: block;
    color: #ffffff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flag-lists li a:hover {
    opacity: 0.7;
}
.flag-lists li a img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}
.modal-searchPanel .xs-search-group {
    position: relative;
}
.modal-searchPanel .xs-search-group input:not([type="submit"]) {
    height: 70px;
    background-color: transparent;
    border-radius: 50px;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 0 30px;
    width: 100%;
}
.modal-searchPanel .xs-search-group input:not([type="submit"])::-webkit-input-placeholder {
    color: #ffffff;
}
.modal-searchPanel .xs-search-group input:not([type="submit"])::-moz-placeholder {
    color: #ffffff;
}
.modal-searchPanel .xs-search-group input:not([type="submit"]):-ms-input-placeholder {
    color: #ffffff;
}
.modal-searchPanel .xs-search-group input:not([type="submit"]):-moz-placeholder {
    color: #ffffff;
}
.modal-searchPanel .xs-search-group .search-button {
    background-color: transparent;
    border: 0px;
    padding: 0;
    color: #ffffff;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 70px;
    border-radius: 0 50px 50px 0;
}
.modal-searchPanel .xs-search-panel {
    max-width: 800px;
    margin: 1.75rem auto;
}
.mfp-bg.xs-promo-popup {
    background-color: rgba(0, 0, 0, 0.87);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation 0.8s ease-out forwards;
    animation: menu-animation 0.8s ease-out forwards;
}
@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        -webkit-transform: scale(0.04) translateY(0px);
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    to {
        opacity: 1;
        -webkit-transform: scale(2) translateY(0px);
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}
@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        -webkit-transform: scale(0.04) translateY(0px);
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    to {
        opacity: 1;
        -webkit-transform: scale(2) translateY(0px);
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}
.xs-promo-popup .modal-content {
    background-color: transparent;
    padding: 0px;
    border: 0px;
}
.xs-promo-popup .mfp-close {
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 1s ease 0.8s;
    -o-transition: all 1s ease 0.8s;
    transition: all 1s ease 0.8s;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
}
.xs-promo-popup.mfp-ready .mfp-close {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 1s ease 0.8s;
    -o-transition: all 1s ease 0.8s;
    transition: all 1s ease 0.8s;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
}
.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.mini_cart_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.xs-empty-content {
    padding: 120px 30px 30px;
}
.xs-empty-content .widget-title {
    font-size: rem(22px);
}
.xs-empty-content .xs-title {
    margin-bottom: 20px;
    font-size: rem(18px);
}
.xs-empty-content .woocommerce-mini-cart__empty-message {
    font-size: rem(20px);
}
.xs-empty-content .empty-cart-icon {
    font-size: rem(50px);
}
.sidebar-textwidget .sidebar-logo-wraper {
    margin-bottom: 33px;
}
.sidebar-textwidget > p {
    font-size: rem(15px);
    line-height: 1.5;
    margin-bottom: 40px;
}
.sidebar-textwidget .social-list {
    margin-bottom: 30px;
}
.sideabr-list-widget {
    margin-bottom: 40px;
}
.sideabr-list-widget li {
    margin-bottom: 20px;
}
.sideabr-list-widget li:last-child {
    margin-bottom: 0px;
}
.sideabr-list-widget img {
    margin-right: 15px;
    margin-top: 3px;
}
.sideabr-list-widget a,
.sideabr-list-widget p {
    margin-bottom: 2px;
    color: #000000;
    margin-bottom: 8px;
    display: block;
}
.sideabr-list-widget span {
    display: block;
    font-size: rem(14px);
    color: #1768dd;
}
.sideabr-list-widget .media-body {
    line-height: 1;
}
.subscribe-from {
    position: relative;
    margin-bottom: 40px;
}
.subscribe-from p {
    font-size: rem(18px);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
    color: #1768dd;
}
.subscribe-from label {
    position: absolute;
    bottom: -24px;
    left: 0px;
    margin-bottom: 0;
    line-height: 1;
}
.subscribe-from .form-control {
    border: 1px solid #f5f5f5;
    height: 50px;
    padding-left: 25px;
}
.subscribe-from .sub-btn {
    background-color: transparent;
    border: 0px;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 25px;
    cursor: pointer;
    color: #1768dd;
    height: 100%;
}
.subscribe-from .sub-btn:focus {
    outline: none;
}
.subscribe-from .form-group {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(23, 104, 221, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(23, 104, 221, 0.2);
    border-radius: 25px;
    margin-bottom: 0px;
}
.xs-sidebar-group .xs-overlay {
    
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    cursor: url(../images2/cross-out.png), pointer;
}
.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    left: 30px;
    padding: 25px;
}
.xs-sidebar-widget {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 627px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: url('../images2/popup-bg.png');
    padding: 0px 0px;
    z-index: 999;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
.xs-sidebar-group.isActive .xs-overlay {
    
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.xs-overlay.xs-bg-white {
    background: #fff;
}
header a:not([href]):not([tabindex])
{
    color:  #fff !Important;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
   
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.sidebar-textwidget {
    padding: 80px 60px 0px;
}
.close-side-widget {
    color: #1768dd;
    font-size: rem(15px);
    display: block;
}
.sidebar-widget-container {
    position: relative;
    height: 100%;
}
.sidebar-textwidget {
    height: 100%;
    padding: 80px 60px 0px;
}
.sidebar-info-contents .content-inner, .sidebar-info-contents, .sidebar-info-contents .content-inner .content-box {
    height: 100%;
}
.sidebar-info-contents .content-inner {
    height: 100%;
}
.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}
.xs-bg-black {
    background-color: #000000;
}
.xs-menu-tools > li {
    display: inline-block;
    margin-right: 15px;
}
.xs-menu-tools > li:last-child {
    margin-right: 0;
}
.xs-menu-tools > li > a {
    color: #000000;
    text-decoration: none;
}
.nav-alignment-dynamic,
.nav-alignment-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.elementskit-menu-container {
    z-index: 10000;
}
.elementskit-navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.elementskit-navbar-nav li {
    position: relative;
    padding: 0px 15px;
}
.elementskit-navbar-nav li:last-child {
    border-bottom: none;
}
.elementskit-navbar-nav li a {
    height: 100%;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.elementskit-navbar-nav li a:hover {
    text-decoration: none;
}
.elementskit-navbar-nav li.elementskit-megamenu-has {
    position: static;
}
.elementskit-navbar-nav > li > a {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: none;
    font-weight: 500;
    letter-spacing: normal;
}
.elementskit-dropdown {
    padding-left: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
}
.elementskit-dropdown > li > .elementskit-dropdown {
    left: 100%;
    top: 0;
}
.elementskit-dropdown > li > .elementskit-dropdown.open-fromleft {
    left: auto;
    right: 100%;
}
.elementskit-submenu-panel > li:hover > a,
.elementskit-submenu-panel > li > a:hover {
    color: #0d3a4f;
    background: rgba(255, 255, 255, 0.5);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.elementskit-megamenu-panel {
    width: 100%;
}
.elementskit-overlay {
    display: none;
}
.elementskit-nav-identity-panel {
    display: none;
}
.elementskit-menu-hamburger {
    border: 1px solid rgba(0, 0, 0, 0.2);
    float: right;
}
.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    background-color: rgba(0, 0, 0, 0.5);
}
.elementskit-menu-close,
.elementskit-menu-hamburger {
    display: none;
    padding: 8px;
    background-color: transparent;
    border-radius: 0.25rem;
    position: relative;
    z-index: 10;
    cursor: pointer;
    width: 45px;
}
.elementskit-menu-close .elementskit-menu-hamburger-icon,
.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    height: 1px;
    width: 100%;
    display: block;
    margin-bottom: 4px;
}
.elementskit-menu-close .elementskit-menu-hamburger-icon:last-child,
.elementskit-menu-hamburger .elementskit-menu-hamburger-icon:last-child {
    margin-bottom: 0;
}
.elementskit-menu-close {
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: rgba(51, 51, 51, 0.5);
    float: right;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.elementskit-dropdown-has:hover > a:after {
    border-color: transparent #1e73be #1e73be transparent;
}
.elementskit-dropdown-has > a {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.elementskit-dropdown-has > a:hover:after {
    border-color: transparent #1e73be #1e73be transparent;
}
.elementskit-dropdown-has > a:after {
}
.elementskit-submenu-panel .elementskit-dropdown-has:hover > a:after {
    border-color: transparent #0d3a4f #0d3a4f transparent;
}
.elementskit-submenu-panel .elementskit-dropdown-has > a:hover:after {
    border-color: transparent #0d3a4f #0d3a4f transparent;
}
@media (min-width: 992px) {
    .elementskit-dropdown .elementskit-dropdown-has > a:after {
    }
    .elementskit-menu-container {
        background: rgba(255, 255, 255, 0);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        position: relative;
    }
    .elementskit-dropdown {
        min-width: 250px;
    }
    .elementskit-navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .elementskit-navbar-nav > li > a {
    }
    .elementskit-dropdown {
        -webkit-box-shadow: 0px 10px 30px 0px rgba(45, 45, 45, 0.2);
        box-shadow: 0px 10px 30px 0px rgba(45, 45, 45, 0.2);
        position: absolute;
        top: 100%;
        left: 0px;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        pointer-events: none;
    }
    .elementskit-dropdown-has:hover > .elementskit-dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        pointer-events: auto;
    }
}
@media (max-width: 991px) {
    .elementskit-menu-container {
        background: #f7f7f7;
        background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#f7f7f7));
        background: -webkit-linear-gradient(bottom, #f7f7f7 0%, #f7f7f7 100%);
        background: -o-linear-gradient(bottom, #f7f7f7 0%, #f7f7f7 100%);
        background: linear-gradient(0deg, #f7f7f7 0%, #f7f7f7 100%);
        max-width: 350px;
        width: 100%;
        position: fixed;
        top: 0;
        left: -450px;
        height: 100%;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 165, 0, 0);
        box-shadow: 0px 10px 30px 0px rgba(255, 165, 0, 0);
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
        -webkit-transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
        -o-transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
        transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
    }
    .elementskit-menu-container.active {
        left: 0;
    }
    .no-scroller {
        overflow: hidden;
    }
    .elementskit-menu-overlay {
        display: block;
        position: fixed;
        z-index: 5;
        top: 0;
        left: -110%;
        height: 100%;
        width: 100%;
        background-color: rgba(51, 51, 51, 0.5);
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
        -o-transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
        transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
    }
    .elementskit-menu-overlay.active {
        left: 0%;
        -webkit-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
        -o-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
        transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    }
    .elementskit-menu-close,
    .elementskit-menu-hamburger {
        display: block;
    }
    .elementskit-nav-identity-panel {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        width: 100%;
    }
    .elementskit-nav-identity-panel .elementskit-site-title {
        float: left;
    }
    .elementskit-nav-identity-panel .elementskit-menu-close {
        float: right;
    }
    .elementskit-navbar-nav {
        padding-top: 100px;
    }
    .elementskit-navbar-nav > li > a {
        color: #000000;
        font-size: 12px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 5px;
        padding-bottom: 5px;
    }
    .elementskit-navbar-nav > li > a:hover {
        color: #0d3a4f;
    }
    .elementskit-navbar-nav > li:hover > a {
        color: #0d3a4f;
    }
    .elementskit-submenu-panel > li > a {
        color: #000000;
        font-size: 12px;
        padding-top: 7px;
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 7px;
    }
    .elementskit-dropdown {
        max-height: 0;
        overflow: hidden;
        display: block;
        border: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
        -o-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
        transition: max-height 2s cubic-bezier(0, 1, 0, 1);
    }
    .elementskit-dropdown.elementskit-dropdown-open {
        max-height: 2500px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: max-height 5s ease-out;
        -o-transition: max-height 5s ease-out;
        transition: max-height 5s ease-out;
    }
    .elementskit-navbar-nav > .elementskit-dropdown-has > .elementskit-dropdown li a {
        padding-left: 15px;
    }
}

/* Animation */
.parallax > use {
    -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}
a.close-side-widget {
    background: url(../images2/popup-close-btn.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
}

@media (min-width:1500px) {
    .getintouchform {
        height: 100%;
        background-size: 100%
    }
}

@media (min-width:768px) and (max-width:992px) {
    .getintouchform {
        background-size: cover
    }
    .getintouchform .left-image-container h3 {
        font-size: 58px;
        line-height: 65px
    }
    .getintouchform .counselling-container {
        background-image: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .getintouchform .counselling-container {
        background-position: 320px;
        background-size: 190px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .getintouchform .right-form-container {
        width: 80% !important;
        margin-top: 20px !important
    }
    .getintouchform .counselling-container {
        background-position: 360px !important;
        background-size: 160px !important
    }
}

@media (min-width:1025px) and (max-width:1280px) {
    .getintouchform {
        height: 100%;
        background-size: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .getintouchform {
        height: 100%;
        background-size: 100%
    }
    .getintouchform .right-form-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 25px
    }
}

@media screen and (max-width:767px) {
    .getintouchform .counselling-container {
        padding: 15px;
        background-image: none
    }
    .getintouchform .downloadbtn {
        margin: 5px 0 10px !important
    }
    .getintouchform .left-image-container p {
        padding: 0 !important;
        margin-top: 10px
    }
    .right-section-container {
        margin-right: 0
    }
    .left-image-container h3 br {
        display: none
    }
    .getintouchform .left-image-container {
        background: none
    }
    .getintouchform .left-image-container h3 {
        padding: 0 !important
    }
    img.union-img {
        display: none
    }
    .getintouchform .left-image-container p {
        margin-bottom: 0
    }
    .getintouchform .right-form-container {
        padding: 15px
    }
    .getintouchform .left-image-container h3 {
        padding-top: 0
    }
    .getintouchform .right-form-container {
        min-height: 100%
    }
    .getintouchform .left-image-container p {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        text-align: left;
        font-weight: 600
    }
}

@media (min-width:481px) and (max-width:767px) {
    .getintouchform {
        background-size: cover
    }
    .getintouchform .counselling-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center
    }
    .getintouchform .left-image-container h3 {
        font-size: 36px;
        line-height: 42px;
        color: #fff;
        text-align: left
    }
    .getintouchform .right-form-container {
        width: 100%;
        height: auto;
        margin-bottom: 10px
    }
    .getintouchform .right-section-container {
        margin-left: 0 !important
    }
    .getintouchform .counselling-register-btn {
        margin-top: 5px
    }
}

@media (min-width:320px) and (max-width:480px) {
    .getintouchform .counselling-register-btn {
        margin-top: 5px
    }
    .getintouchform {
        background-size: cover
    }
    .getintouchform .counselling-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center
    }
    .getintouchform .left-image-container h3 {
        font-size: 30px;
        line-height: 34px;
        color: #fff;
        text-align: left
    }
    .getintouchform .left-image-container p {
        padding-top: 0 !important
    }
    .getintouchform .left-image-container p br {
        display: none !important
    }
    .getintouchform .left-image-container h3 {
        padding-top: 30px
    }
    .getintouchform .right-form-container {
        width: 100%;
        height: auto;
        margin-bottom: 10px
    }
    .getintouchform .right-section-container {
        margin-left: 0 !important
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:812px) and (orientation:landscape) {
    .getintouchform .left-image-container {
        background: url(..images2/website/council_left-top.svg) 0 0 no-repeat !important
    }
    .left-image-container h3 br,
    .left-image-container p br {
        display: block
    }
    .getintouchform .left-image-container h3 {
        padding-top: 30px !important;
        margin-bottom: 10px
    }
    .getintouchform .left-image-container p {
        font-size: 14px;
        line-height: 22px
    }
    .getintouchform .container,
    .getintouchform .container-sm {
        max-width: 95%
    }
}

.MuiSnackbar-root {
  left: 8px;
  right: 8px;
  display: flex;
  z-index: 1400;
  position: fixed;
  align-items: center;
  justify-content: center;
}
.MuiSnackbar-anchorOriginTopCenter {
  top: 8px;
}
@media (min-width:600px) {
  .MuiSnackbar-anchorOriginTopCenter {
    top: 24px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.MuiSnackbar-anchorOriginBottomCenter {
  bottom: 8px;
}
@media (min-width:600px) {
  .MuiSnackbar-anchorOriginBottomCenter {
    left: 50%;
    right: auto;
    bottom: 24px;
    transform: translateX(-50%);
  }
}
.MuiSnackbar-anchorOriginTopRight {
  top: 8px;
  justify-content: flex-end;
}
@media (min-width:600px) {
  .MuiSnackbar-anchorOriginTopRight {
    top: 24px;
    left: auto;
    right: 24px;
  }
}
.MuiSnackbar-anchorOriginBottomRight {
  bottom: 8px;
  justify-content: flex-end;
}
@media (min-width:600px) {
  .MuiSnackbar-anchorOriginBottomRight {
    left: auto;
    right: 24px;
    bottom: 24px;
  }
}
.MuiSnackbar-anchorOriginTopLeft {
  top: 8px;
  justify-content: flex-start;
}
@media (min-width:600px) {
  .MuiSnackbar-anchorOriginTopLeft {
    top: 24px;
    left: 24px;
    right: auto;
  }
}
.MuiSnackbar-anchorOriginBottomLeft {
  bottom: 8px;
  justify-content: flex-start;
}
@media (min-width:600px) {
  .MuiSnackbar-anchorOriginBottomLeft {
    left: 24px;
    right: auto;
    bottom: 24px;
  }
}
#int {
    width: 30px;
    min-width: 30px;
}
.mb20 {
    margin-bottom: 20px!important;
}
@-webkit-keyframes mui-auto-fill {}
@-webkit-keyframes mui-auto-fill-cancel {}
.MuiInputBase-root {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-weight: 400;
  line-height: 1.1876em;
  letter-spacing: 0.00938em;
}
.MuiInputBase-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}
.MuiInputBase-multiline {
  padding: 6px 0 7px;
}
.MuiInputBase-multiline.MuiInputBase-marginDense {
  padding-top: 3px;
}
.MuiInputBase-fullWidth {
  width: 100%;
}
.MuiInputBase-input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}
.MuiInputBase-input::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input::-moz-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input::-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input:focus {
  outline: 0;
}
.MuiInputBase-input:invalid {
  box-shadow: none;
}
.MuiInputBase-input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.MuiInputBase-input.Mui-disabled {
  opacity: 1;
}
.MuiInputBase-input:-webkit-autofill {
  animation-name: mui-auto-fill;
  animation-duration: 5000s;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-webkit-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-moz-placeholder {
  opacity: 0 !important;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:-ms-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-ms-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-webkit-input-placeholder {
  opacity: 0.42;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-moz-placeholder {
  opacity: 0.42;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus:-ms-input-placeholder {
  opacity: 0.42;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-ms-input-placeholder {
  opacity: 0.42;
}
.MuiInputBase-inputMarginDense {
  padding-top: 3px;
}
.MuiInputBase-inputMultiline {
  height: auto;
  resize: none;
  padding: 0;
}
.MuiInputBase-inputTypeSearch {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.jss4 {
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0 8px;
  overflow: hidden;
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-radius: inherit;
  pointer-events: none;
}
.jss5 {
  padding: 0;
  text-align: left;
  transition: width 150ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  line-height: 11px;
}
.jss6 {
  width: auto;
  height: 11px;
  display: block;
  padding: 0;
  font-size: 0.75em;
  max-width: 0.01px;
  text-align: left;
  transition: max-width 50ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  visibility: hidden;
}
.jss6 > span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.jss7 {
  max-width: 1000px;
  transition: max-width 100ms cubic-bezier(0.0, 0, 0.2, 1) 50ms;
}
.MuiOutlinedInput-root {
  position: relative;
  border-radius: 4px;
}
.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 0, 0, 0.87);
}
@media (hover: none) {
  .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.23);
  }
}
.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #3f51b5;
  border-width: 2px;
}
.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: #f44336;
}
.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 0, 0, 0.26);
}
.MuiOutlinedInput-colorSecondary.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #f50057;
}
.MuiOutlinedInput-adornedStart {
  padding-left: 14px;
}
.MuiOutlinedInput-adornedEnd {
  padding-right: 14px;
}
.MuiOutlinedInput-multiline {
  padding: 18.5px 14px;
}
.MuiOutlinedInput-multiline.MuiOutlinedInput-marginDense {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 0, 0, 0.23);
}
.MuiOutlinedInput-input {
  padding: 18.5px 14px;
}
.MuiOutlinedInput-input:-webkit-autofill {
  border-radius: inherit;
}
.MuiOutlinedInput-inputMarginDense {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.MuiOutlinedInput-inputMultiline {
  padding: 0;
}
.MuiOutlinedInput-inputAdornedStart {
  padding-left: 0;
}
.MuiOutlinedInput-inputAdornedEnd {
  padding-right: 0;
}
.MuiFormLabel-root {
  color: rgba(0, 0, 0, 0.54);
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.00938em;
}
.MuiFormLabel-root.Mui-focused {
  color: #3f51b5;
}
.MuiFormLabel-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.MuiFormLabel-root.Mui-error {
  color: #f44336;
}
.MuiFormLabel-colorSecondary.Mui-focused {
  color: #f50057;
}
.MuiFormLabel-asterisk.Mui-error {
  color: #f44336;
}
.MuiInputLabel-root {
  display: block;
  transform-origin: top left;
}
.MuiInputLabel-formControl {
  top: 0;
  left: 0;
  position: absolute;
  transform: translate(0, 24px) scale(1);
}
.MuiInputLabel-marginDense {
  transform: translate(0, 21px) scale(1);
}
.MuiInputLabel-shrink {
  transform: translate(0, 1.5px) scale(0.75);
  transform-origin: top left;
}
.MuiInputLabel-animated {
  transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms,transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
}
.MuiInputLabel-filled {
  z-index: 1;
  transform: translate(12px, 20px) scale(1);
  pointer-events: none;
}
.MuiInputLabel-filled.MuiInputLabel-marginDense {
  transform: translate(12px, 17px) scale(1);
}
.MuiInputLabel-filled.MuiInputLabel-shrink {
  transform: translate(12px, 10px) scale(0.75);
}
.MuiInputLabel-filled.MuiInputLabel-shrink.MuiInputLabel-marginDense {
  transform: translate(12px, 7px) scale(0.75);
}
.MuiInputLabel-outlined {
  z-index: 1;
  transform: translate(14px, 20px) scale(1);
  pointer-events: none;
}
.MuiInputLabel-outlined.MuiInputLabel-marginDense {
  transform: translate(14px, 12px) scale(1);
}
.MuiInputLabel-outlined.MuiInputLabel-shrink {
  transform: translate(14px, -6px) scale(0.75);
}
.MuiFormControl-root {
  border: 0;
  margin: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  min-width: 0;
  flex-direction: column;
  vertical-align: top;
}
.MuiFormControl-marginNormal {
  margin-top: 16px;
  margin-bottom: 8px;
}
.MuiFormControl-marginDense {
  margin-top: 8px;
  margin-bottom: 4px;
}
.MuiFormControl-fullWidth {
  width: 100%;
}
.jss3 .MuiFormLabel-root {
  color: #97A9B7;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.jss3 .MuiFormHelperText-root {
  color: #97A9B7;
  font-size: 10px;
}
.jss3 .MuiInputBase-input {
  color: #3D4246;
  font-size: 100%;
  font-weight: 600;
  line-height: 19px;
}
.jss3 .MuiFormControl-root {
  margin-bottom: 20px;
}
.jss3 label.Mui-focused {
  color: #333333;
  width: auto;
  background: #fff;
}
.jss3 .MuiInput-underline:after {
  border-bottom-color: transparent;
}
.jss3 .MuiInputLabel-outlined {
  transform: translate(20px, 10px) scale(1);
}
.jss3 .MuiInputLabel-outlined.MuiInputLabel-shrink {
  color: #3D4246;
  padding: 0 3px 0 3px;
  font-size: 10px;
  transform: translate(17px, -9px) scale(1);
}
.jss3 .MuiInputLabel-outlined.MuiInputLabel-shrink.Mui-error.MuiFormLabel-filled {
  color: red;
}
.jss3 .MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: #F44040;
}
.jss3 .MuiOutlinedInput-root.Mui-error .MuiInputBase-input {
  color: #F44040;
}
.jss3 .MuiOutlinedInput-root fieldset {
  padding: 0;
  border-color: #97A9B7;
  padding-left: 16px;
}
.jss3 .MuiOutlinedInput-root .PrivateNotchedOutline-legendLabelled-8 {
  font-size: 10px;
}
.jss3 .MuiOutlinedInput-root legend {
  font-size: 10px;
}
.jss3 .MuiOutlinedInput-root input {
  padding: 11px 20px !important;
  background: #fff;
}
.jss3 .MuiOutlinedInput-root:hover fieldset {
  border-color: #97A9B7;
  border-width: 1px;
}
.jss3 .MuiOutlinedInput-root.Mui-focused fieldset {
  border-color: #97A9B7;
  border-width: 1px;
}
.jss1 {
  display: flex;
  flex-direction: column;
}
.jss2 {
  margin-bottom: 20px;
}
    /*get in touch form end*/


/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
}

.services-section .icon-layer-one{
	position:absolute;
	left:310px;
	top:70px;
	width:49px;
	height:78px;
	z-index:1;
	background-repeat:no-repeat;
}

.services-section .icon-layer-two{
	position:absolute;
	right:140px;
	top:150px;
	width:70px;
	height:70px;
	z-index:1;
	background-repeat:no-repeat;
}

.services-section .icon-layer-three{
	position:absolute;
	right:140px;
	bottom:160px;
	width:49px;
	height:78px;
	z-index:1;
	background-repeat:no-repeat;
}

.services-section .icon-layer-four{
	position:absolute;
	left:40px;
	bottom:20px;
	width:158px;
	height:107px;
	z-index:1;
	background-repeat:no-repeat;
}

.services-section .icon-layer-five{
	position:absolute;
	left:0px;
	bottom:30%;
	width:347px;
	height:363px;
	z-index:1;
	background-repeat:no-repeat;
}

.services-section .icon-layer-six{
	position:absolute;
	right:0px;
	bottom:30%;
	width:347px;
	height:363px;
	z-index:1;
	background-repeat:no-repeat;
}

.services-section .inner-container{
	position:relative;
}

.services-section .circle-one{
	position:absolute;
	left:-90px;
	top:-140px;
	width:435px;
	height:435px;
	border-radius:50%;
	background-color:#d7f0fd;
	z-index: -1;
}

.services-section .circle-two{
	z-index: -1;
	position:absolute;
	right:-90px;
	bottom:0px;
	width:435px;
	height:435px;
	border-radius:50%;
	background-color:#d7f0fd;
}

.services-section .title-block{
	position:relative;
}

.services-section .title-block .inner-block{
	position:relative;
	padding-top:30px;
}

.services-section .title-block .image{
	position:relative;
	text-align:center;
}

.services-block{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.services-block .inner-box{
	position:relative;
	padding:40px 30px 40px;
	border-radius:6px;
	background-color:#ffffff;
	text-align: left;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.services-block .inner-box .content{
	position:relative;
	padding-left:110px;
}

.services-block .inner-box .content .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	color:#fc9a36;
	border-radius:6px;
	text-align:center;
	line-height:80px;
	font-size:46px;
	background-color:#fff7f2;
}

.services-block .inner-box .content h5{
	position:relative;
	margin-bottom:12px;
	
	font-weight: 800;
}

.services-block .inner-box .content h5 a{
	position:relative;
	color:#0c0d24;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-block .inner-box .content h5 a:hover{
	color:#fc9a36;
}

.services-block .inner-box .content .text{
	margin-bottom:10px;
}

.services-block .inner-box .content .explore{
	position:relative;
	color:#fc9a36;
	font-size:16px;
	font-weight:500;
}

.services-block.style-two .inner-box .content .icon-box{
	color:#5ebce8;
	background-color:#ecf9ff;
}

.services-block.style-two .inner-box .content h5 a:hover{
	color:#5ebce8;
}


.services-block.style-three .inner-box .content .icon-box{
	color:#b783c6;
	background-color:#f1eaf3;
}

.services-block.style-three .inner-box .content h5 a:hover{
	color:#b783c6;
}

.services-block.style-four .inner-box .content .icon-box{
	color:#53c6a2;
	background-color:#e8fbf5;
}

.services-block.style-four .inner-box .content h5 a:hover{
	color:#53c6a2;
}
.services-section {
    position: relative;
    overflow: hidden;
}
.defaultbtn
{
    padding: 5px 20px 7px;
    margin-top: 18px;
    background: #1a49bae6;
    border-color: transparent;
    color: #fff;
    border-radius: 2px;
}
.defaultbtn:hover
{
	background-color: #0099ff;
	border-color: #0099ff;
}
.lightbluebtn
{
    padding: 5px 20px 7px;
    margin-top: 18px;
	background-color: #0099ff;
	border-color: #0099ff;
    color: #fff;
    border-radius: 5px;
}
.lightbluebtn:hover
{
    background: #1a49bae6;
    border-color: #1a49bae6;
}
.btn-style-seven:before
{

	background-color: #0099ff;
	border-color: #0099ff;
}
.pt-80
{
	padding-top: 160px;
}
.donate-tabs .tab-btns li.tab-btn:nth-child(1){
	background-color: #fbeff7;
	color: #000;
}
.donate-tabs .tab-btns li.tab-btn:nth-child(2){
	background-color: #f9eee1;
}

.donate-tabs .tab-btns li.tab-btn:nth-child(3){
	color:#06092d;
	background-color:#e4f5ff;
}
.whiteshadow
{

    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    margin-bottom: 20px
}
.bgwhite
{
	background-color: #fff !Important;
}
.imghgth img {
    position: absolute;
    /* overflow: visible; */
    /* top: 0; */
    /* top: -31px; */
    /* height: auto; */
    /* bottom: -23px; */
    /* z-index: 9; */
    bottom: -352px;
}
.donate-tabs .tab-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.donate-tabs .tab-btns .tab-btn {
    width: 31.3%;
    text-align: center;
    font-weight: 500;
}
.donate-page-section .donate-column .title-box h3 {
    font-size: 30px;
}


.donate-tabs .tab-btns .tab-btn:hover,
.donate-tabs .tab-btns .tab-btn.active-btn{
	color:#fff !Important;
	background: #0099ff !important;
}

.footer-style-two .footer-widget h5:after {
    content: '';
    left: 0;
    top: 100%;
    width: 20px;
    /* background: #000; */
    width: 52px;
    /* height: 2px; */
    position: absolute;
    border: 1.2px solid #0c0d24;
}

.footer-style-two .footer-widget h5
{
	position:  relative;
	padding-bottom:  10px;
    margin-bottom:  30px;
}
@font-face{font-family:'jenna_sueregular';
src:url('../fonts2/JennaSue.ttf') format('truetype');
font-weight:normal;font-style:normal;}

.planet-JennaFnt {
    font-family: 'jenna_sueregular', arial, sans-serif;
    font-size: 78px;
    text-transform: none;
}
.planet {
    font-size: 82px;
    color: #63caff;
    text-transform: lowercase;
    margin-bottom: 35px;
    display: block;
}
.bottomborder
{
    position: relative;
}
.bottomborder::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background: #1a49bae6;
    bottom: 0;
    left: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-bottom: -18px;
}
@media only screen and (max-width: 1394px)
{
    .planet {
    font-size: 77px !important;
}
}
.overflowhidden
{
	overflow:  hidden;
}
.page-wrapper
{
	overflow:  hidden;
}
.dashedtext
 {
    color: #3c4852;
    line-height: 150%;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    border-width: 0px 0px 1px;
    border-style: dashed;
    border-color: black;
    padding-bottom: 4px;
    cursor: pointer;
}
.greycolor , .greycolor a, .greycolor .logincreate h6
{
    color: #3c4852;

}
.greycolor .logincreate a
{
    border-color: black;


}
.greycolor .logincreate
{
	margin:  0;
}
.dashedtext .dashedtext_main {
    font-size: 14px;
    line-height: 150%;
    margin: 0px;
    color: #3c4852;
    font-weight: bold;
}


.login_form .trial-form .form-group input[type="text"],
 .login_form .trial-form .form-group input[type="email"],
 .login_form .trial-form .form-group input[type="number"], 
 .login_form .trial-form .form-group input[type="password"], 
 .login_form .trial-form .form-group select
{

    border-radius: 3px;
    border: 1px solid #ddd;
}

.login_form .defaultbtn {
    padding: 8px 30px 9px;
    }
    .row.m-0.mt-10.justify-content-between.align-items-center {
    margin-top: 10px !important;
}
.login_form a
{
	color:  #0099ff;
}
.mtminus50
{
    margin-top: -50px;
}

.signupform, .loginwithemail
{
    display: none;
}
.bottomtext {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.animatedarrow_btn .arrow{
	position:relative;
	display:inline-block;
	margin-left:12px;
	color:#0c0d24;
	font-size:15px;
	font-weight:700;
	
}

.animatedarrow_btn .arrow img{
	position:relative;
	max-width:auto;
	width:auto;
}

.animatedarrow_btn .arrow:before{
	position:absolute;
	content:'';
	left:-10px;
	top:1px;
	width:25px;
	height:25px;
	border-radius:50%;
	background-color:#ffed71;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.animatedarrow_btn .arrow
{
    color: #000;
}
.animatedarrow_btn:hover .arrow::before{
	left:6px;
}
.mt15
{
    margin-top: 15px;
}
.mt10
{
    margin-top: 10px;
}
section.services-section.pt-80 {
    padding-bottom: 80px;
}
.main-menu .navigation > li.has-mega-menu > a span {
    border-left: 1px solid #000;
    padding-left: 30px;
}
.paddingforthe_alignend {
    padding-top: 0;
    min-height: 225px;
    display: flex;
    align-items: end;
}
.inner-box.newservice_box {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.inner-box.newservice_box .image img {
    
        border-radius:  8px 8px 0 0;
}

.inner-box.newservice_box .lower-content {
    background: #fff;
        padding: 20px 0px;
        border-radius: 0 0 8px 8px;
}
.course-block .inner-box .lower-content h4 {
    padding-bottom: 15px;
    font-size: 19px;
        border-bottom: none;

}
.content_li {
    padding: 0 20px;
}
.full_p
{
    display: block;
    padding: 0 20px;
}
.MuiDivider
{
        border: none;
    height: 1px;
    margin: 0;
    flex-shrink: 0;
    background-color: #e9eef2;
    margin: 16px auto;
}
.inner-box.newservice_box .lower-content p
{
    margin-top: 12px;
    font-size: 16px;
    margin-bottom: 0;    margin-top: 0;
}
.service_section
{
    padding-top: 80px;
}
.ullisttyle
{
    margin-bottom: 12px;
}
.ullisttylesub
{
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
.ullisttylesub svg {
    fill: #777;
    /* color: red; */
    position: relative;
    top: 2px;
}
.ullisttyle p {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: var(--color-text-primary);
    margin: 0px;
}
/*testimonials start*/
.tetimonialleft h3
{
    font-size: 35px;
    font-weight: 900;
    color: #000;
}
.tetimonialleft p
{
    color: #000;
    font-size: 18px;
    line-height: 24px;
}
.icon-svg.icon-svg-sm {
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom:  0 !important;
}
.fill-secondary {
    fill: #f857a6;
}
.fill-primary {
    fill: #605dba;
}
.counter-wrapper .counter {
    font-size: 2.05rem;
}
.counter-wrapper .counter {
    font-size: 39px;
    color: #343f52;
    line-height:  45px;
    font-weight: 600;
}
.image-wrapper.bg-full {
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll!important;
    border:  none;
    border-radius:  0;
}
 .image-wrapper.bg-overlay:not(.bg-content) * {
    /* position: relative; */
    z-index: 2;
}
.testimonial-section .testimonial-carouseltwo.owl-carousel
{
	margin-left:  0;
	margin-right:  0;
}
.testimonial-section.newtestimonial-section {
    /* position: initial; */
    padding: 0;
    z-index: 11;
    overflow: visible;
}
.py-14 {
    padding-top: 4.5rem!important;
    padding-bottom: 10.5rem!important;
}
.mt-n18 {
    margin-top: -8rem!important;
}
blockquote.icon {
    position: relative;
    border: 0;
    padding: 0;
}
blockquote.icon:before {
    content: "\201d";
    position: absolute;
    top: -1.5rem;
    left: -0.9rem;
    color: rgba(52,63,82,.05);
    font-size: 10rem;
    line-height: 1;
    z-index: 1;
}
.blockquote-details {
    display: flex;
    align-items: center;
    text-align: left;
}
.testimonial_sectionblock p {
    font-size: 18px;
    line-height: 30px;
    color: #60697b;
}
.testimonial_sectionblock h5 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    margin: 0 !important;
}
.blockquote-details p {
    font-size: 14px;
    margin: 0;
    color: #be5d2c;
    font-weight: 600;
    line-height: 21px;
}
.testimonial_sectionblock .card
{

    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(164,174,198,.2);
    border-radius: 0.4rem;
    border:  none;
}
.testimonial_sectionblock .card-border-bottom[class*=border-soft-]:after {
    border-bottom-width: 6px;
    border-top-width: calc(0.4rem - 6px);
}
.testimonial_sectionblock .card-border-bottom:after {
    bottom: 0;
    right: 0;
    left: 0;
    border-bottom-width: 4px;
    border-top-width: calc(0.4rem - 4px);
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-color: inherit;
    border-top-color: transparent;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
}
.testimonial_sectionblock [class*=card-border-]:after {
    content: "";
    position: absolute;
}
.border-soft-primary {
    border-color: #cfceea!important;
}
.shadow-lg {
    box-shadow: 0 .25rem 1.75rem rgba(30,34,40,.07)!important;
}
.counter-wrapper p {
    font-size: 16px;
    color: #000;
}
.author-image.newauthorimg {
    border-radius: 50px;
    margin-right: 8px;
}

.author-image.newauthorimg img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
/*testimonials start end*/


.contact-block {
  background: #EDF0FA;
  padding: 40px 30px;
  height: 170px;
}

.contact-icon i {
  width: 84px;
  height: 84px;
  background: #1a49bae6;
  text-align: center;
  line-height: 84px;
  display: inline-block;
  border-radius: 50%;
}

.contact-icon i:before {
  color: #fff;
  font-size: 36px;
}

.contact-details {
  margin-left: 30px;
}

.contact-details p {
    font-size: 17px;
    line-height: 26px;
    color: #777;
}

.contact-details h5 {
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.contact-details a {
    color: #777;
}
.btnbg a
{
	background:  url('../images2/btnbg.png');
	
    transition: 0.5s ease-in-out;
}

.btnbg a {
    color: #000;
    background: url(../images2/btnbg.png);
    background-size: 100% 100%;
    padding: 16px 30px;
    font-size: 19px;
    display: inline-block;
    font-weight: 600;
}
.btnbg:hover a {
    transform: translateY(-3px);
    background: url(../images2/bluebtnbg.png);
    background-size: 100% 100%;
}
.testimonial-block-three .inner-box .text {
    position: relative;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.testimonial-block-three
{
	margin:  0 10px;
}
.testimonial-block-three .inner-box .designation {
    font-size: 13px;
    margin: 0;
    line-height: 21px;
    margin-top: 2px;
}
.ullisttyle p {
    color: #000;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    padding: 10px 45px;
}
.lower-content {
    text-align: center;
}
hr.MuiDivider {
    display: none;
}
.servicebox img {
    width: 70%;
    margin: auto;
}

.servicebox .image {
    text-align: center;
}
.flaticon-left-quote.withvideo:before {
    content: "\f04b";
    font-family: 'FontAwesome';
    position: relative;
    left: 2px;
}
.feature-block-three .inner-box h4 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 22px;
    color: #000;
    padding: 0 20px 0 0;
    line-height: 32px;
}
.title-box{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}

.title-box .title{
	position:relative;
	color:#1a49bae6;
	font-weight:700;
	
}

.title-box h2{
	color:#0c0d24;
	margin-top:20px;
	font-weight:700;
	line-height:40px;
	
}

.title-box h2 span{
	color:#63caff;
	border-bottom:4px solid #63caff;
}
.bg-dot.primary {
    background-image: radial-gradient(#fab758 2px,transparent 2.5px);
}
.shape.rellax {
    position: absolute;
}

.bg-dot {
    background-size: 0.75rem 0.75rem;
}
.bg-dot, .bg-line {
    opacity: .4;
}
.h-17 {
    height: 7rem!important;
}
.w-16 {
    width: 6rem!important;
}
.mb80
{
	margin-bottom: 80px;
}
.newsletter-section-two .trial-form .form-group input[type="text"],
.newsletter-section-two .trial-form .form-group input[type="email"],
.newsletter-section-two .trial-form .form-group input[type="number"],
.newsletter-section-two .trial-form .form-group input[type="password"],
 .newsletter-section-two .trial-form .form-group select,
 .newsletter-section-two .trial-form .form-group textarea
{
	border: 1px solid #77777730;
}
.newsletter-section-two .trial-form .form-group textarea
{
	background-color: transparent;
	height: 120px;
}

.offer-content-a h2,
.offer-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #202124;
    line-height: 30px;
    text-align: left;
    
    margin: 0 0 10px
}

.offer-content p {
    height: 125px
}

.offer-content-a p,
.offer-content p {
    color: #202124;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    
    margin-bottom: 25px
}

.offer-content-a p {
    height: auto
}

.whatweoffer {
    align-self: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

.whatweoffer-icons {
    margin-bottom: 10px
}

.learn-we-offer {
    display: flex;
    align-self: center;
    align-items: center
}

.offer-concepts img {
    max-width: 30px
}

.we-offer-center img {
    width: 90%
}

.offer-concepts-n {
    position: relative;
    left: 50px
}
.bluebg {
    background-color: #f3f7ff;
}

.ptb_120 {
    padding: 120px 0 120px;
}
section.ptb_100.schoolbanner {
    height: 580px;
    background-size: auto 100% !important;
    background-repeat: no-repeat;
    /* margin-top: 31px !important; */
    background-position: bottom;
    /* padding-top: 20px !important; */
}
.schoolbanner
{
	background-image: url('../images2/banners-t.png');
}

.list-style-one.widthquare li .icon:after {
    width: 25px;
    height: 25px;
    transform: rotate(0deg);
}
.list-style-one.widthquare li .icon:before {
    font-size: 18px;
    position: relative;
    top: -4px;
    left: 4px;
}
.list-style-one.widthquare li {
    padding-left: 38px;
}

.wrappertesting{
  max-width: 1080px;
  margin: 50px auto;
  padding: 0 20px;
  position: relative;
}
.wrappertesting .center-line{
  position: absolute;
  height: 100%;
  width: 4px;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.wrappertesting .row{
  display: flex;
  margin-bottom: 45px;
}
.wrappertesting .row-1{
  justify-content: flex-start;
}
.wrappertesting .row-2{
  justify-content: flex-end;
}
.wrappertesting .row section {
    background: #fff;
    border-radius: 5px;
    width: calc(50% - 40px);
    padding: 30px;
    position: relative;
    box-shadow: 0px 3px 2px 1px rgb(0 0 0 / 20%), 0px 5px 20px rgb(0 0 0 / 20%);
    border-radius: 10px;
    color: #fff;
}
.wrappertesting .row section::before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  top: 30px;
  z-index: 1;
  transform: rotate(45deg);
}
.row-1 section::before{
  right: -7px;
}
.row-2 section::before{
  left: -7px;
}
.row section .icon,
.center-line .scroll-icon{
  position: absolute;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #0f4ce4; 
  font-size: 18px;background-color: #0099ff;
    border: 0.25rem solid #fff;
    /* border-radius: 50%; */
    box-shadow: inset 0px 3px 2px 1px rgb(0 0 0 / 20%), 0px 5px 20px rgb(0 0 0 / 20%);
    color: #fff;
    padding: 20px;
    line-height: 1px;
}
.orangebg
{
	background-color: #46bea3;
}
.wrappertesting .row section:nth-child(2):after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem 1rem 0.75rem 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -0.75rem;
    margin-top: -0.75rem;
    top: 50%;
    zindex: 999;
}
.center-line .scroll-icon{
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}
.row-1 section .icon{
  top: 15px;
  right: -65px;
}
.row-2 section .icon{
  top: 15px;
  left: -63px;
}
.row-1 section .icon:before {
    top: 1px;
    position: relative;
    left: -8px;
}


.row-2 section .icon:before {
    top: 1px;
    position: relative;
    left: -8px;
}

.row section .details,
.row section .bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row section .details .title {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 7px;
}
.row section p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
}
.row section h5 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    margin: 7px 0 7px;
    line-height: 21px;
}
.row section .bottom a{
  text-decoration: none;
  background: #0f4ce4; 
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  /* font-size: 17px; */
  font-weight: 400;
  transition: all 0.3s ease;
}
.row section .bottom a:hover{
  transform: scale(0.97);
}


.timeline ul {
  padding: 0;
}
.timeline .default-line {
  content: "";
  position: absolute;
  left: 50%;
  width: 4px;
  background: #bdc3c7;
  height: 70%;
}
.timeline .draw-line {
  width: 4px;
  height: 0;
  position: absolute;
  left: 50%;
  background: #0099ff;
}
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  height: 135px;
  background: transparent;
}
.timeline ul li.in-view {
  transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}
.timeline ul li.in-view::before {
    /* content: ""; */
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0099ff;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
    color: #fff;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    border: 0.25rem solid #fff;
    /* border-radius: 50%; */
    box-shadow: inset 0px 3px 2px 1px rgb(0 0 0 / 20%), 0px 5px 20px rgb(0 0 0 / 20%);
}
.timeline ul li::before {
  
 /* counter-increment: css-counters;
  content: counters(css-counters, ".") " " !important;*/
   counter-increment: none;
    content: "" !important;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: inherit;
  background: #bdc3c7;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.timeline ul li.in-view::before 
{
	opacity: 1;
}

.timeline ul {
  list-style-type: none;
  counter-reset: css-counters 0; /* intializes counter, set -1 for zero-based counters */
}
.timeline ul li.in-view:last-child
{
	height: 0;
}
 .wrappertesting .row section::before {
    transform: rotate(45deg);
    top: 50%;
}
 .wrappertesting .center-line {
    top: 185px;
}
.wrappertesting.apicstand .center-line {
    top: 15px;
}
.apicstand .timeline .default-line {
    height: 95%;
}
.short_center_line .center-line {
    top: 215px;
}
 .timeline ul li {
    height: 455px;
}
.short_center_line .timeline ul li {
    height: 495px;
}
.short_center_line .timeline .default-line {
    height: 55%;
}
 .price-block .inner-box:hover {
    box-shadow: 1px 0 34px 1px rgb(0 0 0 / 0%), 0 15px 34px 1px rgb(255 255 255 / 15%);
    transform: scale(1);
}
.classfirst .wrappertesting .center-line {
    top: 255px !Important;
}
.classfirst .timeline ul li {
    height: 600px !Important;
}
.classfirst .timeline .default-line {
    height: 69% !Important;
}

.classfirst .wrappertesting .row section
{
    padding: 20px;
}

.classfirst.classeelventh .wrappertesting .center-line {
    top: 285px !Important;
}
.classfirst.classeelventh .timeline .default-line {
    height: 52% !Important;
}
.classfirst.classeelventh .timeline ul li {
    height: 615px !Important;
}
@media(max-width: 790px){
    .wrappertesting .center-line {
    top: 115px;
}
.short_center_line .center-line
{
    top: 145px;
}
.short_center_line .timeline ul li {
    height: 365px;
}
  .wrappertesting .center-line{
    left: 25px;
  }
  .wrappertesting {
    padding: 0;
}
.classeelventh .wrappertesting {
    padding: 0 20px !Important;
}
.wrappertesting .row {
    margin: 0 0 30px 70px;
}
.wrappertesting .row section {
    width: 100%;
    min-height: 80px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.row section .details .title {
    font-size: 19px;
    }
.timeline ul li
{
	height: 315px;
}
  .row-1 section::before{
    left: -7px;
  }
  .row-1 section .icon{
    left: -60px;
  }
}
.carerbg {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    height: 300px;
    padding: 180px 0 !important;
}
.testimonialbg
{
        background: url(../images2/popup-bg.png);
    padding: 0px 0px;
    z-index: 999;
        border: none;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonialbg .modal-header {
    /* border-bottom: none; */
    padding-bottom: 10px;
    width: 99%;
    margin: auto;
    justify-content: initial;
}
.testimonialbg h5 {
    color: #000;
    font-weight: 600;
    line-height: 23px;
}
.testimonialbg .modal-header .close {
    position: absolute;
    right: 30px;
}
.testimonialbg .modal-header .close
{
    background: url(../images2/popup-close-btn.png);
        width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    margin: 0px 0;
}
span.designation {
    color: #000000bf;
    font-size: 16px;
    line-height: 20px;
}
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 500px;
    height: 500px;
}
.testimonial-block-three a
{
    color: #777777;
}
.carerbg .about-first h1 {
    text-align: left !important;
}

.about-style-1 {
    position: relative;
    z-index: 1;
}
.about-style-1 .about-image-gallery {
    margin-right: 100px;
    position: relative;
}
.about-style-1 .about-image-gallery .image-1 {
    border-radius: 5px;
    width: 100%;
}
.about-style-1 .about-image-gallery .image-2 {
    border-radius: 5.2px;
    bottom: -61px;
    position: absolute;
    right: -50px;
}
.about-style-1 .about-image-gallery .image-2 img {
    border-radius: 5px;
}
.about-style-1 .about-image-gallery .badge-inner {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: hsla(0,0%,100%,.5);
    border-radius: 100%;
    height: 150px;
    left: -75px;
    padding: 10px;
    position: absolute;
    top: 42px;
    width: 150px;
}
.about-style-1 .about-image-gallery .badge-inner .image-3 {
    -webkit-animation: rotateIt 7s linear infinite;
    animation: rotateIt 7s linear infinite;
    border-radius: 100%;
}
@keyframes rotateIt {
    to {
        transform: rotate(-360deg);
    }
}
.about-style-1 .about-image-gallery .shape-image-1 {
    bottom: -35px;
    left: -35px;
    position: absolute;
    z-index: -1;
}
.about-style-1 .inner .description {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    /* margin-top: 40px; */
    padding-left: 17px;
    position: relative;
    margin-bottom: 50px;
}

.title-box.mb40 {
    margin-bottom: 40px;
}
.about-style-1 .inner .description:before {
    background: #305ac0;
    content: "";
    height: 32px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
}
.about-feature-list .our-feature {
    display: flex;
}
.about-feature-list .our-feature {
    display: flex;
    margin-bottom: 15px;
}
h6.feature-title {
    color: #000;
    font-weight: 600;
    font-size: 23px;
}
p.feature-description {
    font-size: 16px;
}
.about-feature-list .our-feature .icon {
    align-items: center;
    background: #f86f03;
    border-radius: 100%;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-right: 15px;
    min-width: 50px;
    width: 50px;
}
h2.text-left {
    font-size: 36px;
}
.about-feature-list .our-feature .icon i {
    color: #fff;
    font-size: 24px;
}


.about-style-1 .inner .about-parallax-2 {
    -webkit-animation: eduvibe-vsm-y-move 3.5s linear infinite alternate;
    animation: eduvibe-vsm-y-move 3.5s linear infinite alternate;
    position: absolute;
    right: 88px;
    top: 379px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px)
{
	.about-style-1 .inner .about-parallax-2 {
    right: 8px;
}
}

@keyframes eduvibe-vsm-y-move {
    0% {
        -webkit-transform: translate(0, -30%);
        transform: translate(0, -30%);
    }

    100% {
        -webkit-transform: translate(0, 30%);
        transform: translate(0, 30%);
    }
}

.whyus-info {
    margin: 0 0 0 40px;
}
.staticpages h3{
    font-size: 27px;
    color: #000;
    font-weight: 700;
    margin-bottom: 4px;
    text-decoration: underline;
}
.staticpages p
{
	font-size: 16px;
	text-align: justify;
}
.staticpages ul
{
	margin-bottom: 30px;
    padding-left: 20px;

}
.staticpages ul li {
    font-size: 16px;
    text-align: justify;
    list-style: circle;
    margin-bottom: 10px;
}
.apicstand .timeline ul li.in-view::before
{
	
}
.apicstand .timeline ul li::before
{
	content: "" !Important;
}
.apicstand .timeline ul li h4 {
    /* color: #fff; */
    font-weight: 600;
    text-align: center;
    position: relative;
    left: 0px;
    top: 2px;
    font-size: 40px;
    opacity: 0;
    transform: rotate(315deg);
}
.apicstand .timeline ul li.in-view h4
{
	opacity: 1;
}
.apicstand .timeline ul li.in-view::before {
    position: absolute;
    left: -32px;
    top: -2px;
    font-size: 30px;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 25px rgb(0 0 0 / 18%);
    -webkit-transform: rotate(61deg);
    -moz-transform: rotate(61deg);
    transform: rotate(45deg);
}

li.in-view h4.blackclr{
    color: #424241;
}
li.in-view h4.redcolor{
    color: #dc3545;
}
.apicstand .timeline .draw-line {
    background: #000;
}
.wrappertesting.apicstand .row section {
    width: calc(50% - 70px);
    }
    .wrappertesting.apicstand .row {
    margin-bottom: 70px;
}
.apicstand .timeline ul li {
    height: 170px;
    }
    .apicstand .timeline ul li.in-view div {
    width: 70px;
    height: 70px;
    text-align: center;
    transform: rotate(45deg);
        left: -32px;
    position: relative;
    top: -2px;
}
p.secondp {
    padding: 0;
}
p.headp {
    font-weight: 700;
}
.jennafont
{
    font-family: jenna_sueregular;
    font-size: 58px;
}
.centerp {
    background: #dad5b1;
    display: inline-block;
    color: #000000b0;
    font-size: 22px;
    font-weight: 700;
    padding: 13px 80px;
    border-radius: 10px;
    /* border: 4px solid #ebe2dd; */
    margin-bottom: 60px;
    margin-top: 35px;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    /* font-style: oblique; */
}

label.error {
    position: relative!important;
    color: red!important;
    font-size: 13px!important;
}

.image-wrapper.bg-full {
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll!important;
}
.bg-gradient
{
    background: #007991;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #78ffd6, #007991);  /* Chrome 10-25, Safari 5.1-6 */
background:linear-gradient(180deg,rgba(255,255,255,0),#fff8ef 100%)!important;

}
.ptb_100
{
    padding: 80px 0 60px;
}
.about-first p {
    font-size: 18px;
    margin-bottom: 0;
    color: #3c4852;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: -1px;
}

.about-first h1 {
    font-size: 45px;
    line-height: 52px;
    font-weight: 900;
    color: #3c4852;
    margin-bottom: 15px;
}

/*why ogen section start*/
.whyus-row {
    margin-top: 70px;
}
.whyus-info,
.whyus-info li {
    width: 100%;
    float: left;
    position: relative;
}
.whyus-info {
    padding: 35px 0 0;
}
.whyus-info:before,
.whyus-info:after {
    background: #ebebeb;
    content: "";
    position: absolute;
    z-index: -1;
}
.whyus-info:before {
    height: 100%;
    left: -12px;
    top: 0;
    width: 3px;
}
.whyus-info:after {
    width: 16px;
    height: 16px;
    bottom: -4px;
    border-radius: 50%;
    left: -18px;
}
.whyus-info li {
    padding-left: 10%;
    list-style-type: none;
    margin-bottom: 35px;
}
.whyus-info li h3 {
    font-weight: 700;
    font-size: 26px;
    color: #3c4858!important;
    line-height: 1.2em;
    margin-bottom: 12px;
}
.whyus-info li p {
    color: #636363;
    font-size: 16px;
    line-height: 1.5em;
}
.whyus-info li i {
    position: absolute;
    left: -40px;
    top: -2px;
    font-size: 30px;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    -webkit-transform: rotate(61deg);
    -moz-transform: rotate(61deg);
    transform: rotate(45deg);
}
.whyus-info li i:before {
    -moz-transform: rotate(-61deg);
    -webkit-transform: rotate(-61deg);
    transform: rotate(-61deg);
    display: block;
}
.whyus-info li:nth-child(1) i {
    color: #424241;
}
.whyus-info li:nth-child(2) i {
    color: #dc3545;
}
.whyus-info li:nth-child(3) i {
    color: #424241;
}
.whyus-info li:nth-child(4) i {
    color: #dc3545;
}
.whyus-info li:nth-child(5) i {
    color: #424241;
}
.whyus-info li:nth-child(6) i {
    color: #dc3545;
}
.whyus-row .whyus-col-1,
.whyus-row .whyus-col-2 {
    width: 50%;
    float: left;
    position: relative;
}
.whyus-row .whyus-col-1:before {
    width: 94%;
    height: 108%;
    position: absolute;
    content: "";
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    left: -90px;
    z-index: -2;
}
.whyus-row .whyus-col-2 {
    padding-right: 10%;
}
.ptb80
{
    padding:  80px 0;
}
span.bluetext {
    color: #be5d2c;
}


.whyus-info li i span {
    transform: rotate(-45deg);
    position: relative;
    /* top: 0; */
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
    top: 0;
    font-style: initial;
    left: 0px;
    font-weight: 600;
    font-size: 32px;
}
.hero_text a {
    font-size: 28px !important;
    color: #212529 !important;
}
.text-shadow {
    text-shadow: -1px -1px 1px rgb(255 255 255 / 10%), 1px 1px 1px rgb(0 0 0 / 19%), 3px 5px 7px rgb(0 0 0 / 21%);
}
.bluetextdark
{
    color:  #1a49bae6;
}



@media only screen and (max-width: 2000px){
	
	.header-style-two .main-menu{
		padding-left:60px;
	}
	
}

@media only screen and (max-width: 2000px){
    .carerbg {
    height: 430px;
}
}

@media only screen and (max-width: 1500px){
    .carerbg {
    height: 400px;
}
}
@media only screen and (max-width: 1180px){
    .carerbg {
    height: 335px;
    padding: 160px 0 !important;
}
}
@media only screen and (max-width: 1500px){
	section.ptb_100.schoolbanner {
    height: 545px;
}
}
@media only screen and (max-width: 1400px){
	section.ptb_100.schoolbanner {
    height: 500px;
}
}
@media only screen and (max-width: 1200px){
	section.ptb_100.schoolbanner {
    height: 470px;
}
}
@media only screen and (max-width: 1100px){
	section.ptb_100.schoolbanner {
    height: 370px;
}
}
@media only screen and (max-width: 991px)
{
	.centerp {
    font-size: 20px;
    padding: 13px 35px;
}
    .carerbg {
    height: auto;
    padding: 120px 0 !important;
}
.fancybox-slide--iframe .fancybox-content {
    width: 500px;
    height: 300px;
}
}
@media only screen and (max-width: 991px){
	section.ptb_100.schoolbanner {
    height: 300px;
}
.ullisttyle p {
    font-size: 17px;
    line-height: 29px;
    padding: 10px 0px;
}
.donate-tabs .tab-btns .tab-btn {
    width: auto;
    text-align: center;
    font-weight: 500;
    padding: 12px 25px 14px;
}
}
@media only screen and (max-width: 1600px){
	
	.main-header .nav-outer{
		padding-left:30px;
	}
	
	
	.main-menu .navigation > li{
		margin-right:20px;
	}
	
	.header-style-two .main-menu{
		padding-left:150px;
	}
	
}

@media only screen and (max-width: 1340px){

	.page-wrapper{
		overflow:hidden;	
	}
	
	
	
}

@media only screen and (max-width: 1140px){
	
	.main-header{
		margin:0px !important;
	}
	
	.page-wrapper{
		overflow:hidden;	
	}
	
	.main-menu .navigation > li{
		margin-left:0px;
	}
	
	.main-header .outer-box .buttons-box .theme-btn{
		font-size:16px;
	}
	
	.main-header .outer-box .option-box > li{
		margin-left:15px;
	}
	
	.main-slider{
		padding:0px 0px;
	}
	
	h1{
		font-size:42px;
	}
	
	.banner-section .slide{
		padding-top:200px;
	}
	
	.banner-section-two .content-column .inner-column{
		padding-top:60px;
	}
	
	.banner-section-three .slide{
		padding:150px 0px 250px;
	}
	
	.main-header .outer-box{
		right:15px;
	}
	
	.course-block .inner-box .lower-content h4{
		font-size:20px;
	}
	
	.feature-section .image-column .feature-icon,
	.course-block .inner-box .overlay-content-box,
	.course-block-three .inner-box .overlay-content-box,
	.course-block-four .inner-box .overlay-content-box,
	.blog-page-section .pattern-layer-one,
	.contact-page-section .info-column h2 br,
	.contact-banner-section .pattern-layer-one,
	.donate-banner-section .pattern-layer-one,
	.main-header .header-upper .outer-box .search-box{
		display:none;
	}
	
	.donate-page-section .content-column .inner-column{
		padding-top:0px;
	}
	
	.banner-section-two .content-column .inner-column,
	.banner-section .content-column .inner-column{
		margin-left:0px;
	}
	
	.banner-section .image-column .inner-column{
		margin-left:0px;
		padding-right:0px;
	}
	
	.banner-section .image-column .image-content{
		right:0px;
	}
	
	.benefit-section .content-column .inner-column{
		margin-right:0px;
	}
	
	h2{
		font-size:32px;
	}
	
	.feature-section .image-column .inner-column{
		padding-left:0px;
	}
	
	.course-block .inner-box .lower-content .enroll-now{
		padding:12px 8px;
		letter-spacing:0px;
	}
	
	.feature-section-two{
		padding-bottom:0px;
	}
	
	.event-section .content-column .inner-column,
	.skill-section .skill-column .inner-column,
	.career-section .content-column .inner-column{
		padding-right:0px;
	}
	
	.news-block .inner-box .lower-content{
		margin-left:80px;
	}
	
	.professional-section .content-column .inner-column{
		padding-left:0px;
	}
	
	.news-section .outer-container{
		padding:0px 15px;
	}
	
	.news-block.style-two .inner-box .lower-content{
		margin-left:20px;
	}
	
	.header-style-two .nav-outer{
		margin-top:-80px;
	}
	
	.header-style-two .header-upper .logo-box{
		padding:10px 0px 10px 15px !important;
		display:inline-block;
	}
	
	.banner-section-three .image-column .inner-column{
		padding-left:0px;
		margin-right:0px;
	}
	
	.banner-section-three .content-column .inner-column{
		padding-top:20px;
	}
	
	.blog-detail-banner-section .pattern-layer-one,
	.banner-section-three .image-column .image-two,
	.banner-section-three .content-column .pattern-layer-one{
		display:none;
	}
	
	.banner-section-three .content-column .inner-column h2{
		font-size:45px;
	}
	
	.blog-detail .inner-box .blockquote-box .blockquote-column .inner-column{
		margin-right:0px;
	}
	
	.blog-detail .inner-box .blockquote-box .image-column .inner-column,
	.user-profile-section .profile-box{
		margin-left:0px;
	}
	
}

@media only screen and (min-width: 768px){
	
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
	
}

@media only screen and (max-width: 1023px){
	
	.main-header .main-box .logo-box {
		position:relative;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		margin:0px;
		text-align:left;
	}
	
	.header-style-two .main-menu{
		padding-left:0px;
	}
	
	.header-style-two .main-menu .navigation > li.has-mega-menu > a{
		padding-left:0px;
	}
	
	.header-style-two .nav-outer{
		margin-top:0px;
	}
	
	.banner-section-three .image-column .inner-column{
		padding-bottom:30px;
	}
	
	.pricing-tabs .price-block-two{
		margin-top:0px;
	}
	
	.banner-section-three .content-column{
		margin-bottom:50px;
	}
	
	.main-header .outer-box{
		display:block;
	}
	
	.main-menu .navigation > li > a{
		font-size:14px;
	}
	
	.main-menu .navigation > li{
		margin-right:25px;
	}
	
/*	.main-header .header-upper .logo-box{
		margin: 0px;
		width:100%;
		padding-bottom:0px;
		text-align:center;
	}*/
	
	.main-header{
		position:relative;
	}

	
	.main-menu .navigation > li > a{
		text-transform:capitalize;
	}
	
	.sticky-header .logo{
		width:100%;
		text-align:center;
	}
	
	.sticky-header .pull-right{
		width:100%;
	}
	
	.sticky-header .main-menu .navigation > li{
		margin-left:0px;
		margin-right:20px;
	}
	
	.banner-section .slide{
		padding:120px 0px 150px;
	}
	

	
	.career-section,
	.skill-section .image-column .inner-column{
		text-align:center;
	}
	
	.sec-title .text br,
	.team-section .inner-container .color-layer,
	.page-title-section .icon-layer-one,
	.cource-detail-banner-section .pattern-layer-one,
	.user-profile-section .profile-box .box-inner .text br,
	.banner-section-two .content-column .pattern-layer-one,
	.benefit-section .lower-text p br,
	.sticky-header{
		display:none;
	}
	
	.banner-section-two .slide{
		padding-bottom:80px;
	}
	
	.banner-section-two .image-column .inner-column .image{
		margin-right:0px;
	}
	
	.professional-section .content-column,
	.benefit-section .content-column,
	.banner-section .content-column{
		order:1;
	}
	
	.professional-section .images-column{
		order:2;
		margin-top:110px;
	}
	
	.benefit-section .images-column,
	.banner-section .image-column{
		order:2;
	}
	
	.feature-section .content-column .inner-column,
	.banner-section .content-column .inner-column{
		padding-top:0px;
	}
	
	.benefit-section .images-column .inner-column{
		margin-left:0px;
	}
	
	.benefit-section .lower-text{
		margin-top:50px;
	}
	
	.benefit-section{
		padding-bottom:0px;
	}
	
	.feature-section .image-column .color-layer{
		left:30px;
	}
	
	.news-block .inner-box .lower-content{
		margin-left:20px;
	}
	
	.main-menu .navigation > li > .mega-menu{
		padding:30px 25px;
	}
	
	.page-links-box a{
		padding:12px 30px 12px 15px;
	}
	
	.main-menu .navigation > li > .mega-menu .lower-box .btn-box{
		position:relative;
		top:0px;
		margin-left:0px;
		margin-top:30px;
	}
	
	.main-menu .navigation > li > .mega-menu .lower-box .side-icon{
		right:0px;
		bottom:-100px;
	}
	
	.benefit-section .content-column{
		margin-bottom:120px;
	}
	
	.event-section{
		text-align:center;
	}
	
	.goal-section{
		padding-top:80px;
		padding-bottom:240px;
	}
	
	.goal-section.style-two{
		padding-bottom:240px;
	}
	
	.goal-section .content-column .inner-column{
		padding-left:0px;
	}
	
	.goal-section .images-column{
		order:2;
	}
	
	.goal-section .content-column{
		order:1;
	}
	
	.contact-section .form-column .inner-column{
		margin-left:0px;
	}
	
	.contact-section .info-column .inner-column{
		text-align:center;
		padding-top:0px;
	}
	
	.contact-section{
		padding-bottom:110px;
	}

	
	.professional-section{
		padding-top:80px;
	}
	
	.professional-section .content-column .inner-column p,
	.professional-section .content-column .inner-column .bold-text{
		padding-right:0px;
	}
	
	.professional-section.style-two{
		padding-top:100px;
	}
	
	.filter-box .filter-categories .column{
		width:50%;
		margin-bottom:25px;
	}
	
	.course-detail-section .info-column .inner-column{
		margin-top:0px;
	}
	
	.course-detail-section .info-column .inner-column:before{
		display:none;
	}
	
}

@media only screen and (max-width: 767px){

	.header-upper .logo-outer {
		position:relative;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		width:100%;
		margin:0px;
	}
	
	.cource-detail-banner-section .content-box h2{
		font-size:30px;
	}
	
	.cource-detail-banner-section .content-box .hovers{
		width:100%;
		margin-left:0px;
		margin-top:20px;
		margin-bottom:20px;
	}
	
	.cource-detail-banner-section .content-box .social-box{
		top:0px;
		display:block;
		margin-left:0px;
		margin-top:30px;
		position:relative;
	}
	
	.main-header .sticky-header .outer-box{
		display:block;
		right: 15px;
		left: auto;
		top:0px;
	}
	
	.price-block{
		margin-bottom:30px;
	}
	
	.main-menu{
		width:100%;
		display:none;
	}
	
	.main-menu .navbar-collapse {
	   max-height:300px;
	   max-width:none;
		overflow:auto;
		float:none !important;
		width:100% !important;
		padding:0px 0px 0px;
		border:none;
		margin:0px 0px 15px;
		-ms-border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		-o-border-radius:0px;
		border-radius:0px;
		box-shadow:none;
   }
   
	.main-menu .navbar-collapse.in,
	.main-menu .collapsing{
		padding:0px 0px 0px;
		border:none;
		margin:0px 0px 15px;
		-ms-border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		-o-border-radius:0px;
		border-radius:0px;
		box-shadow:none;	
	}
	
	.main-menu .navbar-header{
		position:relative;
		float:none;
		display:block;
		text-align:right;
		width:100%;
		padding:15px 0px;
		right:0px;
		z-index:12;
	}
	
	.main-menu .navbar-header .navbar-toggle{
		display:inline-block;
		z-index:12;
		border:1px solid #cc8809;
		float:none;
		margin:0px 0px 0px 0px;
		border-radius:0px;
		background:#cc8809;
	}
	
	.main-menu .navbar-header .navbar-toggle .icon-bar{
		background:#ffffff;	
	}
	
	.main-menu .navbar-collapse > .navigation{
		float:none !important;
		margin:0px !important;
		width:100% !important;
		background:#2c2c2c;
		border:1px solid #ffffff;
		border-top:none;
	}
	
	.main-menu .navbar-collapse > .navigation > li{
		margin:0px !important;
		float:none !important;
		padding:0px !important;
		width:100%;
	}
	
	.main-menu .navigation > li > a,
	.main-menu .navigation > li > ul:before{
		border:none;	
	}
	
	.main-menu .navbar-collapse > .navigation > li > a{
		padding:10px 10px !important;
		border:none !important;
	}
	
	.main-menu .navigation li.dropdown > a:after,
	.main-menu .navigation > li.dropdown > a:before,
	.main-menu .navigation > li > ul > li > a::before,
	.main-menu .navigation > li > ul > li > ul > li > a::before{
		color:#ffffff !important;
		right:15px;
		font-size:16px;
		display:none !important;
	}
	
	.main-menu .navbar-collapse > .navigation > li > ul,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
		position:relative;
		border:none;
		float:none;
		visibility:visible;
		opacity:1;
		display:none;
		margin:0px;
		left:auto !important;
		right:auto !important;
		top:auto !important;
		padding:0px;
		outline:none;
		width:100%;
		background:#2c2c2c;
		-webkit-border-radius:0px;
		-ms-border-radius:0px;
		-o-border-radius:0px;
		-moz-border-radius:0px;
		border-radius:0px;
		transition:none !important;
		-webkit-transition:none !important;
		-ms-transition:none !important;
		-o-transition:none !important;
		-moz-transition:none !important;
	}
		
	.main-menu .navbar-collapse > .navigation > li > ul,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
		border-top:1px solid rgba(255,255,255,1) !important;	
	}
	
	.main-menu .navbar-collapse > .navigation > li,
	.main-menu .navbar-collapse > .navigation > li > ul > li,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li{
		border-top:1px solid rgba(255,255,255,1) !important;
		border-bottom:none;
		opacity:1 !important;
		top:0px !important;
		left:0px !important;
		visibility:visible !important;
	}
	
	.main-menu .navbar-collapse > .navigation > li:first-child{
		border:none;	
	}
	
	.main-menu .navbar-collapse > .navigation > li > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{
		padding:10px 10px !important;
		line-height:22px;
		color:#ffffff;
		background:#2c2c2c;
		text-align:left;
	}
	
	.main-menu .navbar-collapse > .navigation > li > a:hover,
	.main-menu .navbar-collapse > .navigation > li > a:active,
	.main-menu .navbar-collapse > .navigation > li > a:focus{
		background:#cc8809;
	}
	
	.main-menu .navbar-collapse > .navigation > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li.current > a,

	.main-menu .navbar-collapse > .navigation > li.current-menu-item > a{
		background:#2c2c2c;
		color:#ffffff !important;
	}
	
	.main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn,
	.header-style-two .nav-outer .btn-outer{
		display:block;
	}
	
	.sec-title .text br,
	.main-slider .owl-nav,
	.page-title-section .content-box .text br,
	.main-menu .navbar-collapse > .navigation li.dropdown:after,
	.main-menu .navigation > li > ul:before{
		display:none !important;	
	}
	
	.main-header .btn-outer{
		left:0px;
		top:0px;
		right:auto;
		margin-top:15px;
		text-align:left;
		z-index:12;
	}
	
	.main-header .main-box .logo-box{
		float:none;
		text-align:center;
		padding-bottom:10px;
	}
	
	.main-header .header-lower .outer-box{
		position:absolute;
		z-index:12;
		display:block;
	}
	
	.main-menu .navbar-header .navbar-toggler{
		display: inline-block;
		z-index: 12;
		width: 50px;
		height: 40px;
		float: none;
		padding: 0px;
		text-align: center;
		border-radius: 0px;
		background: none;
		border: 1px solid #ffffff;
	}
	
	.main-menu .navbar-header .navbar-toggler .icon-bar{
		position: relative;
		background: #ffffff;
		height: 2px;
		width: 26px;
		display: block;
		margin:0 auto;
		margin:5px 11px;
	}

	
	.main-menu .cart-box{
		position:absolute;
		left: 0px;
		top:0px;
		padding-left: 0px;
		margin: 26px 0px;
		border-left: none;
		z-index:30;
	}
	
	.main-menu .navigation > li:before,
	.main-header .outer-box .buttons-box{
		display:none;
	}
	
	.main-header .outer-box .option-box > li{
		margin-left:0px;
		margin-right: 20px;
	}
	
	.main-header .header-lower .search-box-outer .dropdown-menu{
		left:0px !important;
		top:40px !important;
	}
	
	.main-header .outer-box .option-box .cart-box .cart-panel{
		left:0px !important;
		right:auto;
	}
	
	.nav-outer .mobile-nav-toggler{
		display: block;
		margin: 0;
		padding: 13px 0;
		margin-left: 20px;
	}
	
	#navbarSupportedContent{
		display:block;
	}
	
	.mCSB_inside > .mCSB_container{
		margin-right:0px;
	}
	
.main-header .outer-box {
    position: absolute;
    left: 15px;
    right: 65px;
    margin-left: 0px;
    padding:22px 0px;
}
.login-box {
    float: right;
}
.main-header .header-upper .logo-box {
    position: relative;
    padding: 15px 0px;
}
	
	.main-header .outer-box .cart-box .cart-panel{
		left:0px !important;
		right:auto;
	}
	
	.main-header .sticky-header .outer-box .cart-box .cart-panel{
		right:0px !important;
		left:auto !important;
	}
	
	h1{
		font-size:36px;
	}
	
	.page-title h2,
	h2{
		font-size:30px;
	}
	
	.main-header .header-upper .outer-box .social-box li{
		margin-left:0px;
		margin-right:6px;
	}
	
	.main-header .header-upper .outer-box .social-box{
		margin-left:0px;
	}
	
	.banner-section .pattern-layer-seven,
	.error-section .content .text br,
	.banner-section .image-column .pattern-layer-five{
		display:none;
	}
	
	.benefit-section .images-column .image-two{
		margin-left:40px;
	}
	
	.benefit-section .lower-text p{
		font-size:20px;
	}
	
	.course-block .inner-box .lower-content .enroll-now{
		padding:12px 24px;
	}
	
	.service-block{
		margin-bottom:40px;
	}
	
	.has-mega-menu{
	    padding: 20px;
	}
	.mobile-menu .navigation li > a {
    padding: 10px 10px;
	}
	.main-header .cart-box{
		
	}
	.mega-menu h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px 0;
}
	.main-header .mega-menu .btn-box {
    margin-left: 0;
}
	.banner-section-two .content-column .inner-column{
		padding-top:0px;
	}
	
	.page-links-box a{
		padding:8px 20px 8px 10px;
		margin:0px 4px 8px;
	}
	
	.news-block-two .inner-box .lower-content h2{
		font-size:26px;
	}
	
	.blog-detail-banner-section .content-box h2{
		font-size:30px;
	}
	
	.blog-detail-banner-section .content-box .pull-right{
		width:100%;
	}
	
	.blog-detail .inner-box .blockquote-box .image-column{
		margin-top:30px;
	}
	
	.blog-detail .inner-box .blockquote-box .image-column .image img{
		width:100%;
		display:block;
	}
	
}

@media only screen and (max-width: 599px){
	
	.benefit-section .images-column .image-three,
	.banner-section .image-column .pattern-layer-three,
	.banner-section .image-column .image-two,
	.banner-section-two .pattern-layer-two,
	.testimonial-section-two .circle-one,
	.team-section-two .inner-container .color-layer,
	.professional-section .images-column .color-layer-two,
	.banner-section .image-column .pattern-layer-one{
		display:none;
	}
	
	.benefit-section .images-column .color-layer{
		height:620px;
	}
	
	.sec-title .text{
		font-size:18px;
	}
	
	.main-footer .lower-box .singup{
		position:relative;
		right:0px;
		top:0px;
		margin-top:20px;
		display:inline-block;
	}
	
	.service-block .inner-box:before{
		box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	}
	
	.contact-section .form-column .inner-column{
		padding:30px 20px;
	}
	
	.banner-section-three .content-column .inner-column h2{
		font-size:35px;
	}
	
	.user-profile-section .profile-box .box-inner .image{
		position:relative;
		margin-bottom:20px;
	}
	
	.user-profile-section .profile-box .box-inner{
		padding-left:0px;
	}
	
	.filter-box .box-inner .pull-left{
		width:100%;
	}
	
	.filter-box .box-inner .pull-right{
		width:100%;
	}
	
	.filter-box .filter-categories .column{
		width:100%;
	}
	
	.course-block-three .inner-box .image{
		position:relative;
		width:100%;
	}
	
	.course-block-three .inner-box .image img{
		position:relative;
		width:100%;
		display:block;
	}
	
	.course-block-three .inner-box{
		padding-left:0px;
		padding-top:0px;
		padding-right:0px;
	}
	
	.course-block-three .inner-box .content{
		position:relative;
		padding:30px 15px 15px;
		background-color:#ffffff;
	}
	
	.course-block-four .inner-box .image{
		position:relative;
		width:100%;
	}
	
	.course-block-four .inner-box .image img{
		position:relative;
		width:100%;
		display:block;
	}
	
	.course-block-four .inner-box{
		padding:0px;
	}
	
	.course-block-four .inner-box .content{
		position:relative;
		padding:30px 15px 15px;
		background-color:#ffffff;
	}
	
	.cource-detail-banner-section .content-box h2{
		font-size:26px;
	}
	
	.accordion-box-two .block .acc-btn .side-text,
	.cource-detail-banner-section .content-box h2 br{
		display:none;
	}
	
	.blog-page-section .content-box h2{
		font-size:28px;
	}
	
	.news-block-two .inner-box .lower-content{
		padding:25px 25px 20px;
	}
	
	.news-block-two .inner-box .lower-content h2{
		font-size:22px;
		line-height:1.4em;
	}
	
	.error-section .content h1{
		margin-top:-180px;
	}
	
	.error-section .content h1{
		font-size:120px;
	}
	
	.contact-page-section .info-column h2{
		font-size:30px;
		line-height:1.4em;
	}
	
	.donate-page-section .donate-column .inner-column{
		padding:25px 25px;
	}
	
}

@media only screen and (max-width: 479px) {
	
	h1{
		font-size:24px;
		line-height:1.4em;
	}
	
	.list-style-one li strong{
		font-size:22px;
	}
	
	.benefit-section .images-column .color-layer{
		height:440px;
	}
	
	.news-block .inner-box .lower-content h4{
		font-size:17px;
	}
	
	.professional-section .images-column .color-layer{
		height:320px;
	}
	
	.course-block .inner-box .lower-content h4{
		font-size:20px;
	}
	
	.banner-section-three .content-column .inner-column h2{
		font-size:26px;
	}
	
	.testimonial-block-two .inner-box .quote-icon{
		display:none;
	}
	
	.page-title-section .content-box h2{
		font-size:30px;
	}
	
	.course-block .inner-box .lower-content .pull-right{
		width:100%;
		margin-top:25px;
	}
	
	.page-links-box a{
		width:100%;
	}
	
	.course-block-four .inner-box .hovers{
		margin:0px;
	}
	
	.course-detail-section .content-column .learn-box{
		padding:25px 25px;
	}
	
	.author-box .box-inner{
		padding:0px;
	}
	
	.author-box .box-inner .image{
		position:relative;
		width:100%;
		height:auto;
		margin-bottom:25px;
	}
	
	.author-box .box-inner .image img{
		width:100%;
		display:block;
	}
	
	.course-detail-section .comments-area .comment{
		padding:0px;
	}
	
	.course-detail-section .comments-area .comment-box .author-thumb{
		position:relative;
	}
	
	.course-detail-section .comments-area .comment-info .comment-time{
		margin-left:6px;
	}
	
	.course-detail-section .comments-area .like-dislike{
		margin-left:5px;
	}
	
	.course-detail-section .info-column .inner-column{
		padding:20px 20px;
	}
	
	.course-detail-section .info-column .btns-box .wishlist-btn{
		width:100%;
		text-align:center;
	}
	
	.course-detail-section .info-column .btns-box .enrol-btn{
		width:100%;
		text-align:center;
		margin-bottom:8px;
	}
	
	.error-section .content h1{
		margin-top:0px;
	}
	
	.error-section .content h3{
		margin-top:30px;
	}
	
	.contact-page-section .form-column h2{
		font-size:26px;
	}
	
	.contact-page-section .form-column .text br,
	.contact-page-section .form-column h2:before{
		display:none;
	}
	
}









@media only screen and (max-width: 1700px){
	
	.main-header.header-style-three .header-lower .logo-box{
		position:relative;
	}
	
	.main-header.header-style-three .language-nav,
	.main-header.header-style-three .header-lower .login-box{
		display:none;
	}
	
	.main-header.header-style-three .options-box{
		
	}
	
	.main-header.header-style-three .options-box{
		
	}
	
}


@media only screen and (max-width: 1140px){
	
	.banner-section-two .color-layer{
		width:420px;
	}
	
	.main-header.header-style-three .header-lower .outer-container{
		padding:0px 15px;
	}
	
	.banner-section-four .content-column .phone-box{
		margin-left:5px;
	}
	
	.case-study-section .icon-layer-two,
	.connection-section .left-color-layer,
	.connection-section .right-color-layer{
		display:none;
	}
	
	.connection-section .content-column .inner-column{
		margin-right:0px;
	}
	
	.connection-section .content-column .feature-block-three:nth-child(2){
		transform:translateY(0px);
	}
	
	.relationship-section .blocks-column .inner-column{
		margin-left:0px;
		padding-right:0px;
	}
	
	.news-section-two{
		padding-top:150px;
		padding-bottom:50px;
	}
	
	.newsletter-section-two .inner-container{
		padding-left:40px;
	}
	
	.news-block-four .inner-box h5 a br{
		display:none;
	}
	
	.relationship-section .content-column .icon-layer-one{
		right:0px;
	}
	
}

@media only screen and (max-width: 1023px){
	
	.news-section-two .icon-layer-one,
	.case-study-section .icon-layer-three,
	.connection-section .icon-layer-three,
	.connection-section .icon-layer-five,
	.banner-section-four .icon-layer-two{
		display:none;
	}
	
	.case-study-section .icon-layer-four{
		left:0px;
	}
	
	.case-study-section{
		padding-top:170px;
	}
	
	.banner-section-four .content-column .phone-box{
		margin-left:10px;
	}
	
	.banner-section-four .content-column .inner-column h1 br{
		display:none;
	}
	
	.banner-section-four .content-column{
		padding-bottom:40px;
	}
	
	.main-header.header-style-three{
		position:relative;
		background-color:#ffffff;
	}
	
	.main-header.header-style-three .nav-outer{
		margin-top:0px;
	}
	
	.main-header.header-style-three .nav-outer{
		
	}
	
	.main-header.header-style-three .nav-outer .main-menu{
		float:left;
	}
	
	.main-header.header-style-three .main-menu .navbar-collapse{
		width:auto;
	}
	
	.main-header.header-style-three .header-lower .logo-box{
		margin-bottom:0px;
	}
	
	.main-header.header-style-three .main-menu .navigation > li > a{
		padding:25px 0px;
	}
	
	.main-header.header-style-three .header-lower .outer-box{
		padding:20px 0px;
	}
	
	.banner-section-four{
		padding-top:100px;
	}
	
	.connection-section .color-two{
		right:0px;
	}
	
	.relationship-section .content-column{
		order:1;
	}
	
	.relationship-section .blocks-column{
		order:2;
	}
	
	.relationship-section{
		padding-top:110px;
	}
	
	.relationship-section .content-column .icon-layer-one{
		right:20px;
	}
	
	.trial-section .form-column{
		order:1;
	}
	
	.trial-section .image-column{
		order:2;
	}
	
	.trial-section .inner-container{
		padding-top:100px;
	}
	
	.trial-section .image-column .inner-column{
		margin-right:0px;
	}
	
	.trial-section .icon-layer-two{
		right:30px;
	}
	
	.newsletter-section-two .inner-container{
		padding-left:15px;
		padding-right:15px;
	}
	
	.newsletter-section-two .image-column .inner-column{
		text-align:center;
	}
	
	.footer-style-two .pattern-layer-five,
	.newsletter-section-two .inner-container .pattern-layer,
	.newsletter-section-two .inner-container .icon-layer-one,
	.newsletter-section-two .inner-container .color-box,
	.newsletter-section-two .inner-container .icon-layer-two{
		display:none;
	}
	
	.newsletter-section-two .form-column .inner-column{
		padding-top:50px;
	}
	
	.newsletter-section-two .inner-container::before{
		top:0px;
	}
	
}

@media only screen and (max-width: 767px){
	
	.main-header.header-style-three .cart-box{
		padding-left:25px;
		border-left:1px solid #d3d4df;
	}
	
	.main-header.header-style-three .header-lower .outer-box{
		right:auto;
		margin-left:0px;
	}
	
	.main-header.header-style-three .header-lower .outer-box{
		left:0px;
		padding:15px 0px;
		margin-left:-10px;
	}
	
	.nav-outer .mobile-nav-toggler{
		font-size:28px;
	}
	
	.main-header .cart-box .cart-panel{
		margin-top:45px;
	}
	
	.header-style-three.fixed-header{
		position:relative !important;
	}
	
	.banner-section-four{
		padding-bottom:120px;
	}
	
	.banner-section-four .icon-layer-three{
		display:none;
	}
	
	.featured-section .feature-block{
		margin-bottom:30px;
	}
	
	.featured-section .feature-block:nth-child(2n+1){
		margin-top:0px;
	}
	
	.connection-section .content-column .feature-block-three:nth-child(2) .inner-outer{
		padding:0px;
	}
	
	.connection-section .icon-layer-one,
	.connection-section .icon-layer-three{
		display:none;
	}

	
	.connection-section{
		padding-top:120px;
	}
	
	.newsletter-section-two .inner-container .icon-layer-one{
		display:none;
	}
	
	.video-boxed-two{
		display:block;
	}
	
	.video-boxed-two .video-image img{
		width:100%;
		display:block;
	}
	
	.relationship-section .blocks-column .feature-block-four:nth-child(2n){
		transform:translateY(0px);
	}
	
	.relationship-section{
		padding-bottom:20px;
	}
	
	.trial-section{
		padding-bottom:50px;
	}
	
	.news-section-two .icon-layer-four,
	.relationship-title-section .title-box .text br{
		display:none;
	}
	
	.news-section-two .blocks-column .column:nth-child(1) .news-block-four{
		margin-top:0px;
	}
	
	.footer-style-two .upper-box .email{
		margin-left:15px;
	}
	
}

@media only screen and (max-width: 599px){
	
	.banner-section-four .content-column .phone-box{
		margin-left:0px;
		margin-top:20px;
	}
	
	.banner-section-four .color-layer{
		left:15px;
		width:400px;
	}
	
	.case-study-section .content-column .text p,
	.connection-section .content-column .sec-title .text,
	.banner-section-four .content-column .text{
		font-size:16px;
	}
	
	.feature-block-three .inner-box .text{
		padding-right:0px;
	}
	
	.newsletter-section-two .image-column .image{
		margin-right:0px;
	}
	
	.relationship-title-section .title-box{
		padding-left:15px;
	}
	
	.trial-section .form-column h3 br,
	.testimonial-section-three .icon-layer-three,
	.case-study-section .icon-layer-five,
	.case-study-section .icon-layer-four,
	.newsletter-section-two .form-column .title-box .text br,
	.clients-section-two .title-box h2 br,
	.banner-section-four .color-layer{
		display:none;
	}
	
	.case-study-section .content-column{
		margin-bottom:30px;
	}
	
	.testimonial-section-three .lower-text{
		max-width:350px;
		font-size:0px;
	}
	
	.news-section-two{
		padding-bottom:30px;
	}
	
	.footer-style-two .upper-box .email{
		width:100%;
		margin-left:0px;
	}
	
	.footer-style-two .upper-box .social-box li{
		margin-left:0px;
		margin-right:15px;
	}
	
}

@media only screen and (max-width: 479px) {
	
	h4{
		font-size:22px;
		line-height:1.5em;
	}
	
	.testimonial-section-three .icon-layer-two,
	.testimonial-section-three .color-layer,
	.trial-section .image-column .color-box-two,
	.footer-style-two .pattern-layer-seven,
	.relationship-section .content-column .icon-layer-one,
	.banner-section-four .color-layer{
		display:none;
	}
	
	.main-header.header-style-three .outer-box .cart-box .cart-panel{
		left:-70px !important;
	}
	
	.feature-block-three .inner-box{
		padding-left:0px;
	}
	
	.feature-block-three .inner-box .icon-box{
		position:relative;
		margin-bottom:15px;
	}
	
	.testimonial-section-three .icon-layer-four{
		left:10%;
		width:250px;
		height:250px;
		background-size:cover;
	}
	
	.testimonial-section-three .lower-text{
		max-width:250px;
	}
	
	.news-section-two .title-column .title-box{
		padding-left:15px;
	}
	
	.footer-style-two .upper-box .phone{
		margin-left:0px;
	}
	
	.newsletter-form-two .form-group input[type="submit"],
	.newsletter-form-two .form-group button{
		position:relative;
		width:100%;
		margin-top:10px;
		right:0px;
		top:0px;
	}
	
	.newsletter-form-two .form-group input[type="text"],
	.newsletter-form-two .form-group input[type="tel"],
	.newsletter-form-two .form-group input[type="email"],
	.newsletter-form-two .form-group textarea{
		font-size:14px;
	}

	.banner-section-four{
		padding-top:20px;
	}
	
	.main-header.header-style-three .header-lower .outer-box .cart-box{
		margin-left:10px;
	}
	
}












@media only screen and (max-width: 1700px){
	
	.main-header.header-style-four .header-lower .logo-box{
		position:relative;
	}
	
	.main-header.header-style-four .header-lower .outer-container{
		padding:0px 30px;
	}
	
}
















@media only screen and (max-width: 1140px){
	
	.main-header.header-style-four .header-lower .outer-container{
		padding:0px 15px;
	}
	
	.main-header.header-style-four .nav-outer{
		padding-left:20px;
	}
	
	.main-header.header-style-four .main-menu .navigation > li{
		margin-right:20px;
	}
	
	.event-detail-section .content-column .inner-column{
		padding-right:0px;
	}
	
	.event-detail-section .info-column .inner-column:before,
	.main-header.header-style-four .search-box-btn,
	.main-header.header-style-four .language-nav{
		display:none;
	}
	
	.banner-section-five .content-column .inner-column h1{
		font-size:60px;
	}
	
	.footer-style-three .upper-box .button-column .inner-column,
	.mission-section .content-column .inner-column,
	.about-section .image-column .inner-column{
		padding-right:0px;
	}
	
	.about-section .content-column .inner-column{
		padding:0px 0px;
	}
	
	.event-block .inner-box{
		padding-left:20px;
		padding-right:20px;
	}
	
	.event-detail-banner-section .content-box{
		max-width:650px;
	}
	
	.event-detail-banner-section .event-time-zone{
		padding:30px 25px;
	}
	
	.footer-style-three .footer-widget{
		padding-left:0px;
	}
	
}


@media only screen and (max-width: 1023px){
	
	.main-header.header-style-four{
		background:#ffffff;
	}

	.main-header.header-style-four .nav-outer{
		float:right;
	}
	
	/* .main-header.header-style-four .nav-outer{
		width:100%;
		padding-left:0px;
	} */
	
	.main-header.header-style-four .header-lower .logo-box{
		margin-bottom:0px;
	}
	
	.banner-section-five .content-column{
		margin-bottom:40px;
	}
	
	.about-section .content-column{
		order:1;
	}
	
	.about-section .image-column{
		order:2;
	}
	
	.about-section .image-column .image-two{
		left:0px;
	}
	
	.about-section .image-column .pattern-layer{
		left:-30px;
	}
	
	.feature-section-three,
	.feature-section-three .title-column .inner-column{
		padding-top:0px;
	}
	
	.testimonial-section-four .icon-layer-one,
	.feature-section-three .pattern-layer-one{
		display:none;
	}
	
	.feature-section-three .blocks-column .inner-column{
		padding:0px 0px;
	}
	
	.footer-style-three .upper-box .title-column .inner-column{
		text-align:center;
	}
	
	.footer-style-three .upper-box .button-column .inner-column{
		text-align:center;
		padding-top:30px;
	}
	
	.event-detail-banner-section .content-box{
		max-width:100%;
		display:block;
	}
	
	.event-detail-section .info-column{
		margin-top:0px;
	}
	
}

@media only screen and (max-width: 767px){
.donate-tabs .tab-btns .tab-btn {
    width: auto;
}
.footer-style-two .widgets-section {
    padding: 30px 0px 0px;
}
.main-header .mega-menu .btn-box {
    margin-top: 20px;
}
	.newsletter-section-three h2 br,
	.banner-section-five .icon-layer-two,
	.feature-section-three .pattern-layer-four,
	.main-header.header-style-four .outer-box,
	.event-detail-banner-section .pattern-layer-two{
		display:none;
	}

	.main-header.header-style-four .nav-outer{
		margin-top:-70px;
	}
	
	.main-header.header-style-four .header-lower .logo-box{
		margin:0px;
	}
	
	.banner-section-five{
		padding-top:120px;
	}
	
	.banner-section-five .content-column .inner-column h1{
		font-size:50px;
	}
	
	.feature-section-three .blocks-column .feature-block-five:nth-child(2n){
		transform:translateY(0px);
	}
	
	.feature-section-three{
		padding-bottom:100px;
	}
	
	.banner-section-five .content-column .title{
		font-size:18px;
		margin-bottom:25px;
	}
	
	.about-section .content-column .dark-text{
		font-size:18px;
	}
	
}


@media only screen and (max-width: 599px){
	
	.newsletter-section-three h2,
	.footer-style-three .upper-box .title-column h2,
	.mission-section .content-column h2,
	.sec-title-two h2{
		font-size:38px;
	}
	
	.event-detail-banner-section .pattern-layer-one,
	.page-title-section-two .pattern-layer-three,
	.page-title-section-two .pattern-layer-one,
	.page-title-section-two .pattern-layer-two,
	.mission-section .content-column h2 br,
	.about-section .image-column .image-two{
		display:none;
	}
	
	.mission-section .content-column .bold-text{
		font-size:18px;
	}
	
	.mission-section .image-column .inner-column{
		padding-left:0px;
	}
	
	.event-detail-banner-section .content-box h2{
		font-size:32px;
	}
	
	.banner-section-five .content-column .schedule-link{
		margin-left:0px;
		width:100%;
		border-bottom:0px;
		text-decoration:underline;
	}
	
}

@media only screen and (max-width: 479px) {

	.banner-section-five .content-column .inner-column h1{
		font-size:30px;
	}

	
	
	.sec-title-two h2 br,
	.program-section .pattern-layer-three,
	.banner-section-five .icon-layer-six,
	.mission-section .content-column h2 br,
	.main-footer .logo-widget .text br,
	.main-footer .lower-box .text br,
	.main-footer .pattern-layer-four,
	.main-footer .pattern-layer-three,
	.main-footer .pattern-layer-two,
	.feature-section-three .pattern-layer-two{
		display:none;
	}
	
	.newsletter-section-three h2,
	.footer-style-three .upper-box .title-column h2,
	.mission-section .content-column h2,
	.sec-title-two h2{
		font-size:32px;
	}
	
	.about-section .content-column .text,
	.about-section .content-column .dark-text{
		font-size:16px;
	}
	
	.about-section .image-column .kids-title{
		left:0px;
		right:0px;
		text-align:center;
		font-size:110px;
	}
	
	.program-block .inner-box{
		padding:25px 25px 25px;
	}
	
	.event-block .inner-box .post-meta li:first-child{
		margin-bottom:15px;
	}
	
	.newsletter-form-three .form-group input[type="submit"],
	.newsletter-form-three .form-group button{
		position:relative;
		right:0px;
		top:0px;
		width:100%;
		margin-top:15px;
	}
	
	.main-footer .logo-widget .text,
	.footer-style-three .upper-box .title-column .text{
		font-size:18px;
	}
	
	.event-block-two .inner-box .lower-content{
		padding-left:15px;
		padding-right:15px;
	}
	
	.event-block-two .inner-box .lower-content .post-date{
		font-size:15px;
	}
	
	.main-header .outer-box .cart-box .cart-panel{
		left:-100px !important;
		margin-top:50px;
	}
	
	.event-detail-section .content-column .learn-box{
		padding:25px 25px 25px;
	}
	
	.event-detail-section .info-column .inner-column{
		padding:25px 25px 35px;
	}
	
}




@media only screen and (max-width: 1140px){
	
	.footer-style-three .icon-layer-five,
	.admission-section .pattern-layer-one{
		display:none;
	}
	
	.course-block-five .inner-box{
		padding:20px 20px;
	}
	
	.testimonial-block-five .inner-box .text{
		font-size:20px;
	}
	
}

@media only screen and (max-width: 1023px){
	
	.main-header.header-style-four .login-box{
		display:none;
	}
	
	.banner-section-six .content-boxed .inner-column h1{
		font-size:60px;
	}
	
	.admission-section .content-column{
		order:1;
	}
	
	.admission-section .image-column{
		order:2;
	}
	
	.study-section .image-column .hotline{
		left:15px;
		bottom:15px;
	}
	
}

@media only screen and (max-width: 767px){

	.banner-section-six .slide{
		padding:120px 0px 120px;
	}
	
	.admission-section .content-column .feature-column{
		margin-bottom:40px;
	}
	
	.study-section .image-column .image img{
		max-width:100%;
	}
	
	.campus-block .inner-box{
		transform:rotate(0deg);
	}
	
	.study-section .pattern-layer-two,
	.banner-section-six .content-boxed .inner-column h1 span::before,
	.footer-style-three .icon-layer-four{
		display:none;
	}
	
}

@media only screen and (max-width: 599px){
	
	.banner-section-six .content-boxed .inner-column h1{
		font-size:44px;
		margin-bottom:30px;
	}
	
	.sec-title-three h2{
		font-size:36px;
	}
	
	.admission-section .content-column .text{
		font-size:16px;
	}
	
	.admission-section .content-column .button-box{
		margin-top:0px;
	}
	
	.testimonial-block-five .inner-box{
		padding:25px 25px 45px;
	}
	
	.sec-title-three h2 span::before,
	.courses-section-four .pattern-layer-five,
	.footer-style-three .upper-box .title-column .text br,
	.testimonial-section-five .pattern-layer-two{
		display:none;
	}
	
}

@media only screen and (max-width: 479px) {
	
	.courses-section-four .pattern-layer-two,
	.sec-title-three h2 br{
		display:none;
	}
	
	.sec-title-three h2,
	.banner-section-six .content-boxed .inner-column h1{
		font-size:30px;
	}
	
	.admission-section .image-column .image-two{
		position:relative;
		bottom:0px;
		display:block;
		margin-top:30px;
		border:0px;
	}
	
	.admission-section .image-column .image-two img{
		width:100%;
		display:block;
	}
	
	.admission-section{
		padding-bottom:0px;
	}
	
	.study-section .content-column .bold-text{
		font-size:20px;
	}
	
	.study-section .content-column .list li{
		font-size:16px;
	}
	
	.study-section .image-column .hotline{
		left:5px;
		bottom:5px;
		padding:15px 20px 20px;
	}
	
	.testimonial-block-five .inner-box .client-icon{
		position:relative;
		right:0px;
	}
	
	.testimonial-block-five .inner-box .client-icon img{
		max-width:auto;
		width:auto;
		margin-top:25px;
	}
	
	.testimonial-block-five .inner-box .author-info .info-inner{
		padding-top:0px;
	}
	
}
@media only screen and (max-width: 1199px){
    .btn-style-six {
    font-size: 16px;
    padding: 15px 30px;
    }
    .banner-section-four .content-column .phone-box {
    margin-left: 20px;
}
.main-menu {
    margin-right: 0;
}
.banner-section-four {
    padding-top: 50px;
}
}
@media only screen and (max-width: 1140px){

.connection-section .content-column .feature-block-three:nth-child(4) {
    z-index: 1;
    transform: translateY(0px);
}
.connection-section .content-column .feature-block-three:nth-child(5) {
    z-index: 1;
    transform: translateY(0px);
}
.connection-section .content-column .feature-block-three:nth-child(2) .inner-outer, .connection-section .content-column .feature-block-three:nth-child(4) .inner-outer {
    padding: 0;
}
.connection-section .content-column .feature-block-three:nth-child(2) {
    z-index: 1;
    transform: translateY(0px);
}
.connection-section .content-column .feature-block-three:nth-child(2) .inner-outer, .connection-section .content-column .feature-block-three:nth-child(4) .inner-outer {
    background-color: transparent;
}
}
@media only screen and (max-width: 1366px){

        .xs-sidebar-widget {
    width: 527px;
    }
    .main-header .header-upper .logo-box {
    padding: 8px 0px;
}
.login-box li a {
    padding: 5px 25px 7px;
}
.main-menu .navigation > li > a
{
    font-size: 16px;
    padding: 13px 0;
}
.login-box li a
{
    font-size: 16px;
}
.banner-section-four .icon-layer-one {
    left: 65px;
    top: 130px;
}
.banner-section-four {
    padding-top: 80px;
    padding-bottom: 135px;
}
.banner_imgwidth img
{
    width: 80%;
    margin: auto;
}
.banner-section-four .color-layer
{
    height: 410px;
    width: 355px;
    left: 100px;
}
.banner-section-four .icon-layer-five
{
    left: 50px;
}
.banner-section-four .icon-layer-six {
    right: 65px;
    top: 85px;
}
.banner-section-four .icon-layer-seven {
    right: -70px;
    bottom: 25px;
}
.banner-section-four .icon-layer-eight {
    display: none;
}
    }
    
@media only screen and (max-width: 1090px){
.testimonial_sectionblock p {
    font-size: 16px;
    line-height: 28px;
}
  .testimonial_sectionblock h5 {
    font-size: 15px;
    line-height: 20px;
  }
  .blockquote-details p {
    font-size: 12px;
    line-height: 19px;
}
.tetimonialleft h3 {
    font-size: 39px;
    line-height: 45px;
}
.donate-page-section .donate-column .inner-column {
    padding: 40px 25px 20px;
}
.donate-column h2 {
    font-size: 25px;
}
}
@media only screen and (max-width: 991px){
	.newsletter-section-two .image img {
    display: none;
}
.mission-section .content-column h2 {
    font-size: 32px;
    }
	.about-first h1 {
    font-size: 36px;
}
    .mtminus50 {
    margin-top: 0;
}
.banner-section-four .color-layer {
    height: 360px;
}
.main-footer .footer-column h5 {
    font-size: 16px;
}
}
@media only screen and (max-width: 767px){
    .p18 {
    padding: 18px 0;
}

.col-xs-9.career-bank-r {
    padding: 0;
}
.afterloginschool .col-xs-9.career-bank-r {
    padding: 0 15px;
}
.career_two .row section .details h5 {
    font-size: 14px;
    line-height: 23px;
}
    .paddingforthe_alignend
    {
        min-height: 0;
    }
    .icon-layer-five, .icon-layer-seven
    {
        display: none;
    }
    .services-block .inner-box {
    text-align: center;
}
.sec-title.mb-0 {
    margin-bottom: 30px !important;
}
.donate-page-section .donate-column {
    margin-top: 30px;
}
    .banner-section-four .icon-layer-five {
    left: 0;
}
.banner-section-four .icon-layer-six {
    right: 50px;
    top: 40px;
}
.banner-section-four {
    padding-top: 30px;
}


    .sidebar-textwidget {
    padding: 80px 30px 0px;
}
    .banner-section-four .content-column .phone-box {
    margin-left: 0px;
}
    .mob_columnreverse
    {
    display: flex;
    flex-wrap: wrap;
        flex-direction: column-reverse;
    }
	.banner-section-four .content-column .inner-column h1 {
    margin-bottom: 15px;
}
.mob_textcentr
{
    text-align: center;
}
.banner-section-four .content-column .theme-btn {
    float: none;
}
.banner-section-four .content-column .phone-box {
    position: relative;
    margin-left: 0px;
    float: none;
}
.banner-section-four .content-column .phone-box .box-inner .icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
}
.mob_flex_justifycenter
{
    display: flex;
    justify-content: center;
}
.banner-section-four .content-column .phone-box .box-inner a {
    font-size: 15px;
    margin-top: 0;
}
.banner-section-four .content-column .phone-box .box-inner {
    position: relative;
    padding-left: 47px;
    padding-top: 0;
}
.mob_displayinlineblock
{
    display: inline-block;
}
.banner-section-four .content-column .text {
    margin-bottom: 10px;
}
.mob_flex_justifycenter .btn-style-six {
    font-size: 14px;
}
.mob_flex_justifycenter .btn-style-six {
    padding: 7px 10px;
    margin-right: 10px;
        height: fit-content;
}
.banner-section-four .content-column .phone-box {
    margin-top: 0;
}
.mt20
{
    margin-top: 20px;
}
.mtminus50 {
    margin-top: 0;
}
.banner-section-four {
    padding-bottom: 60px;
}
.login-box li a {
    font-size: 17px;
    margin-left: 25px;
    padding: 9px 28px;
}
.planet {
    font-size: 56px !important;    margin-bottom: 15px;
}
.feature-block .inner-box {
    padding: 25px 5px;
}
.feature-block .inner-box .icon-box {
    font-size: 55px;
}
.feature-block .inner-box h6 {
    margin-top: 15px;
    font-size: 13px;
    line-height: 20px;
}

.instructor-section .blocks-column {
    margin-bottom: 0;
}
.instructor-section .instructor-column h4 {
    margin-bottom: 15px;
    font-size: 20px;
}
.services-block .inner-box .content {
    padding-left: 0;
}
.services-block .inner-box .content .icon-box {
    position: relative;
    left: auto;
    top: 0px;
    margin: auto;
    margin-bottom: 15px;
}
.services-block .inner-box .content h5 {
    margin-bottom: 5px;
}
.services-block .inner-box {
    position: relative;
    padding: 30px 20px 25px;
}
.news-section-two {
    padding-top: 100px;
}
.testimonial-section-three .owl-nav {
    margin-top: 30px;
}
.trial-section .inner-container {
    padding-top: 45px;
}
.getintouchform {
    margin-top: 30px;
    margin-bottom: 70px;
}
.xs-sidebar-widget {
    width: 100%;
}
.service_section {
    padding-top: 0;
}
.tetimonialleft h3 {
    font-size: 32px;
    line-height: 39px;
}
.counter-wrapper p {
    font-size: 12px;
    line-height: 17px;
}
.tetimonialleft p {
    font-size: 16px;
}
.counter-wrapper .counter {
    font-size: 30px;
}
.donate-tabs .tab-btns .tab-btn
{
    padding: 8px 15px 10px;
}
.trial-form .form-group textarea {
    height: 120px;
}
.donate-tabs .tab-btns .tab-btn {
    font-size: 14px;
    line-height: 20px;
}
}
@media only screen and (max-width: 1290px)
{
	 .about-style-1 .about-image-gallery .image-2 {
    right: 0;
}
.about-style-1 .about-image-gallery {
    margin-right: 0;
    margin-bottom: 70px;
}
.about-style-1 .about-image-gallery .badge-inner {
    height: 115px;
    left: 0;
    top: -50px;
    width: 115px;
}
}
@media only screen and (max-width: 575px)
{
	section.clients-section-two.featured-section.service_section.pb-0.mobpt60 {
    padding-top: 80px;
}
.centerp {
    font-size: 17px;
    padding: 13px 30px;
}
.jennafont {
    font-size: 37px;
}
	.wrappertesting.apicstand .row section {
    width: 100%;
}
 .about-style-1 .about-image-gallery .badge-inner {
    height: 115px;
    left: 0;
    top: -50px;
    width: 115px;
} 
.whyus-info {
    margin: auto;
}
.whyus-col-2 {
    padding-left: 60px;
}
.about-first p
{
	text-align: center;
}
.whyus-info li {
    padding-left: 12%;
    }
    .whyus-info li h3 {
    font-size: 23px;
    margin-bottom: 10px;
}
.newsletter-section-three h2 {
    line-height: 37px !important;
    font-size: 28px !important;
    }
    h2.text-left {
    font-size: 28px;
    line-height: 43px;
}
.edu-about-area.about-style-1.edu-section-gap.bg-color-white.ptb_100 {
    padding-top: 90px;
    padding-bottom: 0;
}
section.clients-section-two.ptb80.learning-interest.learn-sec-padd br {
    display: none;
}
    .mission-section .content-column h2 {
    font-size: 26px;
    line-height: 35px;
}
    .hide_onmob
    {
        display: none;
    }
    .mobpt_0
    {
        padding-top: 0 !important;
    }
    .carerbg {
    padding: 30px 0 !important;
}
    .pricing-section .color-layer {
    display: none;
    }
   .upper-box .pull-right {
    float: left;
}
    .logo img {
    width: 160px;
    margin-top: 10px;
}
section.ptb_100.schoolbanner {
    height: 335px;
    background-size: 100% 100%;
    margin-top: 0;
}


.schoolbanner
{
	background-image: url('../images2/mob-schoolbanner.png');
}
.courses-section-four {
    padding: 120px 0px 90px;
}
    .banner-section-four .content-column .inner-column h1
    {
        font-size: 32px;
    }
    .btnbg a {
    font-size: 25px;    padding: 20px 30px;
    }
	.mobpb_0
	{
		padding-bottom: 40px;
	}
	.ullisttyle p {
    line-height: 26px;
    color: #000;
    font-size: 20px;
    padding: 12px 0 5px;
}
.footer-style-two .upper-box .email a {
    font-size: 16px;
}
.mt60 {
    margin-top: 0;
}


.mob_flex_justifycenter .btn-style-six {
    padding: 7px 20px;
    }
    .feature-block .inner-box h6 {
    font-size: 18px;
    line-height: 32px;
}
.donate-tabs .tab-btns .tab-btn {
    padding: 10px 15px 10px;
}
.testimonial-section .owl-dots {
    margin-top: 0;
}
    .mobdisplay_none
    {
        display: none;
    }
.feature-block .inner-box .icon-box {
    line-height: 0;
}

    .feature-block .inner-box {
    padding: 20px 15px;
}
.tetimonialleft h3 {
    font-size: 28px;
    line-height: 37px;
}

.mob_hide
{
    display: none;
}     
.counter-wrapper p
{
    margin-bottom: 30px !Important;
}
.tetimonialleft {
    text-align: center;
} 
.card-body.py-14.pb-50.px-0 {
    padding-bottom: 135px !important;
}
.clients-section-two {
    padding-bottom: 0;
}		
	.clients-section-two{
		padding-top:0px;
		padding-bottom:50px;
	}
	.main-footer .footer-bottom .copyright{
		text-align:center;
		margin-bottom:8px;
	}
	
	.main-footer .footer-bottom .nav-column ul{
		text-align:center;
	}
	.container.p-0 {
    padding: 0 15px !important;
}
	.about-first h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.mission-section {
    padding: 85px 0px 0px;
}
    .ptb_100 {
    padding: 50px 0 50px;
}
.connection-section h2 br {
    display: none;
}
.feature-block-six .inner-box .text
{
	font-size: 19px;
}
.offer-content p {
    height: auto;
}
img.whatweofferboy {
    margin: 20px 0;
    display: none;
}
.offer-content-a .text-right, .whatweoffer-icons.text-right, .offer-content .text-right,
.offer-content-a h2, .offer-content h2, .whatweoffer-icons, .offer-content-a p, .offer-content p {
    text-align: center !important;
}
}
@media only screen and (max-width: 365px)
{
    .mob_flex_justifycenter .btn-style-six {
    font-size: 13px;
}
}
@media only screen and (max-width: 350px)
{
    .logo img {
    width: 151px;
    margin-top: 12px;
}
.mob_flex_justifycenter.align-items-center.mt20 {
    display: block;
}
.donate-tabs .tab-btns .tab-btn {
    padding: 12px 20px 14px;
}
}
@media (max-width: 790px)
{
.wrappertesting.apicstand .row {
    margin: 30px 0 70px 110px;
}
.wrappertesting.apicstand {
    max-width: 100%;
    margin: 50px auto;
    padding: 0 0;
    }
}
    .logouttab
    {
    text-align: right;
    position: absolute !important;
    right: 45px;
}
.fixed-header .logouttab {
    right: 120px;
}
.main-menu .navigation > li > ul {
    width: 180px;
    padding: 7px 10px !important;
}

.career_two .mission-section .content-column h2 {
    font-size: 26px;
    line-height: 36px;
}
.career_two .list-style-one li {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 21px;
}
.career_two .btn-style-two {
    font-size: 14px;
    line-height: 26px;
    padding: 10px 30px;
}
.career_two .title-box h2 {
    line-height: 35px;
    font-size: 28px;
}
.pt-60
{
    padding-top: 60px;
}
.career_two .row section .details .title {
    font-size: 17px;
    line-height: 25px;
}
.career_two .wrappertesting .row section {
    padding: 20px;
}
.career_two .list-style-one li .icon {
    z-index: 1;
}
.career_two .btn-style-two .txt:before {
    left: -20px;
    width: 15px;
}
.career_two .btn-style-two .txt:after {
    right: -20px;
    width: 15px;
}
.career_two .timeline ul li {
    height: 108px;
}

.career_two .price-block .inner-box .icon-box {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 10px;
}
.career_two .icon-box .icon {
    display: inline-block;
    height: 55px;
    margin-bottom: 40px;
    width: auto;
}
.career_two .price-block .inner-box .price-list {
    position: relative;
    /* list-style: cjk-ideographic !important; */
    padding: 0;
    text-align: left;
    /* padding-left: 20px; */
    display: flex;
    flex-wrap: wrap;
}
.career_two .price-block .inner-box .price-list li
{
        width: 50%;
}
.career_two ul.abclist li {
    list-style: lower-alpha!important;
    padding: 0 !important;
}
.career_two .price-block .inner-box .btn-box {
    position: relative;
    margin-top: 0px;
    width: 100%;
    bottom: 0px;
}
.career_two .price-block
{
    margin-bottom: 30px;
}
.career_two .price-block .inner-box {
    padding: 35px 10px 0px;
    min-height: auto;
}
ul.abclist {
    padding-left: 25px;
}
.career_two span.icon.flaticon-double-check {
    position: absolute;
    background: #f2184f;
    color: #fff;
    padding: 2px;
    line-height: 1;
    font-size: 12px;
    left: 0;
    top: 5px;
}
.career_two .price-block .inner-box .price-list li {
    position: relative;
    margin-bottom: 12px;
    color: #444557;
    font-size: 15px;
    /* list-style: disc; */
    /* left: 15px; */
    padding-left: 22px;
    /* list-style-position: outside; */
}
.career_two .price-block .inner-box {
    padding: 25px 15px 30px;
}
.career_two .price-block .inner-box .price {
    font-size: 25px;
}
.career_two .price-block .inner-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: brown;
}
.career_two .about-first h1 {
    font-size: 27px;
    line-height: 44px;
}
.career_two .smallabout_firstfont .about-first h1 {
    font-size: 27px;
    line-height: 44px;
}
.career_two section.ptb_100.carerbg {
    padding: 60px 0 !important;
}
.row section .details, .row section .bottom {
    flex-wrap: wrap;
}
.career_two .row section .details p {color: #000;}
.career_two .row section .details h5 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.cbox1, .cbox2, .cbox3 {
    width: 100%;
}
.afterlogin_six .cbox1, .afterlogin_six .cbox2, .afterlogin_six .cbox3 {
    width: 100%;
    min-height: auto;
    padding-bottom: 15px;
}
.career_two .timeline ul li::before {
    counter-increment: none;
    content: "" !important;
}
.career_two .price-block .inner-box .price {
    font-size: 32px;
    margin-bottom: 32px;
    margin-top: 17px;
}
.career_two .price-block .inner-box .price-list.width100 li
{
    width: 100%;
}
.career_two .timeline ul li {
    height: 475px;
}
.career_two .timeline .default-line {
    height: 71%;
}
.p18
{
    padding: 18px;
}



  .career_two .wrappertesting .row{
    margin: 30px 0 3px 60px;
  }
.career_two .wrappertesting .row section {
    width: 100%;
    min-height: 80px;
    padding: 20px;
    display: flex;
    align-items: center;
}
.career_two .row section .details .title {
    font-size: 19px;
    }
.career_two .timeline ul li
{
	height: 108px;
}
  .career_two .row-1 section::before{
    left: -7px;
  }
  .career_two .row-1 section .icon{
    left: -60px;
  }
  .career_two .wrappertesting .row section::before {
    transform: rotate(45deg);
    top: 45%;
}
.career_two .wrappertesting .center-line {
    top: 195px;
}
.career_two .timeline ul li {
    height: 540px;
}
.career_two .price-block .inner-box:hover {
    box-shadow: 1px 0 34px 1px rgb(0 0 0 / 0%), 0 15px 34px 1px rgb(255 255 255 / 15%);
    transform: scale(1);
}
.career-bank-l .bg-white.mt-20.p-10 {
    box-shadow: 0 0 20px #eee;
}
.career_two.career_three .wrappertesting .center-line {
    top: 225px;
}
.career_two.career_three.career_four .wrappertesting .center-line {
    top: 245px;
}
.career_two.career_three .timeline ul li {
    height: 590px;
}
.career_two.career_three.career_four .timeline ul li {
    height: 605px;
}
.career_two .timeline .default-line {
    height: 67%;
}
.career_two.career_three .timeline .default-line {
    height: 53%;
}
@media only screen and (max-width: 2000px){
    .career_two .carerbg {
    height: 355px;
}
}

@media only screen and (max-width: 1500px){
    .career_two .carerbg {
    height: 315px;
}
}
@media only screen and (max-width: 1180px){
    .career_two .carerbg {
    height: 250px;
    padding: 160px 0 !important;
}
.career_two .about-first h1 {
    font-size: 20px;
    line-height: 34px;
}
.career_two .smallabout_firstfont .about-first h1 {
    font-size: 20px;
    line-height: 34px;
}
.career_two .wrappertesting .row section {
    padding: 11px;
}
.career_two .row section p {
    font-size: 13px;
}
}
@media only screen and (max-width: 900px){
.career_two .row section .details .title {
    font-size: 15px;
    line-height: 21px;
}
.career_two .row section p {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 22px;
}
.career_two .wrappertesting .center-line {
    top: 207px;
}
.career_two .timeline ul li {
    height: 550px;
}
.career_two .timeline .default-line {
    height: 69%;
}
.career_two .price-block .inner-box {
    padding: 25px 20px 40px;
    min-height: auto;
}
.career_two .price-block .inner-box .btn-box {
    position: relative;
    margin-top: 35px;
    width: 100%;
    bottom: 0;
}
}
.career_two .wrappertesting .center-line {
    left: 30px;
}
@media only screen and (max-width: 767px){
    .footer-style-two .upper-box .phone {
    float: none;
}
 .career_two.career_three .timeline ul li {
    height: 530px;
}
.career_two.career_three .timeline .default-line {
    height: 55%;
}
.career_two.career_three .wrappertesting .center-line {
    top: 215px;
}
    .career_two .price-block .inner-box .price-list li
    {
        width: 100%;
    }
.career_two .timeline ul li {
    height: 415px;
}
.career_two .wrappertesting .center-line {
    top: 150px;
}
}


.sidebarboxshadow
{
    box-shadow: 0 0 20px #eee;
}

.visibleoverflow
{
    overflow: visible;
}
/*.before_career_pages .main-header {
    position: absolute;
}*/
.smallabout_firstfont .about-first h1 {
    font-size: 37px;
    line-height: 50px;
}
.carerbg.smallabout_firstfont {
    padding: 140px 0 !important;
}

@media screen and (max-width: 1199px)
{
    .carerbg.smallabout_firstfont {
    padding: 95px 0 !important;
}
.smallabout_firstfont .about-first h1 {
    font-size: 32px;
    line-height: 45px;
}
}
@media screen and (max-width: 1075px)
{
    .before_career_pages .price-block .inner-box .price-list li {
    font-size: 15px;
    }
}
@media screen and (max-width: 1024px)
{
.before_career_pages .price-block .inner-box {
    min-height: 815px;
}
}
@media screen and (max-width: 991px)
{
    .carerbg.smallabout_firstfont {
    padding: 90px 0 45px !important;
}
.before_career_pages .price-block .inner-box {
    min-height: auto;
    margin-bottom: 30px;
}
.before_career_pages .price-block .inner-box .btn-box {
    margin-top: 35px;
    position: relative;
    width: 100%;
    bottom: 0;
}
}
@media screen and (max-width: 890px)
{
    .smallabout_firstfont .about-first h1 {
    font-size: 28px;
    line-height: 43px;
}
.before_career_pages .row section p {
    font-size: 14px;
}
.before_career_pages .row section .details .title {
    font-size: 20px;
    line-height: 25px;
}
.before_career_pages .row section h5 {
    font-size: 18px;
    line-height: 20px;
}
}
@media screen and (max-width: 800px)
{
    .smallabout_firstfont .about-first h1 {
    font-size: 26px;
    line-height: 38px;
}
.before_career_pages .timeline ul li {
    height: 295px;
}
}
@media screen and (max-width: 710px)
{
    .before_career_pages .wrappertesting .center-line {
    top: 110px;
}
.before_career_pages .timeline ul li {
    height: 325px;
}
.before_career_pages .wrappertesting.short_center_line .center-line {
    top: 145px;
}
.before_career_pages .short_center_line .timeline ul li {
    height: 390px;
}
}
@media screen and (max-width: 700px)
{
    .smallabout_firstfont .about-first h1 {
    font-size: 22px;
    line-height: 36px;
}
    .before_career_pages .wrappertesting .center-line {
    top: 125px;
}
.before_career_pages .timeline ul li {
    height: 330px;
}
.before_career_pages .wrappertesting.short_center_line .center-line {
    top: 165px;
}
}
@media screen and (max-width: 695px)
{
.before_career_pages .timeline ul li {
    height: 340px;
}
.before_career_pages .wrappertesting.short_center_line .center-line {
    top: 190px;
}
.before_career_pages .short_center_line .timeline ul li {
    height: 425px;
}
}
@media screen and (max-width: 580px)
{
    .smallabout_firstfont .about-first h1 {
    font-size: 20px;
    line-height: 34px;
}
.before_career_pages .wrappertesting .center-line {
    top: 165px;
}
.before_career_pages .timeline ul li {
    height: 400px;
}
}
@media screen and (max-width: 575px)
{
.wrappertesting .center-line {
    left: 15px;
}
.wrappertesting .row {
    margin: 0 0 30px 50px;
}
}
@media screen and (max-width: 500px)
{
.smallabout_firstfont .about-first h1 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 7px;
}
.before_career_pages .short_center_line .timeline ul li {
    height: 455px;
}
}
@media screen and (max-width: 430px)
{
    .smallabout_firstfont .about-first h1 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0;
}
.smallabout_firstfont .btn-style-two .txt:before {
    left: -20px;
    width: 15px;
}
.smallabout_firstfont .btn-style-two .txt:after {
    right: -20px;
    width: 15px;
}
.smallabout_firstfont .btn-style-two {
    font-size: 18px;
    padding: 11px 25px;
}

.before_career_pages .row section .details .title {
    font-size: 16px;
    line-height: 23px;
}
.before_career_pages .row section h5 {
    font-size: 15px;
    line-height: 18px;
}
.before_career_pages .row section p {
    font-size: 13px;
    line-height: 21px;
}

.before_career_pages .wrappertesting .center-line {
    top: 145px;
}
.before_career_pages .timeline ul li {
    height: 360px;
}
.before_career_pages .price-block .inner-box {
    padding: 30px 15px 30px;
}
}
@media screen and (max-width: 396px)
{
    .before_career_pages .timeline ul li {
    height: 380px;
}
    .before_career_pages .wrappertesting.short_center_line .center-line {
    top: 210px;
}
.before_career_pages .short_center_line .timeline ul li {
    height: 480px;
}
}
@media screen and (max-width: 386px)
{
    .before_career_pages .wrappertesting.short_center_line .center-line {
    top: 230px;
}
.before_career_pages .short_center_line .timeline ul li {
    height: 500px;
}
.before_career_pages .wrappertesting .center-line {
    left: 15px;
}
}
@media screen and (max-width: 360px)
{
    .smallabout_firstfont .about-first h1 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;

}
.before_career_pages .wrappertesting .center-line {
    top: 160px;
}
.before_career_pages .timeline ul li {
    height: 410px;
}
.before_career_pages .wrappertesting {
    padding: 0;
}
.before_career_pages .row section .details .title {
    font-size: 15px;
    line-height: 23px;
}
}
@media screen and (max-width: 350px)
{
    .before_career_pages .timeline ul li {
    height: 435px;
}
    .before_career_pages .row section .details .title {
    font-size: 14px;
    line-height: 20px;
}
.smallabout_firstfont .btn-style-two .txt:before, .smallabout_firstfont .btn-style-two .txt:after
{
    display: none;
}
.smallabout_firstfont .btn-style-two {
    font-size: 18px;
    padding: 5px 10px;
}
.login-box li a {
    padding: 5px 20px;
}
.before_career_pages .row section p {
    font-size: 12px;
    line-height: 20px;
}
}
section.benefit-section.mission-section span.icon.flaticon-double-check {
    position: absolute;
    background: transparent;
    color: #fff;
    padding: 4px;
    line-height: 1;
    font-size: 15px;
    left: 0;
    top: 5px;
}
.career-bank-r .sec-title h2 {
    font-size: 26px;
    line-height: 35px;
}
.career-bank-r .feature-block-six .inner-box .text {
    position: relative;
    color: #0c0d24;
    font-size: 14px;
    line-height: 1.7em;
}
.career-bank-r .feature-block-three .inner-box h4 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 17px;
    color: #000;
    padding: 0 15px 0 0;
    line-height: 32px;
}
.header_posabs .main-header
{
    position: absolute;
}

img.plusimg {
    width: 50px;
}

/*animation element*/

.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: 0.125s ease-in-out;
  -webkit-transition: 0.125s ease-in-out;
  -o-transition: 0.125s ease-in-out;
  transition: 0.125s ease-in-out;
}

.animation-element.slide-left.in-view {
  opacity: 1;
}
/*animation slide right styled for testimonials*/

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: 0.125s ease-in-out;
  -webkit-transition: 0.125s ease-in-out;
  -o-transition: 0.125s ease-in-out;
  transition: 0.125s ease-in-out;
}

.animation-element.slide-right.in-view {
  opacity: 1;
}
.clients-section-two .title-box h2 span.diffcolor {
    color: #305ac0 !important;
    border-bottom: none !important;
}
.investbtn a
{
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    margin-top: 5px;
}
/*.btn-style-two .txt:before, .btn-style-two .txt:after {
    top: 14px;
}*/
.iconbox_padding .icon-box {
    margin-top: 0;
    margin-bottom: 0;
}
.newtestimonial-section .owl-theme .owl-dots .owl-dot span
{
    display: none;
}

.cbox1 {padding: 15px 15px 5px;background: #a52a2a17;border-radius: 5px;min-height: 130px;display: block;flex-wrap: wrap;align-items: center;
    margin-bottom: 15px;}


.cbox2 {padding: 15px 15px 5px;background: #41c59821;border-radius: 5px;min-height: 130px;display: block;flex-wrap: wrap;align-items: center;
    margin-bottom: 15px;}


.cbox3 {padding: 15px 15px 5px;background: #ddbd5130;border-radius: 5px;min-height: 130px;display: block;flex-wrap: wrap;align-items: center;
    margin-bottom: 15px;}

.classeelventh .cbox2, .classeelventh .cbox3, .classeelventh .cbox1
{
    min-height: auto;
}

.markedbox .mark, .markedbox mark {
    color: #fff;
    padding: 8px 20px;
    background-color: #3ba180;
    text-align: center;
    display: block;
    font-weight: 700;
    border-radius: 45px;
}

.newtyle_pricing .price-block .inner-box .icon-box {
    display: none;
}
.newtyle_pricing .price-block .inner-box {
    /* border-radius: 10px 10px 10px 10px; */
    transition: 0.25s ease-in-out;
    overflow: hidden;
    min-height: 675px;
    background: #fff;
    /* box-shadow: none; */
    /* border: 1px solid #f2f2f2; */
    /* border-radius: 2px; */
    text-align: left;
    /* padding: 20px 15px; */
    /* box-shadow: 0 3px 6px 0 #eeeeee; */
    /* background: #f7f7f747; */
}
.newtyle_pricing .price-block .inner-box.yellowtopborder
{
    border-top: 10px solid #CD7F32;
}
.newtyle_pricing .price-block .inner-box.bluetopcolor
{
    border-top: 10px solid #C0C0C0;
    
}
.newtyle_pricing .price-block .inner-box.greentopborder
{
    border-top: 10px solid #f7d000;
    
}
.newtyle_pricing .price-block .inner-box h4 {
    position: relative;
    line-height: 1.3em;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 21px;
    margin: 0 0 18px;
}
.newtyle_pricing .price-block .inner-box h4 img
{
    width: 45px;
}
.newtyle_pricing .price-block .inner-box .price {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.newtyle_pricing ul.abclist {
    padding-left: 30px;
}
.newtyle_pricing ul.abclist li {font-weight: 600;}

.newtyle_pricing ul.abclist li span {font-weight: normal;}
.classfirst .row section h5 {
    display: flex;
    align-items: center;
}
img.imgwidthh {
    width: 26px;
    margin-right: 10px;
}

    .investbtn .btn-style-two .txt:after, .investbtn .btn-style-two .txt:before
    {
        display: none;
    }
    
    
    .testimonial-block-three .inner-box .image-outer .image img {
    width: 100%;
    height: 100%;
    OBJECT-FIT: cover;
}
.newsletter-section-two.afterlogin_newletter  .inner-container {
    padding-left: 20px;
}
.newsletter-section-two.afterlogin_newletter .inner-container .color-box {
    width: 270px;
    height: 270px;
}
.newsletter-section-two.afterlogin_newletter {
    position: relative;
    padding-bottom: 45px;
}
.what-we-offer.afterlogin_whatwoffer.ptb_120
{
    padding-bottom: 60px;
}
.afterlogincareer_section .feature-block-six .inner-box {
    padding: 35px 10px 20px;
}
.afterlogin_parents_beneftsection
{
    padding-bottom: 30px;
}
.connection-section.afterlogin_connection_section {
    padding: 20px 0px 50px;
}
section.pricing-section.pt-60.newtyle_pricing.afterlogin_newtyle_pricing {
    padding-bottom: 0;
}


.newtyle_pricing.afterlogin_newtyle_pricing .price-block .inner-box {
    min-height: auto;
}
.newtyle_pricing.afterlogin_newtyle_pricing ul.abclist {
    padding-left: 17px;
    margin-top: 10px;
    margin-left: 0;
}
.career_two .afterlogin_newtyle_pricing .price-block .inner-box .btn-box {
    margin-top: 0;
    bottom: auto;
}
.testimonialbg span.designation {
    color: brown;
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin-top: 6px;
}

.testimonialbg .modal-header {
    border-bottom: none !important;
       padding: 0 !important;
}
.testimonialbg h5 {
    padding: 10px 0 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.testimonialbg .modal-header .close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 30px;
}

.sidebar {
  overflow: auto;
  position: sticky;
  top: 15%;
}

.tab-content {
  min-height: 1000px;
}
.newtyle_pricing.fordesktop .price-block .inner-box {border-radius: 15px;
    position: relative;border: 4px solid #eaecef;
    min-height: auto;
    padding: 20px 27px 16px;box-shadow: 0 31px 34px -20px rgb(0 0 0 / 9%);background: #fff;}
    
    .newtyle_pricing.formobile .price-block .inner-box {border-radius: 15px;
    position: relative;border: 4px solid #eaecef;
    min-height: auto;
    padding: 20px 27px 16px;box-shadow: 0 31px 34px -20px rgb(0 0 0 / 9%);background: #f7f7f747;}


    .newtyle_pricing.fordesktop .price-block .inner-box .price {
    margin-top: 40px;
}
.newtyle_pricing.fordesktop .price-block .inner-box h4
{
    margin-bottom: 0;
}
section.pricing-section.newtyle_pricing.fordesktop {
    padding-top: 130px;
}
.newtyle_pricing.fordesktop .price-block .inner-box .price {
    /* border-top: 1px solid #e7e9ed; */
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e9ed;
}
.newtyle_pricing.fordesktop .price-block .inner-box .price-list li img {position: relative;left: 0;position: absolute;width: 20px;top: 4px;}
.newtyle_pricing.formobile .price-block .inner-box .price-list li img {position: relative;left: 0;position: absolute;width: 20px;top: 4px;}
.newtyle_pricing.fordesktop .price-block .inner-box h4
{
    margin-bottom: 0;
}
span.spanfrom {
    font-size: 1.2rem;
    font-weight: 600;
    color: #161c2d66;
}
.newtyle_pricing.fordesktop .price-block .inner-box.ddos-attack-package .ddos-attack-package-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #0099ff;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-weight: 100;
}
.newtyle_pricing.fordesktop .price-block .inner-box h4 img {
    width: 45px;
    position: relative;
    left: -10px;
    margin-right: -10px;
}
.newtyle_pricing.fordesktop .price-block .inner-box.ddos-attack-package {
    background: #fff;
    border: 4px solid #0099ff;
    border-radius: 15px;
    position: relative;
    padding: 60px 27px 16px;
    overflow: hidden;
}

.newtyle_pricing.fordesktop .btn-style-one .txt:before, .newtyle_pricing .btn-style-one .txt:after
{
    display: none;
}
.newtyle_pricing.fordesktop .btn-style-three:hover
{
    transform: translateY(-5px);
}
.newtyle_pricing.fordesktop .btn-style-three {
    padding: 11px 30px;
    width: 100%;
    transition: 0.5s ease-in-out;
    background: #1a49bae6;
    color: #fff;
    font-size: 17px;
    z-index: 99;
}
.newtyle_pricing.fordesktop .price-block .inner-box .btn-box {
    position: relative;
    bottom: 0;
    margin-top: 27px;
    text-align: center;
}
.bg-wave-box-end-z1 {
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.newtyle_pricing.fordesktop .price-block .inner-box h4 {
    margin-bottom: 0;
    color: #000;
    font-size: 21px;
}
section.pricing-section.pt-150.newtyle_pricing.bgpricing {
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 992px)
{
    .mt-lg-n28, .my-lg-n28 {
    margin-top: -16.0625rem!important;
}
}
.pt-150
{
    padding-top: 150px;
    padding-bottom: 180px;
}
    .fordesktop
    {
        display: block;
    }
     .formobile
    {
        display: none;
    }
    
   .ptb_60
   {
       padding: 60px;
   }
    .hidedot .testimonial-section .owl-dots
    {
        display: none !important;
    }
    
.desktopjourney .cbox1, .desktopjourney .cbox2, .desktopjourney .cbox3 {
    margin-bottom: 0;
    min-height: 184px;
}
    
    .classfirst.classeelventh.desktopjourney .wrappertesting .center-line {
    top: 100px !Important;
}
.classfirst.classeelventh.desktopjourney .timeline ul li {
    height: 250px !Important;
}
.classfirst.classeelventh.desktopjourney .timeline .default-line {
    height: 90% !important;
}
.desktopjourney .wrappertesting .row-2, .desktopjourney .wrappertesting .row-5, .desktopjourney .wrappertesting .row-8
{
    
    justify-content: flex-end;
}
.desktopjourney p.markedbox {
    display: inline-block;
    display: flex;
    justify-content: center;
    z-index: 9;
    position: relative;
    margin: 90px auto;
    /* padding: 16px; */
    font-size: 16px;
    position: relative;
    top: -50px;
    width: 50%;
}
.desktopjourney .markedbox .mark, .desktopjourney .markedbox mark {
    color: #fff;
    padding: 23px 30px;
}
.desktopjourney .row-1 section::before, .desktopjourney .row-3 section::before, .desktopjourney .row-4 section::before, .desktopjourney .row-6 section::before, .desktopjourney .row-9 section::before {
    right: -7px;
}
.desktopjourney .row-2 section::before, .desktopjourney .row-5 section::before{
    left: -7px;
}
.desktopjourney .wrappertesting .row {
    margin-bottom: 25px;
}


img.posimage {
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
    top: -45px;
    z-index: 1;
    right: -30px;
}
.timeline ul li.inviasibvle.in-view::before {
    opacity: 0;
}
.timeline ul li.inviasibvle.in-view::before {display: none !important;}



.newtyle_pricing .price-block .inner-box .price {
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e9ed;
    padding-bottom: 25px;
    margin-top: 25px;
}
.before_career_pages .price-block .inner-box .btn-box .btn-style-two
{
    padding: 11px 30px;
    width: 100%;
    transition: 0.5s ease-in-out;
    background: #1a49bae6;
    color: #fff;
    font-size: 17px;
    z-index: 99;
    text-align: center;
    color: #fff;
}
.newtyle_pricing .price-block .inner-box h4 {
    margin: 0;
}
.before_career_pages .price-block .inner-box .btn-box .btn-style-two .txt:before, .before_career_pages .price-block .inner-box .btn-box .btn-style-two .txt:after
{
    display: none;
}
.aboutimgm {
    /* top: 0; */
    position: relative;
    /* left: 0; */
    top: 0px;
}


.newtyle_pricing.bgpricing {
    background: #fff !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.bg-wave-box-end-z1 {
    display: none;
}

h3.dashboardheadthree {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    margin-top: 5px;
}