:root {
  --orange: #fd5308;
  --skyblue : #00adef;
  --green: green;
}

body {
	height: 100% !important;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
    color: #666;
}

.fa
{
    font-family: 'FontAwesome';
    font-weight: normal;
}
/*=========== Comman ===========*/
h1, h2, h3, h4, h5, h6,p {
    /*line-height: 1.6;*/
	
	
}
a:hover,
a:focus
{
	text-decoration: none;
	outline: none;
	color: inherit;
	box-shadow: none;
}
img
{
	max-width: 100%;
}

a
{
    text-decoration: none;
}
.img_shadow
{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.heading_box
{

}
.heading_box h2,
.heading_box h1
{
    font-size: 28px;
    color: #2d2d2d;
    margin: 0 0 5px 0;
    font-weight: 500;
    text-transform: uppercase;
}
.heading_box h3
{
    color: #222;
    font-size: 18px;
    padding: 0 0 9px 0px;
    margin: 15px 0 7px 0;
    font-weight: 500;
}
.heading_box p
{
    font-size: 16px;
    color: #070024;
    margin: 10px 0 0px 0;
    /*font-weight: 700;*/
}
.heading_box.title_ribban h2,
.heading_box.title_ribban h1
{
    position: relative;
    padding: 0 0 12px 0;
}
.heading_box.title_ribban h2:before,
.heading_box.title_ribban h1:before
{
    content: "";
    width: 37px;
    height: 3px;
    background-color: #383838;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    
}
.heading_box.title_ribban.text-center h2:before,
.heading_box.title_ribban.text-center h1:before
{
    margin: 0 auto;
}

.heading_box .line
{
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.heading_box .line > span {
    display: inline-block;
    width: 170px;
    height: 1px;
    background-color: #fd5308;
}
.heading_box .line > span::before {
    bottom: -4px;
    color: #003A6A;
    font-size: 14px;
    height: 17px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 39px;
    z-index: 9;
    background-color: #fff;
}

.txt_color_orange
{
    color: var(--orange);
}
/**/

.dark_bg .content_comman_style h2,
.dark_bg .content_comman_style h3,
.dark_bg .content_comman_style p
{
    color: #fff !important;
}
.dark_bg_font_style h2,
.dark_bg_font_style h3,
.dark_bg_font_style h4,
.dark_bg_font_style h5,
.dark_bg_font_style h6,
.dark_bg_font_style p
{
    color: #FFF !important;
}
/* orange_btn */
.orange_btn
{
  background-color: #fd5308;
    color: #fff !important;
    position: relative;
    padding: 8px 16px;
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    vertical-align: middle;
    border: none;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.orange_btn:before
{
  bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 4px;
    background-color: #118acb;
}
.orange_btn:hover::before, .orange_btn:focus::before, .orange_btn:active::before
{
      transform: scaleX(1);
      color: #FFF;
}
.orange_btn:hover
{
  color: #FFF;
}

/**/
.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_orange
{
  color: #fd5308 !important;
}
.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: #f8f8f8;
}
.bg_color_orange
{
    background-color: #fd5308;
}
.bg_color_sky
{
    background-color: #00adef;
}
.bg_color_blue
{
    background-color: #002858;
}
.bg_color_green {
    background-color: #87cc00;
}
.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_tb_padding
{
  padding-top: 50px;
  padding-bottom: 50px;
}
.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;*/
    -webkit-box-shadow: 0px 10px 4px -10px rgb(238 238 238 / 90%);
    -moz-box-shadow: 0px 10px 4px -10px rgba(238,238,238,0.9);
    box-shadow: 0px 10px 4px -10px rgb(238 238 238 / 90%);
}
.top_header_sec
{
    padding: 7px 0;
    background-color: #3863e8;
    border-radius: 0 0 0 100px;
    background: linear-gradient(90deg, rgba(0,173,239,1) 15%, rgba(0,40,88,1) 100%);
    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: 14px;
    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 0px;
}
.header_social_area ul li a
{
    width: 30px;
    height: 30px;
    /*background: #808080;*/
    color: #fff;
    font-size: 13px;
    margin: 0 2px 0 0;
    text-align: center;
    border-radius: 4px;
    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: #fff;
}
.header_social_area ul li a.ct_head_btn
{
    width: auto;
    height: auto;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 14px;
    background-color: #fd5308;
}
.header_social_area ul li .in_btn:hover
{
  background-color: #3d5b9b;
}
.header_social_area ul li .fb_btn:hover
{
  background-color: #3d5b9b;
}
.header_social_area ul li .tw_btn:hover
{
  background-color: #2daae4;
}
.header_social_area ul li .y_btn:hover
{
  background-color: #f73d28;
}
.header_social_area ul li a:hover
{
     background-color: #fff;
     /*transition-duration: 0.3s;*/
}
/*============== Navigation ==========*/
.nav_sec {
	padding: 14px 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: 25%;
	display: flex;
    align-items: center;
}
.nav_area
{
	width: 75%;
    /*width: calc(77% - 100px);*/
	display: flex;
    align-items: center;

}
.header_social_area
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo_box img
{
	height: auto;
    max-width: 250px;
}
.nav_inner
{
	position: relative;
}
.nav_sec .stellarnav > ul > li
{
    padding: 0 0px;
}
.nav_sec .stellarnav > ul > li:last-child
{
    padding-right: 0;
}
.nav_sec .stellarnav > ul > li > a
{
	padding: 10px 13px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    position: relative;
    font-size: 14px;
    color: #000;
    transition-duration: 0.3s;
}
.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: #fd5308 !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: #2d2d2d;
}


