body {
	height: 100% !important;
	font-family: 'Poppins', sans-serif;
	background: #f1f8ff;
	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;
}
.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_blue
{
    color: #336b87 !important;
}
.txt_color_white
{
	color: #fff !important;
}
.bg_color_gray
{
    background-color: #e6e6e4;
}
.bg_color_light_gray
{
	background-color: #fbfbfb;
}
.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 ======*/
/*============== Navigation ==========*/
.nav_sec {
    padding: 16px 0;
    background: #90afc5;
    /*background-color: #fff;*/
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    transition-duration: 0.4s;
    width: 100%;
    border-bottom: none;
    /*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(75% - 200px);*/
    display: flex;
    align-items: center;

}
.header_social_area
{
    /*width: 25%;*/
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_social_area .head_login_btn {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 40px;
    border: 2px solid #0bca1e;
    outline: none;
    font-weight: 600;
    transition-duration: 0.3s;

}
.header_social_area .head_login_btn:hover
{
    background-color: #0bca1e;
    color: #fff;
    transition-duration: 0.3s;
    border-color: #0bca1e;
}

.logo_box img
{
    height: auto;
}
.nav_inner
{
    position: relative;
}

.nav_sec .stellarnav > ul > li > a {
    padding: 15px 12px;
    text-transform: inherit;
    letter-spacing: 0.2px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}
.nav_sec .stellarnav > ul > li:last-child > a
{
    padding-right: 0;
}
.nav_sec .stellarnav > ul > li > a
{
    
}
/*.nav_sec .stellarnav > ul > li > a:before
{
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    height: 14px;
    width: 1px;
    background: #102399;
}
.nav_sec .stellarnav > ul > li:last-child a:before
{
    display: none;
}*/
.nav_sec .stellarnav > ul > li.active > a
{
    color: #fff;
}
.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;

}


.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: 7px 15px;
}

.nav_sec.navbar .navbar-nav li ul li a {
    padding: 7px 15px;
    font-size: 13px;
}
.stellarnav li li.has-sub > a:after
{
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}

.header_social
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.header_social li
{
    display: inline-block;
    padding: 0 4px;
}
.header_social li a
{
    color: #fff;
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff1848;
    transition-duration: 0.4s;
}
.header_social li a:hover
{
    background-color: #111;
    transition-duration: 0.4s;
}

/*============ main_banner ========*/
#main_banner
{
	position: relative;
}
#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: #ffd400;
	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;
	/*top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}
.banner_txt_box {
    max-width: 633px;
    text-align: left;
    width: 100%;
    /*padding-left: 16px;*/
}
.banner_txt_box h1,
.banner_txt_box h2
 {
	font-size: 40px;
    color: #fff;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 500;
    line-height: 1.2;
    
}
.banner_txt_box h3 {
    font-size: 30px;
    color: #fff;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 500;
    line-height: 1.2;
    
}

.banner_txt_box .banner_btn1 {
	font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 9px 23px;
    margin: 10px 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;
}
/* === comman content sec =====*/

.pro_page_content h2
{
    font-size: 31px;
    color: #000;
    padding: 0;
    margin: 0px 0 12px 0;
    letter-spacing: 0.6px;
    font-weight: 600;
    line-height: 1.3;
}
.pro_page_content h3
{
    font-size: 27px;
    color: #000;
    padding: 0;
    margin: 0px 0 12px 0;
    letter-spacing: 0.6px;
    font-weight: 600;
    line-height: 1.5;
}

.pro_page_content p
{
    font-size: 16px;
    padding: 0;
    margin: 0px 0 18px 0;
    letter-spacing: 0.6px;
    font-weight: 400;
    line-height: 1.6;
}
.abt_cnt_side
{
    padding-top: 30px;
}
.abt_img_side
{
    display: flex;
    justify-content: flex-end;
}
/*== call_action_sec ==*/
.call_action_sec
{
    padding: 100px 0;
    background-position: center;
    background-size: cover;
    background-color: #336b87;
}
.call_action_area h3
{
    font-size: 35px;
    margin: 0 0 19px 0;
    color: #fff;
}
.call_action_area h4
{
    font-size: 25px;
    margin: 0 0 22px 0;
    color: #fff;
}
.call_action_area p
{
    font-size: 24px;
    margin: 0 0 30px 0;
    color: #fff;
}
.call_action_area .big_call_btn
{

}
.action_btn
{
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 6px;
    /*border: 2px solid #0bca1e;*/
    background-color: #f31309;
    outline: none;
    font-weight: 600;
    transition-duration: 0.3s;
}
.action_btn:hover
{
    
    color: #fff;
    background-color: #309533;
    transition-duration: 0.3s;
}
/*===== testimonials_sec ======*/
.testimonials_sec
{
    padding: 60px 0 90px 0;
    position: relative;
    background-image: url('../images/testimonial_bg_img.jpg');
    background-attachment: fixed;
}
.testimonial_area
{
    
}
.client_content {
    margin: 0;
    padding: 10px 30px 40px 30px;
    background-color: #8d96a5;
}#testimonal_slider.owl-carousel .owl-stage
{
    padding-top: 35px;
}
.cl_content_top {
    margin-top: -30px;
}
.cl_content_top .media
{
    align-items: center;
}
.cl_content_top .media .media-left
{
    margin-right: 16px;
}
.cl_content_top .media .media-body
{
    padding-top: 30px;
}
.client_content .testi_img
{
    width: 100px;
    height: 110px;
    margin-bottom: 6px;
    overflow: hidden;
}
.client_content p {
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    font-weight: normal;
}

