body {
	height: 100% !important;
	font-family: 'Poppins', sans-serif;

	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}

/*=========== Comman ===========*/
h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Berkshire Swash', cursive;*/
	/*font-family: 'Muli-SemiBold';*/
	
}
a:hover,
a:focus
{
	text-decoration: none;
	outline: none;
	color: inherit;
	box-shadow: none;
}
img
{
	max-width: 100%;
}
@font-face {
  font-family: 'OratorStd';
  src: url('../fonts/OratorStd.eot');
  src: url('../fonts/OratorStd.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OratorStd.woff') format('woff'),
       url('../fonts/OratorStd.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


.heading_box
{

}
.heading_box h2
{
    font-size: 39px;
    color: #070024;
    margin: 0 0 5px 0;
    font-weight: 700;
}
.heading_box h3
{
    color: #118acb;
    font-size: 18px;
    border-bottom: 1px solid #118acb;
    display: inline-block;
    padding: 0 0 9px 0px;
    margin: 0 0 17px 0;
}
.heading_box p
{
    font-size: 16px;
    color: #070024;
    margin: 10px 0 0px 0;
    /*font-weight: 700;*/
}
.heading_box.title_ribban h2
{
    position: relative;
    padding: 0 0 15px 0;
}
.heading_box.title_ribban h2:before
{
    content: "";
    width: 100px;
    height: 3px;
    background-color: #a1c33e;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
/**/
.max_w_800
{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.comman_btn
{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 11px 30px;
    margin: 20px 0 0px 0;
    display: inline-block;
    background-color: #3863e8;
    text-decoration: none;
    border-radius: 0px;
    letter-spacing: 0.5px;
}
/*.vertical_title {
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
}
.vertical_title h2 .vertical_txt
{
    font-size: 16px;
    color: #338aaf;
    text-transform: uppercase;

    transform: rotate(180deg) translate(-4px);
    writing-mode: vertical-rl;
    text-align: center;
    margin-bottom: 0;
   
    width: 100%;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -10px;

}*/
.txt_color_theme
{
	color: #3488bc;
}
.txt_color_sky
{
    color: #118acb !important;
}
.txt_color_white
{
	color: #fff !important;
}
.bg_color_gray
{
    background-color: #e6e6e4;
}
.bg_color_light_gray
{
	background-color: #fbfbfb;
}
.bg_color_gray
{
    background-color: #f1f1f1 !important;
}
.parallax_effect
{
	background-attachment: fixed;
	background-size: cover;
}
.bg_animation1 {
    animation: bg-animate 10s linear infinite
}

@keyframes bg-animate {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}
/*--- owl shadow ---*/
.owl_box_shadow_only .owl-stage-outer {
    height: calc(100% + 25px);
    margin: -7px;
    padding: 15px;
    width: calc(100% + 25px);
}
/*--- owl equal height ---*/
.owl_equal_height.owl-carousel.owl-drag .owl-item {
    display: flex;
}
.owl_equal_height .owl-stage {
    display: flex;
}
.owl_equal_height .owl-stage .item
{
    display: flex;
    width: 100%;
}
.owl_equal_height .item
{
    width: 100%;
}

.comman_tb_padding
{
	padding-top:50px;
	padding-bottom:50px;
}
.comman_top
{
	margin-top: 40px;
}
.comman_center_width
{
	max-width:800px;
	width:100%;
	margin:0 auto;
}
.hover_comman:hover
{
	background-color: #111 !important;
	transition-duration: 0.3s;
}
/* Aylen button effect */
.button_effect_aylen {
	overflow: hidden;
	
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	    position: relative;
    z-index: 1;
}
.button_effect_aylen::before,
.button_effect_aylen::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button_effect_aylen::before {
	background: #16b2cf;
}
.button_effect_aylen::after {
	background: #008ca6;
}
.button_effect_aylen:hover {
	color: #fff;
	border: none;
}
.button_effect_aylen:hover::before,
.button_effect_aylen:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button_effect_aylen:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}
/*======== top_header_sec ======*/
.header_wrap
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.top_header_sec
{
    padding: 10px 0;
    background-color: #3863e8;
    position: relative;
}
/*.top_header_sec:after
{
    content: "";
    background-color: #b31942;
    position: absolute;
    right: 0;
    top: 0;
    width: 44%;
    height: 100%;
}*/

.top_header_left ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top_header_left ul li
{
    display: inline-block;
    
    position: relative;
}
.top_header_left ul li a
{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 0 7px;
}
.top_header_left ul li:first-child a
{
    padding-left: 0;
}
/*.top_header_right
{
    z-index: 1;
    position: relative;
    
}
.top_header_right ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.top_header_right ul li
{
    display: inline-block;
    
    position: relative;
}

.top_header_right ul li:last-child
{
    padding-right: 0;
}*/
.top_header_right ul li a
{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 4px;

}
.header_social_area ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.header_social_area ul li
{
    display: inline-block;
    padding: 0 4px;
}
.header_social_area ul li a
{
    width: 36px;
    height: 36px;
    background: #808080;
    color: #fff;
    font-size: 16px;
    margin: 0 5px 0 0;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.header_social_area ul li .in_btn
{
  background-color: #3d5b9b;
}
.header_social_area ul li .fb_btn
{
  background-color: #3d5b9b;
}
.header_social_area ul li .tw_btn
{
  background-color: #2daae4;
}
.header_social_area ul li .y_btn
{
  background-color: #f73d28;
}
.header_social_area ul li a:hover
{
     background-color: #fff;
     /*transition-duration: 0.3s;*/
}
.header_social_area ul li .in_btn:hover
{
    color: #3d5b9b;
}
.header_social_area ul li .fb_btn:hover
{
    color: #3d5b9b;
}
.header_social_area ul li .tw_btn:hover
{
    color: #2daae4;
}
.header_social_area ul li .y_btn:hover
{
    color: #f73d28;
}
/*============== Navigation ==========*/
.nav_sec {
	padding: 0px 0;
    background: rgba(0,0,0,0);
	/*background-color: #fff;*/
    position: relative;
    /*left: 0;
    top: 0;*/
    z-index: 2;
    transition-duration: 0.4s;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.2);
	/*box-shadow: 0px 0px 10px rgba(0,0,0,0.1);*/
}
.nav_inner
{
	display: flex;
}
.logo_area
{
	width: 23%;
	display: flex;
    align-items: center;
}
.nav_area
{
	width: 77%;
    /*width: calc(77% - 100px);*/
	display: flex;
    align-items: center;

}
.header_social_area
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_social_area ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.header_social_area ul li
{
    display: inline-block;
    padding: 0 0px;
}
.header_social_area ul li a
{
    /*width: 36px;
    height: 36px;*/
    color: #fff;
    font-size: 16px;
    margin: 0 5px 0 0;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.header_social_area ul li a:hover
{
     color: #000;
     /*transition-duration: 0.3s;*/
}
.logo_box img
{
	height: auto;
    max-width: 160px;
}
.nav_inner
{
	position: relative;
}
.nav_sec .stellarnav > ul > li
{
    padding: 0 14px;
}
.nav_sec .stellarnav > ul > li:last-child
{
    padding-right: 0;
}
.nav_sec .stellarnav > ul > li > a
{
	padding: 45px 3px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 16px;
    color: #fff;
    transition-duration: 0.3s;
    /*font-weight: 600;*/
}
.nav_sec .stellarnav > ul > li:last-child > a
{
	/*padding-right: 0;*/
}
.nav_sec .stellarnav > ul > li > a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #2af505;
    display: none;
}
.nav_sec .stellarnav > ul > li.active > a:before
{
    display: block;
}
/*.nav_sec .stellarnav > ul > li:last-child a:before
{
	display: none;
}*/

.nav_sec .stellarnav > ul > li.active > a,
.nav_sec .stellarnav > ul > li a:hover
{
	color: #2af505 !important;
    /*background-color: #070024;*/
    transition-duration: 0.3s;
}
.nav_sec .stellarnav ul
{
	text-align: right;
	padding: 0px 0 0 0;
}
.nav_sec .stellarnav.dark {
    background: rgba(0, 0, 0, 0);
}
.nav_sec .stellarnav.dark ul ul
{
	text-align: left;
    background: #fff;
}


.nav_sec .navbar-brand 
{
	padding: 0 0;
}
.nav_sec .navbar-collapse
{
	justify-content: flex-end;
}
.nav_sec.navbar .navbar-nav li a
{
	padding: 13px 20px;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    position: relative;
	letter-spacing: 0.7px;
}
.nav_sec.navbar .navbar-nav li:last-child a
{
	/*padding-right:0;*/
}
.nav_sec.navbar .navbar-nav li.active a
{
	color: #ffd400;
}
.nav_sec.navbar.stickyhead .navbar-collapse {
    
}
.stellarnav li.has-sub > a:after
{
    
}
.stellarnav li.has-sub > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding-left: 5px;
}

/*.nav_sec.navbar .navbar-nav > li > a:before
{
	content: "";
    position: absolute;
    right: 0;
    top: 18px;
    height: 14px;
    width: 1px;
    background: #000;
}
.nav_sec.navbar .navbar-nav li:last-child a:before
{
	display: none;
}*/
.nav_sec .stellarnav ul li ul li a
{
	color: #000;
    padding: 8px 15px;
    font-size: 16px;
    border-bottom: 1px solid #e7e3e3;
}

.nav_sec.navbar .navbar-nav li ul li a {
    padding: 8px 15px;
    font-size: 13px;
}

/*============ main_banner ========*/
#main_banner
{
	position: relative;
    overflow: hidden;
}
#main_banner:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,41,75,0.5);
    z-index: 1;
}
#main_banner .carousel-indicators
{
	bottom: 24px;
	z-index: 1;
}
#main_banner .carousel-indicators li {
	opacity: 1;
    text-indent: 0;
    margin: 0 9px 0 0;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 0;
    line-height: 38px;
    color: #009966;
    background-color: #fff;
    transition: all 0.25s ease;
    text-align: center;
}
#main_banner .carousel-indicators .active {
	background-color: #09cf0c;
	opacity: 1;
	color: #fff;
}
#main_banner .carousel-control-prev, #main_banner .carousel-control-next
{
	opacity:1;
	width:auto;
}
#main_banner .carousel-control-next-icon, #main_banner .carousel-control-prev-icon
{
	width: 50px;
    height: 50px;
	border:1px solid #ccc;
	background-size: 12px;
	background-position: center;
	background-color: #fff;
	
}
#main_banner .carousel-control-prev-icon
{
	background-image: url('../images/left_arrow.png');
}
#main_banner .carousel-control-next-icon
{
	background-image: url('../images/right_arrow.png');
}
#main_banner .carousel-item {
	position: relative;
}
#main_banner .carousel-item img {
	width: 100%;
}
.banner_overlay {
	position: absolute;
	width: 100%;
    left: 0;
    bottom: 140px;
    z-index: 1;
	/*top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}
.banner_txt_box {
    max-width: 100%;
    text-align: center;
    width: 100%;
    /*padding-left: 16px;*/
    z-index: 2;
    position: relative;
}
.banner_txt_box h3 {
    font-size: 25px;
    color: #fff;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 500;
    line-height: 1.2;
}
.banner_txt_box h1 {
	font-size: 90px;
    color: #fff;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 600;
    line-height: 1.2;
}

