* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
html{
    min-height: 100%;
    scroll-behavior: smooth;
}
a {
    color:#1b3486;
}
a, a:hover, a:focus {
    text-decoration: none;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    font-size: 16px;
    line-height: 30px;
    color: #535353 !important;
    overflow-x: hidden;
}
h2{
    font-family: 'Times New Roman Cyr';
    color: #fff;
    font-size:50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom:25px;
}

  ul{
      margin: 0;
  }
  li{
      list-style-type: none;
  }
  .p100{
      padding:100px 0;
  }
  .p100{
      padding:100px 0;
  }
  .p70{
      padding:70px 0;
  }
 
  /** button set **/
 .btn-twenty{
     display: inline-block !important;
     color:#fff !important;
     background: transparent !important;
     font-size: 16px !important;
     line-height: 50px !important;
     font-weight: 500 !important;
     text-transform: uppercase !important;
     text-align: center !important;
     padding:0 20px !important;
     border:1px solid #fff;
     border-radius: 0px !important;
     letter-spacing: 3px;
     white-space: nowrap;
     transition: all 0.5s ease !important;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
 }
 .btn-twenty img{
     margin-right: 10px;
     width: auto;
     height: auto;
     margin-top: -4px;
 }

 .btn-stroke{
     line-height: 48px;
     height: 50px;
     border:1px solid #fff;
     border-radius: 5px;
     display: inline-block;
     padding:0 30px;
     font-size: 14px;
     font-weight: 700;
     text-transform: uppercase;
     text-align: center;
     color:#fff;
     letter-spacing: 5px;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
 }
 .btn-stroke:hover, .btn-stroke:focus{
     background: #fff;
     color:#002e5d;
 }
.rectangle-btn{
    padding:0 50px;
}
  /** end button set **/
  @font-face {
    font-family: 'Times New Roman Cyr';
    src: url('../fonts/TimesNRCyrMT.woff2') format('woff2'),
        url('../fonts/TimesNRCyrMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman Cyr';
    src: url('../fonts/TimesNRCyrMT-Bold.woff2') format('woff2'),
        url('../fonts/TimesNRCyrMT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


 /****************
  @
  @   Animation
  @
  ****************/
  /* type */
  
@keyframes type{ 
  from { width: 0; } 
} 

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
} 

@keyframes blink{
  to{opacity: .0;}
}

  /** right-left **/
  .right-left {
    -webkit-animation: right-left 6s cubic-bezier(.39, .575, .565, 1) both;
    animation: right-left 6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes right-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    25% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    75% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes right-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    25% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    75% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
  /* slide-top */
  .slide-top {
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
 @-webkit-keyframes slide-top {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
              opacity: 1;
    }
  }
  @keyframes slide-top {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
              opacity: 1;
    }
  }

/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    border-radius: 50px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .hvr-bounce-to-right:before, .contact-us .gform_footer.top_label::before, ul.menu-new li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px;
   background:#1b3486;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active, .contact-us .gform_footer.top_label:hover, .contact-us .gform_footer.top_label:focus, .contact-us .gform_footer.top_label:active {
    color:#fff;
  }
  .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before, .contact-us .gform_footer.top_label:hover::before, .contact-us .gform_footer.top_label:focus::before, .contact-us .gform_footer.top_label:active::before, ul.menu-new li a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .contact-us .gform_footer.top_label:hover::before, .contact-us .gform_footer.top_label:focus::before, .contact-us .gform_footer.top_label:active::before{
  	z-index: 1;
  }
    .contact-us .gform_footer.top_label{
    	position: relative;
    	margin: 10px 0;
    	padding: 0px;
    	cursor: pointer;
    }
  .contact-us .gform_footer.top_label:hover input.gform_button.button, .contact-us .gform_footer.top_label:focus input.gform_button.button, .contact-us .gform_footer.top_label:active input.gform_button.button{
  	color: #fff;
  	border-color: #fff;
  	position: relative;
  	z-index: 2;
  }
 /* Ripple In */
@-webkit-keyframes hvr-ripple-in {
    100% {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 1;
    }
  }
  @keyframes hvr-ripple-in {
    100% {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 1;
    }
  }
  .hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
  }
  .hvr-ripple-in:before {
    content: '';
    position: absolute;
    border: #074dbe solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }
  .hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in;
  }
  
  /** animation top-bottom**/
  .top-bottom {
    -webkit-animation: top-bottom 6s cubic-bezier(.39, .575, .565, 1) both;
    animation: top-bottom 6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
/** end animation top-bottom**/
   /**************
  @
  @   Header
  @
  **************/
header{
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
  .navbar.bg-light {
    background-color:rgb(162 171 199 / 72%) !important;
    text-transform: uppercase;
    font-size: 14px;
    height: 100px;
    position: relative;
}
.Fixed.navbar.bg-light {
    background-color: #fff !important;
    height: 100px;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 48%);
    z-index: 99;
}
header nav .container{
    min-height: 100px;
}
header.Fixed{
    position: relative;
    z-index: 999;
}
header.Fixed .navbar.bg-light{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#a2acca !important;
    height: 100px;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 48%);
    z-index: 99;
}
header.Fixed nav .menu-header-menu-container ul li a{
    /* color:#000; */
}
.logo a{
    width: 200px;
}
.logo a img{
    width: 100%;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
  
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 255 255 / 70%);
}