.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: #fff;
    padding: 8px 15px;
    font-size: 14px;
    /*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;
    background-color: transparent;
    border: none;
}
#main_banner .carousel-control-next-icon, #main_banner .carousel-control-prev-icon
{
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    background-size: 8px;
    background-position: center;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
}
#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: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.banner_txt_box {
    max-width: 600px;
    width: 100%;
    z-index: 2;
    position: relative;
}
.banner_txt_box p {
    font-size: 21px;
    color: #fff;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.5px;
}
.banner_txt_box h1,
.banner_txt_box h2
 {
	font-size: 43px;
    color: #fff;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.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: #fd5308;
    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%;}
}
/*=== site_feature_sec ===*/
.site_feature_sec
{
    padding: 50px 0;
    margin-top: -130px;
    z-index: 1;
    position: relative;
}
.site_feature_box
{
    display: flex;
}
.site_feature
{
    background-color: #f4f4f4;
    padding: 20px;
    width: 100%;
}
.site_feature h4
{
    font-size: 16px;
    margin: 0 0 11px 0;
    text-transform: uppercase;
}
.site_feature h4 a
{
    color: #000;
    text-decoration: none;
     transition-duration: 0.3s;
}
.site_feature p
{
    font-size: 15px;
    margin: 0 0 0px 0;
    line-height: 1.6;
}
.site_feature:hover h4 a
{
    color: #fd5308;
    transition-duration: 0.3s;
}
/*========== about-area ============*/
.about-area
{
    padding: 70px 0;
    background-color: #f4f4f4;
}
.about-area {
    position: relative;
    z-index: 1;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.about-image {
    
}
.about-image img {
    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: 25px;
    font-weight: 600;
}
.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 .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
{
    
}
/**/

/* === education_country_sec === */
.education_country_sec
{
  padding: 50px 0;
}
.education_box
{
  margin-bottom: 30px;
}
.education_box_inner
{
  text-align: center;
}
.education_box_inner .edu_country_icon
{
  width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fd5308;
    display: flex;
    padding: 19px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.education_box_inner .edu_country_icon img
{
  
}
.education_box_inner h3
{
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.education_box_inner h3 a
{
  color: #2d2d2d;
}
.education_box_inner h3 a:hover
{
  color: #fd5308;
}
.education_box_inner p
{
  margin: 0 0 0 0;
}
/* === immigration_sec === */
.immigration_sec
{
  padding: 50px 0 20px 0;
}
.immi_box
{
  margin-bottom: 30px;
  display: flex;
}
.immi_box_inner
{
  padding: 30px 20px;
  text-align: center;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  position: relative;
    z-index: 2;
  
}
.immi_box_inner::before {
    content: "";
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    border: 0px solid rgba(255, 255, 255, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.immi_box_inner:hover::before {
    width: 100%;
    height: 100%;
    transition: all ease .50s;
    background-color: #2d2d2d;
    border-radius: 9px;
}
.immi_box_inner h3
{
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ccc;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.immi_box_inner p
{
  font-size: 28px;
  margin: 0 0 20px 0;
  color: #FFF;
  line-height: 1.4;
}
.immi_box_inner .immi_read_btn
{
  background-color: #FFF;
    color: #000;
    padding: 7px 14px;
    border-radius: 3px;
    display: inline-block;
}
.immi_box_inner .immi_read_btn:hover
{
  background-color: #fd5308;
  border: 1px solid #fff;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  color: #FFF;
}

/* == courses_sec == */

.courses_sec
{
  padding: 50px 0;
}
.courses_box
{
  display: flex;
  margin-bottom: 30px;
}
.courses_box_inner
{
  background: #fff;
    padding: 30px 15px;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  width: 100%;
}
.courses_box_inner .courses_img
{
  margin: 0 0 15px 0;
}
.courses_box_inner .courses_content
{
  
}
.courses_box_inner .courses_content h2
{
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
    font-weight: 500;
    color: #2d2d2d;
}
.courses_box_inner .courses_content h2 a
{
  color: #2d2d2d;
}
.courses_box_inner .courses_content h2 a:hover
{
  color: #fd5308;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.courses_box_inner .courses_content p
{
  
}
.courses_box_inner .courses_content .course_btn
{
  
}











/*== 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;
}
*/


/*===== testimonials_sec ======*/
.testimonials_sec
{
    padding: 60px 0 60px 0;
    position: relative;
    background-image: url('../images/testimonial_bg_img.jpg');
    background-attachment: fixed;
    background-color: #edf3f6;
}
.client_content {
    margin: 0;
    border-radius: 7px;
    background-color: rgb(253, 83, 7, 0.9);
    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 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
    padding: 15px 20px;
}
.client_content .testi_img
{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 6px;
    overflow: hidden;
    margin-right: 15px;
    border: 5px solid #fff;
}
.testi_name_details h4
{
    color: #fff;
    font-size: 18px;
}
.client_content p {
    margin: 0 0 0px 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}


.cl_content_bottom
{
    margin-top: 10px;
    padding: 15px 20px;
}
#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;
}
/*=== home_gallery_sec ==*/
.home_gallery_sec
{

}
.gall_box_main
{
    margin-bottom: 30px;
}
.gall_box
{
    position: relative;
}
.gall_box img
{
    width: 100%;
}
.gall_box .gall_overlay
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
}
.gall_box:hover .gall_overlay
{
    opacity: 1;
}
.gall_box .gall_overlay .thumbnail
{
    color: #fff;
    background-color: var(--orange);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 10px 0px;
}
.gall_box .gall_overlay h4
{
    color: #fff;
    font-size: 17px;
    text-shadow: 0 1px 2px #333;
    text-align: center;
}
/*== 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,40,89,0.87);
    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 {
    display: flex;
    margin-bottom: 20px;
}
.counter_box
{
    padding: 30px 0px;
    width: 100%;
    background-color: #002858;
    text-align: center;
    transition-duration: 0.3s;
}
.counter_box:hover
{
    background-color: var(--orange);
    transition-duration: 0.3s;
}
.counter_box:hover .counter_icon
{
    color: #fff;
}
.counter_box .counter_txt {
    width: 100%;
}
.counter_box .counter_icon {
    font-size: 31px;
    color: var(--orange);
    margin: 0 0 10px 0;
}
.counter_box h2
{
    margin: 0 0 8px 0;
}
.counter_box h2 .counter-value {
    font-size: 44px;
    padding: 0px 0 0px 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
}
.counter_box h3 {
    font-size: 13px;
    padding: 0;
    margin: 0;
    color: #fff;
    letter-spacing: 0.4px;
    font-weight: 300;
}

.counter_content h3
{
    font-size: 36px;
    color: #fff; 
    line-height: 1.5;
    margin: 0 0 15px 0;  
}
.counter_content p
{
    font-size: 14px;
    color: #FFF; 
    line-height: 1.7; 
}
.counter_content .know_btn
{
    color: #FFF;
    display: inline-block;
    padding: 9px 30px;
    border: 1px solid #fff;
    -webkit-border-radius: 35px;
            border-radius: 35px;
    text-decoration: none;
    margin-top: 20px;
}
/*====== latest_news_sec =====*/
.latest_news_sec
{
    padding: 50px 0;
    background-color: #f1f1f1;
}
.news_box
{
    margin-bottom: 30px;
}
.news_box_item {
    margin: 0;
    padding: 0px;
    position: relative;
    margin-top: 0px;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
}

.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;
    left: 0;
    width: 80px;
}
.news_box_item .news_date .news_date_top,
.news_box_item .news_date .news_date_bottom
{
    padding: 10px 10px;
}
.news_box_item .news_date .news_date_top
{
    background-color: rgb(253, 83, 7, 0.9);
}
.news_box_item .news_date .news_date_bottom
{
        background-color: rgb(17, 138, 203, 0.7);
}
.news_box_item .news_date h4,
.news_box_item .news_date h6
{
     margin: 0;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}
.news_box_item .news_date h4
{
    font-size: 26px;
}
.news_box_item .news_date h6
{
    font-size: 17px;
}
.latest_news_content
{
    padding: 20px 20px;
    position: relative;
}
.news_content_inner
{
    
}
.latest_news_content h3 {
    margin: 0 0 12px 0;
    padding: 0;
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.latest_news_content p {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.4;
}

.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%);
}
/* home_contact_sec */

.home_contact_sec
{
  padding: 50px 0;
  background-image: url('../images/contact_home_bg.png');
  background-size: cover;
  background-color: #eee;
}
ul.contact_list
{
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
}
ul.contact_list li
{
  font-size: 17px;
  border-top: 1px solid #d7d7d7;
  display: block;
  padding: 14px 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #2d2d2d;
  line-height: 1.1;
}


.comman_form_style .form-group
{
  margin-bottom: 20px;
}
.comman_form_style label {
  font-size: 15px;
}
.comman_form_style .form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;resize: none;
}
.comman_form_style textarea.form-control {
  height: 130px;
}
.comman_form_style .c_send_btn
{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.get_in_form .content_comman_lft
{
    background-color: #f4f4f4;
    padding: 20px 20px 20px 20px;
}
.comman_form_style h2
{
    font-size: 24px;
    color: #000;
}
.recent_post_list
{
  
}
.recent_post_list h3
{
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 14px 0;
}
.recent_post_list h3:before
{
  content: "";
  width: 30px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--orange);
}
.recent_post_list ul
{
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
}
.recent_post_list ul li
{
  border-top: 1px solid #d7d7d7;
  display: block;
  padding: 11px 0;
}
.recent_post_list ul li a
{
  color: #000;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.recent_post_list ul li a:hover
{
  color: var(--orange);
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/*======= footer_sec =======*/
.footer_sec
{
    padding: 45px 0 30px 0;
    background-color: #00adef;
}
.footer_box
{
   /* margin-bottom: 20px;*/
}
.footer_box .ft_heading {
    font-size: 16px;
    color: #fff;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    letter-spacing: 0.6px;
    position: relative;
    font-weight: 500;
}
.footer_box .ft_heading:before
{
    content: "";
    width: 30px;
    height: 4px;
    background-color: #fd5308;
    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;
    font-weight: 300;
}
.ft_links ul li a
{
    font-size: 14px;
    color: #fff;
    transition-duration: 0.3s;
}
.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: #fd5308;
    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: 0px 0 0 0;
}
.footer_social ul li
{
    display: inline-block;
    padding: 0 0px;
}
.footer_social ul li a
{
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s;
    border-radius: 5px;
    border: 1px solid transparent;
}
.footer_social ul li a:hover
{
    /*background-color: #28a8de;*/
    transition-duration: 0.3s;
    color: #fff;
    border: 1px solid #67819e;
    /*border-radius: 3px;*/
}
/*============ footer_copyright_sec =========*/
.footer_copyright_sec
{
	padding: 25px 0 45px 0;
	background-color:#002858;
}
.ft_copy_bx
{
    display: flex;
    align-items: center;
}
.footer_copy p
{
	font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0px 0 0px 0;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.footer_condition
{
    /*text-align: right;*/
}
.site_info p
{
    font-size: 13px;
    color: #fff;
    padding: 0 0;
    margin: 0px 0 0px 0;
}
.site_info p a
{
    color: #fff;
}
.ft_copy_3
{
    text-align: right;
}
/*====== 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;
}

/**/
.footer_whatsapp
{
    position: fixed;
    right: 15px;
    bottom: 10px;
}
.footer_whatsapp a
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e4e4e4;
    color: #7f7d7d;
    padding: 0px 15px 0 0;
    border-radius: 25px;
    font-size: 13px;
    line-height: 32px;
}
.footer_whatsapp a span
{
    padding-left: 10px;
}
.footer_whatsapp a i
{
    
}
/*============ inner_page_banner_sec ============*/
.inner_page_banner_sec
{
    background-size: cover;
    width: 100%;
    min-height: 205px;
    display: flex;
    align-items: center;
    position:relative;
    display: flex;
    align-items: flex-end;
    background-position: center center;
    padding: 25px 0;
    background-attachment: fixed;
}
.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.5);
    
}
.inner_banner_content
{
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}
.bannner_content_width
{
    /*max-width: 530px;*/
    width: 100%;
}
.inner_page_banner_sec h1
{
    font-size: 28px;
    color: #fff;
    padding: 0;
    margin: 0;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 600;
}
.breadcumb_area ul
{
    list-style: none;
    padding: 0;
    margin: 11px 0 0 0;
}
.breadcumb_area ul li
{
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
}
.breadcumb_area ul li a
{
    color: #fff;
    position: relative;
}
.breadcumb_area ul li a:before
{
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    right: -18px;
}
.breadcumb_area ul li:first-child
{
    padding-left: 0;
}
/* content_comman_style */
.content_comman_style h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 14px 0;
    color: #2d2d2d;
}
.content_comman_style h2
{
    font-size: 31px;
    margin: 0 0 10px 0;
    color: #222;
    line-height: 1.4;
}
.content_comman_style h3
{
    font-size: 30px;
    margin: 0 0 20px 0;
    color: #222;
}

