body{
  overflow-x: hidden;
}
.container{
  position: relative;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #253787;/*#0c59db*/
    z-index: 9999999;
    text-align: center;
}
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 40px;
    display: flex;
    align-items: center;
}
.line {
    width: 5px;
    height: 40px;
    background: #fff;
    margin: 0 3px;
    border-radius: 10px;
    animation: loading .8s infinite;
}
.line:nth-child(2) {
    animation-delay: .1s;
}
.line:nth-child(3) {
    animation-delay: .2s;
}
.line:nth-child(4) {
    animation-delay: .3s;
}
.line:nth-child(5) {
    animation-delay: .4s;
}
.line:nth-child(6) {
    animation-delay: .5s;
}
.line:nth-child(7) {
    animation-delay: .6s;
}
.line:nth-child(8) {
    animation-delay: .7s;
}
@keyframes loading {
    0% {
        height: 0;
    }
    50% {
        height: 40px;
    }
    100% {
        height: 0;
    }
}

.book-service-box{
  width: 350px !important;
}
.mb-30{
  margin-bottom: 30px !important;
}
.thm-btn {
  border: none;
  outline: none;
  background-color: #263787;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  padding: 14.5px 39.5px;
  -webkit-transition: background-color .4s ease, color .3s ease;
  transition: background-color .4s ease, color .3s ease;
}

.thm-btn:hover {
  color: #fff;
  background-color: #2d2c2c;
}
.pb-40 {
  padding-bottom: 40px;
}
.section-heading p {
  font-size: 20px;
  font-weight: 700;
  color: #243787;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
}
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #222;
  transition: 1s ease;
  border:none !important;
}
.scroll-top span {
    color: #fff;
}
.scroll-top.open {
  bottom: 30px;
}
.scroll-top:hover {
    background: #253787;
    -webkit-box-shadow: 2px 2px 0px #222;
    -ms-box-shadow: 2px 2px 0px #222;
    box-shadow: 2px 2px 0px #222;
}
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
}
.search-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: .7;
    cursor: none;
}
.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}
.cursor {
    visibility: visible;
}
.cursor.active {
  opacity: 0.5;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.cursor.hovered {
  opacity: 0.08;
}
.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}
.cursor-follower.active {
  opacity: 0.7;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cursor-follower.hovered {
  opacity: 0.08;
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: '';
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: '';
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cursor-follower {
    visibility: visible;
}
.search-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-popup__form {
    /*position: relative;*/
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 600px;
    position: relative;
}
.search-popup__form input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    color: #2d2c2c;
    font-size: 18px;
    background-color: white;
    padding-left: 30px;
}
.search-popup__form button[type=submit] {
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #253787;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.search-popup.active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.search-popup__form button[type=submit]:hover {
    background-color: #2d2c2c;
    color: #ffffff;
}

/* main header top bar */
.main-header .topbar{
  background: #253787;
  width: 100%;
  float: left;
  padding: 5px 0;
  z-index: 2;
  position: relative;
}
.toplinks {
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.toplinks li {
  display: inline-block;
  list-style-type: none;
}
.toplinks li a {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.toplinks li.acctount-btn {
    padding: 0 15px;
    position: relative;
}
.toplinks li.acctount-btn .dropdown-menu{
  left: auto;
  right: 0px;
}
.toplinks li.acctount-btn .dropdown-menu .fa, .toplinks li.acctount-btn .dropdown-menu i{
  color: #243787;
}
.toplinks li.acctount-btn .dropdown-menu .dropdown-item:hover{
  color: #253787 !important;
}
.toplinks li.acctount-btn a.user-btn{
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,.05);
  text-align: center;
  line-height: 30px;
  display: block;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
}
.toplinks .search-btn a {
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,.05);
  text-align: center;
  line-height: 30px;
  display: block;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
}
.topsocial {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topsocial li {
  display: inline-block;
}
.topsocial a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  background: rgba(255,255,255,.05);
  color: #ffffff;
  font-size: 14px;
  border-radius: 3px;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.topsocial a.fb:hover {
    background: #4267b2;
    color: #fff;
}
.topsocial a.tw:hover {
    background: #1cb7eb;
    color: #fff;
}
.topsocial a.insta:hover {
    background: #a8a8a8;
    color: #fff;
}
.topsocial a.in:hover {
    background: #1686b0;
    color: #fff;
}
.topsocial a.yt:hover {
    background: #dc472e;
    color: #fff;
}
.topsocial a.pt:hover {
    background: #c8232c;
    color: #fff;
}
/** main-header **/
.logo-box img{
    max-width: 160px;
}
.main-box .logo-box img{
    max-width: 180px;
}
.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #253787;
  left:0px;
  top:0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .outer-container{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.main-header .outer-container .logo-box .logo{
  position: relative;
  padding: 30px 0px 30px 0px;
}



/** main-menu **/

.main-menu{
  position:relative;
  float:left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  position:relative;
  margin:0px;
  padding:40px 0px 25px 0px;
}
.sticky-header .main-menu .navigation {
    padding: 0px !important;
    margin: 0px !important;
}
.main-menu .navigation li{
    list-style: none;
}
.main-menu .navigation > li{
  position:relative;
  float:left;
  z-index:2;
  padding: 0px;
  margin: 0px 15px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:16px;
  line-height:30px;
  font-weight:400;
  opacity:1;
  color:#fff;
  padding: 0px;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
.sticky-header .main-menu .navigation > li > a{
  font-size: 14px;
  font-weight: 400;
}
.main-menu .navigation > li.dropdown > a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    margin-left: 10px;
}
.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top:100%;
  width:280px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0px;
  background-color: #ffffff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition:all 100ms ease;
  -moz-transition:all 100ms ease;
  -ms-transition:all 100ms ease;
  -o-transition:all 100ms ease;
  transition:all 100ms ease;
}
.main-menu ul ul{
  margin-left: 0px;
}
.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:6px 0px;
  line-height:24px;
  font-weight:400;
  font-size:14px;
  text-transform:capitalize;
  color:#222;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover{
  color:#253787;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:6px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:-2px;
  width:230px;
  z-index:100;
  display:none;
  padding: 20px 0px;
  background-color: #ffffff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:6px 0px;
  line-height:24px;
  font-weight:400;
  font-size:14px;
  text-transform:capitalize;
  color:#222;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
  color:#253787;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease; 
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:10px;
  top:8px;
  width:34px;
  height:30px;
  border:1px solid #ffffff;
  text-align:center;
  font-size:16px;
  line-height:26px;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  display:none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #253787;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header.home-16 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-1 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-3 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-7 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-8 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-9 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-11 .menu-area .mobile-nav-toggler .icon-bar{
  background: #fff;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


.main-menu .navigation .megamenu{
  width: 500px;
}

.main-menu .navigation .megamenu:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 2px;
  height: calc(100% - 60px);
  left: 42%;
  top: 30px;
}

.main-menu .navigation>li> .megamenu li {
  position: relative;
  display: block;
  width: 50%;
  float: left;
}


/** mobile-menu **/
.mobile-menu * {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}
.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:30px 25px;
  text-align:left;  
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background:#000;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  color:#253787;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #253787;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover{
  color:#253787;  
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  background:#243787; 
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:30px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  color:#00aeef;  
}