.banner_txt_box .banner_btn1 {
	font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 11px 30px;
    margin: 20px 0 0px 0;
    display: inline-block;
    background-color: #3863e8;
    text-decoration: none;
    border-radius: 0px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.banner_txt_box .banner_btn1:hover
{
	/*background-color: #cc0909;*/
	transition-duration: 0.3s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.3, 1.3);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}
#main_banner .carousel-item > img
 {
  -webkit-animation: zoom 10s infinite;
  animation: zoom 10s infinite;
}
/**/
.cv_animation {
    
}
.c_shape_comman img
{
    opacity: 0.4;
}
.cv_animation .c_shape_comman
{
    position: absolute;
}
.cv_animation .c_shape_comman
{
    position: absolute;
}
.cv_animation .c_shape1
{
    left:25%;
    top: 28%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
}
.cv_animation .c_shape2
{
    left: 4%;
    top: 17%;
    -webkit-animation: running-in 5s linear infinite;
    animation: running-in 5s linear infinite;
}
.cv_animation .c_shape3
{
    right: 12%;
    top: 20%;
    -webkit-animation: animationFramesOne 11s linear infinite;
    animation: animationFramesOne 11s linear infinite;
}
.cv_animation .c_shape4
{
    left: 5%;
    bottom: 15%;
    -webkit-animation: rotated360 10s linear infinite;
    animation: rotated360 10s linear infinite;
}
.cv_animation .c_shape5
{
    left: 2%;
    bottom: 40%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
}
.cv_animation .c_shape6
{
    left: 0%;
    bottom: 35%;
    /*-webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;*/
    
    animation: moveit 18s linear infinite;
}
.cv_animation .c_shape7
{
    right: 33%;
    bottom: 35%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
}
.cv_animation .c_shape8
{
    right: 10%;
    bottom: 15%;
    -webkit-animation: rotated360 13s linear infinite;
    animation: rotated360 13s linear infinite;
}
.cv_animation .c_shape9
{
    left: 9%;
    top: 3%;
    -webkit-animation: rotated360 6s linear infinite;
    animation: rotated360 6s linear infinite;
}
.cv_animation .c_shape10
{
    right: 5%;
    top: 0%;
    -webkit-animation: animationFramesOne 13s linear infinite;
    animation: animationFramesOne 13s linear infinite;
}
.cv_animation .c_shape11
{
    right: 5%;
    top: 7%;
    -webkit-animation: running-in 16s linear infinite;
    animation: running-in 16s linear infinite;
}
/*.cv_animation .c_shape12
{
    right: 2%;
    bottom: 8%;
    -webkit-animation: running-in 3s linear infinite;
    animation: running-in 3s linear infinite;
}*/