.content_comman_style p
{
    font-size: 14px;
    margin: 0 0 15px 0;
    line-height: 1.7;
}
.content_comman_style p a
{
    color: inherit;
}
.content_comman_style .enr_btn
{
    color: #FFF;
    display: inline-block;
    padding: 10px 29px;
    margin-top: 20px;
    border: 1px solid #fff;
    -webkit-border-radius: 40px;
            border-radius: 40px;
    font-size: 17px;
    font-weight: 500;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.content_comman_style .enr_btn:hover
{
    background-color: var(--orange);
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
/* mission_sec */
.mission_sec
{
    padding: 50px 0 20px 0;
}
.mission_box
{
    margin-bottom: 30px;
}
.mission_box_inner
{
    background-color: #ffffff;
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 15%);
    padding: 40px 40px;
}
.mission_box_inner h2
{
  font-size: 44px;
  color: var(--orange);
}
.mission_box_inner h3
{
   font-size: 24px;
   color: #2d2d2d;
   margin: 20px 0 20px 0;
}
.mission_box_inner p
{
   font-size: 14px;
       text-align: left;
   line-height: 1.6;
}
/* get in */
.get_in_sec
{
    padding: 50px 0;
}
.get_in_touch .get_in_left
{
    background-color: #00adef;
}
.get_in_left .content_comman_desc
{
    padding: 40px 20px;
    color: #FFF;
}
.get_in_left ul li
{
    margin: 0 0 5px 0;
}
.get_in_left ul li strong
{
    font-weight: 500;
}
.get_in_form .comman_form_style textarea.form-control {
    height: 60px !important;
}

/* testimonial_dpt_sec */
.testimonial_dpt_sec
{
    padding: 50px 0 20px 0;
}
.testi_dpt_box
{
    margin-bottom: 30px;
}
.testi_dpt_box_inner
{
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
    padding: 40px 40px 40px 40px;
    border: 1px solid #eee;
}
.testi_dpt_box_inner h3
{
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0 8px 0;
}
.testi_dpt_box_inner h5
{
    font-size: 16px;
    color: #888888;
    margin: 0 0 20px 0;
}













/* tabs sec */
.student_tab_faq
{
    padding: 60px 0;
}
.student_tab_top
{
    margin: 0 0 30px 0;
}
.student_tab_top p
{
    font-size: 16px;
    color: #444;
    margin: 0 0 40px 0;
}
.student_tab_top h3
{
    font-size: 22px;
    color: #000;
    font-weight: 400;
}
.value_tab_repeat
{
    margin-bottom: 40px;
}
.value_tab_area{
    margin-top: 30px;
}
.value_tab_area .nav-tabs
{
    justify-content: center;
    border-bottom: none;
}
.value_tab_repeat h5
{
    text-align: center;
    font-size: 23px;
    text-transform: uppercase;
    color: #222;
}
.value_tab_area .nav-tabs .nav-item
{
    margin: 0 4px;
}
.value_tab_area .nav-tabs .nav-link
{
    background-color: #eee;
  border-radius: 0;
  border: none;
  color: #222;
}
.value_tab_area .nav-tabs .nav-item.show .nav-link, 
.value_tab_area .nav-tabs .nav-link.active
{
    background-color: var(--orange);
    color: #fff;
}
.value_tab_area .tab-pane
{
      background-color: #eee;
    padding: 20px 20px;
    border-radius: 7px;
}
.value_tab_body ul
{
    padding: 0 0 0 17px;
    margin: 10px 0;
}
.value_tab_body ul li
{
    margin: 0 0 5px 0;
        font-size: 14px;
        font-weight: 300;
}

/* ================ department_page =========== */
.department_page_wrap_sec
{
    margin: 50px 0;
}
.department_page_wrap
{
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}


/*department page list*/
.department_list
{
    margin-top: 50px;
}
.dptmnt_box
{
    margin-bottom: 30px;
}
.dptmnt_inner
{
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
  border: 1px solid rgba(240,240,240,1);
  
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.dptmnt_img img
{
    /*width: 100%;*/
}
.dptmnt_inner .dptmnt_cont
{
    margin-top: 5px;
    padding: 20px 20px;
}
.dptmnt_inner h4
{
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
}
.dptmnt_inner .orange_btn
{
    margin-top: 20px;
}
/*  */
.our_dept_sec
{
    padding: 40px 0 20px 0;
}
.our_dptmnt_box
{
    margin-bottom: 30px;
}
.our_dptmnt_inner
{
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
  border: 1px solid rgba(240,240,240,1);
  padding: 0px 0px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.our_dptmnt_inner  .our_dptmnt_cont
{
    margin-top: 5px;
    padding: 20px 20px;
}
.our_dptmnt_inner h4
{
    font-size: 22px;
    text-transform: uppercase;
    color: var(--skyblue);
}
.our_dptmnt_inner p
{
    font-size: 16px;
    color: #323131;
}
.our_dptmnt_inner .od_btn
{
    margin-top: 20px;
}

/* === full_paralax_sec === */
.full_paralax_sec
{
    padding: 90px 0;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    
}
.full_paralax_sec .para_overlay
{
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.6);*/
    background-color: rgba(0,40,89,0.87);
    position: absolute;
    left: 0;
    top: 0;
}
.full_paralax_area
{
    position: relative;
    z-index: 1;
  padding: 0 15px;
}

.regi_contact_box
{
    margin-bottom: 30px;
}
.register_contact
{
    margin-top: 40px;
}
.regi_contact_inner
{
    background: #002858;
    border: 1px dashed rgba(82,94,118,1);
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    position: relative;
}
.regi_contact_inner:hover
{
    background-color: var(--orange);
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.regi_contact_inner:hover h4
{
    color: #FFF;
}
.regi_contact_inner h4
{
    color: var(--orange);
    margin: 0 0 15px 0;
    font-size: 31px;
}
.regi_contact_inner h5
{
    color: #fff;
    font-size: 16px;
    margin: 0 0 0px 0;
    font-weight: 300;
    
}
.regi_contact_inner p
{
    color: #fff;
    font-size: 14px;
    margin: 0 0 0px 0;
    font-weight: 300; 
}
.regi_contact_inner p a
{
    color: #fff;
}
.content_comman_style .enr_btn
{
    
}
.regi_contact_inner .gutentor-link
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* ================ ielts page ========== */
.content_comman_desc .list_2_col
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.content_comman_desc .list_2_col li
{
    position: relative;
    padding-left: 25px;
    margin: 0 0 25px 0;
}
.content_comman_desc .list_2_col li:before
{
    content: "\f0a9";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--orange);
}
/* ielts_feature_sec */
.ielts_feature_sec
{
    background-color: #fcfcfc;
    padding: 50px 0;
}
.ie_fet_box
{
    margin-bottom: 30px;
}
.ie_fet_box_inner
{
    background-color: #ffffff;
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 15%);
    padding: 30px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.ie_fet_box_inner:hover
{
    background-color: var(--orange);
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.ie_fet_box_inner:hover h4,
.ie_fet_box_inner:hover h5,
.ie_fet_box_inner:hover p
{
    color: #FFF;
}
.ie_fet_box_inner h4
{
    font-size: 46px;
    color: var(--orange);
    margin: 0px 0 20px 0;
}
.ie_fet_box_inner h5
{
    color: #000;
    font-size: 18px;
    margin: 0 0 15px 0;
}
.ie_fet_box_inner p
{
    margin: 0;
}
/* visa_interview_sec */
.visa_interview_sec
{
    padding: 50px 0;
}
.vi_box
{
    margin-bottom: 30px;
}
.vi_box_inner
{
    background-color: #ffffff;
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 15%);
    padding: 30px 30px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.vi_box_inner h4
{
    font-size: 33px;
    color: var(--orange);
    margin: 0px 0 25px 0;
}
.vi_box_inner h5
{
    color: #000;
    font-size: 20px;
    margin: 0 0 20px 0;
    
}
.vi_box_inner p
{
    color: #000;
    margin: 0;
}
.rm_btn
{
    margin-top: 20px;
}
/*our_story_sec*/
.our_story_sec
{
    padding: 80px 0;
}
/*==== study page ====*/
.ser_area_main {
    margin-top: 50px
}

.ser_middle {
    text-align: center
}

.ser_left,
.ser_right {
    padding-top: 10px
}
.ser_box_middle
{

}
.ser_box_middle .ser_middle
{
    padding-top: 60px;
}
.service_reapet {
        position: relative;
    margin-bottom: 30px;
    transition-duration: .3s;
    padding-top: 55px;
}

.service_reapet:hover h3 a {
    color: #111;
    transition-duration: .3s
}

.service_reapet:hover .service_icon {
    background: #192eae;
    border-color: #192eae;
    transition-duration: .3s
}

.service_reapet h3 {
    font-size: 16px;
    padding: 0;
    margin: 0 0 6px 0;
    color: #000;
}

.service_reapet p {
        font-size: 13px;
    padding: 0;
    margin: 0 0 6px 0;
    font-weight: 300;
}


.ser_left .service_reapet {
    
    text-align: right
}

.ser_right .service_reapet {
    
}

.service_reapet .service_icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    color: #fff;
    font-size: 20px;
}

.ser_left .service_reapet .service_icon {
    right: 0
}

.ser_right .service_reapet .service_icon {
    left: 0
}

.service_reapet .service_icon img {
    width: 40px
}

.service_icon img {
    animation: blinkingText 3s infinite
}
/*== study_slider_sec ==*/
.study_slider_sec
{
    padding: 50px 0;
}
.study_country_box ul
{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}
.study_country_box ul li
{
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #fd5308;
    margin: 0 0 17px 0;
    padding: 0 0 0 30px;
}
.study_country_box ul li:before
{
    content: "\f18e";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}
.study_country_box
{
    background-image: url('../images/map_bg_university.png');
    background-size: cover;
}
#university_img_slider .owl-nav .owl-prev, #university_img_slider .owl-nav .owl-next {
    position: absolute;
    background-position: center;
}
#university_img_slider .owl-nav .owl-prev, #university_img_slider .owl-nav .owl-next {
    position: absolute;
    background-position: center;
}
#university_img_slider .owl-nav .owl-prev {
    left: 0px;
}
#university_img_slider .owl-nav .owl-next {
    right: 0px;
}
#university_img_slider .owl-nav .owl-prev, #university_img_slider .owl-nav .owl-next {
    font-size: 24px !important;
    top: 43%;
    height: 40px;
    width: 40px;
    padding: 0;
    background-color: #222 !important;
    border-radius: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
    margin: 0;
    /* position: relative; */
}