/*div#mCSB_1_container{
  top: 0px !important;
}*/

.mobile-menu .contact-info {
  position: relative;
  padding: 80px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
  background: none;
  border-bottom: none;
  padding: 0px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  text-decoration: underline;
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

/** stricky-header **/

.sticky-header .main-menu .navigation > li{
  margin: 0px;
}

.sticky-header .main-menu .navigation > li > a{
  padding: 15px 15px !important;
}

.sticky-header .main-menu .navigation > li > a{
  color: #fff !important;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  background: #fff;
  color: #253787 !important;
}

.sticky-header .logo-box{
  position: relative;
  float: left;
  padding: 8px 0px 7px 0px;
}

.sticky-header .menu-area{
  position: relative;
  float: right;
}

.sticky-header .main-menu .navigation > li > a:before{
  display: none;
}

.sticky-header .main-menu .navigation > li{
  padding: 0px !important;
  margin: 0px !important;
}

.sticky-header .main-menu .navigation > li:before{
  display: none;
}

/* Banner style */
.banner-one__single:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top:0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.3);
}
.banner-one .container {
  padding-top: 180px;
  padding-bottom: 235px;
  position: relative;
}

.banner-one .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.banner-one__is-animated {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

.banner-one__single {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-one__tag-line {
  font-size: 17px;
  font-weight: 600;
  color: #263787;
  margin: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.banner-one__tag-line + .banner-one__title {
  margin-top: 15px;
}

.banner-one__tag-line + .banner-one__text {
  margin-top: 35px;
}

.banner-one__title {
  margin: 0;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.banner-one__title + .banner-one__text {
  margin-top: 30px;
}

.banner-one__title + .banner-one__tag-line {
  margin-top: 10px;
}

.banner-one__text {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.banner-one__text + .banner-one__btn {
  margin-top: 40px;
}

.banner-one__btn {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.banner-one__text + .banner-one__btn-group {
  margin-top: 40px;
}

.banner-one__moc {
  position: absolute;
  bottom: -40px;
  right: 0;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.banner-one__btn-white-bg {
  background-color: #fff;
  color: #2d2c2c;
}

.banner-one__slide-2 .banner-one__moc {
  bottom: 0;
}

.banner-one__btn-group .banner-one__btn + .banner-one__btn {
  margin-left: 15px;
}

.active .banner-one__tag-line {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.active .banner-one__title {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.active .banner-one__text {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.active .banner-one__btn {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.active .banner-one__moc {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}


/* Inner page header banner */
.landing_wrapper {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #073683;
    position: relative;
}
.inner-page .landing_wrapper {    
    color: #ffffff;
    background-position: center center;
    padding-top: 180px;
    padding-bottom: 30px;
    height: 490px;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
    display: -ms-flexbox!important;
    display: flex!important;

}
.landing_wrapper:before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.breadcumb{
  list-style: none;
  margin-bottom: 20px;
}
.breadcumb li{
  list-style-type: none;
  display: inline-block;
}
.breadcumb li a{
  color: #ffffff;
}
.breadcumb li span{
  color: #f5f5f5;
}
.landing_wrapper .banner-title {
  color: #fff;
  font-weight: bold;
  max-width: 100%;
  margin-bottom: 15px;
}
.sn-description{
  color: #ffffff;
  margin-left: 5px;
  margin-bottom: 15px;
} 
/*
* appointment styles
*/
.appointment-one {
  position: relative;
  z-index: 100;
}

.appointment-one .inner-container {
  background-color: #5538f4;
  background-image: url(../images/appointment-bg-1-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 57px 0;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 99;
  margin-top: -135px;
}

.appointment-one__title {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.appointment-one__text {
  font-size: 15px;
  margin: 0;
  color: #fff;
  opacity: 0.7;
}

.appointment-one__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.appointment-one__form {
  margin-top: 35px;
}

.appointment-one__form input {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  background-color: #645cff;
  height: 60px;
  padding-left: 20px;
  color: #fff;
  font-size: 15px;
}

.appointment-one__form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.appointment-one__form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.appointment-one__form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.appointment-one__form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.appointment-one__form .bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.appointment-one__form .bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.appointment-one__form .bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: #645cff !important;
  color: #fff;
}

.appointment-one__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.appointment-one__form .bootstrap-select > .dropdown-toggle {
  background-color: #645cff;
  border: none;
  border-radius: 0;
  font-size: 15px;
  color: #fff;
  padding: 19px 20px;
  background-image: none;
  text-shadow: none;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}
.bootstrap-select .dropdown-menu li{
  list-style-type: none;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #f0f1f5;
}

.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}

.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: #243787;
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #2d2c2c;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: #243787;
  color: #fff;
  cursor: pointer;
}
/* Service section */
.service-one {
    background-color: #f0f1f5;
    background-image: url(../images/service-bg-1-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -215px;
    padding-top: 285px;
    padding-bottom: 80px;
    position: relative;
}
.sec-title {
    position: relative;
    display: block;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 48px;
    color: #162637;
    font-weight: 600;
    padding-bottom: 31px;
    margin-bottom: 31px;
}
/*.designe-process .sec-title h2 {
    line-height: 60px;
    margin-bottom: 62px;
}
.sec-title h2:before {
    position: absolute;
    content: '';
    background: #cccccc;
    width: 130px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.sec-title h2:after {
    position: absolute;
    content: '';
    background: #777777;
    width: 45px;
    height: 4px;
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.sec-title.center h2:before, .sec-title.center h2:after {
    left: 50%;
    transform: translateX(-50%);
}
.sec-title.center h2:before, .sec-title.center h2:after {
    left: 50%;
    transform: translateX(-50%);
}*/
.designe-process .single-item{
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.designe-process .single-item .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 40px 30px 35px 30px;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  border-radius: 8px;
}

.designe-process .single-item .inner-box .icon-box{
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  margin-bottom: 46px;
  z-index: 1;
}

.designe-process .single-item .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #253787;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  transform: rotate(45deg);
  transition: all 500ms ease;
}

.designe-process .single-item:hover .inner-box .icon-box:before{
  transform: rotate(0deg);
}

.designe-process .single-item .inner-box .icon-box:after{
  position: absolute;
  content: '';
  border: 1px dashed #253787;
  width: 80px;
  height: 80px;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  z-index: -1;
}

.designe-process .single-column:nth-child(2) .single-item .inner-box .icon-box:before{
  background: #34c700;
}

.designe-process .single-column:nth-child(2) .single-item .inner-box .icon-box:after{
  border-color: #34c700;
}

.designe-process .single-column:nth-child(3) .single-item .inner-box .icon-box:before{
  background: #ff0000;
}

.designe-process .single-column:nth-child(3) .single-item .inner-box .icon-box:after{
  border-color: #ff0000;
}

.designe-process .single-column:nth-child(4) .single-item .inner-box .icon-box:before{
  background: #ff8500;
}

.designe-process .single-column:nth-child(4) .single-item .inner-box .icon-box:after{
  border-color: #ff8500;
}

.designe-process .single-column:nth-child(5) .single-item .inner-box .icon-box:before{
  background: #ff00ff;
}

.designe-process .single-column:nth-child(5) .single-item .inner-box .icon-box:after{
  border-color: #ff00ff;
}

.designe-process .single-column:last-child .single-item .inner-box .icon-box:before{
  background: #00aeef;
}

.designe-process .single-column:last-child .single-item .inner-box .icon-box:after{
  border-color: #00aeef;
}

.designe-process .single-item .inner-box .icon-box i{
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  border: 1px dotted #fff;
  font-weight: 700;
}

.designe-process .single-item .inner-box h4{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: #222;
  margin-bottom: 10px;
  height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.designe-process .single-item .inner-box h4 a{
  display: inline-block;
  color: #222;
}

.designe-process .single-item .inner-box h4 a:hover{
  color: #253787;
}

.designe-process .single-item .inner-box .text{
  position: relative;
  display: block;
  font-size: 13px;
}

.designe-process .single-item .inner-box .left-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}

.designe-process .single-item .inner-box .right-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}

.designe-process .single-item .inner-box .left-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.designe-process .single-item .inner-box .left-layer:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.designe-process .single-item .inner-box .right-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.designe-process .single-item .inner-box .right-layer:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.designe-process .single-item:hover .inner-box .left-layer:before, 
.designe-process .single-item:hover .inner-box .left-layer:after {
  height: 100%;
}

.designe-process .single-item:hover .inner-box .right-layer:before, 
.designe-process .single-item:hover .inner-box .right-layer:after {
  height: 100%;
}
.theme-btn-two {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #253787;
    border-radius: 0px;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease;
}
.designe-process .btn-box .theme-btn-two {
    padding: 15px 43px;
}
.theme-btn-two:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    z-index: -1;
}
.theme-btn-two:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* How it work about section */
.about-one,
.about-two {
  padding-top: 140px;
  padding-bottom: 150px;
}

.about-one .block-title,
.about-two .block-title {
  margin-bottom: 40px;
}

.about-one__content {
  padding-right: 32px;
}

.about-one__tab-title {
  border: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
}

.about-one__tab-title .about-one__tab-title-item {
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.about-one__tab-title .about-one__tab-title-link {
  border: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 0;
  padding: 16px 38px;
  font-weight: 500;
  font-size: 13px;
  color: #505050;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.about-one__tab-title .about-one__tab-title-link:hover, .about-one__tab-title .about-one__tab-title-link.active {
  color: #253787;
  border-color: #253787;
}

.about-two__text,
.about-one__text {
  margin: 0;
  font-size: 13px;
  line-height: 26px;
}
p.block-title__text{
  font-size: 13px;
}
.about-two__list,
.about-one__list {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
}
.about-two__list li,
.about-one__list li{
  list-style-type: none;
}

.about-two__list-item,
.about-one__list-item {
  font-size: 13px;
  position: relative;
  padding-left: 20px;
}

.about-two__list-item + .about-two__list-item,
.about-one__list-item + .about-two__list-item, .about-two__list-item +
.about-one__list-item,
.about-one__list-item +
.about-one__list-item {
  margin-top: 5px;
}

.about-two__list-item:before,
.about-one__list-item:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dcdde0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-two .block-title__title + .block-title__text {
  margin-top: 40px;
}

.about-two__content {
  padding-right: 37px;
}

.about-two__tab-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-two__tab-title {
  width: 170px;
}

.about-two__tab-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 170px);
          flex: 0 0 calc(100% - 170px);
  border-left: 1px solid #e5e5e5;
  padding-left: 50px;
}

.about-two__tab-title {
  border: none;
  margin: 0;
}

.about-two__tab-title .about-two__tab-title-item {
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.about-two__tab-title .about-two__tab-title-link {
  border: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 15px;
  color: #505050;
  padding-left: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}

.about-two__tab-title .about-two__tab-title-link:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #253787;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) scale(1, 0);
          transform: translateY(-50%) scale(1, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.about-two__tab-title .about-two__tab-title-link:hover, .about-two__tab-title .about-two__tab-title-link.active {
  color: #253787;
  border-color: #253787;
  padding-left: 35px;
}

.about-two__tab-title .about-two__tab-title-link:hover::before, .about-two__tab-title .about-two__tab-title-link.active::before {
  -webkit-transform: translateY(-50%) scale(1, 1);
          transform: translateY(-50%) scale(1, 1);
}

.about-three {
  background-color: #f0f1f5;
  background-image: url(../images/resources/about-3-map.png);
  background-position: top right;
  background-repeat: no-repeat;
}

.about-three .block-title__title + .block-title__text {
  margin-top: 25px;
}

.about-three .block-title {
  margin-bottom: 60px;
}

.about-three__img {
  float: right;
}

.about-three__content {
  width: 100%;
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1550px) {
  .about-three__content {
    padding-left: 80px;
    padding-right: 70px;
  }
}

.about-three__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-three__single + .about-three__single {
  margin-top: 40px;
}

.about-three__icon {
  width: 100px;
}

.about-three__title {
  font-size: 20px;
  font-weight: 600;
  color: #505050;
  margin: 0;
  margin-bottom: 15px;
  margin-top: -5px;
}

.about-three__para {
  font-size: 15px;
  line-height: 26px;
  color: #848484;
  margin: 0;
}

.about-four {
  padding-top: 180px;
  padding-bottom: 190px;
}

.about-four .about-one__list {
  margin-bottom: 44px;
}

.about-four .block-title {
  margin-bottom: 35px;
}

.about-four__content {
  padding-left: 37px;
}

.about-four__image {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}

.about-four__image > img {
  max-width: 100%;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(14, 40, 41, 0.25);
          box-shadow: 0px 20px 40px 0px rgba(14, 40, 41, 0.25);
}

.about-four__image-content {
  position: absolute;
  right: -24.5%;
  top: 30%;
  background-color: #253787;
  text-align: center;
  z-index: 100;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  padding: 49px 35px;
}

.about-four__image-content span {
  color: #253787;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
  margin-top: -8px;
}

.about-four__about-page {
  background-color: #F5F6FA;
}
/*
* 19. video styles
*/
.hvr-pulse{
  display:inline-block;
  vertical-align:middle;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -moz-osx-font-smoothing:grayscale;
}
.hvr-pulse:active,.hvr-pulse:focus,.hvr-pulse:hover{
  -webkit-animation-name:hvr-pulse;
  animation-name:hvr-pulse;
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}
.video-one {
  margin-top: 125px;
  margin-left: 30px;
  position: relative;
  display: inline-block;
}

.video-one::before {
  content: '';
  width: 63%;
  height: 96%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(40%) translateY(-20%);
          transform: translateX(40%) translateY(-20%);
  background-image: url(../images/dot-pattern.png);
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 0.2;
}

.video-one > img {
  max-width: 100%;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(14, 40, 41, 0.25);
          box-shadow: 0px 20px 40px 0px rgba(14, 40, 41, 0.25);
}

.video-one__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 90px;
  right: -45px;
  background-color: #253787;
  border-radius: 50%;
  -webkit-animation: inctechPulse 3s infinite;
          animation: inctechPulse 3s infinite;
}
.video-one__link i {
  color: #fff;
  font-size: 15px;
}
@-webkit-keyframes hvr-pulse{
  25%{
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
  }
  75%{
    -webkit-transform:scale(0.9);
    transform:scale(0.9);
  }
}
@keyframes hvr-pulse{
  25%{
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
  }
  75%{
    -webkit-transform:scale(0.9);
    transform:scale(0.9);
  }
}

@-webkit-keyframes inctechPulse {
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(37, 55, 135, 0.3), 0 0 0 30px rgba(37, 55, 135, 0.1);
            box-shadow: 0 0 0 15px rgba(37, 55, 135, 0.3), 0 0 0 30px rgba(37, 55, 135, 0.1);
  }
}

@keyframes inctechPulse {
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(37, 55, 135, 0.3), 0 0 0 30px rgba(37, 55, 135, 0.1);
            box-shadow: 0 0 0 15px rgba(37, 55, 135, 0.3), 0 0 0 30px rgba(37, 55, 135, 0.1);
  }
}

/* Testimonail */
.testimonial-area {
  background-color: #f5f5f5;
  padding-top: 60px;
}
.single-testimonial-item-two {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
.testimonial-two-img img {
  float: left;
  clear: both;
}
.testimonial-two-img {
  margin-bottom: 50px;
}
.testimonial-two-text {
  margin-left: 79px;
  padding-top: 10px;
}
.testimonial-two-text span {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.testimonial-content-two p {
  line-height: 30px;
  margin-bottom: 30px;
}
.feedback {
  padding-bottom: 20px;
}
.quote-two{
  float: left;
}
.quote-two {
  display: inline-block;
  font-size: 40px;
  color: #8a3fae;
  color: -moz-linear-gradient(top,  #8a3fae 0%, #522bc2 65%);
  color: -webkit-linear-gradient(top,  #8a3fae 0%,#522bc2 65%);
  color: linear-gradient(to bottom,  #8a3fae 0%,#522bc2 65%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3fae', endColorstr='#522bc2',GradientType=0 );

}
.feedback-stars {
  float: right;
  margin-top: 17px;
}
.feedback-stars li {
  display: inline-block;
  padding: 0 2px;
  color: #ff57a4;
}
.testimonial-two-active .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 600px;
}
.testimonial-area .section-heading h1 {
  margin-bottom: 0;
}
.testimonial-area .section-heading p{
  font-size: 14px;
}
.testimonial-two-text h4 {
  font-size: 18px;
}

.testimonial-two-active .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.testimonial-two-active .slick-dots li {
  display: inline-block;
  width: 20px;
  height: 5px;
  background: #243787;
  margin: 0 2px;
  border-radius: 10px;
  cursor: pointer;
  transition: .3s ease-in-out;
}
.testimonial-two-active .slick-dots li button {
  display: none;
}
.testimonial-two-active .slick-dots li.slick-active {
  width: 50px;
}
.slick-initialized .slick-slide{
  float: left;
}
.testimonial-area .section-heading{
  border-bottom: none;
}
.testimonial-area .section-heading p {
    font-size: 14px;
}
.testimonial-area .section-heading h1 {
    margin-bottom: 0;
}
.testimonial-area .section-heading h1 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 48px;
    color: #162637;
    font-weight: 600;
}

/** download-section **/

.download-section{
  position: relative;
  overflow: hidden;
  background: #253787;
}

.download-section .bg-layer{
  position: absolute;
  width: 1280px;
  height: 345px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

#content_block_05 .content-box{
  position: relative;
  display: block;
  padding: 165px 0px 175px 0px;
}

#content_block_05 .content-box .sec-title h2{
  color: #fff;
  margin-bottom: 53px;
}

#content_block_05 .content-box .sec-title h2:after{
  background: #fff;
}

#content_block_05 .content-box .text{
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  margin-bottom: 47px;
}

#content_block_05 .content-box .download-btn a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 21px;
  font-weight: 500;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 12px 21px 12px 80px;
}

#content_block_05 .content-box .download-btn a:hover{
  background: #fff;
  color: #253787;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

#content_block_05 .content-box .download-btn a span{
  position: relative;
  display: block;
  font-size: 12px;
}

#content_block_05 .content-box .download-btn a i{
  position: absolute;
  left: 30px;
  top: 14px;
  font-size: 36px;
  color: #fff;
  transition: all 500ms ease;
}

#content_block_05 .content-box .download-btn a:hover i{
  color: #222;
}

#content_block_05 .content-box .download-btn .app-store-btn{
  margin-right: 37px;
}

#iamge_block_04 .image-box{
  position: relative;
  min-height: 595px;
  margin: 120px -55px 0px 30px;
}