@-webkit-keyframes rotated360 {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-1turn);
    }
}
@keyframes rotated360 {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-1turn);
    }
}
@-webkit-keyframes rotate-in {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    to {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes rotate-in {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    to {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@-webkit-keyframes animationFramesOne {
    0% {
        transform: translate(0) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    to {
        transform: translate(0) rotate(0deg);
    }
}
@keyframes animationFramesOne {
    0% {
        transform: translate(0) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    to {
        transform: translate(0) rotate(0deg);
    }
}
@-webkit-keyframes opacity-option {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.05;
    }
    to {
        opacity: 1;
    }
}
@keyframes opacity-option {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.05;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes running-in {
    0% {
        transform: translate(0);
    }
    50% {
        transform: translate(-10px, 170px);
    }
    to {
        transform: translate(0);
    }
}
@keyframes running-in {
    0% {
        transform: translate(0);
    }
    50% {
        transform: translate(-10px, 170px);
    }
    to {
        transform: translate(0);
    }
}
@-webkit-keyframes movebounce-in {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(70px);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes movebounce-in {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(70px);
    }
    to {
        transform: translateX(0);
    }
}
@-webkit-keyframes movebounce-up {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes movebounce-up {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    to {
        transform: translateY(0);
    }
}
@-webkit-keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}
@-webkit-keyframes rotaed360 {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-1turn);
    }
}
@keyframes rotaed360 {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-1turn);
    }
}


@keyframes blinkingText{
        0%      { color: #14a8eb;}
        55%     { color: #f15a24;}
        /*100%     { color: #fff;}*/
        /*75%     { color: #254878;}
        100%    { color: #04a1d5;}*/
    }
/*=== circle animation ===*/
@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(360deg);
        }
}
/**/
@-webkit-keyframes running-in {
    0% {
        transform: translate(0);
    }
    50% {
        transform: translate(-10px, 50px);
    }
    to {
        transform: translate(0);
    }
}
@keyframes running-in {
    0% {
        transform: translate(0);
    }
    50% {
        transform: translate(-10px, 50px);
    }
    to {
        transform: translate(0);
    }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes moveit {
    from {left: 0;}
    to {left: 50%;}
}
 
/* Standard syntax */
@keyframes moveit {
    from {left: 0;}
    to {left: 50%;}
}
/*========== about-area ============*/
.about-area
{
    padding: 70px 0;
}
.about-area {
    position: relative;
    z-index: 1;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.about-image {
    position: relative;
    padding-right: 100px;
    padding-bottom: 80px;
}
.about-image img {
    border-radius: 5px;
    max-width: 100%;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.about-image img:nth-child(2) {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
}
.about-content .sub-title {
    text-transform: uppercase;
    display: block;
    color: #ff1949;
    font-weight: 500;
    margin-bottom: 10px;
}
.about-content h2 {
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 37px;
    font-weight: 700;
}
.about-content h6 {
    margin-bottom: 14px;
    line-height: 1.6;
}
.about-content p {
    margin-bottom: 15px;
    line-height: 1.5;
    color: #19191a;
    font-size: 16px;
}
.about-content ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-content .features-text {
    margin-top: 25px;
}
.about-content .features-text h5 {
    margin-bottom: 22px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding-left: 47px;
    padding-top: 7px;
}
.about-content .features-text i {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-color: #0eb582;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    font-size: 20px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.default-btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    padding: 10px 22px;
    position: relative;
    background-color: #3863e8;
    color: #ffffff;
    font-size: 15px;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
}
.default-btn:hover
{
    color: #fff;
}
/*=== top_courses_sec ===*/
.top_courses_sec
{
    padding: 50px 0;
}

.course_item
{
    background-color: #000;
    position: relative;
}
.course_item .c_big_item_img
{
        width: 100%;
}
.course_item .course_overlay
{
    
    padding: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: transparent;*/
     transition: .5s ease;
    min-height: 120px;
}
.course_item:hover .course_overlay
{
    background-color: rgba(0,41,75,0.9);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
     transition: .5s ease;
    text-align: center;
    min-height: 100%;
    /*opacity: 1;*/
}
.course_item:hover .course_overlay p
{
    display: block;
}
.course_item .course_overlay h3
{
    color: #fff;
    font-size: 24px;
}
.course_item .course_overlay p
{
    color: #fff;
    font-size: 16px;
    display: none;
}
.course_item .course_overlay .course_more
{
    width: 50px;
    height: 50px;
    background-color: #5fd102;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 27px;
}
.course_item .c_big_item_img
{
    opacity: 0.9;
}
/*========== about_home_sec ============*/
.about_home_sec
{
    padding: 50px 0;
    background-image: url('../images/about_sec_bg.jpg');
    background-size: cover;
}
.about_home_area {
    position: relative;
    
}
.about_image_main
{
    

}
.about-image {
    position: relative;
}
.about-image img
{
    /*width: 100%;*/
}
.about-content
{
    position: relative;
}
.about-content
{
    /*padding-top: 25px;*/
    /*padding-bottom: 25px;*/
}
.h_about_content h2 {
    font-size: 38px;
    color: #070024;
    margin: 0 0 25px 0;
    padding: 0 0 0px 0px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    
}
.h_about_content h4 {
    font-size: 16px;
    color: #3863e8;
    margin: 0 0 15px 0;
    padding: 0 0 0px 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.h_about_content p {
    line-height: 1.6;
    color: #070024;
    font-size: 15px;
    margin: 0 0 15px 0;
}
.h_about_content .ab_read
{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 11px 30px;
    margin: 20px 0 0px 0;
    display: inline-block;
    background-color: #3863e8;
    text-decoration: none;
    border-radius: 0px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


.home_ab_right
{
    
}
.home_ab_right img
{
    
}


/*== paralax_home_sec ==*/

.paralax_home_sec
{
    padding: 120px 0;
    position: relative;
}
.lte-overlay-dark{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    background: rgba(0,41,75,0.8)
}
.para_home_inner 
{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.para_home_inner h2
{
    font-size: 55px;
    color: #38d200;
}
.para_home_inner .para_btn
{

}
.para_home_inner ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.para_home_inner ul li
{
    display: inline-block;
    font-size: 40px;
    color: #fff;
    padding: 0 15px;
    position: relative;
}
.para_home_inner ul li:before {
        content: "";
    height: 27px;
    width: 2px;
    background-color: #e6ebe4;
    position: absolute;
    right: -3px;
    top: 17px;
}
.para_home_inner ul li:last-child:before
{
    display: none;
}
/**/
/*=== tips_sec ====*/
.tips_sec
{
    padding: 130px 0;
    background-color: #4068e7;
    background-image: url('../images/bg_particle1.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 400px;
}
.tips_content h2
{
    font-size: 38px;
    color: #fff;
    margin: 0 0 0px 0;
}
.tips_content p
{
    font-size: 16px;
    color: #fff;
    margin: 0 0 20px 0;
}
.tips_btn_box
{
    justify-content: flex-end;
    display: flex;
}
.tips_btn_box .tips_btn
{
    background-color: #fff;
    display: inline-block;
    color: #000;
    padding: 13px 22px;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    border: none;
    transition-duration: 0.3s;
    text-transform: uppercase;
}


/*===== contry_uni_sec ====*/
.contry_uni_sec
{
    padding: 60px 0;
}
.top_cate_box
{

}
.top_cate_box .grid figure
{
    background-color: #000;
}
.top_cate_box .grid img
{
    width: 100%;
}
.top_cate_box .grid figure img
{
    opacity: 0.9;
    transition-duration: 0.3s;
}
.top_cate_box .grid figure:hover img
{
    opacity: 0.4;
    transition-duration: 0.3s;
}
.top_cate_box .grid figure .flag_icon img
{
    opacity: 1;
}
.top_cate_box .grid h2
{
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 10px 0;
    letter-spacing: 0.8px;
}
.top_cate_box .grid p
{
    font-size: 15px;
    text-transform: initial;
    line-height: 1.3;
    letter-spacing: 0.8px;
    color: #fff;
}
.top_cate_box .grid figure .cate_btn
{
  opacity: 0;
}
.top_cate_box .grid figure:hover .cate_btn
{
  opacity: 1;
  /*-webkit-transform: translate3d(0,0px,0);
  transform: translate3d(0,0px,0) ;*/
      -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
        -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    display: inline-block;
}
.top_cate_box .cate_btn
{
    background: rgb(11 181 47 / 85%);
    border: none;
    padding: 9px 22px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin: 10px 0 0 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    /*display: none;*/
    -webkit-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
    display: none;
}
.flag_icon
{
        width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;

}
.flag_icon img
{
    width: 100%;
    opacity: 1 !important;
}
.top_cate_box figure.effect-lily figcaption > div
{
    padding:15px 20px;
}
.top_cate_box figure.effect-lily figcaption > div
{
    height: auto;
}
#country_uni_slider .owl-item.center .case_study_content
{
    display: block;
}
#country_uni_slider .owl-nav .owl-prev, #country_uni_slider .owl-nav .owl-next {
    position: absolute;
    background-position: center;
}
#country_uni_slider .owl-nav .owl-prev {
    left: 20px;
}
#country_uni_slider .owl-nav .owl-next {
    right: 20px;
}
#country_uni_slider .owl-nav .owl-prev, #country_uni_slider .owl-nav .owl-next {
    font-size: 31px !important;
    top: 38%;
    height: 46px;
    width: 46px;
    padding: 0;
    background-color: #3862e8 !important;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
/*===== testimonials_sec ======*/
.testimonials_sec
{
    padding: 60px 0 90px 0;
    position: relative;
    background-image: url('../images/testi_bg.png');
    background-attachment: fixed;
    background-color: #edf3f6;
}
.client_content {
    margin: 0;
    padding: 10px 30px 40px 30px;
    background-color: #fff;
    position: relative;
        -webkit-box-shadow: 0px 10px 30px 0px rgb(223 223 223 / 50%);
    box-shadow: 0px 10px 30px 0px rgb(223 223 223 / 50%);
}
.testi_name_details {
    /* margin-bottom: -50px; */
    position: absolute;
    bottom: -100px;
}
#testimonal_slider.owl-carousel .owl-stage
{
    padding-bottom: 100px;
}

.client_content .testi_img
{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 6px;
    overflow: hidden;
}
.testi_name_details h4
{
    color: #000;
    font-size: 20px;
}
.testi_name_details h5
{
    color: #555;
    font-size: 17px;
}
.client_content p {
    margin: 0 0 10px 0;
    padding: 0;
    color: #565151;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.3px;
    font-weight: normal;
    font-style: italic;
}

.cl_content_top h4
{
    margin: 0 0 5px 0;
    padding: 0;
    color: #000;
    font-size: 24px;
    font-weight: normal;
}
.cl_content_top h5 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding-left: 75px;
    position: relative;
}
.cl_content_top h5:before
{
    content: "";
    width: 60px;
    height: 2px;
    background-color: #e6203c;
    position: absolute;
    left: 0;
    top: 7px;
}
.cl_content_bottom
{
    margin-top: 10px;
}
#testimonal_slider .owl-dots .owl-dot span {
    height: 13px;
    width: 13px;
    background: #bcdce7;
}
#testimonal_slider .owl-dots .owl-dot.active span, #testimonal_slider .owl-dots .owl-dot:hover span {
    background: #f1ab42;
}
#testimonal_slider .owl-nav .owl-prev, #testimonal_slider .owl-nav .owl-next {
    position: absolute;
    background-position: center;
}
#testimonal_slider .owl-nav .owl-prev, #testimonal_slider .owl-nav .owl-next {
    position: absolute;
    background-position: center;
}
#testimonal_slider .owl-nav .owl-prev {
    right: 50px;
}
#testimonal_slider .owl-nav .owl-next {
    right: 0px;
}
#testimonal_slider .owl-nav .owl-prev, #testimonal_slider .owl-nav .owl-next {
    font-size: 24px !important;
    top: -88px;
    height: 40px;
    width: 40px;
    padding: 0;
    background-color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #3862e8;
    /* position: relative; */
}