header nav .menu-header-menu-container{
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    text-align: right!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

header nav .menu-header-menu-container a.btn-LE{
    margin-left: 35px;
}
/** banner **/
.banner {
    height: 100vh;
    position: relative;
	    padding: 0;
}
.banner .slide-wrapper{
height: 100%;
}
.banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
   opacity: 0.3;

}
.banner .carousel-inner, .banner .carousel-inner .carousel-item, .banner .carousel{
    height: 100%;
}

.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .banner-caption{
    position: absolute;
    width: calc(90% - 80px);
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    margin-left: 0px;
    z-index: 1;
    text-align: center;
}
.banner .banner-caption h4{
    font-size: 40px;
    line-height: 76px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: italic;
    position: relative;
    font-family: 'Times New Roman Cyr';
	
}
.banner .banner-caption h1{
    font-family: 'Times New Roman Cyr';
    font-size: 65px;
    line-height: 76px;
    text-transform: inherit;
    position: relative;
    display: inline-block;
    font-weight:bold;
    margin-bottom: 20px;
/*	 animation: type 4s steps(60, end); */
	  white-space: nowrap;
  overflow: hidden;
      width: 16em;
}
.banner.inner-banner h1{
	/*animation: type 16s steps(60, end); */
}
.banner .banner-caption p{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.banner .banner-caption a.btn-FD{
    margin-top: 30px;
}
section.inner-banner {
    height: 400px;
	position:relative;
	overflow: hidden;
	padding: 0;
}
.inner-banner .inner-banner-content {
    background: #304f9ec2;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: 2;
    color: #fff;
}
.inner-banner .inner-banner-content h1{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%,-50%);
    z-index: 9;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    margin: 0;
}
section.inner-banner img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.inner-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    /*background: rgb(0 0 0 / 58%);*/
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(5,5,5,0.51) 50%, rgba(5,5,5,0.5) 51%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(5,5,5,0.51) 50%,rgba(5,5,5,0.5) 51%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(5,5,5,0.51) 50%,rgba(5,5,5,0.5) 51%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#80000000',GradientType=0 );
   
}
.banner .banner-caption .btn-LE img{
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-top: -4px;
}
.scroll-down-arrow{
    position: absolute;
    bottom: 20px;
    color:#fff;
    opacity: 0.7;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
    display: inline-block;
    -webkit-animation: top-bottom 4s cubic-bezier(.39, .575, .565, 1) 0.1s infinite;
    animation: top-bottom 4s cubic-bezier(.39, .575, .565, 1) 0.1s infinite;
}
.scroll-down-arrow i{
    color:#fff;
    font-size: 50px;
}

/**  wp menu **/
.menu-new {
	display: block
}