.cl_content_top h4
{
    margin: 0 0 5px 0;
    padding: 0;
    color: #fff;
    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;
}
/*== our_brand_sec ==*/
.our_brand_sec
{
    padding: 50px 0;
}
.fs_vidget_main
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.fs_feature_vidget
{
    width: 100%;
    margin: 20px 0;
    transition-duration: 0.3s;
}
.fs_feature_vidget:hover .more_btn
{
    color: #0bca1e;
    transition-duration: 0.3s;
}
.fs_feature_box {
    width: 100%;
    height: 100%;
    /* border: 1px solid #ccc; */
    padding: 25px 15px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 34px -7px rgba(0,0,0,0.21);
    -moz-box-shadow: 1px 1px 34px -7px rgba(0,0,0,0.21);
    box-shadow: 1px 1px 34px -7px rgba(0,0,0,0.21);
    text-align: center;
}
.fs_feature_box h3 {
    font-size: 18px;
    color: #0c1214;
    margin: 10px 0 20px 0;
    padding: 0 0 0px 0px;
    font-weight: 600;
    position: relative;
}
.fs_feature_box h3 a
{
    color: #0c1214;
}
.fs_feature_box p {
    font-size: 14px;
    color: #697275;
    margin: 0 0 5px 0;
    padding: 0 0 0px 0px;
}
.fs_feature_box .more_btn
{
    color: #221b68;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}
.fs_feature_box:hover .more_btn
{
    color: #1e4ee1;
}
/*=== Our Expertise ===*/
.expertise_sec
{
    padding: 50px 0 50px 0;
    background-image: url(../images/about_sec_bg.jpg);
    background-size: cover;
}
.port_gallery_comman
{
    border: 1px solid #ccc;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    transition-duration: 0.3s;
}
.port_gallery_comman .gal_name
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    padding: 10px 10px;
}
.port_gallery_comman .gal_name h6
{
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.port_gallery_comman:hover img{
    transform: scale(1.2);
    transform-style: preserve-3d;
     transition-duration: 0.3s;
}
/*== country_accordian_sec ==*/
.country_accordian_sec
{
    padding: 60px 0 60px 0;
    position: relative;
    background-color: #eeeeee;
}
.con_accordian_style {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.accordian-widget .card {
    margin: 0 0 10px 0;
    border: none;
    border-radius: 6px;
    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: #ff8401;
    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;
}
/* news blog*/
.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: 0;
    position: relative;
}
.news_content_inner
{
    background-color: #fff;
    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;
}

/*====== services_sec ======*/
.services_sec
{
    padding: 60px 0 20px 0;
    /*background-image: url('../images/services_bg.jpg');
    background-size: cover;*/
}
/*.services_sec .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;
}*/
.o_feature_box
{
    margin-bottom: 40px;
}
.online_feature_box
{
    width: 100%;
    
    height: 100%;
    background-color: #f2f7fd;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 26%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 26%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.26);
    position: relative;
}
.online_feature_box .online_feature_img
{
   
}
.online_feature_box .online_feature_img img
{
    width: 100%;
}
.online_feature_box .online_feature_content
{
    padding: 20px 15px;
    background-color: #f2f7fd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.online_feature_box .online_feature_content h3
{
    font-size: 19px;
    color: #1a1615;
    font-weight: 500;
    margin: 0;
}
.online_feature_box .online_feature_content p
{
    font-size: 14px;
    color: #5c5a57;
}
.online_feature_box .online_feature_content .read_btn {
    background-color: #3863e8;
    padding: 6px 6px;
    font-size: 20px;
    color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    transition-duration: 0.3s;
    min-width: 50px;
    min-height: 50px;
}
.online_feature_box .online_feature_content .read_btn:hover
{
    /*background-color: #000;
    color: #fff;
    transition-duration: 0.3s;*/
}

/*======= footer_sec =======*/
.footer_sec
{
    padding: 45px 0 0px 0;
    background-color: #000;
    
}
.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: 250px;
}
.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_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: #3863e8;
    transition-duration: 0.3s;
    /*padding-left: 3px;*/
}
.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:#000;
}
.footer_copy p
{
	/*text-align: center;*/
    font-size: 13px;
    color: #fff;
    padding: 6px 0 0 0;
    margin: 0px 0 0px 0;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.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: 265px;
    /*display: flex;
    align-items: center;
    text-align: center;*/
    position:relative;
    display: flex;
    align-items: center;
    background-position: center center;
}
.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.3);
    
}
.inner_banner_content
{
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    /*justify-content: flex-end;*/
}
.bannner_content_width
{
    /*max-width: 530px;*/
    width: 100%;
}
.inner_page_banner_sec h1
{
    font-size: 30px;
    color: #fff;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 600;
    position: relative;
    padding-left: 0;
    letter-spacing: 0.5px;
}
/*.inner_page_banner_sec h1:before
{
    content: "";
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 17px;
}*/
.inner_page_banner_sec p
{
    font-size: 16px;
    color: #fff;
}