#testimonal_slider .owl-nav .owl-prev:hover, #testimonal_slider .owl-nav .owl-next:hover
{
    color: #444;
}
/**/
/*== counter_sec ===*/
.counter_sec
{
    padding: 100px 0 80px 0;
    background-image: url('../images/counter_bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}
.counter_sec .bg_overlay {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}
.counter_heading h2
{
    font-size: 43px;
    color: #fff;
    position: relative;
    padding: 0 0 35px 0;
}
.counter_heading h2:before
{
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #5cd90f;

}
.counter_man_img
{
    position: absolute;
    right: 160px;
    bottom: -50px;
}
.counter_man_img img
{

}
.counter_box_comman {
    font-size: 20px;
    font-weight: bold;
    display: flex;
}
.counter_box
{
    padding: 30px 0px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.counter_box .counter_txt {
    width: 100%;
}
.counter_box .counter_icon {
    font-size: 33px;
    width: 70px;
    height: 70px;
    background-color: #b76a18;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.counter_box h2
{
    margin: 0 0 0 0;
}
.counter_box h2 .counter-value {
    font-size: 64px;
    padding: 0px 0 10px 0;
    margin: 0;
    color: #5cd90f;
    font-weight: 700;
    vertical-align: middle;
}
.counter_box h2 .c_more
{
    font-size: 20px;
    padding: 0px 0 0px 0;
    margin: 0;
    color: #5cd90f;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
.counter_box h2 span {
    
}
.counter_box h3 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.counter_sec .sub_heading.title_ribban:before
{
    background-color: #fff;
}
/*====== latest_news_sec =====*/
.latest_news_sec
{
    padding: 50px 0;
}
#latest_news_slider .owl-stage-outer {
}
#latest_news_slider .owl-nav .owl-prev, #latest_news_slider .owl-nav .owl-next {
    
}
#latest_news_slider .owl-nav .owl-prev {
    left: -35px;
}
#pricing_slider .owl-nav .owl-next {
    right: -35px;
}
#latest_news_slider .owl-nav .owl-prev, #latest_news_slider .owl-nav .owl-next {
    font-size: 43px !important;
    top: 40%;
    height: 50px;
    width: 50px;
    padding: 0;
    background-color: #0098ff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}
.news_box_item {
    margin: 0;
    padding: 0px;
    background-color: #ffffff;
    border-radius: 0px;
    position: relative;
    margin-top: 0px;
}

.news_box_item .price_img img {
    width: 100%;
    /*margin: 0 auto;*/
}
.news_box_item .latest_news_img_box
{
    position: relative;
}
.news_box_item .news_date {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    padding: 11px 5px;
    background-color: #3863e8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_box_item .news_date p
{
    margin: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}
.news_box_item .news_date p span
{
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
}
.latest_news_content
{
    padding: 0px 20px 0 20px;
    margin-top: -20px;
    position: relative;
}
.news_content_inner
{
    background-color: #f0f0f0;
    padding: 20px 20px;
}
.latest_news_content h3 {
    margin: 0 0 12px 0;
    padding: 0;
    color: #222;
    font-size: 20px;
}
.latest_news_content p {
    margin: 0 0 12px 0;
    padding: 0;
    color: #222;
    font-size: 15px;
    line-height: 1.4;
}
.latest_news_content .list_news_cate
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.latest_news_content .list_news_cate li
{
    display: inline-block;
    padding-right: 10px;
}
#latest_news_slider.owl-carousel.owl-drag .owl-item {
    display: flex;
}
#latest_news_slider .owl-stage {
    display: flex;
}
#latest_news_slider .owl-stage .item
{
    display: flex;
}
.testi_author {
    text-align: center;
}
.testi_author .t_details {
    margin-top: 30px;
    text-align: left;
    padding-left: 10px;
}
.testi_author h4 {
        margin: 15px 0 6px 0;
    padding: 0;
    color: #000;
    font-size: 20px;
}
.price_box_item
{
-webkit-box-shadow: 4px 4px 25px -24px rgb(0 0 0 / 81%);
-moz-box-shadow: 4px 4px 25px -24px rgb(0 0 0 / 81%);
box-shadow: 4px 4px 25px -24px rgb(0 0 0 / 81%);
}
#latest_news_slider.owl-theme .owl-dots .owl-dot span
{
    width: 18px;
    height: 18px;
    background: #eb9856;
}
#latest_news_slider.owl-theme .owl-dots .owl-dot.active span, #latest_news_slider.owl-theme .owl-dots .owl-dot:hover span
{
    background: #f8b62d;
}
/*======= footer_sec =======*/
.footer_sec
{
    padding: 45px 0 10px 0;
    background-color: #00294b;
}
.footer_box
{
   /* margin-bottom: 20px;*/
}
.footer_box .ft_heading {
    font-size: 17px;
    color: #fff;
    padding: 0 0 14px 0;
    margin: 0 0 20px 0;
    letter-spacing: 0.7px;
    font-weight: normal;
    position: relative;
}
.footer_box .ft_heading:before
{
    content: "";
    width: 150px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ft_contact .ft_logo
{
    margin-bottom: 0px;
}
.ft_contact .ft_logo img
{
    max-width: 210px;
}
.ft_contact ul
{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}
.ft_contact ul li
{
    display: block;
    margin: 0 0 11px 0;
    color: #5c5a57;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 600;
}
.ft_contact ul li .ft_icon
{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    color: #222;
}
.ft_contact ul li p
{
    font-size: 15px;
    color: #000;
    font-weight: 300;
    margin: 0 0 1px 0;
    letter-spacing: 0.8px;
}
.ft_contact ul li p a
{
    color: #fff;
}
.ft_contact ul li.li_social a
{
    color: #fff;
    padding-right: 13px;
}
.ft_contact ul li.li_social a:hover
{
    color: #ff6105;
    transition-duration: 0.3s;
}
.ft_contact p
{
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px 0;
    letter-spacing: 0px;
}
.ft_bx1 .ft_contact p
{
    font-size: 15px;
}
.ft_links ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft_links ul li
{
    display: block;
    margin: 0 0 7px 0;
}
.ft_links ul li a
{
    font-size: 16px;
    color: #fff;
    transition-duration: 0.3s;
    
    position: relative;
    padding-left: 19px;
}
.ft_links ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    color: #12a954;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 2px;
}
.ft_links ul li a:hover
{
    color: #50d909;
    transition-duration: 0.3s;
    /*padding-left: 3px;*/
}
.footer_c_content
{

}
.footer_c_content h4
{
    color: #38d200;
    font-size: 20px;
    margin: 0 0 7px 0;
}
.footer_c_content 
{
    color: #fff;
    font-size: 16px;
    border-top: 1px solid #026836;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #026836;
}
.footer_c_content ul
{
    list-style: none;
    padding: 0;
    margin: 0;

}
.footer_c_content ul li
{
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.footer_c_content ul li:before
{
    content: "/";
    position: absolute;
    right: 2px;
    top: 0;
}
.footer_c_content ul li:last-child:before
{
    display: none;
}
.footer_payment_icon
{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.footer_payment_icon li
{
    display: inline-block;
    padding: 1px 2px;
}
.footer_box .header_social_area 
{
    justify-content: flex-start;
}
/*============ footer_copyright_sec =========*/

.footer_social ul
{
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}
.footer_social ul li
{
    display: inline-block;
    padding: 0 4px;
}
.footer_social ul li a
{
    color: #fff;
    font-size: 14px;
    width: 34px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s;
    border-radius: 50%;
    border: 1px solid #67819e;
}
.footer_social ul li a:hover
{
    background-color: #28a8de;
    transition-duration: 0.3s;
    color: #fff;
    /*border-radius: 3px;*/
}
/*============ footer_copyright_sec =========*/
.footer_copyright_sec
{
	padding: 15px 0;
	background-color:#00294b;
}
.footer_copy p
{
	font-size: 15px;
    color: #fff;
    padding: 0;
    margin: 0px 0 0px 0;
    letter-spacing: 0.8px;
}
.footer_condition
{
    /*text-align: right;*/
}
.footer_condition p
{
    font-size: 13px;
    color: #fff;
    padding: 6px 0 0 0;
    margin: 0px 0 0px 0;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.footer_condition p a
{
    color: #fff;
}
/*====== top_to_scroll ======*/
#scrollup {
 width: 50px;
 height: 50px;
 display: none;
 background-color: #28a8de;
 position: fixed;
 bottom: 50px;
 right: 50px;
 text-align: center;
 line-height: 45px;
 color: #fff;
 font-size: 30px;
 border-radius: 6px;
	z-index: 9;
}
/*============ inner_page_banner_sec ============*/
.inner_page_banner_sec
{
    background-size: cover;
    width: 100%;
    min-height: 620px;
    /*display: flex;
    align-items: center;
    text-align: center;*/
    position:relative;
    display: flex;
    align-items: flex-end;
    background-position: top center;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
}
.bottom_ribban_gray
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.top_ribban_white
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.bottom_ribban_gray img,
.top_ribban_white img
{

}
.inner_page_banner_sec img
{
    width:100%;
}
.inner_page_banner_sec:before
{
    /*content:"";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,0.7);*/
    
}
.inner_banner_content
{
    z-index: 1;
    position: relative;
    padding-bottom: 90px;
    max-width: 670px;
    width: 100%;
}
.bannner_content_width
{
    /*max-width: 530px;*/
    width: 100%;
}
.inner_page_banner_sec h4
{
    font-size: 20px;
    color: #fafafa;
    padding: 0;
    margin: 0 0 15px 0;
}
.inner_page_banner_sec h1
{
    font-size: 60px;
    color: #fff;
    padding: 0;
    margin: 0 0 0 0;
    position: relative;
    font-family: 'Castoro', serif;
    letter-spacing: 3px;
}
.inner_page_banner_sec h1:before
{
    /*content: "";
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 17px;*/
}



/*==== comman page ====*/
.comman_content_txt p
{
    font-size: 15px;
    color: #2d3030;
    margin: 0 0 15px 0;
}

/*==== brand_logo_sec ====*/
.brand_logo_sec
{
    padding: 40px 0;
    
}
.brand_heading
{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.brand_heading h2
{
    color: #1f80fd;
    font-size: 37px;
    font-weight: 700;
}
/**/
#client_logo_slider.owl-carousel .owl-item img
{
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

/*==== about_page_sec ====*/


.progress_bar_area .progressbar {
  display: inline-block;
  width: 150px;
  padding: 0 10px;
  margin: 10px 0;
      margin-right: 30px;
}
.progress_bar_area .progressbar p
{
    font-size: 16px;
    color: #000;
    font-weight: 600;
        margin: 10px 0 0 0;
    line-height: 1.3;
}
.progress_bar_area .circle {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.progress_bar_area .circle canvas {
  vertical-align: middle;
  width: 120px;
  height: 120px;
}

.progress_bar_area .circle div {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    color: #1f80fd;
    font-weight: 600;
}

.progress_bar_area .circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.progress_bar_area .circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

/*=== about page ==*/
.about_page_sec2
{
    padding: 50px 0;
    /*background-color: #f3f3f3;*/
    position: relative;
}

.abt_img2
{
    padding-left: 50px;
}
.abt_img2 img
{
    border-radius: 50%;
}
.about_why ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}
.about_why ul li
{
    width: 100%;
    position: relative;
    font-size: 15px;
    color: #1f1f1f;
    
    margin: 0 0 25px 0;
}

.list_styled li
{
    padding: 0 0 0 17px;
    position: relative;
}
.list_styled li:before
{
    content: "\f111";
    font-family: 'FontAwesome';
    color: #368908;
    position: absolute;
    left: 0;
    font-size: 9px;
    top: 4px;
}
.about_tab_sec
{
    padding: 50px 0;
}
.about_tab_list
{
    
}
.about_tab_list .nav-tabs
{
    border-bottom: none;
    justify-content: center;
    margin-bottom: 20px;
}
.about_tab_list .nav-tabs li
{
    font-size: 20px;
}
.about_tab_list .nav-tabs li a
{
    border: none;
  border-bottom: 2px solid transparent;
    color: #000;
}
.about_tab_list .nav-tabs li a.active
{
    color: green;
    border-bottom-color: green;
}


.about_tab_list .tab-content
{

}
.abt_tab_body
{
    padding: 30px 15px;
}
.tab_body_desc
{
    padding-top: 30px;
}
.abt_tab_body .tab_body_desc h4
{
    font-size: 18px;
    color: #777;
    padding: 0;
    margin: 0 0 15px 0;
}
.abt_tab_body .tab_body_desc h3
{
    font-size: 33px;
    color: #000;
    margin: 0 0 15px 0;
}
.abt_tab_body .tab_body_desc p
{
    font-size: 16px;
    color: #333;
    line-height: 1.6;

}

/**/
.into_page_sec
{
    padding: 80px 0 70px 0;
    position: relative;
    /*background-color: #dff5eb;*/
}
.intro_page_area .intro_row
{
    margin-bottom: 30px;
    align-items: center;
}
.intro_page_area .intro_row:nth-child(even)
{
    /*flex-direction: row-reverse;*/
    
}

.intro_page_area h3
{
    font-size: 28px;
    color: #000;
    margin: 0 0 14px 0;
}
.intro_page_area p
{
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}
.intro_page_area ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.intro_page_area ul li
{
    font-size: 16px;
    color: #000;
    margin: 0 0 6px 0;
}
.country_page_img
{
    padding-right: 20px;
}
.country_page_img img
{
    border-radius: 5px;
}
/**/
/*== other_feature_sec ==*/
.other_feature_sec
{
    padding: 60px 0 30px 0;
    margin-bottom: 20px;
    background-color: #fafafa;
}
.ot_feature
{
    margin-bottom: 30px;
    display: flex;
}
.ot_feature_bx
{
    text-align: center;
    border: 1px solid #ddd;
    padding: 40px 20px;
    border-radius: 4px;
    width: 100%;
}
.ot_feature_bx .ot_icon
{
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b9b14;
    font-size: 29px;
    line-height: 1;
    border: 2px solid #4b9b14;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ot_feature_bx:hover .ot_icon
{
    background-color: #4b9b14;
    color: #fff; 
}
.ot_feature_bx h3
{
    font-size: 23px;
    color: #000;
    margin: 0 0 15px 0;
}
.ot_feature_bx p
{
    font-size: 16px;
    color: #000;
    margin: 0 0 1px 0;
}
.top_uni_left p
{
    font-size: 17px;
}
/*== country_accordian_sec ==*/
.country_accordian_sec
{
    padding: 60px 0 60px 0;
    position: relative;
    background-color: #0d828f;
   /* background-image: url('../images/pattern1.png');*/
}
.con_accordian_style {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.accordian-widget .card {
    margin: 0 0 10px 0;
    border: none;
    border-radius: 2px;
    overflow: hidden;
}
.accordian-widget .card-header > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f106";
    padding-right: 5px;
}
.accordian-widget .card-header > a.collapsed:before {
    float: right !important;
    content:"\f107";
}
.accordian-widget .card-header > a:hover, 
.accordian-widget .card-header > a:active, 
.accordian-widget .card-header > a:focus  {
    text-decoration:none;
}
.accordian-widget .card-link.collapsed  {
  color: #000;
  background-color: #ffffff;
}
.accordian-widget .card-link {
    color: #04ad8e;
    display: block;
    font-size: 17px;
    padding: 9px 15px;
    /*background-color: orange;*/
}
.con_accordian_style .card-header
{
  background-color: transparent;
  border-radius: 0 !important;
  padding: 0;
}
.con_accordian_style .accordian-widget .card-body
{

}
.con_accordian_style .accordian-widget .card-body p
{
  font-size: 16px;
  color: #333;
  margin: 0 0 10px 0;
}
.con_accordian_style .accordian-widget .card-body ol
{
  padding: 0 0 0 15px;
}
.con_accordian_style .accordian-widget .card-body ul
{
  padding: 0 0 0 15px;
}
.con_accordian_style .accordian-widget .card-body ul.list_styled
{
  padding: 0 0 0 0px;
}
.con_accordian_style .accordian-widget .card-body ul li,
.con_accordian_style .accordian-widget .card-body ol li
{
    font-size: 16px;
    color: #333;
    margin: 0 0 10px 0;
}
.con_accordian_style .accordian-widget .card-body ul li strong
{
    color: #0091e4;
}

/*== contact page ==*/
.contact_form_sec
{
    padding: 100px 0 70px 0;
    background-image: url('../images/contact_page_form_bg.png');
    background-position: bottom center;
}
.contact_add_box {
    padding: 33px 35px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 3px;
    background-color: #fff;
    height: 100%;
}
.ct_ads_bott0m .ct_ads_repeat:last-child
{
    border-bottom: none;
    margin-bottom: 0;
}
.ct_ads_repeat {
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding: 20px 0;
    margin-bottom: 10px;
}
.ct_ads_repeat p
{
    padding-left: 15px;
    color: #000;
}
.ct_ads_repeat p a
{
    color: #000;
}
.ct_ads_repeat .ct_icon
{
    width: 70px;
    height: 70px;
        min-width: 70px;
    background-color: #85b128;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 10px solid #e3e3e3;
}
.ct_ads_repeat i
{
    font-size: 23px;
    color: #fff;
    
        
}
.contact_form_main
{

}
.contact_form_box {
    
}
.contact_form .form-group
{
    margin-bottom: 20px;
}
.contact_form .form-control {
    resize: none;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
    outline: none;
    color: #000;
    height: 50px;
}
.contact_form textarea
{
    height: 140px !important;
}
.contact_form .comman_btn.btn_f_submit
{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 11px 50px;
    margin: 10px 0 0px 0;
    display: inline-block;
    background-color: #05808d;
    text-decoration: none;
    border-radius: 4px;
    letter-spacing: 0.5px;
    border: none;
    outline: none;
}
.contact_form label
{
    display: none;
}
.map_box iframe {
    width: 100%;
    height: 470px;
}

/**/
.counselling_faq_sec
{
    padding: 60px 0;
}
.counselling_left_i h3
{
    font-size: 45px;
    color: #000;
    margin: 0 0 10px 0;
    font-family: 'Castoro', serif;
}

.counselling_right_i  .card-header
{
    padding: 0;
}
.counselling_right_i .accordian-widget .card-link
{
    font-size: 19px;
}

/*== covid_sec ==*/
.covid_sec
{
    padding: 60px 0;
}
.covid_area
{
    border-radius: 15px;
    overflow: hidden;
}
.covid_pro_right
{
    background-color: #0c828f;
}
.covid_right_inner
{
    padding: 40px 30px;
}
.covid_right_inner h2
{
    font-size: 40px;
    color: #fff;
    font-family: 'Castoro', serif;
    letter-spacing: 3px;
    margin: 0 0 20px 0;
}
.covid_right_inner p
{
    font-size: 17px;
    color: #fff;
}
/*===== blog_page_sec ====*/
.blog_page_sec
{
    padding: 50px 0;
}
.blog_page_list .rb_repeat
{
    transition: all .5s ease-in-out 0s;
}
.blog_page_list .rb_repeat .media .blog_thumb_img
{
    border-radius: 0;
    position: relative;
    width: 235px;
}
.blog_page_list .rb_repeat:hover .blog_content h3 a
{
    color: #0899db;
}
.blog_page_list .rb_repeat .blog_thumb_img
{

}
.blog_page_list .rb_repeat .media .blog_content .blog_more_lnk
{
    color: #FC5A1A;
    font-size: 14px;
}
.blog_page_list .rb_repeat .media .blog_content .blog_more_lnk span
{
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
        position: relative;
}
/**/
.blog_more_lnk .spin::before,
.blog_more_lnk .spin::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
}
.spin {
    
}

.blog_more_lnk .spin::before,
.blog_more_lnk .spin::after {
    top: -1px;
    left: -1px;
}

.blog_more_lnk .spin::before {
    border: 1px solid transparent;
}

.blog_more_lnk .spin:hover::before {
    /*border-top-color: #FC5A1A;
    border-right-color: #FC5A1A;
    border-bottom-color: #FC5A1A;
    transition: border-top-color 0.15s linear, 
    border-right-color 0.15s linear 0.10s, 
    border-bottom-color 0.15s linear 0.20s;*/
}
.blog_page_list .rb_repeat:hover .spin::before
{
    border-top-color: #FC5A1A;
    border-right-color: #FC5A1A;
    border-bottom-color: #FC5A1A;
    transition: border-top-color 0.15s linear, 
    border-right-color 0.15s linear 0.10s, 
    border-bottom-color 0.15s linear 0.20s;
}
/*.blog_page_list .rb_repeat:hover .blog_more_lnk .blog_more_lnk 
{
    border: none;
}*/
.blog_more_lnk .spin::after {
    border: 0 solid transparent;
}

.blog_more_lnk .spin:hover::after {
    /*border-top: 1px solid #0eb7da;
    border-left-width: 1px;
    border-right-width: 1px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, 
    border-left-width 0s linear 0.35s, 
    -webkit-transform 0.4s linear 0s;*/
}
.blog_page_list .rb_repeat:hover .spin::after
{
    border-top: 1px solid #FC5A1A;
    border-left-width: 1px;
    border-right-width: 1px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, 
    border-left-width 0s linear 0.35s, 
    -webkit-transform 0.4s linear 0s;
}

.circle {
    /*border-radius: 100%;
    box-shadow: none;*/
}

.blog_more_lnk .circle::before,
.blog_more_lnk .circle::after {
    border-radius: 100%;
}
.blog_page_list .rb_repeat
{

}
/**/

.blog_page_list .blog_content p
{
    font-size: 14px;
    color: #000000;
    margin: 0 0 17px 0;
}
.blog_date
{
    width: 50px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    right: 6px;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.blog_date h5
{
    font-size: 20px;
    color: #000000;
    font-weight: 600;
        margin: 0;
}
.blog_date h5 span
{
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}


/**/
.widget_wrap .widget
{
    padding: 15px 25px 15px 25px;
    box-shadow: 0px 0px 17px 3px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0px 17px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.15);
    border-radius: 10px;
    margin-bottom: 30px;
}
.widget_wrap .widget h3
{
    font-size: 20px;
    color: #000;
    margin: 0 0 15px 0;
    padding: 0;
}
.recent_blog
{

}
.recent_blog .rb_repeat
{
    margin-bottom: 17px;
}
.recent_blog .rb_repeat .media .blog_thumb_img
{
    border-radius: 0;
    position: relative;
    width: 90px;
}
.recent_blog .blog_content h3
{
    margin: 0 0 7px 0;
    font-size: 15px;
    font-weight: 500;
    height: 37px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recent_blog .blog_content .r_date
{
    color: #FC5A1A;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.recent_blog .rb_repeat:hover .blog_content h3 a {
    color: #0899db;
}
.widget_menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_menu ul li
{
    width: 100%;
    display: block;
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}
.widget_menu ul li:last-child
{
    border-bottom: none;
}
.widget_menu ul li a {
    position: relative;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    transition-duration: 0.3s;
    
    width: 100%;
}
/*.widget_menu ul li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\f101";
    font-family: fontawesome;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}*/
.widget_menu ul li a:hover
{
    color: #f15a24;
    transition-duration: 0.3s;
}

.rb_repeat
{
    margin-bottom: 42px;
}
.rb_repeat .media .media-left
{
    padding-right: 25px;
}
.rb_repeat .media .blog_thumb_img
{
    width: 209px;
    
    overflow: hidden;
    border-radius: 10px;
}
.rb_repeat .media .blog_thumb_img img
{
    width: 100%;
}
.blog_page_list .blog_content h3
{
    margin: 0 0 16px 0;
    font-size: 20px;
}
.blog_page_list .blog_content p
{
    font-size: 14px;
    color: #000000;
    margin: 0 0 17px 0;
}
.blog_date
{
    width: 50px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    right: 6px;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.blog_date h5
{
    font-size: 20px;
    color: #000000;
    font-weight: 600;
        margin: 0;
}
.blog_date h5 span
{
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}


/**/
ul.blog_post_date
{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
ul.blog_post_date li
{
    display: inline-block;
    padding: 0 11px;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
ul.blog_post_date li:before
{
    content: "";
    height: 13px;
    width: 1px;
    background-color: #444;
    position: absolute;
    right: -2px;
    top: 4px;
}
ul.blog_post_date li:first-child
{
    padding-left: 0;
}
ul.blog_post_date li:last-child:before
{
    display: none;
}
.blog_details_img_big img
{
    width: 100%;
}
.blog_details h2
{
    font-size: 22px;
    color: #000;
    margin: 0 0 10px 0;
}
.blog_details p
{
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    margin: 0 0 15px 0;
}

.post_img_right
{
    background-color: #1A4568;
}
.post_img_right .post_img_box
{
    padding: 20px;
}
.post_img_right h3
{
    color: #fff;
    font-size: 20px;
    margin: 0;
    line-height: 1.8;
}

/*=== courses_page_sec ==*/
.courses_page_sec
{
    padding: 50px 0;
}
.courses_page_area .courses_row:nth-child(odd)
{
    flex-direction: row-reverse;
}
.cp_img_main img
{
    border-radius: 5px;
}
.cp_content h2 {
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 37px;
    font-weight: 700;
}
.cp_content p {
    margin-bottom: 15px;
    line-height: 1.5;
    color: #19191a;
    font-size: 16px;
}
/*==== become_tutor_sec ====*/
.become_tutor_sec
{
    padding: 100px 0 100px 0;
    background-image: url('../images/become_tutor_bg.jpg');
    background-size: cover;
}

.become_tutor_desc
{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    /*margin-top: 30px;*/
    text-align: center;
}
.become_tutor_desc h3
{
    font-size: 34px;
    color: #fff;  
    margin: 0 0 10px 0;
}
.become_tutor_desc a
{
        display: inline-block;
    background-color: #ffffff;
    padding: 10px 40px;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.4px;
    margin-top: 20px;
}
.become_tutor_desc a:hover
{
    background-color: #12a954;
    transition-duration: 0.3s;
    color: #fff;
}