.menu-new li {
	display: inline-block;
	position: relative;
	z-index: 100
}
.menu-new li.current-menu-item a{
    color: #fff;
    background: #1b3486;
        border-image: linear-gradient(to top, #ddd 0%, #6f6a6f 25%, #fff 50%, #777777 75%, #ddd 100%);
    border-image-slice: 1;
}
.menu-new ul.sub-menu li a {
    background: #fff;
    border: 0px;
    color: #fff;
}
.menu-new li:first-child {
	margin-left: 0
}

.menu-new li a {
    font-weight: 400;
    text-decoration: none;
    padding: 10px 8px;
    display: block;
    color: #000;
    transition: all .2s ease-in-out 0s;
    font-size: 16px;
    text-transform: uppercase;
        border: 2px solid transparent;
}
.menu-new li a.btn-twenty{
    margin-left: 10px;
    color: #000 !important;
}
ul.menu-new li:hover a, ul.menu-new li:active a, ul.menu-new li:focus a, ul.menu-new li:visited a {
    border-image: linear-gradient(to top, #ddd 0%, #6f6a6f 25%, #fff 50%, #777777 75%, #ddd 100%);
    border-image-slice: 1;
    background: #1b317f;
    color: #fff;
}
.menu-new li ul li:hover>a {
	color: #fff;
    background: #1b3486;
    opacity: 1;
}
.menu-new li:hover a.btn-twenty {
    color: #fff !important;
}
.menu-new ul {
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 270px;
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 99;
	transform: translate(0, 20px);
	transition: all .2s ease-out
}

.menu-new ul:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px
}

.menu-new ul li {
	display: block;
	float: none;
	background: 0 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee
}

.menu-new ul li:last-child {
	border-bottom: none
}

.menu-new ul li a {
	font-size: 14px;
	font-weight: 400;
	display: block;
	color: #797979;
	background: #fff;
	text-align: left
}

.menu-new ul li a:hover,
.menu-new ul li:hover>a {
	background: #1b3486;
	color: #fff;
}

.menu-new li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0)
}

.menu-new ul ul {
	left: 169px;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transform: translate(20px, 20px);
	transition: all .2s ease-out;
}

.menu-new ul ul:after {
	left: -6px;
	top: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 6px;
	margin-top: -6px
}

.menu-new li>ul ul:hover {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0)
}

.responsive-menu {
	display: none;
	width: 100%;
	padding: 20px 15px;
	background: #1b3486;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600
}

.responsive-menu:hover {
	background: #1b3486;
	color: #fff;
	text-decoration: none
}

a.homer {
	background: #fc6d58
}
.mouse {
    position: absolute;
    bottom: 20px;
    left: 50%;
    cursor: pointer;
    z-index: 1;
    -webkit-animation: top-bottom 4s cubic-bezier(.39, .575, .565, 1) 0.1s infinite;
    animation: top-bottom 4s cubic-bezier(.39, .575, .565, 1) 0.1s infinite;
        margin-left: -19px;
}
.mouse img{
    width: auto;
    height: auto;
}