#iamge_block_04 .image-box .image-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  z-index: 1;
}

#iamge_block_04 .image-box .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
}
/*
* count down section
*/
.cta-one {
  padding: 101px 0;
  background-color: #f5f5f5;
  background-image: url(../images/cta-1-bg-1-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-one__title {
  color:#fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin: 0;
}

.cta-one__phone {
  margin: 0;
  font-weight: 600;
  font-size: 45px;
  line-height: 1em;
  color: var(--thm-base-color);
  margin-top: 28px;
}

.cta-one__phone a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.cta-one__phone a:hover {
  color: #222;
}
.feature-section{
  border-bottom: none;
}
.centred {
    text-align: center;
}
.fact-counter .inner-box .count-outer span {
    position: relative;
    display: inline-block;
    font-size: 42px;
    line-height: 75px;
    font-weight: 500;
    color: #222;
    margin-bottom: 17px;
}
.fact-counter .inner-box h2 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 35px;
    color: #253787;
    font-weight: 500;
}
.feature-box{
  float: left;
  width: 100%;
  position: relative;
  border: 1px solid #eee;
  padding: 30px 20px 50px;
  border-radius: 6px;
  z-index: 20;
  background: #e6e7eb;
}
.feature-box .feature-icon{
  margin-bottom: 20px;
}

/*
* 6. footer styles
*/
.site-footer {
  background-color: #100a27;
  background-color: #243787;
  background-image: url(../images/footer.png);
  background-size: cover;
  background-position: center center;
  color: #fff;
  font-size: 15px;
}
.footer-widget__links li{
    list-style-type: none;
}
.site-footer__upper {
  padding-top: 125px;
  padding-bottom: 125px;
}

.site-footer__bottom .container {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer__bottom .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 30px);
  height: 1px;
  border-top: 1px solid #fff;
  opacity: 0.2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.site-footer__links {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer__links a {
  font-size: 15px;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.site-footer__links a:hover {
  color: #fff;
}

.site-footer__links li + li::before {
  content: '|';
  font-size: 15px;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.site-footer__copy {
  margin: 0;
  color: #fff;
}

.footer-widget__title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  margin-top: -5px;
  margin-bottom: 35px;
}

.footer-widget__title + .footer-widget__text {
  margin-top: -10px;
}

.footer-widget__text {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  opacity: 0.7;
  margin: 0;
}
.footer-widget__text a {
  color: inherit;
  transition: all 500ms ease;
}
.footer-widget__text a:hover {
  color: #fff;
}

.footer-widget__text + .footer-widget__text {
  margin-top: 12px;
}

.footer-widget__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.footer-widget__social a {
  font-size: 18px;
  color: #fff;
  opacity: 0.3;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-widget__social a + a {
  margin-left: 30px;
}

.footer-widget__social a:hover {
  opacity: 1;
  color: #fff;
}

.footer-widget__links {
  margin: 0;
  margin-top: -5px;
}

.footer-widget__links li + li {
  margin-top: 7px;
}

.footer-widget__links a {
  color: #fff;
  opacity: 0.7;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}

.footer-widget__links a:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #243787;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.footer-widget__links a:after {
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-15px);
          transform: translateY(-50%) translateX(-15px);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-widget__links a:hover {
  color: #fff;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 1;          
}

.footer-widget__links a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.footer-widget__links a:hover:after {
  opacity: 1;
}

.footer-widget__logo {
  display: inline-block;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  margin-bottom: 10px;
}
.list-unstyled li{
  list-style-type: none;
}
.site-footer__bottom .container:after{
  content: unset;
  display: block;
  clear: none;
}

/* login modal */
#login-modal .modal-dialog{
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
#login-modal .modal-dialog .modal-content{
  border: 10px solid #fff !important;
  background-color: #f5f5f5;
}
#login-modal .modal-dialog .modal-body{
  padding: 15px 40px 60px;
}
#login-modal .form-control, #login-modal .form-control:hover, #login-modal .form-control:focus{
  background: transparent;
  border:1px solid #c1c1c1 !important;
}
#login-modal .step-2 input {
  border-radius: 0px;
}
.btn-theme, .btn-theme:hover, .btn-theme:focus {
  background: #253787;
  border-color: #253787;
  color: #ffffff;
  border-radius: 4px;
}
.ui-menu .ui-menu-item{
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 10px 20px;
  margin: 0px;
  line-height: 20px;
  height: 100%;
  vertical-align: middle;
  border-bottom: 1px solid #f0f1f5;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #243787;
    background: #243787;
    font-weight: normal;
    color: #fff;
}