/*==== 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;
    
}
.client_logo
{
        text-align: center;
}
.client_logo h5
{
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 0 0;
}
#brand_cate_slider.owl-carousel .owl-item img
{
    width: 100px;
    display: inline-block;
}
/**/

/*==== 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;
}

*/


/*============= contact_page_sec ===========*/
.contact_page_sec
{
    padding: 50px 0;
}
.contact_area
{
    /*max-width: 800px;
    width: 100%;
    margin: 0 auto;*/
}
.contact_area h3
{
    font-size: 30px;
    margin: 0 0 30px 0;
    color: #002147;
    font-weight: 700;
}
.contact_details_box
{
   
    
}
.contact_form,
.contact_details_box
{
     
}
.contact_details_box
{
     border: 1px solid #e6e2e2;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 15px -1px rgba(0,0,0,0.18);
    -moz-box-shadow: 1px 1px 15px -1px rgba(0,0,0,0.18);
    box-shadow: 1px 1px 15px -1px rgba(0,0,0,0.18);
    background-color: #fff;
}
.contact_form .form-group
{
    margin-bottom: 25px;
}
.contact_form .form-control
{
    resize: none;
    border-radius: 5px;
    border: 2px solid #e0e0e0;
    height: 50px;
    background: #fff;
    box-shadow: none;
    outline: none;
    color: #000;
}
.contact_form textarea
{
    height: 90px !important;
}
.contact_form .form-control:focus
{
    box-shadow: none;
    outline: none;
    background: #eee;
}
.contact_form .btn_box
{
    
}
.contact_form .btn_f_submit
{
    background: #3863e8;
    padding: 11px 30px;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    /* margin-top: 26px; */
    border-radius: 4px;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: none;
    transition-duration: 0.3s;
    text-transform: uppercase;
}

.contact_form .btn_f_submit:hover
{
    background-color: #222;
    color: #fff;
    transition-duration: 0.3s;
}

.contact_form ::-webkit-input-placeholder {
  /* Chrome */
  color: #9f9c9c;
  font-size: 16px;
  font-weight: 400; 
}

.contact_form :-ms-input-placeholder {
  /* IE 10+ */
    color: #9f9c9c;
  font-size: 16px;
  font-weight: 400;  
}

.contact_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9f9c9c;
  font-size: 16px;
  font-weight: 400;  }

.contact_form :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #9f9c9c;
  font-size: 16px;
  font-weight: 400;  }


.list_contact_details
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.list_contact_details li
{
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.list_contact_details li:last-child
{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0px;
}
.list_contact_details li .c_icon
{
    position: absolute;
    left: 0;
    top: 0;
    color: #3863e8;
    font-size: 25px;
    height: 100%;
    width: 32px;
}
.cl_box
{
    padding-left: 47px;
    position: relative;
}
.cl_box h4
{
    font-size: 20px;
    color: #3f4041;
    margin: 0 0 9px 0;
    padding: 0;
    font-weight: 600;
}
.cl_box p
{
    font-size: 16px;
    color: #070024;
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 1.4;
}
.cl_box p a,
.cl_box h5 a
{
    color: #070024;
    text-decoration: none;
}
.cl_box h5
{
    font-size: 15px;
    color: #111;
    margin: 0 0 0px 0;
    padding: 0;
    font-weight: 600;
}
/*== contact_page_map ==*/
.contact_page_map
{

}
.contact_page_map iframe
{
    height: 520px;
    width: 100%;
}
.fs_feature_icn .fa
{
    font-size: 50px;
    color: #0b58d0;
    margin: 0 0 10px 0;
}



.sidebar_list_inner
{

}
.sidebar_list_inner ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar_list_inner ul li
{
    display: block;
}

.sidebar_list_inner ul li a
{
    display: block;
    padding: 7px 0px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 15px;
    transition-duration: 0.3s;
}
.sidebar_list_inner ul li a:hover
{
    color: red;
    transition-duration: 0.3s;
}

/*floating apply now css*/
.ft_apply
{
    position: fixed;
    left: 0;
    bottom: 0px;
}
.ft_apply a
{
    display: inline-block;
    padding: 10px 11px;
    background-color: #15afc4;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    transition: all .5s ease-in-out 0s;
}
.ft_apply a:hover
{
    background-color: #2f3030;
    color: #fff !important;
}