/**  end wp menu **/
/**************
@
@   About
@
*************/
.about {
    background-size: cover;
    color: #fff;
}
.about-img img{
    width:100%;
}
.about-img-b img{
    width:100%;
}
.about-img {
    width: 60%;
    position: relative;
    z-index: 9;
}
.about-img-b{
    width: 50%;
    position: relative;
    margin-top: -140px;
    float: right;
    margin-right: 90px;
    z-index: 9;
}
.about-img:before{
    content: "";
    background: url(../images/orange-dot.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: -1;
}
.about h4{
    color:#fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
}
.about p{
    margin-bottom: 15px;
}
.about-vid {
    border:6px solid #fff;
    box-shadow: 0 0 8px 2px rgb(0 0 0 / 20%);
}
.about-vid iframe{
    width: 100%;
    display: block;
}
/*****************
@
@   Mission
@
*****************/
.mission{
    position: relative;
}
.mission-img{
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    width: 40%;
}
.mission-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mission h2{
    color:#212121;
    font-size: 50px;
    line-height: 56px;
    font-weight: 400;
    text-align: center;
    margin-top: 100px;
    padding: 22px 0;
    display: inline-block;
    border-top:2px solid #000;
    border-bottom: 2px solid #000;
}
.mission p{
    margin-bottom: 100px;
}
.mission-icon-list{
    display: inline-block;
    position: absolute;
    left: 36%;
    top: 30px;
}
.mission-icon-list li{
    padding: 30px 0;
    position: relative;
}
.mission-icon-list li img{
	    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}
.mission-icon-list li:after{
    content: "";
    width: 2px;
    height: 100%;
    background: #1b3486;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
}
/*****************
@
@   Service
@
*****************/
.service{
    background-size: cover !important;
    color:#fff;
}
.service .heading{
    width: 60%;
}
.service .heading h2{
    margin-bottom: 20px;
}
.service .row{
    margin-top: 40px;
}
.service .col-lg-4{
    margin-bottom: 30px;
}
.service-card {
    border:1px solid #fff;
    padding: 60px 10px;
    height: 100%;
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.service-card img{
	-webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}
.service-card:hover{
    background: rgb(26 52 133 / 48%);
}
.service-card h3{
    font-family: 'Times New Roman Cyr';
    font-size: 24px;
    line-height: 34px;
    margin: 30px 0 0;
    text-transform: uppercase;
}
/*****************
@
@   Contact
@
*****************/
.contact-us{
    position: relative;
    background-repeat: no-repeat !important;
    background-position: 100% 0 !important;
    min-height: 670px;
}
.contact-us h2{
    color:#141414;
}
.contact-us .contact-form {
    width: 50%;
    margin-right: 40px;
}
.contact-details{
    background-size: cover !important;
    position: absolute;
    color:#fff;
    text-align: center;
    padding: 50px 10px;
    right: 0;
    top:100px;
    width: 48%;
}
.contact-details::after{
    content: "";
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
}
.contact-details ul{
    position: relative;
    z-index: 2;
}
.contact-details ul li{
    margin-bottom: 30px;
}
.contact-details ul li:last-child{
    margin-bottom: 0;
}
.contact-details a{
    color:#ccc;
    opacity: 1;
}
.contact-details a:hover, .contact-details a:focus{
    color:#fff;
    opacity:0.7;
}
.social{
    position: absolute;
    bottom:30px;
    right: 30px;
}
.social ul li{
    margin: 0 5px;
}
.social ul li a{
    display: block;
    width: 47px;
    height: 47px;
    line-height: 45px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    border:2px solid #3a3a3a;
    color:#3a3a3a;
	-webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.social ul li a:hover, .social ul li a:focus{
    background: #3a3a3a;
    color:#fff;
}
/*****************
@
@   Footer
@
*****************/
footer{
    text-align: center;
    padding:70px 0 0;
    background: #1b3486;
    color: #969eb5;
}
footer p{
    margin:0 0 20px;
    font-size: 13px;
}
footer ul {
    padding:20px 0;
    border-bottom:1px solid #cccccc6b;
    border-top:1px solid #cccccc6b;
}
footer ul li{
    margin:0 15px;
}
footer ul li a{
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color:#fff;
    opacity: 1;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
footer ul li a:hover, footer ul li a:focus{
   opacity: 0.6;
   color:#fff;
}
footer .bottom-footer{
    padding:20px 0;
}
footer .bottom-footer p{
    margin:0;
    
}
footer .bottom-footer p a{
    color:#fff;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
footer .bottom-footer p a:hover, footer .bottom-footer p a:focus{
    color:#fff;
    opacity: 0.7;
}
button.sub-menu-toggle {
    display: none;
}
.contact-us li#field_1_1, .contact-us li#field_1_2 {
    width: 50%;
    float: left;
    clear: unset;
}
.contact-us .ginput_container {
    margin-right: 5px;
}

.contact-us .ginput_container input {
    width: 100%;
    min-width: 100%;
    border: 0px;
    border-bottom: 1px solid #ddd;
    margin-right: 5px;
}
.contact-us textarea.textarea.medium {
    border: 0px;
    border-bottom: 1px solid #ddd;
    max-height: 100px;
}
.contact-us .gform_footer.top_label {
    margin: 0px;
    width: max-content;
}
.contact-us input.gform_button.button {
    background: transparent;
    border: 1px solid #1b3586;
    text-transform: uppercase;
    font-size: 14px !important;
    padding: 10px 50px;
    color: #1b3586;
}
.inner-banner .carousel-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 60%);
}
.inner-banner h1{
	text-transform: uppercase;
}
.about-row {
    display: flex;
    align-items: center;
    color: #6d6d6d;
    margin-bottom: 50px;
}
.about-row .about-txt {
    width: 60%;
    background-color: #f1f3fb;
    padding: 30px;
}

.about-txt h2 {
    font-size: 24px;
    line-height: 36px;
    color: #212121;
    font-family: 'Times New Roman Cyr';
}
.about-row .about-vid {
    border: 0;
    box-shadow: none;
    width: 40%;
}
.about-row .about-vid img{
	max-width: 520px;
	object-fit: cover;
	max-height: 520px;
	width: 100%;
}
.team-sec {
    position: relative;
}
.team-sec::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    opacity: 0.9;
    top: 0;
    left: 0;
}
.team-sec .about-vid {
    max-width: 450px;
    float: right;
    width: 100%;
    margin: 0px 0px 50px 50px;
}
.team-sec .about-vid img{
	width: 100%;
}
.team-sec {
    font-size: 16px;
    line-height: 30px;
    color: #535353;
    font-weight: 400;
}
.banner.inner-banner p {
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 500;
    text-transform: unset;
    letter-spacing: 0;
}
.contact-box {
    text-align: center;
}

.contact-box i {
    font-size: 30px;
    border: 2px dashed #474a60;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    margin-bottom: 10px;
    color: #1b3586;
}
.blog-pagination a, .current {
    background: #fff;
    color: #1b3586;
    padding: 8px 16px;
    border: 1px solid #1b3586;
    font-size: 14px;
    text-transform: uppercase;
}
.blog-pagination .current {
	background: #1b3586;
	color: #fff;
}
.blog-pagination {
    text-align: center;
}
.contact-us.contact-main .contact-form {
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 6%);
}
.contact-us.contact-main .contact-form .gf_browser_chrome.gform_wrapper {
    margin: 0px;
    max-width: 100%;
}
.contact-main iframe {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 6%);
}
.contact-box p a {
    color: #666;
}