#university_img_slider .owl-nav .owl-prev:hover, #university_img_slider .owl-nav .owl-next:hover
{
    color: #fff;
    opacity: 0.6;
}
/**/
.brand_logo_sec
{
    padding: 50px 0 0 0;
}
/*student_center_banner*/
.student_center_banner
{
    position: relative;
    background-color: #f1f1f1;
    padding: 100px 0 0 0;
}
.gutentor-block-shape-bottom
{
    bottom: -1px;
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.gutentor-block-shape-bottom svg {
    height: 250px;
}
.gutentor-block-shape-bottom svg path{
    fill: #ffffff;
}
.gutentor-block-shape-bottom svg path {
    fill: #ffffff;
}
.student_center_left
{
    max-width: 420px;
    width: 100%;
}
.student_center_left h1
{
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.student_center_left p
{
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    text-align: justify;
}
.content_comman_lft .student_img
{
    max-width: 260px;
}
/*=== scrollership_sec ===*/
.scrollership_sec
{
    padding: 30px 0;
    background-color: var(--orange);
}
.scrollership_lft h3
{
    font-size: 27px;
    color: #fff;
}
.scrollership_mdl h2
{
    font-size: 28px;
    color: #fff;
    letter-spacing: 0.4px;
}
.scrollership_mdl p
{
    font-size: 15px;
    color: #fff;
    margin: 0;
}
.scrollership_rgt .scrol_btn
{
    background-color: #fff;
    color: var(--orange);
    display: inline-block;
    padding: 12px 30px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
}
/**/

.work_tab_body
{
    padding: 30px 0 0 0;
}
.how_work_area .nav-tabs .nav-link
{
    color: #666;
    border: none;
    border-bottom: 3px solid transparent;
}
.how_work_area .nav-tabs .nav-item.show .nav-link, 
.how_work_area .nav-tabs .nav-link.active
{
    color: #fd5308;
    background-color: transparent;
    border-bottom-color: var(--orange);
}
.work_tab_body ol
{

}
.work_tab_body ol li
{
    font-weight: 500;
    margin: 0 0 9px 0;
    font-size: 15px;
}
.career_box
{
    margin-bottom: 20px;
}
.career_box h4
{
    font-size: 19px;
    color: #222;
}
#counter_only_career
{
    padding: 150px 0 !important;
    clip-path: polygon(0 9%, 100% 0, 100% 92%, 0 100%);
}
#counter_only_career .counter_box
{
    padding: 20px 0px;
    background-color: transparent;
    text-align: left;
}
#counter_only_career .counter_box .counter_icon
{
    font-size: 40px;
}
#counter_only_career .counter_box .counter_txt
{
    padding-left: 52px;
}
.feel_free_sec
{
    background-color: #002858;
}
.feel_free_sec .content_comman_style h2
{
    font-size: 38px;
    font-weight: 600;
}
/*==== contact page ===*/
.contact_page_address
{
    padding: 50px 0 30px 0;
}
.con_add_box_main
{
    margin-bottom: 20px;
}
.con_add_box
{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.con_add_box .ct_icon
{
    font-size: 35px;
    color: var(--orange);
    line-height: 1;
}
.con_add_box .ct_details
{
    padding-left: 25px;
}
.con_add_box .ct_details h3
{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin: 0 0 4px 0;
}
.con_add_box .ct_details p
{ 
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin: 0 0 4px 0;
}
.con_add_box .ct_details p,
.con_add_box .ct_details p a
{
    color: #5e5e5e;
}



.contactus_page_sec {
    padding: 50px 0 50px 0;/*   background: #ecf3f6;*/
}
.contact_right_main {
    
}
.contact_left_main {
    /*padding-right: 40px;*/
}
.contact_form_bx
{
    background-color: #ffffff;
    box-shadow: 0 0 40px 2px rgb(0 0 0 / 15%);
    padding: 30px 30px;
}
.contact_form label {
    font-size: 13px;
}
.contact_form .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact_form textarea.form-control {
    height: auto;
}
.contact_form .form-control:focus {
    border-color: #ccc;
    outline: 0;
    background-color: #fff;
   /* -webkit-box-shadow: inset 0 1px 1px rgba(152,51,155,.075), 0 0 8px rgba(152,51,155,.6);
    box-shadow: inset 0 1px 1px rgba(152,51,155,.075), 0 0 8px rgba(152,51,155,.6);*/
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.contact_form .btn-blue:focus, #contact_form1 .btn-blue:hover {
    background: #fff;
    color: #98339b;
    border: #98339b 1px solid;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}
.contact_form .submit_btn {
    background-color: var(--orange);
    color: #fff;
    font-size: 14px;
    padding: 11px 48px;
    border: none;
    border-radius: 35px;
    display: inline-block;
    margin-top: 10px;
}
.contact_right_main
{
    display: flex;
    align-items: center;
}
.contact_right h5 {
    font-size: 19px;
    color: #030712;
    line-height: 1.3;
    letter-spacing: 0.7px;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}
.contact_right h2 {
    font-size: 45px;
    color: #000;
    line-height: 1.1;
    letter-spacing: 0.5px;
    padding: 0 0 0px 0;
    margin: 0 0 40px 0;
    font-weight: 700;
}
.contact_right h2 span
{
    color: var(--orange);
}
.contact_right h5 {
    font-size: 17px;
    color: #111;
    line-height: 1.3;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0px 0 20px 0;
}
.contact_right h4 {
    font-size: 22px;
    color: var(--orange);
    line-height: 1.3;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0px 0 20px 0;
}
.contact_right h4 a
{
    color: var(--orange);
}
.contact_right p {
    font-size: 14px;
    color: #111;
    line-height: 1.3;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.contact_right p a
{
    color: #111;
}
.contact_page_details_sec {
    padding: 50px 0;
}
 .contact_form ::-webkit-input-placeholder {
  /* Chrome */
  color: #444;
 font-size: 16px;
 font-weight: 400;
}
 .contact_form :-ms-input-placeholder {
  /* IE 10+ */
    color: #444;
 font-size: 16px;
 font-weight: 400;
}
 .contact_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #444;
 font-size: 16px;
 font-weight: 400;
}
 .contact_form :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #444;
 font-size: 16px;
 font-weight: 400;
}

/**/
.contact_map_sec
{

}
.ct_map_area
{
    margin-bottom: 30px;
}
.ct_map_area iframe
{
    height: 500px;
    width: 100%;
}

/*floating apply now css*/
.ft_apply
{
    position: fixed;
    left: 0;
    bottom: 0px;
}
.ft_apply a
{
    display: inline-block;
    padding: 10px 11px;
    background-color: #EE5135;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    transition: all .5s ease-in-out 0s;
}
.ft_apply a:hover
{
    background-color: #41ADEF;
    color: #fff !important;
}