/*-----------------------------------------------------------------------------------
    Template Name: Onitir IT solution template
    Template URI: https://AndroThemes.biz/onitir
    Author: AndroThemes
    Template URI: http://androthemes.com
    Version: 1.0

    Note: This is Main Style Scss File. 
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================
    01. Common
    02. Header
    03. Banner
    04. About
    05. Services
    06. Call to action
    07. Features Boxes
    08. Video
    09. Team
    10. Skill
    11. Portfolio
    12. Testimonial
    13. Blog
    14. Contact
    15. Framework
    16. Counter
    17. Breadcrumb
    18. Sidebar
    19. Faq
    20. Footer
-----------------------------------------------------------------------------------*/
/*===========================
	COMMON CSS 
===========================*/

body {
  font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Tahoma,sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:focus,
a:hover {
  text-decoration: none;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: #041d38;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration:none;
}


input,
select,
textarea {
  width: 100%;
  height: 50px;
  border: 2px solid #ededed;
  font-size: 14px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #041d38;
  text-transform: uppercase;
  padding: 0 30px;
}

textarea {
  padding-top: 20px;
  height: 120px;
}

.input-group {
  position: relative;
}

.input-group input,
.input-group textarea {
  padding-left: 65px;
}

.input-group .icon {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffaa17;
}

.input-group.textarea .icon {
  top: 20px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

/*===== Common class Style =====*/


.main-btn {
  font-size:16px;
  color:#041d38;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0 45px;
  background-color: #fff;
  border: 2px solid #fff;
  position: relative;
  height:50px;
  line-height:50px;
}

.main-btn::after, .main-btn::before {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 10px;
  width: 2px;
  content: '';
  background-color:#007fcc;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-btn::before {
  width: 10px;
  height: 2px;
}

.main-btn:hover {
  color: #041d38;
}

.main-btn.btn-borderd {
  border: 2px solid rgba(4, 29, 56, 0.1);
  background-color: transparent;
}

.main-btn.btn-borderd:hover {
  background-color: #ffaa17;
  border-color: #ffaa17;
}

.main-btn.btn-borderd:hover::after, .main-btn.btn-borderd:hover::before {
  background-color: #041d38;
}

.main-btn.btn-filled {
  background-color: #ffaa17;
  border-color: #ffaa17;
  display:inline-block;
}

.about{
  position: relative;
	padding:11px 40px;
	border-radius:25px;
	line-height:24px;
	color:#fff;
	text-align: center;
	display:inline-block;
	font-size:16px;
	background:#ffaa17;
	text-transform:uppercase;
	font-family:'Montserrat', sans-serif;
	-webkit-transition: all 0.3s ease-out 0s;
  	transition: all 0.3s ease-out 0s;
}

.about:hover{background:#e63718;}

.main-btn.btn-filled::after, .main-btn.btn-filled::before {
  background-color: #041d38;
}

.main-btn.btn-filled:hover {
  background-color: transparent;
  border-color: rgba(4, 29, 56, 0.1);
}

.main-btn.btn-filled:hover::after, .main-btn.btn-filled:hover::before {
  background-color: rgba(4, 29, 56, 0.1);
}

.section-title h2 {
  font-size:30px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight:bold;
}

.about-text .section-title h2::after{
  content: "";
  position: absolute;
  bottom:-13px;
  left:0;
  height:3px;
  width:60px;
  background:#ffaa17;
}

.section-title{position:relative;}



.margin_top_bottom{margin:12% auto 0px auto;}
.single-banner{
  background-size: cover;
  background-position: center;
  position: relative;
  height:800px;
}
.banner-section .single-banner .banner-text p{line-height:80px;}
 .container,
 .container-lg,
 .container-md,
 .container-sm,
 .container-xl {
 max-width:1400px;}
.contact-list{overflow:hidden; float:right;}

.sticky .active > a {
  color:#007fcc!important;
}
.single-service p{text-align:left; }


.sec-title{margin-bottom:50px;}
.sec-title span{
    color:#fff;
    background:#e63718;
    padding:10px 20px;
	margin-left:10px;
	font-weight:normal;
	font-family:'Montserrat', sans-serif;
	font-size:20px;
}

.sec-title h1 {
	font-size:30px;
	color:#041d38;
	line-height:1.2em;
	text-transform:capitalize;
	margin-bottom:10px;
	margin-top:13px;
    letter-spacing:1px;
	font-weight:bold;
}

.sec-title h2 {
	font-size:28px;
	color:#041d38;
	line-height:1.2em;
	text-transform:capitalize;
	margin-bottom:30px;
	margin-top:13px;
    letter-spacing:1px;
	font-weight:bold;
}

.about_bg{background:url("../images/sy.png") no-repeat 80% bottom;}
.portfolio-desc h4{font-size:16px;}
.portfolio-desc a{color:#fff;} 
.portfolio-desc span{font-size:14px;}


.ct_bei{overflow:hidden; display:block; position:relative; width:100%; height:100%;}
.ct_bei .single-slider{-webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.ct_bei:hover .single-slider{
	-webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ct_bei:hover .link_a{text-decoration:underline;}

.latetest-post .post-loop .post {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns:250px 1fr;
      grid-template-columns:250px 1fr;
  grid-column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.justify-content-center .widget-title {
  font-size:28px;
  text-transform:uppercase;
  color:#041d38;
  margin-bottom:30px;
}

.post-desc h5{font-size:16px; line-height:30px;}
.post-desc a:hover{text-decoration:underline; color:#ffaa17;}
.post-img{overflow:hidden;}
.post-img:hover img{-webkit-transform: scale(1.1);
          transform: scale(1.1);}

.time{color:#ffaa17;}
.xm_a{color:#041d38; text-decoration:underline; font-size:18px;}
.xm_a:hover{color:#ffaa17; text-decoration:underline;}
.latest-post-box h5{font-size:18px; line-height:40px;}
.latest-post-box:hover a{color:#ffaa17; text-decoration:underline;}
.latest-post-box p{font-size:14px; line-height:24px; color:#666; margin-bottom:5px; }
.latest-post-box{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #ddd;}

/*___ owl Nav Dot Style _____*/
.owl-nav-style-one{}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top:-60px;
    right: 0;
    margin: 0;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width:40px;
    height:40px;
    background: #de9e53;
    border: 0px solid #f9f6f0;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    line-height:40px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    position: relative;
    top: -5px;
    display: inline-block;
    line-height: 30px;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #fff;
	background:#de9e53;
}



.owl-nav-style-two{}
.owl-nav-style-two .owl-controls { }
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color:#de9e53;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    background:#de9e53;
}


.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 47px;
}
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    line-height: 6px;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 35px;
	height: 6px;
    background: #d9d9d9;
    border: 0px solid #4c4c4c;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 10px;
	transition: all 500ms ease;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span{
	display: none;	
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
    width: 95px;
}

.case-img{overflow:hidden; border:1px solid #c6c6c6;}
.case-img:hover img{-webkit-transform: scale(1.1);
          transform: scale(1.1);}
.case-text a{font-size:16px; line-height:40px; color:#333;}
.case-text a:hover{color:#ffaa17; text-decoration:underline;}
.case-wrapper:hover .case-text a{color:#ffaa17; text-decoration:underline;}
.copyrigt-text p{font-size:13px; font-weight:normal; color:#bcbcbc;}
.post-loop{margin-bottom:20px; }
.post a{font-size:16px;}
.footer-widget-area .widget-title::after {
  content: "";
  position: absolute;
  bottom:-11px;
  left:0;
  height:2px;
  width:30px;
  background:#ffaa17;
}

.footer-widget-area .widget-titlee::after {
  content: "";
  position: absolute;
  bottom:-11px;
  left:0;
  height:2px;
  width:30px;
  background:#ffaa17;
}	
.case_h3{text-indent:0.5em; line-height:50px; }
.widget img{max-width:60%; }
.copy-right-area{position:relative; z-index:2; background:#14274c; border-top:1px solid #283742;}
.xian{border-bottom:1px solid #e5e5e5; width:100%; overflow: hidden;}
.xian_gao{border-bottom:1px solid #e5e5e5; width:100%; margin:10px auto; overflow: hidden;}
.daohang{margin:30px auto; height:50px;}
.daohang li{line-height:50px; text-align:center; padding:0 10px;}
.daohang li a{color:#333; font-size:15px; display:block; background:#eee; transition: all 500ms ease;}
.daohang li:hover a{background:#007fcc; color:#fff; }
.daohang .active{background:#007fcc; color:#fff; }
.justify-content-center{margin-left:0px; margin-right:0px; }
.bai{color:#fff;}
.idea_bg_ln{text-align:center;}
.text_idea_ln .hei{color:#333; text-align:center;}
.text_idea_ln h3{margin-bottom:10px; font-size:30px; color:#333;}
.text_idea_ln h4{margin-bottom:30px; font-size:20px; color:#333;}
.hr img{max-width:60%;}
.hr{text-align:center;}

.kuan_90{width:98%; height:auto; margin:0px auto;}
.idea_bg{
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	overflow:hidden;
	margin-bottom:50px;
}
.idea_bg_ln{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow:hidden;
	margin-bottom:0px;
	height:320px;
	align-items:center;
	display:flex;
	justify-content:center;
	
}
.huibei{background:#eee; }
.text_idea{padding-top:100px; padding-bottom:100px; padding-left:30px; padding-right:30px; position:relative; z-index:3; }
.text_idea h3{margin-bottom:5px; font-size:30px; color:#fff;}
.text_idea h4{margin-bottom:30px; font-size:20px; color:#fff;}
.idea_bg_left::after{
 position:absolute;
 left:0;
 top:0;
 height:100%;
 width:100%;
 background-color:#007fcc;
 opacity:.9;
 content:"";
 padding-top:100px;
 padding-bottom:100px;
 z-index:1;
}
.idea_bg_right::after{
 position:absolute;
 left:0;
 top:0;
 height:100%;
 width:100%;
 background-color:#ffaa17;
 opacity:.9;
 content:"";
 padding-top:100px;
 padding-bottom:100px;
 z-index:1;
}

.p-left{float:left!important;}	
.p-right{float:right!important;}	

.consultation{
	position: relative;
	background: #e63718;
}

.licheng_con{padding:30px 30px 60px 30px;}

.consultation::before{
	content: "";
	background:url("../images/logo_touming.png") no-repeat 80% bottom;
	position:absolute;
	width:100%;
	height:100%;
	bottom:0px;
	
}

.consultation .sec-title h1{
	color: #fff;
}
.main-timeline{
    overflow: hidden;
    position: relative;
    padding: 60px 0;
}

.main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #cfcdcd;
    position: absolute;
    top: 0;
    left: 50%;
}

.main-timeline .timeline{
    width: 50%;
    clear: both;
    position: relative;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    clear: both;
}

.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
    content: "";
    width: 11px;
    height: 11px;
    background: #e63718;
    box-sizing: content-box;
    border: 5px solid #fff;
    box-shadow: 0 0 0 2px #e63718;
    position: absolute;
    top: -54px;
    right: -11px;
}

.main-timeline .timeline:last-child:before{
    top: auto;
    bottom: -54px;
}

.main-timeline .timeline:last-child:nth-child(even):before{
    right: auto;
    left: -10px;
}

.main-timeline .timeline-icon{
    width: 24px;
    height: 24px;
    background: #e63718;
    border: 1px solid #e63718;
    position: absolute;
    top: 17px;
    right: -13px;
    z-index: 1;
    transform: rotate(45deg);
}

.main-timeline .timeline-icon:before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease 0s;
}

.main-timeline .timeline:hover .timeline-icon:before{background: #ffffff;}
.main-timeline .timeline-content{
    width: 85%;
    padding: 18px 30px;
    background: #fff;
    text-align: right;
    float: left;
    border: 1px solid white;
    position: relative;
    transition: all 0.3s ease 0s;
}

.main-timeline .timeline:hover .timeline-content{
    border: 1px solid #ffffff;
}

.main-timeline .timeline-content:before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #e63718;
    border: 1px solid #ffffff;
    position: absolute;
    top: 21px;
    right: -5.3px;
    transform: rotate(45deg);
    transition: all 0.2s ease 0s;
}

.main-timeline .timeline:hover .timeline-content:before{
    background: #e63718;
    border-color: #e63718;
}

.main-timeline .timeline-content:after{
    content: "";
    width: 11%;
    height: 1px;
    background: #cfcdcd;
    position: absolute;
    top: 28px;
    right: -14%;
}

.main-timeline .date{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #e63718;
    margin: 0 0 8px;
    transition: all 0.3s ease 0s;
}

.main-timeline .timeline:hover .date{ 
	color: #444; 
}

.main-timeline .title{
    font-size: 18px;
    color: #333;
    margin-top: 0;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}

.main-timeline .timeline:hover .title{color: #e63718;}
.main-timeline .description{
    font-size:15px;
    color: #333;
    line-height: 28px;
    margin-top: 8px;
}

.main-timeline .timeline:nth-child(2n),
.main-timeline .timeline:nth-child(2n) .timeline-content{
    float: right;
    text-align: left;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon{
    right: 0;
    left: -12px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before{
	left: -4.3px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:after{ 
	left: -14%; 
}

.default-form-area p{color:#fff;}


/** sidebar-page-container **/

.sidebar-page-container{
  position: relative;
  padding:80px 0px;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li{
  position: relative;
  display: block;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li a{
  position: relative;
  display: block;
  font-size:16px;
  line-height:30px;
  color:#333;
  padding:10px 20px;
  background:#e7ecf2;
  z-index: 1;
}

.s_a{color:#ffaa17!important;}










.sidebar-page-container .sidebar .sidebar-categories .categories-liste li{
  position: relative;
  display: block;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-liste li span{
  position: relative;
  display: block;
  font-size:16px;
  line-height:30px;
  color:#333;
  padding:10px 20px;
  background:#e7ecf2;
  z-index: 1;
}


.sidebar-page-container .sidebar .sidebar-categories .categories-liste li li span{
  position: relative;
  display: block;
  font-size:16px;
  line-height:30px;
  color:#333;
  padding:10px 20px;
  background:#e7ecf2;
  z-index: 1;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-liste li li ul{
  
}


.sidebar-page-container .sidebar .sidebar-categories .categories-liste li li li a{
  position: relative;
  display: block;
  font-size:16px;
  line-height:30px;
  color:#333;
  padding:4px 20px 4px 35px;
  background:#fff;
  z-index: 1;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-liste li li li a:hover{
	color:#06376c; text-decoration: underline;
}	



.sidebar-page-container .sidebar .sidebar-categories .categories-liste li span a{
  color:#333;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-liste li span:hover a{
  color:#fff;
}


.sidebar-page-container .sidebar .sidebar-categories .categories-liste li span:after{
  position: absolute;
  content: '';
  background: #d2dbe4;
  width: 1px;
  height:28px;
  right:50px;
  transition: all 500ms ease;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-liste li span.active:after,
.sidebar-page-container .sidebar .sidebar-categories .categories-liste li span:hover:after{
  background: rgba(255,255,255,0.2);
}




.sidebar-page-container .sidebar .sidebar-categories .categories-liste li span.active a{
  color: #fff;
}




.sidebar-page-container .sidebar .sidebar-categories .categories-liste li span:before{
  position: absolute;
  content: '';
  background:#06376c;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-liste li span.active:before,
.sidebar-page-container .sidebar .sidebar-categories .categories-liste li span:hover:before{
  width: 100%;
  left: 0px;
  
}

.sidebar-page-container .sidebar .sidebar-categories .categories-liste li:nth-child(2n+1) span{
  background:#e7ecf2;
  
}

.header{cursor:pointer;}



.sidebar-page-container .sidebar .sidebar-categories .categories-liste li span i{
  position: relative;
  font-size: 16px;
  float: right;
  color: #c8d1db;
  transition: all 500ms ease;
  font-weight:normal;
  top:5px;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-liste li span.active i,
.sidebar-page-container .sidebar .sidebar-categories .categories-liste li span:hover i{
  color: #fff;
}





















.sidebar-page-container .sidebar .sidebar-categories .categories-list li a:after{
  position: absolute;
  content: '';
  background: #d2dbe4;
  width: 1px;
  height:28px;
  right:50px;
  transition: all 500ms ease;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li a.active:after,
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a:hover:after{
  background: rgba(255,255,255,0.2);
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li a.active,
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a:hover{
  color: #fff;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li a:before{
  position: absolute;
  content: '';
  background:#06376c;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li a.active:before,
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a:hover:before{
  width: 100%;
  left: 0px;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li:nth-child(2n+1) a{
  background: #eff2f5;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li a i{
  position: relative;
  font-size: 16px;
  float: right;
  color: #c8d1db;
  transition: all 500ms ease;
  font-weight:normal;
  top:5px;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li a.active i,
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a:hover i{
  
}


/* .pro_list li:first-child .menu{display:block;} */

.daohang_block{ 
  display: block;
}








.menu >li .submenu_a {
  position: absolute;
  left: 0;
  top: 120%;
  width: 220px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.06);
          box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.06);
}

.menu >li .submenu_a {
  position: absolute;
  left:100%;
  top:30%;
  width:220px;
  background-color: #fff;
  visibility: hidden;
  opacity:0;
}

.menu >li:hover .submenu_a{
  opacity:1;
  visibility: visible;
  top: 0;
}

.menu >li .submenu_a > li{
  position: relative;
  display: block;
  margin: 0;
}














.sidebar-page-container .sidebar .sidebar-widget{
  position: relative;
  margin-bottom: 45px;
}

.sidebar-page-container .sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.sidebar-page-container .sidebar .widget-title{
  position: relative;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 36px;
}

.sidebar-page-container .sidebar .widget-title h3{
  color: #2d5883;
  margin: 0px;
}

.sidebar-page-container .sidebar .widget-title:before{
  position: absolute;
  content: '';
  width: 40px;
  height: 3px;
  left: 0px;
  bottom: 0px;
}

.sidebar-page-container .sidebar .widget-title .dotted-box .dotted{
  position: absolute;
  left: 43px;
  width: 3px;
  height: 3px;
  bottom: 0px;
}

.sidebar-page-container .sidebar .widget-title .dotted-box .dotted:nth-child(2) {
  left: 49px;
}

.sidebar-page-container .sidebar .widget-title .dotted-box .dotted:last-child {
  left: 55px;
}

.sidebar-page-container .sidebar .sidebar-download .widget-title h3{
  color: #fff;
}

.sidebar-page-container .sidebar .sidebar-download .widget-title:before{
  background: #fff !important;
}

.sidebar-page-container .sidebar .sidebar-download .widget-title .dotted-box .dotted{
  background: #fff !important;
}

.sidebar-page-container .sidebar .sidebar-download{
  display: block;
  padding: 34px 35px 5px 35px;
}

.sidebar-page-container .sidebar .sidebar-download .widget-title{
  margin-bottom: 29px;
}

.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li{
  position: relative;
  display: block;
  padding-left: 50px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 29px;
}

.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}

.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li i{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
}

.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 5px;
}

.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li h4 a{
  display: inline-block;
  color: #fff;
}

.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li h4 a:hover{
  text-decoration: underline;
}

.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255,255,255,0.7);
  margin: 0px;
}

.sidebar-page-container .sidebar .sidebar-categories-2{
  padding: 33px 35px 39px 35px;
  background: #eff2f5;
}

.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li{
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li:last-child{
  margin-bottom: 0px;
}

.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
  color: #222;
  padding: 2px 0px;
  padding-left: 52px;
}

.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li a:before{
  position: absolute;
  content: '';
  background: #d2dbe4;
  width: 1px;
  height: 100%;
  left: 28px;
  top: 0px;
}

.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li a:after{
  position: absolute;
  content: "\f106";
  font-family: 'Flaticon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #c8d1db;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li a:hover:after{
  
}

.sidebar-page-container .sidebar .sidebar-categories-2 .widget-title{
  padding-bottom: 21px;
}

.sidebar-page-container .sidebar .sidebar-assessment{
  padding: 33px 35px 40px 35px;
  background: #eff2f5;
}

.sidebar-page-container .sidebar .nice-select{
  position: relative;
  width: 100%;
  height: 56px;
  border: none;
  line-height: 56px;
  border-radius: 0px;
  padding: 0px 20px;
  font-size: 15px;
  font-weight: 300;
  color: #222;
  z-index: 9;
}

.sidebar-page-container .sidebar .nice-select:after{
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #a6a6a6;
  border-right: 2px solid #a6a6a6;
  right: 20px;
}

.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group .select-box{
  position: relative;
  display: block;
  min-height: 56px;
}

.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group{
  position: relative;
  margin-bottom: 15px;
}

.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group:last-child{
  margin-bottom: 0px;
}

.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group input[type='text'],
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group input[type='email'],
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 300;
  color: #222;
  padding: 10px 20px;
}

.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group input::-webkit-input-placeholder{
  color:#222;
}

.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group textarea::-webkit-input-placeholder{
  color:#222;
}

.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group textarea{
  height: 132px;
  resize: none;
  margin-bottom: 25px;
}

.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group input:focus,
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group textarea:focus{

}

.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group .theme-btn-two{
  padding: 14.5px 27px;
}

.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group .theme-btn-two i{
  margin-right: 10px;
}

.group-title{
  position: relative;
  display: block;
  padding-bottom: 17px;
  margin-bottom: 27px;
}

.group-title h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #222;
  font-weight: 600;
  margin: 0px;
}

.group-title:before{
  position: absolute;
  content: '';
  width: 40px;
  height: 3px;
  left: 0px;
  bottom: 0px;
}

.group-title .dotted-box .dotted{
  position: absolute;
  left: 43px;
  width: 3px;
  height: 3px;
  bottom: 0px;
}

.group-title .dotted-box .dotted:nth-child(2) {
  left: 49px;
}

.group-title .dotted-box .dotted:last-child {
  left: 55px;
}

.coaching-details-content .content-style-one .image-box{
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.coaching-details-content .image-box img{
  width: 100%;
}

.coaching-details-content .content-style-one .text h3{
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-weight: 500;
  margin-bottom: 15px;
}

.coaching-details-content .content-style-one .text p{
  margin-bottom: 28px;
}

.coaching-details-content .content-style-one .text p:last-child{
  margin-bottom: 0px;
}

.coaching-details-content .content-style-one{
  position: relative;
  margin-bottom: 56px;
}

.coaching-details-content .two-column .content-box h3{
  margin-bottom: 15px;
}

.coaching-details-content .two-column .content-box span{
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.coaching-details-content .two-column .content-box .list li{
  position: relative;
  display: block;
  font-weight: 300;
}

.coaching-details-content .two-column .content-box .list li a{
  display: inline-block;
  color: #2d5883;
  line-height: 16px;
  border-bottom: 1px solid #2d5883;
}

.coaching-details-content .two-column{
  position: relative;
  margin-bottom: 53px;
}

.coaching-details-content .content-style-two h3{
  margin-bottom: 15px;
}

.coaching-details-content .content-style-two .text{
  position: relative;
  margin-bottom: 65px;
}

.coaching-details-content .content-style-two .inner-box .single-item{
  position: relative;
  display: block;
  text-align: center;
  padding: 0px 0px;
}

.coaching-details-content .content-style-two .inner-box .single-item:before{
  position: absolute;
  content: '';
  background: #e0e6ed;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
}

.coaching-details-content .content-style-two .inner-box .column:last-child .single-item:before{
  display: none;
}

.coaching-details-content .content-style-two .inner-box .single-item .icon-box{
  position: relative;
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
  color: #2d5883;
  margin-bottom: 30px;
}

.coaching-details-content .content-style-two .inner-box .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}

.coaching-details-content .content-style-two{
  position: relative;
  margin-bottom: 56px;
}

.accordion-content h3{
  margin-bottom: 19px;
}

.accordion-box .block{
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.accordion-box .block:last-child{
  margin-bottom: 0px;
}

.accordion-box .block .acc-content{
  position:relative;
  display:none;
  padding: 17px 20px 16px 35px;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 23px;
  right: 29px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  color: #222;
  z-index: 1;
  transition: all 500ms ease;
}

.accordion-box .block.active-block .acc-btn .icon-outer{
  transform: rotate(-180deg);
}

.accordion-box .block .acc-btn{
  position: relative;
  display: block;
  background: #eff2f5;
  padding: 21px 35px;
  padding-right: 60px;
  cursor: pointer;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn h5{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #222;
  margin: 0px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h5{
  color: #2d5883;
}

.team-page-section{
  position: relative;
}

.team-page-section .team-block-one .inner-box{
  margin-bottom:20px;
}

.my-map { margin: 0 auto; width:100%; height:auto; border:1px solid #ddd; padding:10px; background:#f2f2f2; }
.my-map .icon { background:url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } 
.my-map .icon-cir { height: 31px; width: 28px; } .my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%; font-size:14px; line-height:30px;}
.myinfowindow{width: 240px;min-height: 50px; line-height:30px;}
.myinfowindow h5{ height: 20px; line-height:30px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height:30px; font-size: 13px; color: #6f6f6f; }

.lianxi h3{position:relative; font-size:24px!important; line-height:50px; margin-bottom:15px; font-weight:bold; padding-bottom:0px!important; }
.lianxi h3:before{
	position: absolute;
	left:0px;
	top:50px;
	height: 3px;
	width:50px;
	background-color:#69b4e2;
	content: "";
	z-index: 1;
}

.lianxi h4{position:relative; font-size:22px!important; line-height:50px; margin-bottom:15px; font-weight:bold; padding-bottom:0px!important; }
.lianxi h4:before{
	position: absolute;
	left:0px;
	top:50px;
	height: 3px;
	width:50px;
	background-color:#69b4e2;
	content: "";
	z-index: 1;
}

.lianxi p{font-size:16px; line-height:30px; color:#333;}
.lianxi a{color:#333; font-size:16px;}
.lianxi a:hover{color:#007fcc;}
.xian_tu{padding: 40px;  border: 2px solid #ededed;}
.left_dao{position:fixed;}


.pro_dao h3{width:150px; height:40px; background:#ffaa17; color:#fff; font-size:20px; text-align:center; line-height:40px;}
.pro_con{font-size:16px; line-height:30px; margin-top:20px;}

.pro_dao_case h3{height:50px; color:#041d38; font-size:26px; text-align:center; line-height:50px;}
.pro_dao_case p{text-align:center; line-height:30px; color:#666; font-size:16px;}
.pro_dao_case span{margin:0 10px;}

.team-block{padding-bottom:20px; }

.clear{clear:both; width:100%;}
.suojin{padding-left:15px;}
.styled-pagination{
	position:relative;
	display: block;
	margin:20px auto;
	left:0px;
	right:0px;
}

.styled-pagination ul{
	position:relative;
	text-align: center;
}

.styled-pagination li{
	position:relative;
	display: inline-block;
	margin: 0 4px 0;
	font-family: "Poppins", sans-serif;
}

.styled-pagination li a{
	position:relative;
	display: block;
	height:50px;
	width: 50px;
	text-align: center;
	line-height:50px;
	font-weight:500;
	font-size:14px;
	background:#ffffff;
	color:#333;
	border-radius: 2px;
	border:1px solid #e9e9e9;
	text-transform: uppercase;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.styled-pagination li a:hover{
	color:#ffffff;	
	background:#15274d;
	border-color:#15274d;
}

.styled-pagination li.next-post a,
.styled-pagination li.prev-post a{
	width: auto;
	padding: 0 20px;
}

/** team-section **/

.team-section{
  position: relative;
  padding: 105px 0px;
}

.team-section .top-inner{
  position: relative;
  margin-bottom: 40px;
}

.team-section .top-inner .text{
  position: relative;
  display: block;
  margin-top: 42px;
  padding-left: 40px;
}

.team-section .top-inner .text p{
  font-size: 19px;
  line-height: 30px;
}

.team-block-one .inner-box:hover a{color:#06376c!important; text-decoration:underline;}

.team-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.team-block-one .inner-box .image-box .social-links{
  position: absolute;
  left: 0px;
  bottom: -25px;
  width: 100%;
  text-align: center;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .social-links{
  bottom: 30px;
}

.team-block-one .inner-box .image-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}

.team-block-one .inner-box .image-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.team-block-one .inner-box .image-box .social-links li a:hover{

}

.team-block-one .inner-box .lower-content{
  position: relative;
}

.team-block-one .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size:16px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.team-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color:#333;
}

.team-block-one .inner-box .lower-content h4 a:hover{

}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin: 0px;
}

/*** 

====================================================================
		Features Section
====================================================================

***/

.features-section{
	position: relative;
	padding:100px 0 80px;
	
}

.feature-block{
	position: relative;
}

.feature-block .inner-box{
	position: relative;
	overflow: hidden;
	padding:10px;
	border:1px solid #e5e5e5;
}

.feature-block .image-box{
	position: relative;
	overflow: hidden;
}

.feature-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

.feature-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-block .inner-box:hover .image-box img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.feature-block .image-box .icon-box{
	position: absolute;
	left: 30px;
	bottom:20px;
}

.feature-block .image-box .icon{
	display: block;
	text-align: center;
	height:40px;
	width:100px;
	font-size:16px;
	line-height:40px;
	color:#fff;
	background-color:#49c7ed;
	opacity:0.9;
}

.feature-block .image-box .icon a{color:#fff;}

.feature-block .caption-box{
	position: relative;
	padding:20px 20px;
	border-top: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}



.feature-block .inner-box:hover{
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 18px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 0 18px rgba(0,0,0,0.05);
	-o-box-shadow: 0 0 18px rgba(0,0,0,0.05);
	box-shadow: 0 0 18px rgba(0,0,0,0.05);
}

.feature-block .caption-box h3{
	position: relative;
	display: block;
	font-size:16px;
	line-height:28px;
	color:#333;
	font-weight: 500;
}
.feature-block .caption-box p{font-size:13px; color:#999; }
.feature-block .caption-box h3 a{
	color:#333;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-decoration:underline;
}

.feature-block .caption-box h3 a:hover{
	color:#007fcc;
}

.feature-block .caption-box .text{
	font-size:14px;
	line-height: 25px;
	color:#777;
}

.feature-news a{color:#333;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
text-decoration:none;

}
.feature-news a:hover{text-decoration:underline; color:#03274a;}
.feature-news h4{margin-bottom:10px; font-size:20px; margin-top:30px;}
.feature-news p{color:#666;}
.text .xiangxi{line-height:40px; color:#439ad0;}
/*** 


/*** 

====================================================================
                        Faq-Page
====================================================================

***/

/** feature-style-two **/
.title-inner h3{font-size:20px; font-weight:bold; color:#333;}

.feature-style-two{
  position: relative;
}

.feature-style-two .container{
  position: relative;
  z-index: 1;
}

.feature-block{cursor:pointer; margin-bottom:20px; }

.feature-block-two{
  margin-bottom:20px; height:220px;
}

.feature-block-two .inner-box{
  position:relative;
  display: block;
  background:#e7ecf2;
  padding:20px 25px 0px 25px;
  transition: all 500ms ease;
  height:220px;
}

.feature-block-two .inner-box:hover{
  padding-bottom: 40px;
  margin-bottom: -50px;
}

.feature-block-two .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover:before{
  height: 100%;
  top: 0px;
  background:#ffaa17;
}

.feature-block-two .inner-box:after{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 100%;
  height: 8px;
  left: 0px;
  bottom: 0px;
}

.feature-block-two .inner-box .title-inner{
  position: relative;
  display: block;
  padding-bottom:15px;
  margin-bottom:10px;
  border-bottom: 1px solid #ddd;
  transition: all 500ms ease;
}

.feature-block-two .inner-box .text{
  position: relative;
  display: block;
  transition: all 500ms ease;
  color:#333;
}


.feature-block-two .inner-box:hover .title-inner{
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.feature-block-two .inner-box .title-inner .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 60px;
  line-height: 60px;
  color: #2d5883;
  transition: all 500ms ease;
}

.feature-block-two .inner-box .title-inner h3{
  line-height: 29px;
}

.feature-block-two .inner-box:hover .title-inner .icon-box,
.feature-block-two .inner-box:hover .title-inner h3,
.feature-block-two .inner-box:hover .text p{
  color: #fff;
}

.feature-block-two .inner-box .link{
  position: relative;
  display: block;
  opacity:0;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  color:#fff;
}

.feature-block-two .inner-box:hover .link{
  opacity: 1;
}

.feature-block-two .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  
}

.feature-block-two .inner-box .link a i{
  margin-left: 10px;
  font-weight: 600;
}

.feature-block-two .inner-box .link a span{
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.feature-block-two .inner-box .text p{
  margin-bottom: 11px;
  line-height:28px;
  font-size:15px;
}

.feature-block-two .inner-box a{
  margin-bottom: 11px;
  color:#333;
}


.feature-block-two .inner-box:hover .text p{
  margin-bottom:11px;
}


.section-title p.title-tag {
  text-transform: uppercase;
  font-size:16px;
  display: inline-block;
  position: relative;
  margin:10px auto;
}

.section-title.left-border span.title-tag {
  padding-left: 50px;
}

.section-title.left-border span.title-tag::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 30px;
  background-color: #ffaa17;
  content: '';
}

.section-title.both-border span.title-tag {
  padding-left: 50px;
  padding-right: 50px;
}

.section-title.both-border span.title-tag::before, .section-title.both-border span.title-tag::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 30px;
  background-color: #ffaa17;
  content: '';
}

.section-title.both-border span.title-tag::after {
  left: auto;
  right: 0;
}

/* Custom Container Width */
.fanye{width:100%; height:auto; margin:20px auto;}
.fanye a{color:#666; font-size:14px; line-height:24px;}
.fanye a:hover{color:var(--thm-primary); text-decoration:underline;}
.fanye .cta-one__btn {
	float:right;
	padding:6px 26px;
	font-size:14px;
	background-color:#15274d;
	margin:30px auto 0px auto;
	color:#fff;
}
.fanye .cta-one__btn:hover {
	background-color:#c22b34;
	color:#fff;
}

/* Animation keyfranes */
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@-webkit-keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@-webkit-keyframes ripple-white {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 0.2;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@keyframes ripple-white {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 0.2;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

/*===========================
    Header
===========================*/
header {
  /*===== Header transparent =====*/
  /*===== Header to area =====*/
  /*===== Main Menu =====*/
  /*===== Mobile Menu =====*/
  /*===== Header two =====*/
  /*===== Header three =====*/
  /*===== Sticky Header =====*/
  /* off canvas menu */
}

header.header-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

header .header-top-area {
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,0.20);
}



header .header-top-area .contact-list li,
header .header-top-area .social-link li {
  display: inline-block;
  font-size: 14px;
  margin-left: 25px;
}

header .header-top-area .contact-list li i{margin-right:8px; color:#ffaa17;}

header .header-top-area .contact-list li:last-child,
header .header-top-area .social-link li:last-child {
  margin-right: 0;
}

header .header-top-area .contact-list li,
header .header-top-area .contact-list li a,
header .header-top-area .social-link li,
header .header-top-area .social-link li a {
  color: #fff;
}

header .header-top-area .contact-list li a:hover,
header .header-top-area .social-link li a:hover {
  color: #ffaa17;
}

header .header-top-area .social-link {
  text-align: right;
}

header .header-top-area .social-link li {
  margin-right: 0;
  margin-left: 25px;
}

header .header-top-area .social-link li:first-child {
  margin-left: 0;
}

header .mainmenu-area {
  background-color: #fff;
  position: relative;
  padding: 0 60px;
}

.services-secton .services-loop .single-service.white-bg h4{
  font-size:22px; font-weight:bold;
}

.services-secton .services-loop .single-service.white-bg span{border-radius:50%; background:#007fcc;  margin:0 auto 20px auto; color:#fff; font-size:40px; width:100px; height:100px; display:block; overflow:hidden; line-height:100px;}

.portfolio-section{background:#eee; }
.video-text p{font-size:24px;}
.logo-side img{max-width:50%; display:block;}
.logo-side{border-bottom:1px solid #154d89; padding-bottom:15px;}
.widget h4{color:#fff;}
.widget p{color:#fff; font-size:14px;}
.widget a{color:#fff;}
.widget a:hover{color:#ffaa17; text-decoration:underline;}


header .mainmenu-area .main-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1;
      grid-template-rows: 1;
  -ms-grid-columns: 150px 1fr;
      grid-template-columns: 150px 1fr;
  grid-column-gap: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



header .mainmenu-area .main-menu .logo img {
  max-width:200px;
}

header .mainmenu-area .main-menu .menu-items ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}


header .mainmenu-area .main-menu .menu-items ul li:last-child {
  margin-right: 0;
}

header .mainmenu-area .main-menu .menu-items ul li a {
  line-height: 120px;
  padding: 0 15px;
  color: #041d38;
  font-weight:500;
  text-transform: uppercase;
  font-size:17px;
}


header .mainmenu-area .main-menu .menu-items ul li a:hover {
  color: #ffaa17;
}

header .mainmenu-area .main-menu .menu-items ul li.active > a {
  color: #ffaa17;
}








header .mainmenu-area .main-menu .menu-items ul li .submenu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 220px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.06);
          box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.06);
}



header .mainmenu-area .main-menu .menu-items ul li .submenu > li {
  position: relative;
  display: block;
  margin: 0;
}

header .mainmenu-area .main-menu .menu-items ul li .submenu > li a {
  display: block;
  padding: 0 20px;
  position: relative;
  color: #041d38;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  line-height:40px;
  font-size:15px;
}



header .mainmenu-area .main-menu .menu-items ul li .submenu > li a:hover {
  background-color:#007fcc;
  color: #fff;
}

header .mainmenu-area .main-menu .menu-items ul li .submenu > li .submenu {
  position: absolute;
  left:100%;
  top:30%;
  width:220px;
  background-color: #fff;
  visibility: hidden;
  opacity:0;
}


header .mainmenu-area .main-menu .menu-items ul li .submenu > li:hover .submenu{
  opacity:1;
  visibility: visible;
  top: 0;
}


header .mainmenu-area .main-menu .menu-items ul li:hover .submenu{
  visibility: visible;
  opacity: 1;
  top:100%;
}




header .mainmenu-area .main-menu .menu-items ul li .submenu > li .submenu >li .submenu_a {
  position: absolute;
  left: 0;
  top: 120%;
  width: 220px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.06);
          box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.06);
}

header .mainmenu-area .main-menu .menu-items ul li .submenu > li .submenu >li .submenu_a {
  position: absolute;
  left:100%;
  top:30%;
  width:220px;
  background-color: #fff;
  visibility: hidden;
  opacity:0;
}

header .mainmenu-area .main-menu .menu-items ul li .submenu > li .submenu >li:hover .submenu_a{
  opacity:1;
  visibility: visible;
  top: 0;
}

header .mainmenu-area .main-menu .menu-items ul li .submenu > li .submenu >li .submenu_a > li{
  position: relative;
  display: block;
  margin: 0;
}


header .mainmenu-area .main-menu .menu-items ul li .submenu > li .submenu >li{
  position: relative;
  display: block;
  margin: 0;
}











header .mainmenu-area .main-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


header .mainmenu-area .main-right .offcanvas-trigger {
  margin-left: 20px;
  height:50px;
  width:50px;
  line-height:50px;
  background-color:#ffaa17;
  color:#fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}



header .mainmenu-area .main-right .offcanvas-trigger:hover {
  background-color: #041d38;
  border-color: #041d38;
}

header .mainmenu-area .main-right .offcanvas-trigger i {
  font-size: 30px;
  position: relative;
  top:0px;
}

header .mobile-menu.mean-container .mean-bar {
  background-color: transparent;
  padding: 0;
  min-height: 0;
}

header .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
  margin-right: 15px;
  margin-top: -75px;
  border: 2px solid rgba(4, 29, 56, 0.1);
  padding: 17px 15px;
  width: 26px;
  z-index: 222;
}


header .mobile-menu.mean-container .mean-bar a.meanmenu-reveal span {
  background-color: #041d38;
}

header .mobile-menu.mean-container .mean-nav {
  margin-top: 0;
  background-color: #041d38;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

header .mobile-menu.mean-container .mean-nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header .mobile-menu.mean-container .mean-nav ul li:last-child {
  border: none;
}

header .mobile-menu.mean-container .mean-nav ul li a {
  border: none;
  padding: 0;
  padding: 15px 20px;
  width: 100%;
  font-size: 14px;
}

header .mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

header .mobile-menu.mean-container .mean-nav ul li li a {
  padding: 15px 40px;
}

header .mobile-menu.mean-container .mean-nav ul li li li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

header .mobile-menu.mean-container .mean-nav ul li li li a {
  padding: 15px 60px;
}

header .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  border: none !important;
  width: 50px;
  height: 53px;
  padding: 0 !important;
  line-height: 53px;
  margin-top: 0;
}

header .mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  background: transparent;
}

header.header-two .header-top-area {
  padding: 15px 0;
  background-color: #041d38;
}

header.header-two .mainmenu-area {
  border-bottom: 1px solid #f1f1f1;
  padding: 0;
}

header.header-two .mainmenu-area .main-menu {
  grid-column-gap: 90px;
}


header.header-two .mainmenu-area .main-right {
  text-align: right;
}

header.header-two .mainmenu-area .main-right .offcanvas-trigger {
  margin-left: 50px;
}

header.header-two .mainmenu-area .main-right .quote-icon {
  text-align: left;
  padding-left: 80px;
  position: relative;
}

header.header-two .mainmenu-area .main-right .quote-icon .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header.header-two .mainmenu-area .main-right .quote-icon span {
  font-weight: 700;
  font-size: 14px;
  color: #041d38;
  font-family: "Oswald", sans-serif;
  line-height: 24px;
  text-transform: uppercase;
}

header.header-two .mainmenu-area .main-right .quote-icon span span {
  display: block;
  font-size: 20px;
  color: #ffaa17;
}


header.header-three .mainmenu-area {
  background-color: transparent;
  padding:10px 0;
}





header.header-three .mainmenu-area .main-menu {
  grid-column-gap:205px;
}


header.header-three .mainmenu-area .main-menu .logo img.sticky-logo {
  display: none;
}

header.header-three .mainmenu-area .main-menu .menu-items ul li {
  margin-right:20px;
}



header.header-three .mainmenu-area .main-menu .menu-items ul li a {
  color: #fff;
  line-height: 90px;
}

header.header-three .mainmenu-area .main-menu .menu-items ul li.active > a {
  color: #ffaa17;
}

header.header-three .mainmenu-area .main-right .main-btn.btn-filled:hover {
  background-color: #fff;
}

header.header-three .mainmenu-area .main-right .main-btn.btn-filled:hover::after, header.header-three .mainmenu-area .main-right .main-btn.btn-filled:hover::before {
  background-color: #041d38;
}

header.header-three .mainmenu-area .main-right .offcanvas-trigger {
  background-color:#007fcc;
  color:#fff;
}

header.header-three .mainmenu-area .main-right .offcanvas-trigger:hover {
  background-color:#e63718;
}

header.header-three .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
  border-color: #fff;
  background-color: #fff;
}

header.header-three.sticky .mainmenu-area .main-menu .logo img.sticky-logo {
  display: block;
  margin-top:10px; 
}

header.header-three.sticky .mainmenu-area .main-menu .logo img.normal-logo {
  display: none;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  z-index:166;
  -webkit-animation: sticky 1.2s;
          animation: sticky 1.2s;
}

header.sticky .mainmenu-area {
  margin-top: 0;
}

header.sticky .mainmenu-area .main-menu .menu-items ul li a {
  line-height:98px;
}

header.sticky .header-top-area {
  display: none;
}

header.sticky.header-three .mainmenu-area {
  padding: 0;
}


header.sticky.header-three .mainmenu-area .main-menu .menu-items ul li a {
  color: #041d38;
}

header.sticky.header-three .mainmenu-area .offcanvas-trigger {
  background-color:#007fcc;
  color:#fff;
}

header.sticky.header-three .mainmenu-area .offcanvas-trigger:hover {
  border-color:#e63718;
}

header.sticky.header-three .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
  border-color: rgba(4, 29, 56, 0.1);
  background-color: transparent;
}

header .off-canvas-wrap {
  position: fixed;
  width: 450px;
  top: 0;
  min-height: 100vh;
  right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 9999999;
  margin-right: -450px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.08);
          box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.08);
  text-align: left;
}

header .off-canvas-wrap.show-off-canvas {
  margin-right: 0;
}

header .off-canvas-wrap .overly {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 998;
  background-color: #000;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

header .off-canvas-wrap .overly.show-overly {
  visibility: visible;
  opacity: 0.6;
}

header .off-canvas-wrap .off-canvas-widget {
  padding: 60px 50px;
  background-color:#06376c;
  height: 100vh;
  position: relative;
  z-index: 999;
  opacity:0.95;
}

header .off-canvas-wrap .off-canvas-widget a.off-canvas-close {
  position: absolute;
  right: 50px;
  top: 40px;
  font-size: 30px;
  color:#fff;
}

header .off-canvas-wrap .off-canvas-widget .widget {
  margin-bottom:30px;
}

header .off-canvas-wrap .off-canvas-widget .widget:last-child {
  margin-bottom: 0;
}

header .off-canvas-wrap .off-canvas-widget .widget .widget-title {
  font-size:20px;
  margin-bottom:20px;
  text-transform:uppercase;
  position:relative;
}

header .off-canvas-wrap .off-canvas-widget .widget .widget-title::after {
  content:"";
  position:absolute;
  bottom:-11px;
  left:0;
  height:2px;
  width:30px;
  background:#ffaa17;
}


header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: 120px 1fr;
      grid-template-columns: 120px 1fr;
  margin-bottom: 30px;
}

header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li:last-child {
  margin-bottom: 0;
}

header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-img {
  background-size: cover;
  background-position: center;
}

header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content {
  padding-left: 20px;
}

header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content h6 {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.3;
}

header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content .time {
  font-size: 15px;
  font-weight: 500;
}

header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content .time i {
  margin-right: 10px;
}

header .off-canvas-wrap .off-canvas-widget .widget.contact-widget ul li {
  font-size:18px;
  color:#ffaa17;
  margin-bottom:0px;
  padding-left:25px;
  position:relative;
}

header .off-canvas-wrap .off-canvas-widget .widget.contact-widget ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
}

header .off-canvas-wrap .off-canvas-widget .widget.contact-widget ul li div {
  position: absolute;
  left:6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
}

header .off-canvas-wrap .off-canvas-widget .widget.contact-widget ul li a {
  color:#fff; font-size:14px;
}

header .off-canvas-wrap .off-canvas-widget .widget.social-widget ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #041d38;
  color: #041d38;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  margin-right:10px;
}

header .off-canvas-wrap .off-canvas-widget .widget.social-widget ul li a:hover {
  background-color: #ffaa17;
  color: #fff;
  border-color: #ffaa17;
}

/*===========================
    Banner
===========================*/
.banner-section {
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 330px;
  padding-bottom: 160px;
  z-index: 1;
  /* Banner Shape */
  /* Banner Content */
  /* Banner Style Two */
  /* Banner Style Three */
  /* Slider nav And dots */
}



.single-banner::after {
  position:absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:#181677;
  content: '';
  opacity:0.3;
  z-index:-3;
}

.banner-section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: url(../img/banner/line.png);
  z-index: -2;
}

.banner-section .banner-shape-one {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 625px;
  height: 685px;
  background-color: #ffaa17;
  opacity: 0.6;
  z-index: -2;
  -webkit-clip-path: polygon(100% 0%, 100% 62%, 62% 100%, 0% 100%);
          clip-path: polygon(100% 0%, 100% 62%, 62% 100%, 0% 100%);
}


.banner-section .banner-shape-two {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
  height: 260px;
  background-color: #041d38;
  opacity: 0.6;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0%, 0 100%, 100% 100%);
          clip-path: polygon(100% 0%, 0 100%, 100% 100%);
}


.banner-section .banner-shape-three {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 225px;
  background-color: transparent;
}

.banner-section .banner-shape-three svg {
  width: calc(125% + 1.3px);
  height: 225px;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner-section .banner-shape-three svg path {
  fill: #ffffff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.banner-section .single-banner .banner-text,
.banner-section .single-banner .banner-text h1 {
  color: #fff;
}

.banner-section .single-banner .banner-text h1 {
  font-size:48px;
  text-transform: uppercase;
  line-height:1.5;
  margin-bottom: 45px;
}



.banner-section .single-banner .banner-text p {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  padding: 5px 0 5px 25px;
  color:#ffaa17;
}




.banner-section .single-banner .banner-text .btn-wrap {
  margin-top: 40px;
}

.banner-section .single-banner .banner-text .btn-wrap a.main-btn {
  margin-right: 20px;
}

.banner-section .single-banner .banner-text .btn-wrap a.main-btn.btn-borderd {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  display:inline-block;
}

.banner-section .single-banner .banner-text .btn-wrap a.main-btn.btn-borderd:hover {
  color: #041d38;
  border-color: #007fcc;
  background:#007fcc; 
}

.banner-section .single-banner .banner-text .btn-wrap a.main-btn.btn-filled:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.banner-section .single-banner .banner-text .btn-wrap a.main-btn.btn-filled:hover::after, .banner-section .single-banner .banner-text .btn-wrap a.main-btn.btn-filled:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
}


.banner-section.banner-style-two {
  padding: 0;
}

.banner-section.banner-style-two::after, .banner-section.banner-style-two::before {
  display: none;
}

.banner-section.banner-style-two .single-banner {
  height: 930px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}






.banner-section.banner-style-two .single-banner .banner-text,
.banner-section.banner-style-two .single-banner .banner-text p,
.banner-section.banner-style-two .single-banner .banner-text h1 {
  color: #041d38;
}

.banner-section.banner-style-two .single-banner .banner-text h1 {
  font-size: 100px;
}



.banner-section.banner-style-two .single-banner .banner-text .video-icon {
  color: #041d38;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffaa17;
  position: relative;
  margin-bottom: 40px;
}

.banner-section.banner-style-two .single-banner .banner-text .video-icon::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #ffaa17;
  z-index: -1;
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
}

.banner-section.banner-style-three {
  padding-top:0px;
  padding-bottom:0px;
}



.banner-section.banner-style-three::before {
  display: none;
}

.banner-section.banner-style-three .single-banner .banner-text {
  text-align: center;
}


.banner-section.banner-style-three .single-banner .banner-text h1 span {
  font-weight: 700;
}

.banner-section .slider-active .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -130px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}


.banner-section .slider-active .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.banner-section .slider-active .slick-dots li button {
  font-size: 0;
  height: 15px;
  width: 15px;
  border: navajowhite;
  border-radius: 50%;
  background: white;
}

.banner-section .slider-active .slick-dots li.slick-active button {
  background-color: #ffaa17;
}

.banner-section .slider-active .slick-arrow {
  position: absolute;
  left: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
  font-size: 20px;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  z-index: 2;
}




.banner-section .slider-active .slick-arrow i {
  margin-right: 10px;
}

.banner-section .slider-active .slick-arrow.next-arrow {
  left: auto;
  right: 4%;
}

.banner-section .slider-active .slick-arrow.next-arrow i {
  margin-right: 0;
  margin-left: 10px;
}



/*===========================
    About 
===========================*/
.about-section .about-tile-gallery {
  position: relative;
  min-height: 620px;
}




.about-section .about-tile-gallery img {
  position: absolute;
}

.about-section .about-tile-gallery img.image-one {
  top: 0;
  left: 0;
  max-width: 400px;
  max-height: 450px;
  z-index: 1;
}


.about-section .about-tile-gallery img.image-two {
  right: 20px;
  bottom: 0;
  max-width: 400px;
  max-height: 260px;
  z-index: 2;
}



.about-section .about-tile-gallery img.image-three {
  right: 20px;
  top: 20px;
  max-width: 160px;
  z-index: 2;
}



.about-section .about-tile-gallery img.icon {
  top: 140px;
  right: 95px;
  z-index: 3;
}



.about-section .about-tile-gallery img.zero-icon {
  z-index: 4;
  left: -45px;
  bottom: 20px;
}



.about-section .about-text .about-features .sngle-features {
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  -ms-grid-columns: 90px 115px 1fr;
      grid-template-columns: 90px 115px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-section .about-text .about-features .sngle-features:last-child {
  margin-bottom: 0;
}



.about-section .about-text .about-features .sngle-features .chart {
  position: relative;
  min-width: 90px;
  min-height: 90px;
}

.about-section .about-text .about-features .sngle-features .chart span.icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  color: #041d38;
}

.about-section .about-text .about-features .sngle-features .chart canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.about-section .about-text .about-features .sngle-features .counter-box {
  text-align: center;
  color: #ffaa17;
  font-weight: 700;
  font-size: 48px;
  font-family: "Oswald", sans-serif;
}

.about-section .about-text .about-features .sngle-features .desc {
  font-size: 14px;
  line-height: 1.8;
}

.about-section .about-text .about-features .sngle-features .desc h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
}


.about-section .about-text .about-extra {
  padding-left: 215px;
  position: relative;
  margin-top: 80px;
}


.about-section .about-text .about-extra .experience-tag {
  position: absolute;
  left: -335px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 6;
}



.about-section .about-tile-gallery-two {
  position: relative;
  z-index: 5;
}



.about-section .about-tile-gallery-two .image-two {
  position: absolute;
  left: -20px;
  bottom: 0;
  border-right: 20px solid #fff;
  border-top: 20px solid #fff;
  z-index: 1;
}



.about-section.about-style-two .about-iconic-boxes {
  margin-bottom: -60px;
  z-index: 22;
  position: relative;
}



.about-section.about-style-two .about-iconic-boxes .iconic-box {
  padding: 30px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.06);
          box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.06);
  position: relative;
  z-index: 1;
}


.about-section.about-style-two .about-iconic-boxes .iconic-box h4 {
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 10px;
}



.about-section.about-style-two .about-iconic-boxes .iconic-box .icon {
  position: absolute;
  right: 35px;
  top: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #ffaa17;
  color: #041d38;
  z-index: 2;
}

.about-section.about-style-two .about-iconic-boxes .iconic-box .count {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  color: #f7fcff;
  z-index: -1;
  line-height: 1;
}

.about-section.about-style-two .about-text-warp {
  background-color: #f7fcff;
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
}






.about-section.about-style-two .about-text-warp .mockup-img {
  position: absolute;
  right: 0;
  bottom: -110px;
  max-width: 1000px;
  z-index: -1;
}



.about-section.about-style-two .about-text-warp .about-small-img {
  position: absolute;
  top: 53%;
  left: 49%;
  z-index: 1;
}



.about-section .with-man-shape {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}


.about-section .with-man-shape .about-man-img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 575px;
}


.about-section .with-man-shape .about-man-img .shape {
  position: relative;
  z-index: 1;
}

.about-section .with-man-shape .about-man-img .shape::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
  top: 100px;
  background-color: #ffaa17;
  height: 465px;
  width: 465px;
  border-radius: 50%;
  z-index: -1;
}



.about-section .with-man-shape .about-text {
  padding-left: 80px;
}



/*===========================
    Services
===========================*/
.services-secton {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8fcff), to(white));
  background: linear-gradient(180deg, #f8fcff 0%, white 100%);
}

.services-secton .services-loop .single-service {
  padding:50px 30px 60px 30px;
  border-bottom:5px solid #007fcc;
  display:inline-block;
}

.services-secton .services-loop .single-service a{color:#041d38;}



.services-secton .services-loop .single-service .icon {
  margin-bottom:25px;
}

.services-secton .services-loop .single-service:hover .icon{
  -webkit-animation: hvr-buzz-out 0.75s linear 1;
          animation: hvr-buzz-out 0.75s linear 1;
}

.services-secton .services-loop .single-service h4 {
  text-transform: uppercase;
  margin-bottom: 25px;
}



.services-secton .services-loop .single-service .service-link {
  color:#041d38;
  text-transform:uppercase;
  margin-top:20px;
  display:inline-block;
}

.services-secton .services-loop .single-service.white-bg {
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-top-left-radius:15px;
  border-top-right-radius:15px; 
}

.services-secton .services-loop .single-service.white-bg:hover{
  background-color:#007fcc;
  color:#fff;
}

.services-secton .services-loop .single-service.white-bg:hover span{
  color:#007fcc;
  background:#fff; 
}

.services-secton .services-loop .single-service.white-bg:hover h4{
  color:#fff;
}

.services-secton .services-loop .single-service.white-bg:hover p{
  color:#fff;
}

.services-secton .services-loop .single-service.white-bg:hover .service-link{
  color:#fff;
  text-decoration:underline;
}

.services-secton .services-loop .single-service.secondary-bg {
  background-color:#fff;
}

.services-secton .services-loop .single-service.secondary-bg,
.services-secton .services-loop .single-service.secondary-bg h4 {
  color: #fff;
}

.services-secton .services-loop .single-service.secondary-bg .service-link {
  color:#ffaa17;
}

.services-secton .services-loop .single-service.primary-bg {
  background:#fff; 
}

.services-secton .services-loop .single-service.doted {
  position: relative;
  z-index: 1;
}

.services-secton .services-loop .single-service.doted::before, .services-secton .services-loop .single-service.doted::after {
  position: absolute;
  content: '';
  top: 25px;
  left: -25px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffaa17), color-stop(50%, #041d38));
  background: linear-gradient(90deg, #ffaa17 50%, #041d38 50%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.services-secton .services-loop .single-service.doted::after {
  left: auto;
  top: auto;
  bottom: 25px;
  right: -25px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #041d38), color-stop(50%, #ffaa17));
  background: linear-gradient(90deg, #041d38 50%, #ffaa17 50%);
}

.services-secton .services-loop .single-service-two {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
  padding: 40px 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 2px solid rgba(255, 255, 255, 0.1);
}



.services-secton .services-loop .single-service-two:hover {
  border-color: #ffaa17;
}

.services-secton .services-loop .single-service-two,
.services-secton .services-loop .single-service-two h4 {
  color: #fff;
}

.services-secton .services-loop .single-service-two h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
}


.services-secton .services-loop .single-service-two .top-icon {
  margin-bottom: 35px;
  color: #ffaa17;
  font-size: 20px;
}

.services-secton .services-loop .single-service-two .bottom-icon {
  margin-top: 40px;
  color: #ffaa17;
  font-size: 35px;
}

.services-secton .services-loop .single-service-two.white-bg {
  background-color: #fff;
}

.services-secton .services-loop .single-service-two.white-bg,
.services-secton .services-loop .single-service-two.white-bg h4 {
  color: #041d38;
}

.services-secton.featured-service {
  background: transparent;
}

.services-secton.featured-service.mt-negative {
  margin-top: -170px;
  position: relative;
  z-index: 2;
}



.services-secton.featured-service.mt-negative .services-loop .single-service.doted::before {
  background: #fff;
  z-index: -1;
}



.services-secton.services-secton-two {
  background:#18305d;
}

.services-secton.services-secton-two .section-title h2 {
  color: #fff;
}


.services-secton.services-secton-two .main-btn.btn-filled:hover {
  border-color: #fff;
  color: #fff;
}

.services-secton.services-secton-two .main-btn.btn-filled:hover::after, .services-secton.services-secton-two .main-btn.btn-filled:hover::before {
  background-color: #fff;
}

.services-secton.services-secton-three {
  background: #f7fcff;
  position: relative;
  z-index: 2;
}

.services-secton.services-secton-three::before {
  border-radius: 50%;
  background-color: #041d38;
  position: absolute;
  left: -82px;
  top: 0;
  width: 516px;
  height: 516px;
  content: '';
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}



.services-secton.services-secton-three::after {
  border-radius: 50%;
  position: absolute;
  width: 510px;
  height: 510px;
  content: '';
  background-color: #ffaa17;
  z-index: 1;
  bottom: -200px;
  right: -55px;
  z-index: -1;
}

/*===========================
    Service Slider
===========================*/
.services-slider-secton {
  background-color:#06376c;
  position: relative;
  margin-top:80px;
  margin-bottom:120px;
  padding-bottom:270px;
  padding-top:80px;
}

.services-slider-secton .section-title h2 {
  color: #fff;
}
.services-slider-secton .section-title p {
  color: #fff; margin:10px auto;
}


.services-slider-secton .service-link .main-btn.btn-filled:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.services-slider-secton .service-link .main-btn.btn-filled:hover::after, .services-slider-secton .service-link .main-btn.btn-filled:hover::before {
  background-color: #fff;
}

.services-slider-secton .serive-slider-wrap {
  position: absolute;
  left: 0;
  bottom:-150px;
  width:100%;
}

.services-slider-secton .services-slider {
  position: relative;
}

.services-slider-secton .services-slider .single-slider {
  width: 100%;
  height:200px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 30px;
}

.services-slider-secton .services-slider h6 {
  background-color: #ffaa17;
  text-transform: uppercase;
  text-align: center;
  padding:15px 0;
  position: absolute;
  left:50px;
  right:50px;
  bottom:0px;
}

.services-slider-secton .services-slider h6 .link_a{
  color: #041d38;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services-slider-secton .services-slider h6 .link_a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: '\f061';
  opacity: 0;
  visibility: hidden;
}

.services-slider-secton .services-slider h6:hover .link_a{
  padding-right: 25px;
}

.services-slider-secton .services-slider h6:hover .link_a::before {
  right: 0;
  visibility: visible;
  opacity: 1;
}

/*===========================
    Service Details
===========================*/
.service-details .feature-list-wrap .feature-list {
  background-color: #041d38;
  padding: 30px;
}

.service-details .feature-list-wrap .feature-list,
.service-details .feature-list-wrap .feature-list a {
  color: #fff;
}

.service-details .feature-list-wrap .feature-list .list-text ul {
  margin-top: 30px;
}

.service-details .feature-list-wrap .feature-list .list-text ul li {
  margin-bottom: 10px;
}

.service-details .feature-list-wrap .feature-list .list-text ul li i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 15px;
  color: #041d38;
  background-color: #ffaa17;
  text-align: center;
}

/*===========================
    Call to action
===========================*/
.call-to-action {
  margin-top: -95px;
}

.call-to-action .cta-inner {
  position: relative;
}

.call-to-action .cta-inner .cat-img {
  position: absolute;
  bottom: 0;
  left: 15px;
  z-index: 1;
}


.call-to-action .cta-inner .cat-link {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 80px;
  width: 80px;
  text-align: center;
  color: #fff;
  line-height: 80px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 20px;
  background-color: #041d38;
}



.call-to-action .cta-inner .cat-link:hover {
  background-color: #fff;
  color: #041d38;
}

.call-to-action .cta-inner .cta-text {
  background-color: #ffaa17;
  padding-top: 120px;
  padding-bottom: 90px;
  -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
}



.call-to-action .cta-inner .cta-text .section-title span.title-tag {
  color: #041d38;
}

.call-to-action .cta-inner .cta-text .section-title.left-border span.title-tag::before {
  background-color: #041d38;
}

.call-to-action.cta-style-two {
  margin-top: 0;
}

.call-to-action.cta-style-two .cta-inner {
  position: relative;
  overflow: hidden;
}

.call-to-action.cta-style-two .cta-inner .cat-img {
  left: 30px;
}


.call-to-action.cta-style-two .cta-inner .cat-img img {
  max-width: 242px;
}

.call-to-action.cta-style-two .cta-inner .cat-img .cat-shape {
  position: relative;
}

.call-to-action.cta-style-two .cta-inner .cat-img .cat-shape::before {
  position: absolute;
  content: '';
  background-color: #041d38;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  right: -20px;
  bottom: 30px;
  z-index: -1;
}


.call-to-action.cta-style-two .cta-inner .cat-img .cat-shape.shape-two::before {
  background-color: #ffaa17;
  height: 280px;
  width: 280px;
  left: -15px;
  bottom: -100px;
}



.call-to-action.cta-style-two .cta-inner .cat-link {
  position: unset;
  display: inline-block;
  margin: auto;
}



.call-to-action.cta-style-two .cta-inner .cta-text {
  background-color: #ffaa17;
  padding: 80px 0;
  -webkit-clip-path: none;
          clip-path: none;
}

.call-to-action.cta-style-two .cta-inner .cta-text.diff-bg {
  background-color: #041d38;
}

.call-to-action.cta-style-two .cta-inner .cta-text.diff-bg .section-title span.title-tag {
  color: #ffaa17;
}

.call-to-action.cta-style-two .cta-inner .cta-text.diff-bg .section-title span.title-tag::before {
  background-color: #ffaa17;
}

.call-to-action.cta-style-two .cta-inner .cta-text.diff-bg .section-title h2 {
  color: #fff;
}

.call-to-action.cta-style-two .cta-inner .cta-text.diff-bg .cat-link {
  background-color: #ffaa17;
  color: #041d38;
}

.call-to-action.cta-style-two .cta-inner .cta-text.diff-bg .cat-link:hover {
  background-color: #fff;
}

/*===========================
	Feature section
===========================*/
.features-boxes {
  position: relative;
}


.features-boxes .features-boxes-loop .feature-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(155, 180, 204, 0.06);
          box-shadow: 0px 10px 20px 0px rgba(155, 180, 204, 0.06);
  padding: 30px 35px;
  margin-bottom: 40px;
}


.features-boxes .features-boxes-loop .feature-box h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
}


.features-boxes .features-boxes-loop .feature-box h4 i {
  color: #ffaa17;
  margin-right: 15px;
}


.features-boxes .feature-img {
  position: absolute;
  left: 50%;
  bottom: 120px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}


.features-boxes-two.pt-180 {
  padding-top: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features-boxes-two .feature-text {
    padding-left: 30px;
  }
}


.features-boxes-two .feature-text .feature-icon li {
  display: inline-block;
  margin-right: 75px;
  text-align: center;
}


.features-boxes-two .feature-text .feature-icon li h6 {
  text-transform: uppercase;
  margin-top: 15px;
}


.features-boxes-two .feature-text .feature-icon li:hover img {
  -webkit-animation: hvr-buzz-out 0.75s linear 1;
          animation: hvr-buzz-out 0.75s linear 1;
}

.features-boxes-two .features-boxes-loop .feature-box-two {
  background-color: #fff;
  padding: 50px 30px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(179, 202, 216, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(179, 202, 216, 0.1);
}


.features-boxes-two .features-boxes-loop .feature-box-two h4 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.features-boxes-two .features-boxes-loop .feature-box-two .icon {
  margin-bottom: 40px;
}

.features-boxes-two .features-boxes-loop .feature-box-two .icon i {
  color: #041d38;
  background-color: #ffaa17;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.features-boxes-two .features-boxes-loop .feature-box-two:hover .icon i {
  color: #fff;
  background-color: #041d38;
}

.features-boxes-two .features-boxes-loop .feature-box-two .count {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  color: #eef6fa;
  font-size: 80px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  z-index: -1;
}

/*===========================
    Video
===========================*/
.video-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #041d38;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-section {
    height: auto;
    padding-top: 480px;
    padding-bottom: 80px;
  }
}


.video-section .section-title h2,
.video-section .video-text {
  color: #fff;
}

.video-section .video-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}


.video-section .video-wrap .video-bg {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.video-section .video-wrap .video-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #757a89;
  z-index: -1;
  opacity: 0.6;
}

.video-section .video-wrap .video-bg .video-link {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 2;
}


.video-section .video-wrap .video-bg .video-link .popup-video {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #ffaa17;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 100px;
  font-family: "Oswald", sans-serif;
  color: #041d38;
}

.video-section .video-wrap .video-bg .video-link .popup-video::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #ffaa17;
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
}

.video-section.video-style-two {

  z-index: 1;
 	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	padding-top:120px;
	padding-bottom:140px;
}


.video-section.video-style-two::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color:#041d38;
  z-index: -1;
  opacity: 0.7;
}

.video-section.video-style-two .video-text,
.video-section.video-style-two .video-text p,
.video-section.video-style-two .video-text h1 {
  color: #fff;
}

.video-section.video-style-two .video-text h1 {
  font-size:32px;
  text-transform: uppercase;
  line-height:60px;
  font-weight:bold;
}


.video-section.video-style-two .video-text .video-link-two {
  margin-bottom: 45px;
}

.video-section.video-style-two .video-text .video-link-two .popup-video {
  position: relative;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: #ffaa17;
  font-size: 20px;
  text-align: center;
  line-height: 140px;
  color: #041d38;
}



.video-section.video-style-two .video-text .video-link-two .popup-video::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: transparent;
  border-radius: 50%;
  border: 4px solid #ffffff;
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
}

/*===========================
    Team
===========================*/
.team-section.has-slider .container-fluid {
  padding-left: 0;
  padding-right: 0;
}


.team-section .team-loop .member-box {
  position: relative;
  margin-bottom: 30px;
}

.team-section .team-loop .member-box .member-img {
  position: relative;
  overflow: hidden;
}

.team-section .team-loop .member-box .member-img img {
  width: 100%;
}

.team-section .team-loop .member-box .member-img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #757a89;
  opacity: 0.7;
  content: '';
  z-index: 1;
}

.team-section .team-loop .member-box:hover .member-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.team-section .team-loop .member-box .member-info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
}

.team-section .team-loop .member-box .member-info h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

.team-section .team-loop .member-box .member-info span {
  color: #ffaa17;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.team-section .team-loop .member-box .socail-trigger {
  position: absolute;
  z-index: 2;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 30px;
  background-color: #fff;
  color: #041d38;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.team-section .team-loop .member-box .socail-trigger:hover {
  background-color: #ffaa17;
  color: #fff;
}


/*===========================
    Team Details
===========================*/
.team-details .member-information {
  padding-left: 40px;
}

.team-details .member-information .member-info-top .title h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.team-details .member-information .member-info-top .title span {
  font-weight: 700;
  color: #ffaa17;
}

.team-details .member-information .contact-list,
.team-details .member-information .social-list {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #cfdfe7;
}

.team-details .member-information .contact-list li,
.team-details .member-information .social-list li {
  font-size: 18px;
  padding-left: 45px;
  position: relative;
}

.team-details .member-information .contact-list li:not(:last-child),
.team-details .member-information .social-list li:not(:last-child) {
  margin-bottom: 30px;
}


.team-details .member-information .contact-list li,
.team-details .member-information .contact-list li a,
.team-details .member-information .social-list li,
.team-details .member-information .social-list li a {
  color: #041d38;
}

.team-details .member-information .contact-list li span,
.team-details .member-information .social-list li span {
  font-weight: 700;
  padding-right: 5px;
}

.team-details .member-information .contact-list li i,
.team-details .member-information .social-list li i {
  color: #ffaa17;
  margin-right: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*===========================
    Skill
===========================*/
.skills-section {
  position: relative;
  background-color: #f7fcff;
}

.skills-section .hire-btn {
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.skills-section .skill-progress .title {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin-bottom: 25px;
}

.skills-section .skill-progress .progressbar-wrap {
  background-color: #eaf2f8;
  height: 5px;
  width: 100%;
  position: relative;
}

.skills-section .skill-progress .progressbar-wrap .progressbar {
  height: 16px;
  background-color: #ffaa17;
  -webkit-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.skills-section .skill-img {
  position: relative;
  z-index: 1;
}

.skills-section .skill-img::after {
  position: absolute;
  right: -25px;
  bottom: -25px;
  width: 180px;
  height: 180px;
  background-color: #ffaa17;
  content: '';
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: -1;
}

.skills-section .bg-transparent {
  background-color: transparent;
}

/*===========================
    Portfolio
===========================*/
.portfolio-section .portfolio-masonary-loop .portfolio-box {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  z-index: 1;
  margin-bottom: 30px;
}

.portfolio-section .portfolio-masonary-loop .portfolio-box.double-height {
  height: 670px;
}


.portfolio-section .portfolio-masonary-loop .portfolio-box .portfolio-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-size: cover;
  background-position: center;
}

.portfolio-section .portfolio-masonary-loop .portfolio-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #757a89;
  opacity: 0;
  content: '';
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  z-index: -2;
}

.portfolio-section .portfolio-masonary-loop .portfolio-box .portfolio-desc {
  position: absolute;
  left:-100px;
  bottom: 0;
  background-color:#007fcc;
  padding:10px 20px 10px 10px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}


.portfolio-section .portfolio-masonary-loop .portfolio-box .portfolio-desc h4 {
  text-transform: uppercase;
  letter-spacing: -1;
}

.portfolio-section .portfolio-masonary-loop .portfolio-box .portfolio-desc .portfolio-cat {
  position: relative;
  display: inline-block;
  color:#fff;
  text-transform: uppercase;
  padding-left:25px;
  margin-bottom:5px;
}

.portfolio-section .portfolio-masonary-loop .portfolio-box .portfolio-desc .portfolio-cat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width:20px;
  height:1px;
  background-color:#fff;
}

.portfolio-section .portfolio-masonary-loop .portfolio-box:hover .portfolio-desc {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.portfolio-section .portfolio-masonary-loop .portfolio-box:hover::before {
  visibility: visible;
  opacity: 0.5;
}

.portfolio-section .portfolio-masonary-loop .portfolio-box:hover .portfolio-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.portfolio-section .portfolio-masonary-loop .portfolio-box.height-extra {
  height:220px;
}

.portfolio-section .portfolio-grid-loop .portfolio-grid-box {
  position: relative;
  height:370px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}


.portfolio-section .portfolio-grid-loop .portfolio-grid-box .portfolio-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-size: cover;
  background-position: center;
}

.portfolio-section .portfolio-grid-loop .portfolio-grid-box::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #041d38;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.portfolio-section .portfolio-grid-loop .portfolio-grid-box .portfolio-link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  font-size: 40px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.portfolio-section .portfolio-grid-loop .portfolio-grid-box:hover::after {
  opacity: 0.9;
  visibility: visible;
}

.portfolio-section .portfolio-grid-loop .portfolio-grid-box:hover .portfolio-link {
  visibility: visible;
  opacity: 1;
}

.portfolio-section .portfolio-grid-loop .portfolio-grid-box:hover .portfolio-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.portfolio-section .portfolio-filter {
  background-color: #041d38;
  padding: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.portfolio-section .portfolio-filter ul li {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  padding: 10px;
  margin: 0 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}


.portfolio-section .portfolio-filter ul li.active, .portfolio-section .portfolio-filter ul li:hover {
  color: #ffaa17;
}

.portfolio-section .portfolio-filter::after {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: -15px;
  background-color: #ffaa17;
  content: '';
  z-index: -1;
}

/*===========================
    Portfolio Slider
===========================*/
.portfolio-slider-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box {
  position: relative;
  padding-bottom: 80px;
}


.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-img-wrap {
  overflow: hidden;
  height: 650px;
  width: 100%;
}


.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box:hover .portfolio-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc {
  position: absolute;
  left: 45px;
  right: 90px;
  bottom: 0;
  padding: 40px 50px;
  background-color: #041d38;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc h2 {
  font-size: 36px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc h2 a {
  color: #fff;
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc .portfolio-cat {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #ffaa17;
  text-transform: uppercase;
  padding-left: 50px;
  margin-bottom: 5px;
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc .portfolio-cat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: #ffaa17;
}


.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc .portfolio-link {
  position: absolute;
  right: 0;
  font-size: 20px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  color: #041d38;
  text-align: center;
  background-color: #ffaa17;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc .portfolio-link:hover {
  background-color: #fff;
}

.portfolio-slider-section .portfolio-slider-loop .slick-current .portfolio-box .portfolio-desc {
  opacity: 1;
  visibility: visible;
}

.portfolio-slider-section.with-bg .section-title h2 {
  color: #fff;
}

.portfolio-slider-section.with-section-bg, .portfolio-slider-section.with-bg {
  position: relative;
}

.portfolio-slider-section.with-section-bg::after, .portfolio-slider-section.with-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background-color: #041d38;
  content: '';
  z-index: -1;
}

.portfolio-slider-section.with-section-bg::after {
  background-color: #f7fcff;
}

/*===========================
    Portfolio Details
===========================*/
.portfolio-details-wrap .portfolio-thumb {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 650px;
  width: 100%;
}


.portfolio-details-wrap .portfolio-thumb .portfolio-info {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  border-top: 6px solid #ffaa17;
  padding: 50px 55px;
  background-color: #041d38;
}

.portfolio-details-wrap .portfolio-thumb .portfolio-info ul li {
  line-height: 1.2;
}

.portfolio-details-wrap .portfolio-thumb .portfolio-info ul li:not(:last-child) {
  margin-bottom: 20px;
}


.portfolio-details-wrap .portfolio-thumb .portfolio-info ul li,
.portfolio-details-wrap .portfolio-thumb .portfolio-info ul li a {
  color: #a5bbd3;
  font-weight: 500;
}

.portfolio-details-wrap .portfolio-thumb .portfolio-info ul li span.title {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}


.portfolio-details-wrap .portfolio-details blockquote {
  position: relative;
  padding: 45px 60px;
  background-color: #ffaa17;
  border-radius: 10px;
  z-index: 1;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.portfolio-details-wrap .portfolio-details blockquote span {
  display: block;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: none;
}

.portfolio-details-wrap .portfolio-details blockquote span img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.portfolio-details-wrap .portfolio-details blockquote::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/details/icon.png);
  background-size: contain;
  background-position: left top;
  content: '';
  background-repeat: no-repeat;
}

/*===========================
    Testimonial
===========================*/
.testimonial-section {
  background-image: url(../img/testimonial-bg.jpg);
  background-color: #f7fcff;
  background-size: cover;
  background-position: right center;
}

.testimonial-section .testimonial-slider .single-testimonial {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1;
      grid-template-rows: 1;
  -ms-grid-columns: 142px 1fr;
      grid-template-columns: 142px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-column-gap: 60px;
}

.testimonial-section .testimonial-slider .single-testimonial .author-img {
  position: relative;
  z-index: 1;
}

.testimonial-section .testimonial-slider .single-testimonial .author-img img {
  border-radius: 50%;
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.2);
  max-width: 140px;
  max-height: 140px;
}

.testimonial-section .testimonial-slider .single-testimonial .author-img::after, .testimonial-section .testimonial-slider .single-testimonial .author-img::before {
  position: absolute;
  content: '';
  z-index: -1;
  height: 40px;
  width: 40px;
  background-color: #ffaa17;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.testimonial-section .testimonial-slider .single-testimonial .author-img::after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  background-color: #041d38;
}

.testimonial-section .testimonial-slider .single-testimonial .desc .rateing a {
  font-size: 24px;
  margin-right: 5px;
}

.testimonial-section .testimonial-slider .single-testimonial .desc h2 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: -1;
}


.testimonial-section .testimonial-author-slider .single-slider {
  text-transform: uppercase;
  opacity: 0.2;
  padding: 22px 40px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}


.testimonial-section .testimonial-author-slider .single-slider h4 {
  letter-spacing: -1px;
}

.testimonial-section .testimonial-author-slider .single-slider span {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  padding-top: 5px;
}

.testimonial-section .testimonial-author-slider .single-slider.slick-current {
  background-color: #fff;
  opacity: 1;
  border-color: #ffaa17;
}

.testimonial-section .testimonial-author-slider .single-slider.slick-current span {
  color: #ffaa17;
}

.testimonials-clinet-section {
  background-color: #f7fcff;
  position: relative;
  z-index: 1;
}

.testimonials-clinet-section::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../img/map.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonials-slider-two .single-testimonial-two {
  background-color: #fff;
  padding: 40px 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}


.testimonials-slider-two .single-testimonial-two .testimonial-author {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1;
      grid-template-rows: 1;
  -ms-grid-columns: 60px 1fr;
      grid-template-columns: 60px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 20px;
}

.testimonials-slider-two .single-testimonial-two .testimonial-author .author-info h5 {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.2;
}

.testimonials-slider-two .single-testimonial-two .testimonial-author .author-info span {
  font-size: 14px;
  color: #ffaa17;
  line-height: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.testimonials-slider-two .single-testimonial-two .quote-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0.1;
  z-index: -1;
}

.testimonials-slider-two .single-testimonial-two::after, .testimonials-slider-two .single-testimonial-two::before {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20%;
  bottom: -20px;
  content: '';
  background-color: #ffe6bb;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.testimonials-slider-two .single-testimonial-two::before {
  background-color: #ffaa17;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.testimonials-slider-two .slick-current .single-testimonial-two .testimonial-author .author-info span {
  color: #fff;
}

.testimonials-slider-two .slick-current .single-testimonial-two::after, .testimonials-slider-two .slick-current .single-testimonial-two::before {
  visibility: visible;
  opacity: 1;
}

/*===========================
    Client Carousel
===========================*/
.clinet-section .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -40px;
  margin-right: -40px;
}


.clinet-section .slick-track .clinet-item {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.clinet-section .slick-track .clinet-item img {
  max-width: 100%;
  display: inline-block;
}

/*===========================
    Blog
===========================*/
.latetest-post .latest-post-box .post-meta {
  background-color: #041d38;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 15px 35px;
  text-align: left;
}


.latetest-post .latest-post-box .post-meta li {
  display: inline-block;
  margin-right: 25px;
}

.latetest-post .latest-post-box .post-meta li:last-child {
  margin-right: 0;
}

.latetest-post .latest-post-box .post-meta a {
  color: #fff;
}

.latetest-post .latest-post-box .post-meta a i {
  color: #ffaa17;
  margin-right: 5px;
}

.latetest-post .latest-post-box .post-img {
  width: 100%;
  height: 235px;
  background-size: cover;
  background-position: center;
}

.latetest-post .latest-post-box .post-desc {
  padding: 0 35px;
}


.latetest-post .latest-post-box .post-desc h3 {
  font-size: 26px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}


.latetest-post .latest-post-box .post-desc h3 a, .latetest-post .latest-post-box .post-desc h3 a:hover {
  color: #041d38;
}

.latetest-post .latest-post-box .post-desc .post-link {
  margin-top: 25px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.latetest-post .latest-post-box .post-desc .post-link:hover {
  color: #041d38;
}


/* Post Grid Style */
.post-grid-box {
  border: 2px solid #e1f3ff;
  padding: 40px 25px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}



.post-grid-box .post-desc {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f4f9;
}

.post-grid-box h4 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 20px;
  line-height: 1.3;
}


.post-grid-box .post-meta {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

.post-grid-box .post-meta li {
  display: inline-block;
  margin-right: 20px;
}


.post-grid-box .post-meta li a {
  color: #041d38;
}

.post-grid-box .post-meta li i {
  color: #ffaa17;
  margin-right: 5px;
}

.post-grid-box .post-meta li:last-child {
  margin-right: 0;
}

.post-grid-box .post-cat {
  margin-bottom: 25px;
}

.post-grid-box .post-cat li {
  display: inline-block;
}

.post-grid-box .post-cat li a {
  color: #041d38;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 15px;
  background-color: #ffaa17;
}

.post-grid-box:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(28, 116, 198, 0.08);
          box-shadow: 0px 16px 32px 0px rgba(28, 116, 198, 0.08);
  border-color: transparent;
}

/* Post standard Style */
.post-standard-box .post-desc {
  padding: 50px 40px;
  border: 2px solid #ededed;
  border-top: none;
}

.post-standard-box .post-desc .cat {
  margin-bottom: 25px;
  padding: 10px 30px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #041d38;
  background-color: #ffaa17;
}

.post-standard-box .post-desc .cat:hover {
  background-color: #041d38;
  color: #fff;
}

.post-standard-box .post-desc h2 {
  font-size: 38px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: -1px;
}


.post-standard-box .post-desc .post-meta {
  margin-bottom: 30px;
}

.post-standard-box .post-desc .post-meta li {
  display: inline-block;
  margin-right: 30px;
}



.post-standard-box .post-desc .post-meta li a {
  color: #041d38;
}

.post-standard-box .post-desc .post-meta li a:hover {
  color: #ffaa17;
}

.post-standard-box .post-desc .post-meta li a i {
  margin-right: 5px;
}

.post-standard-box .post-desc .post-footer {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-standard-box .post-desc .post-footer .author {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.post-standard-box .post-desc .post-footer .author a {
  color: #041d38;
}

.post-standard-box .post-desc .post-footer .author img {
  margin-right: 15px;
}

.post-standard-box .post-desc .post-footer .read-more a {
  font-size: 14px;
  color: #041d38;
}

.post-standard-box .post-desc .post-footer .read-more a i {
  margin-right: 5px;
}

.post-standard-box .post-desc .post-footer .read-more a:hover {
  color: #ffaa17;
}

.post-standard-box.with-video .post-media {
  position: relative;
}

.post-standard-box.with-video .post-media .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  background-color: #ffaa17;
  color: #041d38;
  line-height: 80px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.post-standard-box.with-video .post-media .play-icon:hover {
  background-color: #041d38;
  color: #fff;
}

.post-standard-box.title-with-thumb {
  position: relative;
  z-index: 1;
}

.post-standard-box.title-with-thumb::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../img/blog/04.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.1;
}

.post-standard-box.title-with-thumb .post-desc {
  border: none;
}

.post-standard-box.title-with-thumb .post-desc .post-meta {
  margin-bottom: 0;
}

.post-standard-box.quote-post {
  padding: 40px 50px;
  position: relative;
  z-index: 1;
}


.post-standard-box.quote-post::before, .post-standard-box.quote-post::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffaa17;
  z-index: -1;
  content: '';
}

.post-standard-box.quote-post::after {
  background-image: url(../img/pattern.png);
  z-index: -1;
  opacity: 0.6;
}

.post-standard-box.quote-post .post-desc {
  border: none;
  position: relative;
  z-index: 1;
  padding: 0;
  padding-left: 100px;
}

.post-standard-box.quote-post .post-desc::before {
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../img/quote.png);
  width: 75px;
  height: 90px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  content: '';
}


.post-standard-box.quote-post .post-desc h2 a:hover {
  color: #041d38;
}

.post-standard-box.quote-post .post-desc .post-meta {
  margin-bottom: 0;
}

.post-standard-box.quote-post .post-desc .post-meta a:hover {
  color: #041d38;
}

/* Post Details */
.blog-details-box {
  padding: 40px;
  border: 2px solid #ededed;
}



.blog-details-box .entry-content .cat {
  margin-bottom: 25px;
  padding: 10px 30px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #041d38;
  background-color: #ffaa17;
}

.blog-details-box .entry-content .cat:hover {
  background-color: #041d38;
  color: #fff;
}

.blog-details-box .entry-content .title,
.blog-details-box .entry-content .subtitle {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.blog-details-box .entry-content h2.title {
  font-size: 38px;
}


.blog-details-box .entry-content h3.subtitle {
  font-size: 30px;
}


.blog-details-box .entry-content .line {
  width: 100%;
  height: 1px;
  background-color: #e1e6ff;
  margin-top: 45px;
  margin-bottom: 45px;
}

.blog-details-box .entry-content .post-meta {
  margin-bottom: 30px;
}

.blog-details-box .entry-content .post-meta li {
  display: inline-block;
  margin-right: 25px;
}


.blog-details-box .entry-content .post-meta li a {
  color: #041d38;
  font-weight: 700;
  font-size: 14px;
}

.blog-details-box .entry-content .post-meta li a:hover {
  color: #ffaa17;
}

.blog-details-box .entry-content .post-meta li a i {
  margin-right: 5px;
}

.blog-details-box .entry-content ul.list-icon li {
  padding-left: 60px;
  position: relative;
}

.blog-details-box .entry-content ul.list-icon li:not(:last-child) {
  margin-bottom: 10px;
}

.blog-details-box .entry-content ul.list-icon li::before {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}


.blog-details-box .entry-content blockquote {
  position: relative;
  padding: 45px 55px;
  background-color: #f7fcff;
  border-radius: 10px;
  z-index: 1;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #041d38;
  text-transform: uppercase;
  text-align: center;
}


.blog-details-box .entry-content blockquote span {
  display: block;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: none;
}

.blog-details-box .entry-footer .tag-and-share h5 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 25px;
}


.blog-details-box .entry-footer .tag-and-share .tag li {
  display: inline-block;
  margin-right: 5px;
}

.blog-details-box .entry-footer .tag-and-share .tag li a {
  font-size: 12px;
  padding: 10px 20px;
  display: block;
  background-color: #efefef;
  text-transform: uppercase;
}

.blog-details-box .entry-footer .tag-and-share .tag li a:hover {
  background-color: #fff;
}

.blog-details-box .entry-footer .tag-and-share .share li {
  display: inline-block;
  margin-left: 25px;
}

.blog-details-box .entry-footer .tag-and-share .share li a {
  color: #b5becc;
  font-size: 18px;
}

.blog-details-box .entry-footer .post-nav {
  padding: 50px 0;
  border-top: 1px solid #e1e6ff;
  border-bottom: 2px solid #e1e6ff;
  position: relative;
}

.blog-details-box .entry-footer .post-nav span.icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog-details-box .entry-footer .post-nav .prev-post span,
.blog-details-box .entry-footer .post-nav .next-post span {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.blog-details-box .entry-footer .post-nav .prev-post a,
.blog-details-box .entry-footer .post-nav .next-post a {
  color: #041d38;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: -1px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.blog-details-box .entry-footer .related-post-box h3 {
  font-size: 26px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.blog-details-box .entry-footer .related-post-box .thumb {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
}

.blog-details-box .entry-footer .related-post-box .desc {
  font-size: 14px;
  padding: 40px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
          box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}

.blog-details-box .entry-footer .related-post-box .desc,
.blog-details-box .entry-footer .related-post-box .desc a {
  color: #041d38;
}

.blog-details-box .entry-footer .related-post-box .desc .date {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-details-box .entry-footer .related-post-box .desc .date i {
  margin-right: 5px;
}

.blog-details-box .entry-footer .related-post-box .desc h4 {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: -1px;
  text-transform: uppercase;
}


.blog-details-box .entry-footer .author-info-box {
  padding: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  -ms-grid-columns: 180px 1fr;
      grid-template-columns: 180px 1fr;
  border: 2px solid #e1e6ff;
  grid-column-gap: 35px;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-details-box .entry-footer .author-info-box .info-text span {
  font-weight: 700;
  margin-bottom: 5px;
}

.blog-details-box .entry-footer .author-info-box .info-text h3 {
  font-size: 36px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog-details-box .comment-template h3.box-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 26px;
}


.blog-details-box .comment-template .comments-list li {
  padding-left: 130px;
  position: relative;
  font-size: 14px;
}

.blog-details-box .comment-template .comments-list li:not(:first-child) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e1e6ff;
}

.blog-details-box .comment-template .comments-list li .comment-img {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100px;
  height: 100px;
}

.blog-details-box .comment-template .comments-list li .comment-img img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
}

.blog-details-box .comment-template .comments-list li .comment-desc .desc-top {
  margin-bottom: 30px;
  position: relative;
}

.blog-details-box .comment-template .comments-list li .comment-desc .desc-top h6 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.blog-details-box .comment-template .comments-list li .comment-desc .desc-top span.date {
  font-weight: 700;
  font-size: 12px;
  font-weight: 700;
}

.blog-details-box .comment-template .comments-list li .comment-desc .desc-top .reply-link {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #f4f4ff;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  z-index: 2;
  color: #041d38;
}

.blog-details-box .comment-template .comments-list li .comment-desc .desc-top .reply-link i {
  margin-right: 5px;
}

.blog-details-box .comment-template .comments-list li .children li:first-child {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e1e6ff;
}

.blog-details-box .comment-form {
  padding: 45px;
  background-color: #f7fcff;
}

.blog-details-box .comment-form input,
.blog-details-box .comment-form textarea {
  height: 60px;
  border: none;
  background-color: #fff;
  padding-left: 25px;
  padding-right: 50px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.blog-details-box .comment-form textarea {
  height: 150px;
}

.blog-details-box .comment-form button i {
  margin-right: 5px;
}

.blog-details-box .comment-form .input-group .icon {
  right: 25px;
  left: auto;
}

/* Pagination */
.pagination-wrap {
  text-align: center;
  padding-top: 20px;
}

.pagination-wrap ul li {
  display: inline-block;
  margin: 0 5px;
}

.pagination-wrap ul li a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 2px solid #ededed;
  color: #041d38;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.pagination-wrap ul li a:hover {
  background-color: #ffaa17;
  border-color: #ffaa17;
}

.pagination-wrap ul li.active a {
  background-color: #ffaa17;
  border-color: #ffaa17;
}

/*===========================
    CONTACT
===========================*/
.contact-form-wrapper {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(146, 211, 215, 0.16);
          box-shadow: 0px 16px 32px 0px rgba(146, 211, 215, 0.16);
}

.contact-form-wrapper .contact-form {
  padding: 60px;
  background-color: #041d38;
}

.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
  background: #092748;
  border: none;
  width: 100%;
  height: 68px;
  padding-left: 65px;
  padding-right: 30px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.contact-form-wrapper .contact-form .padding-custom.row {
  margin-left: -5px;
  margin-right: -5px;
}

.contact-form-wrapper .contact-form .padding-custom > .col,
.contact-form-wrapper .contact-form .padding-custom > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

.contact-form-wrapper .contact-form textarea {
  padding-top: 25px;
  height: 192px;
}

.contact-form-wrapper .contact-form ::-webkit-input-placeholder,
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
  color: #fff;
  opacity: 1;
}

.contact-form-wrapper .contact-form :-ms-input-placeholder,
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
  color: #fff;
  opacity: 1;
}

.contact-form-wrapper .contact-form ::-ms-input-placeholder,
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
  color: #fff;
  opacity: 1;
}

.contact-form-wrapper .contact-form ::placeholder,
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
  color: #fff;
  opacity: 1;
}

.contact-form-wrapper .contact-form .input-group .icon {
  left: 40px;
}

.contact-form-wrapper .contact-form .input-group.textarea .icon {
  top: 25px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.contact-form-wrapper .contact-form .main-btn.btn-filled {
  margin-top: 10px;
}

.contact-form-wrapper .contact-form .main-btn.btn-filled:hover {
  background-color: #fff;
  border-color: #fff;
}

.contact-form-wrapper .contact-form .main-btn.btn-filled:hover::before, .contact-form-wrapper .contact-form .main-btn.btn-filled:hover::after {
  background-color: #fff;
}

.contact-form-wrapper .contact-info-list {
  background-color: #fff;
  padding: 60px;
  height: 100%;
}

.contact-form-wrapper .contact-info-list .info-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1;
      grid-template-rows: 1;
  -ms-grid-columns: 65px 1fr;
      grid-template-columns: 65px 1fr;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f3f3f3;
}

.contact-form-wrapper .contact-info-list .info-box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.contact-form-wrapper .contact-info-list .info-box .icon {
  font-size: 40px;
  color: #ffaa17;
  line-height: 1;
}

.contact-form-wrapper .contact-info-list .info-box h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* contact section */
.contact-section.with-map-bg {
  position: relative;
  z-index: 1;
}

.contact-section.with-map-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: '';
  height: 100%;
  width: 100%;
  background-image: url(../img/map.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}

/* Contact Maps */
.contact-maps {
  width: 100%;
  height: 600px;
}

.contact-maps iframe {
  width: 100%;
  height: 100%;
}

/*===========================
    FRAMEWORK 
===========================*/
.framework-section {
  background-color: #041d38;
  padding-top: 120px;
  padding-bottom: 120px;
}

.framework-section.padding-bottom-extra {
  padding-bottom: 270px;
}

.framework-section .framework-text,
.framework-section .framework-text .section-title h2,
.framework-section .framework-text a {
  color: #fff;
}

.framework-section .framework-text .framework-list li {
  margin-right: 25px;
}

.framework-section .framework-text .framework-list li:last-child {
  margin-right: 0;
}

.framework-section .framework-text .framework-list li a {
  text-align: center;
  font-weight: 700;
  padding: 0;
  border-radius: 0;
}

.framework-section .framework-text .framework-list li a span.icon {
  display: block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #072341;
  color: #ffaa17;
  font-size: 40px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}



.framework-section .framework-text .framework-list li a:hover, .framework-section .framework-text .framework-list li a.active {
  background-color: transparent;
}

.framework-section .framework-text .framework-list li a:hover span.icon, .framework-section .framework-text .framework-list li a.active span.icon {
  background-color: #ffaa17;
  color: #072341;
}

/*===========================
    COUNTER SCSS 
===========================*/
.counter-section.mt-negative {
  margin-top: -150px;
  position: relative;
  z-index: 22;
}

.counter-section .counter-inner {
  position: relative;
  background-color: #ffaa17;
  padding: 100px 0;
  margin-bottom: 20px;
}

.counter-section .counter-inner::after {
  position: absolute;
  content: '';
  background-color: #041d38;
  left: 20px;
  right: 20px;
  bottom: -20px;
  top: 20px;
  z-index: -2;
}

.counter-section .counter-inner .counter-box {
  text-align: center;
  position: relative;
  z-index: 4;
}

.counter-section .counter-inner .counter-box h1 {
  font-size: 70px;
  margin-bottom: 10px;
}



.counter-section .counter-inner .counter-box .title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.counter-section .counter-inner span.big-text {
  font-size: 240px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  z-index: 1;
  opacity: 0.2;
}


/*===========================
    Breadcrumb
===========================*/
.breadcrumb-section {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  padding-top: 200px;
  padding-bottom: 100px;
  background-attachment: fixed;
  
}


.breadcrumb-section::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color:#181677;
  opacity: 0.5;
  content: '';
}

.breadcrumb-section .breadcrumb-text {
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.breadcrumb-section .breadcrumb-text h1 {
  font-size: 72px;
  text-transform: uppercase;
  color: #fff;
}


.breadcrumb-section .breadcrumb-shape {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 225px;
  background-color: transparent;
}

.breadcrumb-section .breadcrumb-shape svg {
  width: calc(125% + 1.3px);
  height: 225px;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}


.breadcrumb-section .breadcrumb-shape svg path {
  fill: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.breadcrumb-section .btg-text {
  font-size:130px;
  font-family:"Oswald", sans-serif;
  font-weight:700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  z-index: -1;
  opacity: 0.15;
}

.breadcrumb-section .btg-text-p{
  font-size:150px;
  font-family:"Oswald", sans-serif;
  font-weight:700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  z-index: -1;
  opacity: 0.2;
}



.breadcrumb-section .breadcrumb-nav {
  position: absolute;
  z-index: 22;
  left:50%;
  padding:10px 20px;
  background: #ffaa17;
  -webkit-transform: translate(-50%, 40%);
          transform: translate(-50%, 40%);
  text-align: center;
}

.breadcrumb-section .breadcrumb-nav li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 5px;
  padding-right: 15px;
  position: relative;
  line-height:30px;
}

.breadcrumb-section .breadcrumb-nav li,
.breadcrumb-section .breadcrumb-nav li a {
  color: #041d38;
}

.breadcrumb-section .breadcrumb-nav a {
  color: #041d38;
}

.breadcrumb-section .breadcrumb-nav a:hover{
  color:#fff; text-decoration:underline;
}

.breadcrumb-section .breadcrumb-nav li a:hover{
  color:#fff; text-decoration:underline;
}

.breadcrumb-section .breadcrumb-nav li::after {
  position: absolute;
  content: '|';
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb-section .breadcrumb-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb-section .breadcrumb-nav li:last-child::after {
  display: none;
}


/* 列表分页 */
.m-page {height: auto; padding: 20px 0 20px; text-align: center; margin:10px auto 0px auto;}
.m-page .page-status{display:none;}
.m-page a {padding: 8px 15px; font-size: 14px; color: #333; background-color: #eee; margin: 0 5px;}
.m-page a:hover {background-color: #007fcc; color: #fff; text-decoration: none;}
.m-page a.record {display: none}
.m-page .page-num-current {padding: 8px 15px; font-size: 14px; color: #fff; font-weight: normal; background-color: #007fcc;
	margin: 0 5px;}
body .m-page a b {padding: 0; border: none; background-color: #eee; color: #000; margin: 0}
body .m-page a:hover b {color: #fff; background-color: #007fcc;}
.clear{clear: both;}
/* 列表结束 */



/*===========================
    Sidebar Style
===========================*/

.sidebar .widget {
  padding: 40px;
  border: 2px solid #ededed;
}

.sidebar .widget .widget-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1;
  position: relative;
  padding-left: 30px;
}

.sidebar .widget .widget-title::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #ffaa17;
  content: '';
}

.sidebar .widget.about-author-widget .author-box {
  font-size: 14px;
  text-align: center;
}

.sidebar .widget.about-author-widget .author-box h6 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-top: 30px;
  padding-bottom: 20px;
}

.sidebar .widget.about-author-widget .author-box .social-icon {
  margin-top: 25px;
}

.sidebar .widget.about-author-widget .author-box .social-icon li {
  display: inline-block;
  margin: 0 5px;
}

.sidebar .widget.about-author-widget .author-box .social-icon li a {
  padding: 5px;
  color: #b3bed3;
}

.sidebar .widget.about-author-widget .author-box .social-icon li a:hover {
  color: #ffaa17;
}

.sidebar .widget.search-widget form {
  position: relative;
}

.sidebar .widget.search-widget form input {
  width: 100%;
  background-color: #f6f4ff;
  height: 60px;
  border: none;
  padding-left: 30px;
  padding-right: 60px;
  font-size: 14px;
}

.sidebar .widget.search-widget form button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 1;
  background-color: #ffaa17;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar .widget.search-widget form button:hover {
  background-color: #041d38;
  color: #fff;
}

.sidebar .widget.popular-feeds .single-popular-feed {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  -ms-grid-columns: 80px 1fr;
      grid-template-columns: 80px 1fr;
  grid-column-gap: 15px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e6ff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc h6 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
  font-size: 14px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
  margin-right: 5px;
}

.sidebar .widget.categories-widget ul li {
  margin-bottom: 10px;
}

.sidebar .widget.categories-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget.categories-widget ul li a {
  font-size: 14px;
  padding-left: 30px;
  height: 50px;
  background-color: #edf3ff;
  display: block;
  position: relative;
  line-height: 50px;
  color: #041d38;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar .widget.categories-widget ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #d8e5ff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar .widget.categories-widget ul li a:hover {
  background-color: #ffaa17;
}

.sidebar .widget.categories-widget ul li a:hover span {
  background-color: #ffc35c;
}

.sidebar .widget.socail-widget ul li {
  display: inline-block;
  margin-right: 10px;
}

.sidebar .widget.socail-widget ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #041d38;
  background-color: #edf3ff;
  text-align: center;
}

.sidebar .widget.socail-widget ul li a:hover {
  background-color: #ffaa17;
}

.sidebar .widget.twitter-feed-widget ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 12px;
  border-bottom: 1px solid #e1e6ff;
  padding-left: 35px;
  position: relative;
}

.sidebar .widget.twitter-feed-widget ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f099';
  font-family: 'Font Awesome 5 Brands';
  font-size: 14px;
  color: #ffaa17;
}

.sidebar .widget.twitter-feed-widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.sidebar .widget.twitter-feed-widget ul li a {
  color: #041d38;
}

.sidebar .widget.twitter-feed-widget ul li .date {
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 500;
}

.sidebar .widget.instagram-feed-widget ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.sidebar .widget.popular-tag-widget ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.sidebar .widget.popular-tag-widget ul li a {
  font-size: 12px;
  color: #041d38;
  padding: 10px 20px;
  background-color: #f4f4f4;
}

.sidebar .widget.popular-tag-widget ul li a:hover {
  background-color: #ffaa17;
}

.sidebar .widget.banner-ad-widget {
  padding: 0;
  border: none;
}

.sidebar .widget.contact-widget .input-group {
  margin-top: -2px;
}

.sidebar .widget.service-cat-widget li a, .sidebar .widget.brouchers-widget li a {
  display: block;
  border: 2px solid #ededed;
  padding: 15px 30px;
  text-transform: uppercase;
  color: #041d38;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.sidebar .widget.service-cat-widget li a:hover, .sidebar .widget.brouchers-widget li a:hover {
  background-color: #ffaa17;
  color: #fff;
  border-color: #ffaa17;
}

.sidebar .widget.service-cat-widget li:not(:last-child) a, .sidebar .widget.brouchers-widget li:not(:last-child) a {
  border-bottom: none;
}

.sidebar .widget.brouchers-widget li a i {
  margin-right: 20px;
  color: #ffaa17;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar .widget.brouchers-widget li a:hover i {
  color: #fff;
}

/*===========================
    FAQ
===========================*/
.faq-loop {
  background-color: #f7fcff;
  padding: 60px;
}

.faq-loop .card {
  border: 0;
  border-radius: 0;
  background-color: #fff;
  margin-bottom: 10px;
}

.faq-loop .card .card-header {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.faq-loop .card .card-header button {
  border: none;
  padding: 20px 35px;
  width: 100%;
  text-align: left;
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #041d38;
  position: relative;
  min-height: 70px;
}


.faq-loop .card .card-header button .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 50px;
  background-color: #ffaa17;
  text-align: center;
  font-size: 24px;
  color: #041d38;
  line-height: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}


.faq-loop .card .card-header button.active-accordion .icon span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq-loop .card .card-body {
  padding: 0 35px 25px;
}

/*===========================
    Footer
===========================*/


footer .social-icon a {
  text-align: center;
  background-color:#14274c;
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin-left: 10px;
}

footer .social-icon a:hover {
  background-color: #ffaa17;
  color:#14274c;
}

footer .footer-top {
  background-color: #091620;
  padding: 40px 0;
}

footer .footer-widget-area {
  padding-top:100px;
  padding-bottom: 40px;
  position:relative;
  
}

footer .footer-widget-area .widget {
  margin-bottom: 50px;
}

footer .footer-widget-area .widget,
footer .footer-widget-area .widget a {
  color: #fff;
}

footer .footer-widget-area .widget a:hover {
  color: #ffaa17; text-decoration:underline;}

footer .footer-widget-area .widget .widget-title {
  font-size:18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom:20px;
  position:relative;
}

footer .footer-widget-area .widget .widget-titlee{
  font-size:18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom:20px;
  position:relative;
}

footer{position:relative;
-webkit-background-size:cover;
 -moz-background-size:cover;
 -o-background-size:cover;
 background-size:cover;
 background-position:center;
 background-repeat:no-repeat}
footer::before{
 position:absolute;
 content:"";
 height:100%;
 width:100%;
 background-color:#14274c;
 top:0;
 left:0;
 opacity:.95
}


footer .footer-widget-area .widget.nav-widget ul li {
  line-height:30px; font-size:14px;
}

footer .footer-widget-area .widget.recent-post .post-loop .post {
  grid-column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom:1px solid #384956;
}



footer .footer-widget-area .widget.recent-post .post-loop .post .post-img {
  max-width: 70px;
  max-height: 70px;
}

footer .footer-widget-area .widget.recent-post .post-loop .post .time {
  font-size: 12px;
  color: #96abbb;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

footer .footer-widget-area .widget.recent-post .post-loop .post .time i {
  color: #ffaa17;
  margin-right: 2px;
}

footer .footer-widget-area .widget.recent-post .post-loop .post h5 {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
}

footer .copy-right-area .copyrigt-text {
  padding: 35px 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}


footer .copy-right-area .copyrigt-text a {
  color: #999;
}

footer .copy-right-area .copyrigt-text a:hover {
  color: #ffaa17;
}

footer.footer-style-two {
  background-color: #041d38;
}

footer.footer-style-two .footer-widget-area {
  padding-bottom: 50px;
}

footer.footer-style-two .footer-widget-area .foter-logo {
  margin-bottom: 50px;
}

footer.footer-style-two .footer-widget-area .widget {
  padding: 50px 35px;
  text-align: center;
  line-height: 38px;
}


footer.footer-style-two .footer-widget-area .widget .widget-title {
  font-size: 30px;
}

footer.footer-style-two .footer-widget-area .widget.getin-widget {
  background-color: #ffaa17;
  font-weight: 700;
}

footer.footer-style-two .footer-widget-area .widget.getin-widget li {
  line-height: 36px;
}

footer.footer-style-two .footer-widget-area .widget.getin-widget,
footer.footer-style-two .footer-widget-area .widget.getin-widget .widget-title {
  color: #041d38;
}

footer.footer-style-two .footer-widget-area .widget.getin-widget .getin-btn {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 45px;
  text-transform: uppercase;
  background-color: #041d38;
  display: inline-block;
  margin-top: 30px;
}

footer.footer-style-two .footer-widget-area .widget.getin-widget .getin-btn:hover {
  background-color: #041d38;
  color: #fff;
}

footer.footer-style-two .copy-right-area {
  background-color: #021529;
  padding: 15px 0;
}

footer.footer-style-two .copy-right-area .copyrigt-text {
  padding: 0;
  border: none;
}

footer.footer-style-two .copy-right-area .social-icon a {
  background-color: #041d38;
}

footer.footer-style-three {
  background-color: #fff;
}

footer.footer-style-three .footer-top {
  background-color: #f7fcff;
}

footer.footer-style-three .footer-top .social-icon a {
  background-color: #fff;
  color: #041d38;
}

footer.footer-style-three .footer-top .social-icon a:hover {
  background-color: #ffaa17;
}

footer.footer-style-three .footer-widget-area .widget,
footer.footer-style-three .footer-widget-area .widget a {
  color: #041d38;
}

footer.footer-style-three .footer-widget-area .widget a:hover {
  color: #ffaa17;
}

footer.footer-style-three .footer-widget-area .widget .widget-title {
  color: #041d38;
}

footer.footer-style-three .footer-widget-area .widget.recent-post .post-loop .post {
  border-color: #f2f3f4;
}

footer.footer-style-three .footer-widget-area .widget.recent-post .post-loop .post .time {
  color: #ffaa17;
}

footer.footer-style-three .copy-right-area .copyrigt-text {
  color: #041d38;
  border-color: #d8e0e9;
}

footer.footer-style-three .copy-right-area a {
  color: #041d38;
}

footer.footer-style-three .copy-right-area a:hover {
  color: #ffaa17;
}

/*===== Go Top =====*/
.go-top-area {
  position: relative;
  z-index: 9999;
}

.go-top-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 24px;
  color: #ffffff;
  background-color: #ffaa17;
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-right: 0;
}

.go-top-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.go-top-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top-area .go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffaa17;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.go-top-area .go-top:focus, .go-top-area .go-top:hover {
  color: #fff;
}

.go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top-area .go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 20px;
}

.go-top-wrap {
  position: relative;
}

.go-top-wrap .go-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #ffaa17;
}

.go-top-wrap .go-top-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.go-top-wrap .go-top-btn::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background: #ffaa17;
}

.go-top-wrap .go-top-btn:hover {
  background-color: #000;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */

.content-box h3{color:#fff;}

.content-box .feature-title {
    margin-top: 0;
    color: #fff;
    line-height: 34px;
}

.content-box p{
	color: #fff;
	margin-bottom:100px;
	display:block;
	margin-top:10px;
}


.content-box:after {
    background: #fff;
    position: absolute;
    content: "";
    height: 216px;
    width: 216px;
    left: -75px;
    bottom: -100px;
    border-radius: 50%;
    opacity: 0.1; }




.training-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #23589C;
  border-radius: 10px;
  padding: 70px 50px 30px 50px;
  transition: all 0.3s ease-in-out;
}

.training-block-one .inner-box:hover{

  background:#ffaa17;

}




.training-block-one .inner-box .content-box{
  position: relative;
  display: block;
}

.training-block-one .inner-box .content-box .image-box{
  position: relative;
  display: block;
}

.training-block-one .inner-box .content-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  box-shadow: inset 0px -130px 40px -70px rgba(0, 0, 0, 0.9);
  z-index: 1;
  transition: all 500ms ease;
}

.training-block-one .inner-box .content-box .image-box img{
  width: 100%;
}

.training-block-one .inner-box .content-box .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 15px 15px 22px 15px;
  z-index: 1;
  opacity: 1;
  transition: all 500ms ease;
}

.training-block-one .inner-box:hover .content-box .text{
  opacity: 0;
}

.training-block-one .inner-box .content-box .text h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
}

.training-block-one .inner-box .overlay-box{
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  padding: 40px 15px;
  opacity: 0;
  transition: all 500ms ease;
}

.training-block-one .inner-box:hover .overlay-box{
  opacity: 1;
  top: 0px;
}

.training-block-one .inner-box .overlay-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.training-block-one .inner-box .overlay-box .text{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 15px 15px;
  transform: translate(-50%,-50%);
}

.training-block-one .inner-box .overlay-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.training-block-one .inner-box .overlay-box p{
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #fff;
}

.training-block-one .inner-box .overlay-box a{
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.training-block-one .inner-box .overlay-box a span{
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.training-block-one .inner-box .overlay-box a i{
  margin-left: 10px;
}


.iconRotate {
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.s-firstDrop,
.s-secondDrop {
  display: none;
}