@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
.pulse {
  animation-name: pulse;
  animation-duration: 1s;
}
.contact-box i {
    animation-name: pulse;
    animation-duration: 1s;
}
.service-boldtxt{
	text-align: center;
	width: 100%;
	color: #666;
	font-weight: 500;
}
.about-txt a.btn-twenty {
    border-color: #1b3586;
    color: #1b3586 !important;
}
.about-txt a.btn-twenty:hover{
	color: #fff !important;
}
.service-card h3 {
    color: #fff;
}
.single-service .about-vid img {
    position: relative;
}

.single-service .about-vid::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #1a2f79;
    top: 20px;
    right: 20px;
}
.single-service .about-vid {
    float: right;
    width: 35%;
    margin: 0 0 50px 50px;
    position: relative;
}
.single-service h2 {
    color: #1a307c;
    font-size: 30px;
}

footer p a:hover {
    color: #fff;
    text-decoration: underline;
}
footer p a {
    color: #fff;
    font-weight: 600;
}

footer p a:hover {
    color: #fff;
    text-decoration: underline;
}
footer p a {
    color: #fff;
    font-weight: 600;
}
.contact-info i {
    margin: 0px auto 15px;
    border: 1px solid #b3afb0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: block;
}
.contact-info p {
    color: #444;
    font-size: 14px;
    text-align: center;
    margin: 0;
}
.contact-info {
    min-height: 185px;
}
.contact-info p a {
    font-size: 14px;
    color: #1b3586;
}
.abt-last {
    margin: 0px auto;
}
.service-card:hover {
    border: 3px solid transparent;
    border-image: linear-gradient(to top, #ffffff 0%, #6f6a6f 25%, #fff 50%, #777777 75%, #fff 100%);
    border-image-slice: 1;
}
.gform_wrapper div.validation_error {
    font-size: 14px !important;
    line-height: 22px;
}
.col__info__inner {
    border: 1px solid transparent;
    border-radius: 5px;
    min-height: 540px;
    max-height: 540px;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.col__info__inner a, .passage_video_poster img {
    width: 100%;
}
.passage_video_poster {
    position: relative;
}
.passage_video_poster::before {
    background-color: rgba(23, 54, 82, .65);
    width: 50%;
    height: 45%;
    opacity: 0;
    top: 0px;
}
.passage_video_poster::before, .passage_video_poster::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: all 1s;
    transition: all 1s;
}
.passage_video_poster img {
    border-radius: 5px 5px 0px 0px;
    max-width: 400px;
}
.passage_video_poster::after {
    background-image: url(https://www.20-20wealth.com/wp-content/uploads/2021/05/play-1.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 51px;
    height: 32px;
    opacity: 0;
    top: 0px;
    background-size: contain;
}

.passage_content {
    padding: 0px 30px 15px 30px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}
.passage_inner {
    background-color: #f7f7f7;
    padding: 15px 30px 20px;
        min-height: 250px;
}
span.time-slot {
    background-color: #173652;
    display: inline-block;
    color: var(--titleColorWhite);
    font-size: 0.9375rem;
    font-weight: var(--fontWeightBold);
    position: relative;
    padding: 5px 15px 5px 40px;
}
span.time-slot::before {
    content: '';
    background-image: url(https://www.20-20wealth.com/wp-content/uploads/2021/05/clock-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 26px;
    height: 25px;
    position: absolute;
    left: 5px;
    top: 5px;
}
.passage_inner p {
    margin-top: 30px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}
.passage_inner a {
    background-image: url(https://www.20-20wealth.com/wp-content/uploads/2021/05/arrow-rt.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    color: #002537;
    font-family: var(--fontFamily);
    padding-right: 35px;
    background-size: contain;
}
.col__info__inner:hover .passage_video_poster::before, .col__info__inner:hover .passage_video_poster::after {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.podcast-single-img img {
    max-width: 400px;
    width: 100%;
    margin: 0px auto;
}
.ai-wrap .ai-audio-control, .ai-wrap .ai-volume-bar.ai-volume-bar-active::before, .ai-wrap .ai-track:hover, .ai-wrap .ai-track.ai-track-active{
	background-color: #a2acca  !important;
}


/*****************
@
@   Responsive
@
*****************/
@media (max-width:1199px){
    .menu-new li a{
        font-size: 14px;
        padding: 10px 4px;
    }
    .banner .banner-caption h1{
    	width: 100%;
    }
}
@media (max-width:991px){
   
    .menu-new{
        text-align: center;
        background: #fff;
        width: 100%;
    }
    .navbar-collapse.text-right.collapse {
	    position: absolute;
	    top: 101px;
	    left: 0;
	    width: 100%;
	}
    section.inner-banner{
    	    margin-top: 100px;
    }
    .single-service .about-vid {
	    margin: 0px auto 30px !important;
	    display: block;
	    float: unset;
	    max-width: 300px;
	    width: 300px;
	}
    .contact-main iframe {
	    margin-top: 30px;
	}
    .team-sec .about-vid {
	    float: unset;
	    margin: 0px 0px 50px 50px;
	    margin: 0px auto 30px;
	}
    .about-row .about-txt {
	    width: 100%;
    }
    .about-row .about-vid {
	    margin: 0px auto;
	}
    .about-row {
	    flex-wrap: wrap;
	}
    .menu-new li {
        display: block;
        border-bottom: 1px solid rgb(255 255 255 / 41%);
    }
    .menu-new li:last-child{
        border-bottom:none;
    }
    .menu-new li a {
        padding: 10px 5px;
        font-size: 16px;
        text-align: left;
    padding-left: 20px;
    }
    .menu-new ul.sub-menu li a{
    	text-align: left;
    }
    .mobile-down i {
	    font-size: 20px;
	}
	ul.menu-new li:hover i, ul.menu-new li:active i{
		color: #fff;
	}
	.mobile-down {
	    position: absolute;
	    top: 13px;
	    right: 20px;
	}
    .menu-new ul{
        width: 100%;
        position: relative
    }
    .menu-new ul li a{
        text-align:center;
    }
    .menu-new ul ul, .menu-new ul{
        display: none;
    }
    .menu-new li:hover>ul{
        display: block;
    }
    .menu-new ul:after{
        left: 50%;
    }
    header nav .menu-header-menu-container .btn-kwm{
        display: block;
    }
    .navbar.bg-light .navbar-toggler{
        background: #fff;
        padding: 7px 10px;
        border-radius: 0;
        margin-top: 14px;
    }
    .navbar.bg-light .justify-content-between{
        width: 100%;
        height: 94px;
    }
    header.Fixed .navbar.bg-light{
        height: 102px;
    }
    .menu-new li a.btn-twenty {
        margin-left: 0;
        border: none;
        background: #fff !important;
        color: #000 !important;
        display: block !important;
    }
    .banner .banner-caption h1{
        font-size: 45px;
        line-height: 56px;
    }
    .banner {
        height: 500px;
    }
    .banner .banner-caption{
        top: 55%;
    }
    .about{
        text-align: center;
    }
    .about-vid{
        margin-top: 40px;
    }
    .mission-img {
        position: relative;
        width: 100%;
    }
    .mission-icon-list{
        position: relative;
        left: inherit;
    }
    .mission-icon-list li{
        display: inline-block;
    }
    .mission-icon-list li:after {
        content: "";
        width: 130%;
        height: 2px;
        background: #1b3486;
        position: absolute;
        bottom: 50%;
        left: -10%;
    }
    .mission h2{
        font-size: 40px;
        line-height: 46px;
        margin-top: 60px;
    }
    .service{
        background-position: 50% 100% !important;
    }
	.banner .banner-caption h1{
		width: 12em;
	}
}
@media (max-width:767px){
    .banner .banner-caption h4{
        font-size: 30px;
        line-height: 56px;
    }
    .contact-us {
	    background: #fff !important;
	}
    .banner .banner-caption h1 {
        font-size: 35px;
        line-height: 46px;
    }
    .banner .banner-caption p{
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 4px;
    }
    .banner {
        height: 400px;
    }
    h2{
        font-size: 30px;
        line-height: 30px;
    }
    .p100 {
        padding: 50px 0;
    }
    .service .d-flex{
        display: block !important;
    }
    .service .heading {
        width: 100%;
    }
    .service {
        text-align: center;
    }
    .contact-details{
        position: relative;
        width:100%;
        top: inherit;
    }
    .contact-us{
        min-height: auto;
        padding-bottom: 80px;
    }
    .contact-us .contact-form {
        width: 100%;
        text-align: center;
    }
    .social{
        bottom: 20px;
    }
    footer ul li {
        margin: 0 5px;
    }
}
@media (max-width:639px){
    .banner .banner-caption{
        width: 95%;
    }
    
    section.inner-banner{
    	    height: 300px;
    }
    .about-row .about-vid{
    	    width: 80%;
    }
    .contact-us .gform_footer.top_label {
    	margin: 0px auto;
    }
    .client-top .col-sm-3 img {
	    max-width: 280px;
	    margin: 10px auto;
	    display: block;
	}
    .client-top .col-sm-3 {
	    min-width: 100%;
	}
    .about p {
	    display: block;
	}
	.about-row .about-vid img{
		max-width: 100%;
		max-height: 100%;
	}
    .banner .banner-caption h4 {
        font-size: 22px;
        line-height: 36px;
    }
    .banner .banner-caption h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .mission-icon-list li img{
        width: 70%;
    }
    .mission-icon-list li:after{
        width: 100%;
        left: 0%;
    }
    .mission-icon-list li{
        margin: 0 -16px;
    }
    .mission h2 {
        font-size: 30px;
        line-height: 36px;
        margin-top: 40px;
    }
    footer .d-flex{
        display: block !important;
    }
    footer ul li {
        margin: 10px 5px;
    }
	.logo a {
    width: 160px;
}
}
@media (max-width:480px){
	.contact-us li#field_1_1, .contact-us li#field_1_2 {
	    width: 100%;
	}
	.banner .banner-caption h1{width:auto;
	animation:none;
	white-space: inherit;
}
}