/* Branches */
.branch{
  background: #fff;
  border-radius: 0px;
  border: 1px solid #e5e7f2;
  padding: 0px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.branch-row {
    margin-bottom: 40px;
}
.branch .branch-content .branch-title h4{
  text-align: left;
  font-weight: 600;
  font-size: 23px;
  color: #162637;
  margin-bottom: 14px;
}
.branch-img {
    position: relative;
    display: block;
}
.branch-row .branch-img {
    width: 35%;
    display: inline-block;
    min-height: 285px;
    background: #ffffff;
    float: left;
    z-index: 100;
    padding:25px;
}
.branch-img .branch-map {
    width: 100%;
    height: 300px;
    border:1px solid #ddd;
}
.branch-row .branch-content { 
    padding: 20px;
    width: 65%;
    float: left;
}
.branch-content p {
    margin: 0;
}
.branch-row .branch-title h4 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.branch-row .branch-address {
    font-size: 13px;
}
.branch-title .fa {
    color: #48a0dc;
    margin-right: 4px;
}
.branch .branch-logo {
    position: absolute;
    padding: 3px 8px;
    z-index: 20;
    width: 120px;
    height: auto;
    border-radius: 0;
    bottom: 25px;
    right: 25px;
    background: rgba(255,255,255,0.4);
}
.branch-row .services-lists {
    margin-top: 18px;
}
.branch-row .services-lists h5{
    font-size: 18px;
    border-bottom: 1px solid #e5e7f2;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: block;
}
.branch-row .services-lists a{
  display: inline-block;
  position: relative;
  padding:8px 16px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border:1px solid #253787;
  color: #253787;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 1;
}
.branch-row .services-lists a:hover {
    color: #fff;
}
.branch-row .services-lists a:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #253787;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.branch-row .services-lists a:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

/* Contact page css */
.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}
.section-contact{
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin-top: -100px;
  margin-bottom: 0;
}
.section-contact>.elementor-container {
  max-width: 1170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-contact>.elementor-container>.elementor-row {
    align-items: stretch;
}
.elementor-column {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.elementor-column-wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.elementor-widget-wrap {
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sectionbox{
  box-shadow: 0px 20px 50px 0px rgba(0,0,0,.1);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 70px;
  background-color: #fff;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.sectionbox .elementor-row>.elementor-column>.elementor-element-populated {
    padding-left: calc(60px/2);
    padding-right: calc(60px/2);
    padding-top: 0;
    padding-bottom: 0;
}
.tm-social-networks ul {
    display: inline-block;
    padding: 0;
    margin: 0 -8px;
}
.tm-social-networks .item {
    list-style-type: none;
}
.tm-social-networks.layout-inline .item {
    display: inline-block;
}
.tm-social-networks .link:hover{
  color: #253787;
}
.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.tm-social-networks .link {
    display: inline-block;
    padding: 5px 8px;
}
.elementor .link-icon {
    font-size: 20px;
}
.elementor .heading-primary {
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 500;
}
.elementor .elementor-element-1cbd606 .heading-description-wrap {
    margin-top: 35px;
}
.elementor p:last-child {
    margin-bottom: 0;
}
.elementor .elementor-element.elementor-element-1cbd606>.elementor-widget-container {
    margin: 0 0 52px;
}
.elementor .elementor-form-fields-wrapper {
  margin-left: calc(-30px/2);
  margin-right: calc(-30px/2);
  margin-bottom: -30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-field-group {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: calc(30px/2);
  padding-left: calc(30px/2);
  margin-bottom: 30px;
}
.elementor-field-group .elementor-field-textual {
  width: 100%;
  max-width: 100%;
  border: 1px solid #818a91;
  background-color: transparent;
  color: #373a3c;
  vertical-align: middle;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 0;
  -webkit-appearance: none;
}
.elementor-form .elementor-field-textual.elementor-size-sm {
    min-height: 50px;
    font-size: 16px;
}
.elementor .elementor-field-textual {
    padding: 0;
}
.elementor .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
    background-color: rgba(255,255,255,0);
    border-color: #ddd !important;
    border-width: 0 0 2px;
}
.elementor .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper):focus {
    border-color: #253787 !important;
}
.elementor .elementor-field-type-submit, .elementor .elementor-button {
    width: 210px;
}
.elementor-field-type-html {
    display: inline-block;
}
.elementor-button{
    background-color: #253787;
    color: #fff;
    min-height: 47px;
    height: 55px;
    font-size: 13px;
    border-radius: 0;
    border: 0;
    display: inline-block;
    line-height: 1;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 15px 30px;
}
.elementor .elementor-spacer-inner {
    height: 50px;
}
@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
  .elementor-column.elementor-col-100{
    width: 100%;
  }
  .elementor-element-b802dc7 {
    width: 38%;
  }
  .elementor-element-526561c {
    width: 62%;
  }
  .elementor-column.elementor-col-50{
    width: 50%;
  }
}
@media (max-width: 1024px){
  .elementor-row {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .elementor .sectionbox .elementor-row {
    margin-left: calc(-30px/2);
    margin-right: calc(-30px/2);
  }
  .elementor .sectionbox {
    padding: 60px 35px;
  }
  .elementor .heading-primary {
    font-size: 28px;
  }
}
@media(max-width: 767px){
  .elementor-column {
    width: 100% !important;
  }
  .elementor .sectionbox {
    padding: 40px 20px 100px;
  }
  .elementor .heading-primary {
    font-size: 24px;
  }
}
@media (max-height: 550px){
    .landing_wrapper {
        height: 625px;
    }
}

.our-top-services .single-column{
	padding-right: 5px;
    padding-left: 5px;
}
.designe-process .single-item {
    margin-bottom: 10px;
}
.designe-process .single-item .inner-box h4{
	position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
    height: 1.5em;
    overflow: inherit;
    white-space: unset;
    text-overflow: unset;
    width: 100%;
}

.designe-process .single-item .inner-box {
    padding: 25px 15px 25px 15px;
}
