
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700|Lato");
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  line-height: 28px;
  font-size: 16px; 
  color: #2a2a2a;
  height: 100%;

}
html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
/*.w-100 {
    width: 100%!important;
    height: 650px;
}*/
:focus {
  outline: none;
}
.navbar-light .navbar-toggler {
     color: #fff !important; 
    border-color: rgba(0,0,0,.1);
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #020e27;
}

i:before {
  margin-left: 0px !important;
}

button:focus {
  outline: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 92%;
  }
}
 .padt{ padding-top:20px;}

.section_title h5 {
  font-size: 20px;
  line-height: 26px;
  color: #181262;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section_title h2 {
  font-size: 30px;
  line-height: 45px;
  color: #020e27;
  margin-bottom: 10px;
}

.section_title .color_w {
  color: #fff;
}

.sec_pad {
    padding: 80px 0px 80px 0px;
}
.sec_pad1 {
    padding: 50px 0px 50px 0px;
}

.pt_200 {
  padding-top: 200px;
}

.bg_one {
  background: #fbfbfd;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*
 * Loading Dots
 * Can we use pseudo elements here instead :after?
 */
.sampleContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}
.text-center{ text-align:center}
.padm{ padding-bottom:30px;}
.loading {
  position: relative;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  text-align: center;
}

.loading h2 span {
  display: inline-block;
  vertical-align: middle;
  width: .2em;
  height: .2em;
  margin: .15em;
  background: #020e27;
  border-radius: .6em;
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

/*
 * Dots Colors
 * Smarter targeting vs nth-of-type?
 */
.loading span:nth-of-type(2) {
  background: #181262;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading span:nth-of-type(3) {
  background: #009B9E;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading span:nth-of-type(4) {
  background: #00A77D;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading span:nth-of-type(5) {
  background: #00B247;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.loading span:nth-of-type(6) {
  background: #5AB027;
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

.loading span:nth-of-type(7) {
  background: #A0B61E;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

/*
 * Animation keyframes
 * Use transition opacity instead of keyframes?
 */
@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*================== header_area css ===============*/
/*.header_area {
  background: #020e27;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}*/
.site-branding {
    float: left;
    width: 23%;
        background: #fff;
}
.themestek-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.headerlogo a.home-link {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 27px;
    color: #202020;
}
.site-title a {
    display: table-cell;
    vertical-align: middle;
}.contact_sc1 {float:left;width:100%;padding:15px 0}
.contact_sc2 {float:left;width:100%;position:relative;border-radius:6px;box-shadow:0 9px 24px 0 rgba(26,47,106,.05);padding:25px 15px 25px 95px;border:1px solid #dce5e7}
.contact_sc2 i{width:60px;height:60px;border-radius:60px;line-height:62px;background:#52a5d8;color:#fff;text-align:center;font-size:30px;position:absolute;left:20px;top:50%;transform:translateY(-50%)}
.contact_scw {float:left;width:100%;min-height:80px;position:relative}
.contact_sc3 {width:100%;position:absolute;left:0;top:50%;transform:translateY(-50%)}
.contact_scw h3{margin:0 0 7px;font-size:20px;font-weight:800}
.contact_scw h4{margin:0;line-height:28px;color:#2a2a2a;font-size:16px; font-weight:500;}
/* ========================== default ========================== */
.contact_frm {float:left;width:100%;position:relative;padding:20px 0 0;}
.inner_sect1 .contact_frm .main_header {text-align:center;margin:0 0 16px;}
.contact_frm .form{width:100%;padding:15px;background:#fff;border:1px solid #ccc;margin-bottom:22px;color:#727272!important;font-size:14px;transition:all .4s;font-weight:600;}
.contact_frm .form:hover{border:1px solid #52a5d8}
.contact_frm .form:focus{color:#fff;outline:0;border:1px solid #52a5d8}
.contact_frm .textarea{height:200px;max-height:200px;max-width:100%}
.contat_btn1 {background:#52a5d8;padding:12px 30px;color:#fff;margin:auto;display:block;border:0;border-radius:7px;font-weight:600}
.contact_map {float:left;width:100%;position:relative;padding:35px 0 0;}

.site-title {
    font-size: 33px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    color: #fff;
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}
h1.site-title {
    color: #202020;
}.clinic-img{ width: 100%;
    height: 220px;
    transition: all ease-in-out 0.4s;
    object-fit: cover; }
.clinic-gallery-indi{ padding-bottom:0px; padding-top:0px;}
.clinic-gallery-indi p{ text-align:center}
.clinic-gallery-indi a{ 
    padding:10px; border:1px solid rgb(243 243 243 / 40%);
     display:block; background-color:rgba(255, 255, 255, 0.8);
      box-shadow:0 0 10px #e2e2e2; position:relative; margin-bottom:20px;    z-index: 0;
  }
.clinic-gallery-indi a:before{ content:"\26F6";font-family: 'Linearicons-Free'; speak: none; font-style: normal;  font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; display:block; position:absolute; top:0; left:0; right:0; bottom:0; background-color:rgba(0, 0, 0, 0.3); z-index:2000;transition:all ease-in-out 0.4s; transform:scale(0); font-size:40px; text-align:center; padding-top:40%; color:#fff;}
.clinic-gallery-indi a:hover:before{transform:scale(1);}
.clinic-gallery-indi a:hover img{ transform:scale(1.05);}
@media (min-width: 1200px){
#site-header-menu #site-navigation .nav-menu, #site-header-menu, .menu-themestek-main-menu-container {
    float: right;
}
}
span.themestek-sc-logo.themestek-sc-logo-type-image {
    position: relative;
    display: block;
    z-index: 1;
}
.is_stuck .themestek-stickylogo-yes .standardlogo, .headerlogo .stickylogo, .themestek-slider-yes .is_stuck .headerlogo.themestek-stickylogo-yes .standardlogo, .themestek-slider-yes .is_stuck .headerlogo .crosslogo, .themestek-slider-yes .headerlogo .standardlogo, .headerlogo .crosslogo {
    display: none;
}
.site-description {
    display: none;
}
@media (min-width: 1200px){
.themestek-stickable-header {
    z-index: 12;
}
.container {
    width: 1200px;
}

}
.headerlogo {
    height: 98px;
    line-height: 98px;
}
.header_area .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.themestek-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.headerlogo img {
    width:280px;
}

/*.header_area + section, .header_area + div {
  margin-top: 99px;
}*/
.footer_nav3 {padding:0;margin:0;list-style:none;}
.footer_nav3 li{display:block;margin:0 0 15px;display:block;color:#d4d4d4;font-size:15px;padding:0 0 0 34px!important;position:relative;line-height:27px!important;}
.footer_nav3 li i{position:absolute;left:0;margin-top:2px;font-size:20px;color:#52a5d8}

.site-header .social-icons {
    padding-top: 0;
    padding-bottom: 0;
}
.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    padding-top: 2px;
    padding-bottom: 3px;
}
.social-icons li:first-child {
    border: none;
}
.social-icons li {
    display: inline-block !important;
    padding-left: 2px;
    padding-right: 2px;
    min-width: 34px;
    border: none;
}
.social-icons li a i{
  color: #000;
}
.site-header .social-icons li > a, .themestek-header-icons .themestek-header-icon a {
    color: rgba( 49,52,55 , 1);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.number-cart {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #e32222;
    color: #fff;
    border-radius: 50%;
    top: -18px;
    left: 12px;
    font-size: 11px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.shoping{
      background-color: transparent;
    border: 1px solid rgba( 49,52,55 , 1);
    color: rgba( 49,52,55 , 1);

}
.shoping a i{
  height: 35px;
    width: 35px;
    line-height: 35px;
    color: #fff;
   
    display: inline-block;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
        border: 1px solid #000;
}
.searching{
      height: 35px;
    width: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #313437;
    display: inline-block;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
}
.searching a i{
  color: #fff !important
}
.navbar {
 padding: 0px;
       width: calc(178% - 620px);
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}

.navbar:before {
  content: "";
  width: 2500px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}

.menu {
         padding-left: 150px;
}

.menu > .nav-item {
     padding: 19px 16px;
}
.menu > .nav-item h4{font-size:16px;font-weight:600;margin:0;background:#52a5d8;padding:15px 15px 13px;color:#fff;border-radius:4px;}
.menu > .nav-item i {margin-right:10px;font-size:18px;}
.menu > .nav-item h4 a{ color:#fff}
.menu > .nav-item h4 img{max-width:30px;margin-right:7px;position:relative;display:inline-block;bottom:2px;}
.icon1 {
    font-family: "Barlow Condensed", sans-serif;
    color: #181262;
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 30px;
}
.test-desc{
  font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-style: italic;
  /*  margin-bottom: 55px;*/
    padding: 20px;
}
.menu > .nav-item > .nav-link {
	text-transform:uppercase;
      font: 600 16px/25px "Lato", sans-serif;
  color: #020e27;
  position: relative;
  padding: 9px 0 0 0;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.menu > .nav-item > .nav-link:after {
  display: none;
}
.sec_pad1 {
  padding: 50px 0px 30px 0px;
}
.sec_pad2 {
    padding: 60px 0px 40px;
}
.section_title h5 {
  font-size: 20px;
  line-height: 26px;
  color: #181262;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section_title h2 {
  font-size: 30px;
  line-height: 45px;
  color: #020e27;
  margin-bottom: 10px;
}

.section_title .color_w {
  color: #fff;
}
.menu > .nav-item > .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: #181262;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.menu > .nav-item:not(:last-child) {
  /*  margin-right: 27px;*/
}

.menu > .nav-item.active  .menu > .nav-item:hover .nav-link {
  color: #181262;
}
.nav-link:hover{
    color: #181262;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #181262;
}
.nav-link {
    color: #000 !important;
    font-size: 18px;
}
.menu > .nav-item.active .nav-link:before, .menu > .nav-item:hover .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}

.menu > .nav-item.submenu {
  position: relative;
}

.menu > .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0px;
  background: transparent;
}

@media (min-width: 992px) {
  .menu > .nav-item.submenu ul {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 220px;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    -webkit-box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.09);
    box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.09);
    border-radius: 0px;
  }
}

.menu > .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  margin-top: 10px;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu > .nav-item.submenu ul .nav-item .nav-link {
  font: 500 18px/50px "Barlow Condensed", sans-serif;
  color: #020e27;
  padding: 0px 30px;
  text-transform: capitalize;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
}

.menu > .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.menu > .nav-item.submenu ul .nav-item:hover .nav-link, .menu > .nav-item.submenu ul .nav-item.active .nav-link {
  color: #181262;
}

@media (min-width: 992px) {
  .menu > .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
  }
}

.menu > .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}



/*========= hamburger menu css ========*/
.navbar-toggler {
/*  padding: 0px;*/
     margin-left: 70px;
  border: 0px;
}

.navbar-toggler:focus {
  outline: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}

.menu_toggle .hamburger span, .menu_toggle .hamburger-cross span {
  background: #020e27;
}

.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}

.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.menu_toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.menu_toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: .125s;
  -o-transition-delay: .125s;
  transition-delay: .125s;
}

.menu_toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}

.menu_toggle .hamburger-cross span {
  display: block;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

/*================== header_area css ===============*/
/*=============== header_transparent css ============*/
.header_transparent {
  background: transparent;
}

.header_transparent .navbar:before {
  display: none;
}

.header_transparent .navbar .logo {
  position: relative;
}

.header_transparent .navbar .logo img + img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.header_transparent .navbar .menu > .nav-item > .nav-link {
  color: #fff;
}

.header_transparent .navbar .menu > .nav-item:hover > .nav-link, .header_transparent .navbar .menu > .nav-item.active > .nav-link {
  color: #181262;
}

.header_transparent .phone_btn a {
  color: #fff;
}
.f_logo{ width:200px}
.header_transparent + section, .header_transparent + div {
  margin-top: 0px;
}

.header_transparent.navbar_fixed {
  background: #fff;
}

.header_transparent.navbar_fixed .navbar .logo {
  position: relative;
}

.header_transparent.navbar_fixed .navbar .logo img {
  opacity: 0;
}

.header_transparent.navbar_fixed .navbar .logo img + img {
  opacity: 1;
}

.header_transparent.navbar_fixed .navbar .menu > .nav-item > .nav-link {
  color: #020e27;
}

.header_transparent.navbar_fixed .navbar .menu > .nav-item:hover > .nav-link, .header_transparent.navbar_fixed .navbar .menu > .nav-item.active > .nav-link {
  color: #181262;
}

.header_transparent.navbar_fixed .phone_btn a {
  color: #020e27;
}

.header_transparent.navbar_fixed .menu_btn .search_btn {
  color: #020e27;
}

.header_transparent.navbar_fixed .menu_btn .book_btn {
  border-color: #020e27;
  color: #020e27;
}

.header_transparent.navbar_fixed .menu_btn .book_btn:hover {
  background: #020e27;
  color: #fff;
}

/*=============== header_transparent css ============*/
/*============== menu fixed css ==============*/
.navbar_fixed {
  width: 100%;
  left: 0;
  top: -70px;
  position: fixed;
/*  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);*/
  border-bottom: 0px;
  z-index: 400;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition: background 100ms linear, -webkit-transform 500ms ease;
  -webkit-transition: background 100ms linear, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 100ms linear;
  transition: transform 500ms ease, background 100ms linear;
  transition: transform 500ms ease, background 100ms linear, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}

/*.sliderarea{
  
    padding: 0 0 0 105px;
    background-image: linear-gradient(to right, #e32222 , #fff);

}*/

.background_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= featured_area css =============*/
.featured_area {
  padding: 50px 0px 50px
}


.featured_item {
  text-align: left;
  padding: 25px;
 /* background-color: white;*/
  /*-webkit-box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
  box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
  border-top: 4px solid transparent;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;*/
}
.cloned img{ box-shadow: 0 0 10px #e2e2e2;   margin:10px; border:1px solid #e2e2e2}
.col-container {
  display: table; /* Make the container element behave like a table */
  width: 100%; /* Set full-width to expand the whole page */
}

.col {
  display: table-cell; /* Make elements inside the container behave like table cells */
}
.featured_item .icon {
     color: #3071b6;
  text-shadow: 1px 17px 24px rgba(255, 187, 3, 0.39);
  line-height: 85px;
}

.featured_item .icon:before {
  font-size: 60px;
}

.featured_item h3 {
  font-size: 20px;
  line-height: 26px;
      color: #3071b6;
  margin-bottom: 12px;
}

.featured_item p {
  font: 400 17px/28px "Lato", sans-serif;
  color: #47484b;
  margin-bottom: 25px;
}

.featured_item:hover {
  border-color: #181262;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 11, 40, 0.08);
  box-shadow: 0px 30px 40px 0px rgba(0, 11, 40, 0.08);
/*  height: 400px;*/
}

.services{
  padding: 90px 0 50px 0;
    background: url(../images/Transparent-background-with-dots.png);
    background-color: rgb(237, 237, 237);
     background-position: 50% 22.7884px;
   background-size: cover;
    transition-property: background-position;
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    transition-duration: 0ms;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
    background-attachment: fixed;
}

.seemore{
  padding: 12px 25px 12px 25px;
      color: #555;
   font-size: 12px;
    background-color: transparent;
    border:1px solid #555;
}
.services-content{
  padding: 50px 0;
}
.services-sec{
  padding: 50px 0;

}
.service-content p{
      font: 400 16px/26px "Lato", sans-serif;
  color: #47484b;
}
.fa-chevron-left{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 15px 10px !important;
    font: inherit;
    /* border-radius: 50%; */
}
.fa-chevron-right{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 15px 10px !important;
    font: inherit;
    /* border-radius: 50%; */
}
/*============= get_app_area css =============*/


.get_app_content {
       color: #fff;
    /* padding-right: 110px; */
    background: #fff !important; 
    box-shadow:0 0 10px #e2e2e2 !important;
    padding: 30px 30px 0 30px;
   /* z-index: 3;*/
    position: absolute;
    width: 50%;
}
.get_app_content1{
     /* position: absolute;*/
    z-index: 2;
    margin-left: -43px;
    margin-top: -131px;
}
.get_app_content1 img{
  max-width: 800px
}
.feature {
    color: #00173c;
    margin: 0 0 20px;
    font-size: 22px;
    position: relative;
    font-weight: bold;
}.feature:after {
    content: "";
    width: 60px;
    height: 3px;
    background: #52a5d8;
    position: absolute;
    left: 0;
    bottom: -9px;
    transition: all ease .8s;
}
.servc_list2 {padding:0;margin:15px 0 0;list-style:none}
.servc_list2 li{display:block;margin:0 0 0px 0;padding-bottom:5px;position:relative;padding-left:25px;}
.servc_list2 li:after{position:absolute;content:"";height:80%;width:1px;top:26px;left:8px;background-color:#13376d}
.servc_list2 li:last-child {margin-bottom:0;}
.servc_list2 li:last-child:after{display:none;}
.servc_list2 li i {position:absolute;left:0;color:#3d4864;font-size:20px;}
.servc_list2 li span{color:#2a2a2a;display:block;font-weight:600;font-size:16px;padding:1px 0px 1px 15px; line-height:28px;}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #c20e1b;
    box-shadow: none;
    /* border: none !important; */
    border-bottom-width: 2px;
    border-bottom: 1px solid #fff;
}
.accordion-item {
    background-color: #fff;
    border: none !important;
}
.accordion-body {
    padding: 1rem 1.25rem;
    background: #c20e1b!important;
    font: 400 14px/28px "Lato", sans-serif;
    /* color: #47484b; */
    margin-bottom: 25px;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    background-color: #c20e1b;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none;
}
.accordion-button::after {
  display: none;
} 
.item-thumbnail {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
}
.item-thumbnail, .item-thumbnail-inner {
    display: block;
}
.item-thumbnail-inner img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .4s ease;
}
.box-content {
    padding: 10px 35px;
    border: 1px solid #f1f1f1;
    position: relative;
        background: #fff;
}
.box-content-inner {
    position: relative;
    z-index: 10;
}
.ts-ihbox-icon{
      color: #e32222;
    font-size: 45px;
    margin-bottom: 10px;
}
.box-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.box-content h3 a {
   color: #302493;
}
.service-content {
    margin-bottom: 10px;
}
.box-link a {
    display: inline-block;
    font-weight: 700;
    text-decoration: none!important;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    color: #313437;
}
.post-item-img{
  max-width: 100%;
  height: auto;
}
.item-thumbnail-inner img:hover{
  -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*============= get_app_area css =============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= services =============*/






/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== footer_area css =================*/
.footer_area {
      background: #313437;
          background: url(../images/Transparent-background-with-dots.png);
       background-color: #000000d9;
    background-position: 50% 22.7884px;
    background-size: cover;
    transition-property: background-position;
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    transition-duration: 0ms;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
    background-attachment: fixed;
}
.footer_nav2 {padding:0;margin:0;list-style:none;;}
.footer_nav2 li{
  display: block;
    /* margin: 0 0 15px; */
    display: block;
    color: #d4d4d4;
    font-size: 15px;
    padding: 0 0 0 34px;
    position: relative;
        line-height: 20px;
    padding: 0 0 8px 0;
    font-family: "Lato", sans-serif;
}.footer_nav2 li a{
    color: #d4d4d4!important;}
.footer_nav2 li i{position:absolute;left:0;margin-top:2px;font-size:20px;color:#fff}

.f_widget .f_title {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
 font-family:  "Lato", sans-serif;
}

.f_widget.about_widget p {
 font: 400 15px/28px "Lato", sans-serif;
      color:#d4d4d4; margin-bottom:5px;
}

.f_widget.about_widget p a {
  color: #181262;
}

.f_widget.about_widget .f_social_icon {
  padding: 10px 0px 5px;
}

.f_widget.link_widget {
  padding-left: 15px;
  font: 400 17px/28px "Lato", sans-serif;
    color: #fff;
}

.f_widget.link_widget ul {
  margin-bottom: 0px;
  padding-top: 10px;
}

.f_widget.link_widget ul li a {
  font-family: "Lato", sans-serif;
  line-height: 26px;
  position: relative;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  display: inline-block;
  color: #a8b2c6;
}

.f_widget.link_widget ul li a:before {
  content: "";
  right: 0;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #181262;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
  display: inline-block;
}

.f_widget.link_widget ul li a:hover {
  color: #fff;
}

.f_widget.link_widget ul li a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

.f_widget.link_widget ul li:not(:last-child) {
  /*margin-bottom: 5px;*/
}

.f_social_icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #818593;
  display: inline-block;
  border: 1px solid #4d576d;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.f_social_icon a:hover {
  background: #181262;
  color: #fff;
  border-color: #181262;
}

/*============== footer_area css =================*/
/*----------------------------------------------------*/

/*# sourceMappingURL=style.css.map */

.nav-link {
   
     padding: 0; 
 
   
}

.testimonials-area {
      padding-top: 160px;
}
.copyright-area {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #313437;
}
.pc_whatsapp {
    display: block;
    position: fixed;
    bottom: 10px;
    z-index:9999;
    left: 10px;
}
.pc_whatsapp img {
    max-width: 120px;
}
.copyright-area .copyright-item {
    text-align: center;
}
.copyright-area .copyright-item p {
    margin-bottom: 0;
    color: #fff;
    font: 400 15px/28px "Lato", sans-serif;
    
}
.call-to-action {
    background: #FA2626 url(images/texture-1.jpg) center right no-repeat;
    background-size: cover;
    padding: 38px 0;
}
.call-to-action h2 {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding: 11px 0;
}.call-to-action h3{ color:#fff; font-size:22px;}
.call-to-action h2 span {
    font-size: 24px;
    display: block;
}

.call-to-action .icon-box {
    /*text-align: center;*/
   /* margin-right: 85px;*/
 /*  margin-right: 140px;*/
}
.call-to-action .icon-box .box {
    min-height: 62px;
    line-height: 62px;
    margin-bottom: 10px;
}
.call-to-action .icon-box h3 {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
    line-height: 30px;
    margin: 0;
}
.carousel-indicators [data-bs-target]{

    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    padding: 0;
    -right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #181262;
    background-clip: padding-box;
    /* border: 0; */
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    /*opacity: .5;*/
    transition: opacity .6s ease;
    border-radius: 50%;
}
.featured_item {
    border-color: #ececec;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 30px 40px 0px rgb(0 11 40 / 8%);
    box-shadow: 0px 30px 40px 0px rgb(0 11 40 / 8%); 
}
.box-desc{
  color: #fff;
  /*font-size: 14px;*/
}
.box-h3{
  font-size: 24px !important;
    color: #fff;
    font-weight: bold; float:left

}.box img{ float:left}
.box h4{color:#fff; padding-bottom:20px}
.slide-box {
 /* display: flex;*/
  justify-content: space-between;
}
.sec_pad5{
  padding-top: 50px
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 500px){.headerlogo img {
    width: 220px!important;
}.headerlogo {
    height: 78px;
    line-height: 78px;
} .header-content h4{ display:none}
.section_title h2 {
    font-size: 24px;
    line-height: 36px;}  .header-content h1 {
    font-size: 18px !important;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
    /* text-shadow: 5px 5px #c20e1b; */
}
.header-content h2 {
    font-weight: 300;
    font-size: 12px !important;
    color: #fff;
}
.header-content h4 {
    font-size: 15px !important;
    font-weight: 300;
     line-height: 20px !important; 
    color: #fff;
}
.header-content {
    position: relative;
    padding: 10px 57px !important; 
    overflow: hidden;
}

.line {
  left: 35px !important;
}
.cover {
    padding: 0px !important;
   
}
  .social-icons a{
  
    display: none;
}

  .no-gutter [class*="-5"] {
        --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}
.no-gutter [class*="-7"]{
     --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}
  .{
        margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }
  .blogbox {
     margin: 0px !important; 
   
}
.blogbox1 {
     margin: 0px !important; 
   
}
.img-responsive{
  width: 100%
  }
  .get_app_content {
    color: #fff;
    /* padding-right: 110px; */
    /*background: #c20e1b;*/
    padding: 30px 30px 0 30px;
    z-index: 3;
    position: relative;
    width: 100%;
}
}
.get_app_content1 {
    /* position: absolute; */
    z-index: 2;
    margin-left: -43px;
    margin-top: -30px;
}


.sliderarea {
    /* height: 650px; */
    /* position: relative; */
    /* z-index: 0; */
/*    padding: 0px 0px 0 20px !important;
    background-image: linear-gradient(to right, #e32222 , #fff);*/
}
}
@media (min-width: 992px)
{
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
 
}



.values {
    position: relative;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
.values:before {
    content: "\f4c0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
} 
.box-style li{
  color: #fff;
  list-style-type: disclosure-closed;
}
.image_first img{
  border-radius: 50%;
}

@media(min-width:991px ){
  .dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 20px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #000;
}
}


/*.dropdown-toggle::after {
    
    display: none;
}*/
.submenu1{
  /*min-width: 220px;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    -webkit-box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.09);
    box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.09);
    border-radius: 0px;*/
    font: 500 18px/50px "Barlow Condensed", sans-serif;
    color: #020e27;
    padding: 0px 30px;
    text-transform: capitalize;
       -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 150ms linear;
    display: block;
}
.submenu1{
  /*min-width: 220px;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    -webkit-box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.09);
    box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.09);
    border-radius: 0px;*/
   
       -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 150ms linear;
    display: block;
}
.submenu2{
  position: absolute;
    top: 100%;
        left: -30%;
    min-width: 270px;
    text-align: left;
    /* opacity: 0; */
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    /* visibility: hidden; */
    /* display: block; */
    border: none;
    padding: 0px;
    -webkit-box-shadow: 0px 15px 27px 0px rgb(14 0 40 / 9%);
    box-shadow: 0px 15px 27px 0px rgb(14 0 40 / 9%);

    border-radius: 0px;


}
.submenu2 li a{
 padding: 6px 29px !important; */
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    /* font-family: "Lato sans-serif"; */
    font: 500 14px/25px "Lato", sans-serif;
    padding: 15px 20px;
}
.submenu2 li{
display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
   /* margin-top: 10px;*/
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;

}
.menu > .nav-item.submenu2 ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    margin-top: 10px;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background: rgba(255, 255, 255, 0.38) !important;*/
}
/*span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}*/
.owl-nav button:focus {
    outline: none;
}
/*.owl-carousel .owl-stage .owl-item .owl-nav button.owl-next, .owl-carousel .owl-nav:last-child{
  display: none !important;
}*/
button.owl-dot {
    background: red !important;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-dots button.owl-dot.active {
    background-color: #000 !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    font-size: 18px !important;
    border: 1px solid #ececec;
    padding: 18px;
    border-radius: 4px;
}



.servicebox:hover img{
-webkit-transform:scale(1.05);-moz-transform:scale(1.05);
-ms-transform:scale(1.05);transform:scale(1.05)
}
.servicebox img{
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1);transition:all .4s ease;
}
.servicebox .item-thumbnail{
position:relative;
overflow:hidden;
backface-visibility:hidden
}
.servicebox{
position:relative
}
.servicebox:before,.servicebox:after{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
content:'';opacity:0;
-webkit-transition:opacity 0.55s,-webkit-transform 0.55s;transition:opacity 0.55s,transform 0.55s;z-index:1
}
.servicebox:before{
border-top:1px solid #e32222;
border-bottom:1px solid #e32222;
-webkit-transform:scale(0,1);
transform:scale(0,1)
}
.servicebox:after{
border-right:1px solid #e32222;
border-left:1px solid #e32222;
-webkit-transform:scale(1,0);
transform:scale(1,0)}

.servicebox:hover:before,
.servicebox:hover:after{
opacity:1;
-webkit-transform:scale(1);transform:scale(1);
}
.servicebox .box-content-inner{
position:relative;
z-index:10;
}

.section_para{
      font: 400 17px/28px "Lato", sans-serif;
}
.blogbox {
    margin: 0 30px;
    margin-top: -85px;
    background-color: #fff;
    padding: 30px;
    position: relative;
}
.blog-image-with-meta img{
      max-width: 100%;
    height: auto;
}
.happyclients{
  background: #f3f3f3;
  padding: 50px 0;
}
.meta-date{
  background-color: #e32222;
    padding: 5px 15px;
    margin-bottom: 15px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.box-title h4 a{
    font-size: 24px;
    line-height: 34px;
    color: #000;
}
.blogbox a{
  font-size: 12px;
  color: #e32222;
  font-weight: 700;
      text-transform: uppercase;
}
.blogbox1{
  background-color: #fff;
    padding: 30px;
    position: relative;
}
.blogbox1 a {
    font-size: 12px;
    color: #e32222;
    font-weight: 700;
    text-transform: uppercase;
}
.no-gutter [class*="-5"] {
    padding-left:0;
}
.no-gutter [class*="-7"]{
  padding-right: 0;
}
.smallcaimg{
  width: 255px;
    height: 251px;
}

.mc4wp-form {
    margin-top: 15px;
}
.mc4wp-form-fields {
    position: relative;
}
.mc4wp-form-fields p{
    margin: 0 0 20px;
}
.mc4wp-form-fields .btn[type="submit"] {
    color: #fff;
}
.mc4wp-form-fields .btn[type="submit"] {
  display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
        background-color: #e32222;
    border-radius: 0;
    padding: 16px 32px;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
}
.mc4wp-form-fields input[type="email"] {
    padding: 16px 32px;
    width: 100%;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color: #c20e1b;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.carousel-caption {
     position: absolute;
    right: -38%;
    top: 45%;
    width: 50%;
    text-align: left;

}
.carousel-caption h3{
  font-weight: 700;
    font-size: 60px;
      animation-name: moveInleft;
    animation-duration: 4s;
     color: #fff;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 75%);
 position: absolute;
    font-size: 60px;
    line-height: 1;
   /* opacity: .09;*/
    top: -63px;
    left: 0;
    margin-bottom: 0;
    /*-webkit-text-fill-color: transparent;*/
    -webkit-text-stroke-width: 2px;
    color: #fff;
    text-shadow: 7px 0px #c40203;
}
.carousel-caption p{
    font-weight: 500;
    font-size: 24px;
    animation-name: moveInleft;
    animation-duration: 4s;
    color: #fff;
    top: 23px;
    position: absolute;
    color: #fff;
    text-shadow: 7px 0px #403c3b;
}

.viewm{
  z-index: 8;
    background-color: rgba(0, 0, 0, 0);
    font-family: "Nunito Sans";
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    width: auto;
    color: #fff;
    background: #c20e1b;
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 12px;
    border-color: rgb(227, 34, 34);
    border-style: solid;
    border-width: 2px;
    padding: 10px 30px;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    border-radius: 0px;
    filter: none;
     animation-name: moveInleft;
    animation-duration: 3s;
    top: 30%;
 position: absolute;
}
.videobck{
 padding: 80px 0;
    background-image: url(../images/videobck.jpg);
    background-repeat: no-repeat;
}
#et-braket-block-1 .braket > div:first-child, #et-braket-block-1 .braket > div:last-child, #et-braket-block-1 .braket > div:nth-child(2) > span {
    background-color: #fd8c40;
}
.et-braket-block.active .braket > div:first-child, .et-braket-block.active .braket > div:last-child {
    transform: translateZ(0);
    opacity: 1;
    transition: transform .2s cubic-bezier(.25,.46,.45,.94) .3s,opacity 0s linear .3s;
}
.et-braket-block .braket > div:first-child, .et-braket-block .braket > div:last-child {
    position: absolute;
    top: 0;
    left: 12px;
    width: 12px;
    height: 12px;
    transition: transform .2s cubic-bezier(.55,.085,.68,.53) .2s,opacity 0s linear .4s;
    transform: translate3d(-200%,0,0);
} 
.enquir_col1 {float:left; position:relative;}
.enquir_wrap {float:left;width:100%;position:relative;background:#fff;margin-top:-180px; 

    border-style: solid;
    border-width: 15px 0px 0px 0px;
    border-color: #c00a17;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 32px 30px 30px 30px;
    box-shadow: 0px -4px 31px 3px rgb(37 56 87 / 22%); 
}
.enquir_wrap .sub_header1 {text-align:left;color:#000;}
.enquir_wrap .main_header {text-align:left;color:#52a5d8;     font-size: 28px; padding-bottom:10px; margin-top:0;}
.enquir_wrap .main_header span{color:#000;}
.enquir_col2 {float:left;width:60%;position:relative;  padding: 50px 31px 50px 106px;}
.enquir_col2 .sub_header1 {text-align:left;}
.enquir_col2 .main_header {text-align:left;margin-bottom:10px;}
.main_parag2 {font-size:18px;font-weight:400;color:#000;line-height:27px;margin:0 0 10px;}
.feture_col1 {float:left;width:50%;position:relative;padding:15px;}
.feture_colw {float:left;width:100%;position:relative;padding:0 0 0 75px;}
.feture_colw span {width:60px;height:60px;display:inline-block;background:#fff;position:absolute;left:0;box-shadow:0 2px 12px 0 rgba(26,47,106,.2);margin-top:4px;}
.feture_colw span img {margin:auto;position:relative;display:table;top:50%;transform:translateY(-50%);max-width:47px;}
.feture_colw h3{position:relative;font-size:19px;line-height:28px;font-weight:600;margin:0 0 4px;}
.feture_colw p{color:#555;line-height:24px;margin:0;}
.viewmore_b3{width:190px;height:52px;font-size:13px;border-radius:6px;color:#fff;border:2px solid #52a5d8;background:#52a5d8;outline:0;margin:10px auto 0;text-transform:uppercase;font-weight:700}
/* ========================== default ========================== */
.enquir_wrap .form{width:100%;padding:10px;background:#fff;border:1px solid #c6c6c6;margin-bottom:8px;color:#727272!important;font-size:16px;transition:all .4s}
.enquir_wrap .form:hover{border:1px solid #555}
.enquir_wrap .form:focus{color:#fff;outline:0;border:1px solid #555}
.enquir_wrap .textarea{height:140px;max-width:100%}
.enquir_btn1 { padding:5px 25px; background:transparent;border:1px solid #006bb3;color:#006bb3; font-size:20px; }
.enquir_btn1:hover,.enquir_btn1:focus {outline:none;border: 1px solid #006bb3;background:#fff;color:#000;}

.braket-block-inner {
    position: relative;
}
.et-braket-block .braket {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 100%;
    z-index: 15;
    overflow: hidden;
        background-color: #fd8c40;
}
.et-braket-block .braket > div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 100%;
    overflow: hidden;
}
.braket-block-content {
    padding: 48px 0 48px 0;
    overflow: hidden;
}

#et-braket-block-1 .braket-sub-title {
    color: #ffffff;
}
.et-braket-block.active .braket-sub-title {
    transition: transform 1.5s cubic-bezier(.19,1,.22,1) .3s;
    transform: translateZ(0);
}
.braket-sub-title {
    padding-left: 48px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: transform .4s cubic-bezier(.55,.085,.68,.53) .01s;
    transform: translate3d(-100%,0,0);
}
#et-braket-block-1 .braket-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 72px;
    color: #ffffff;
}
.et-braket-block.active .braket-title {
    transition: transform 1.5s cubic-bezier(.23,1,.32,1) .3s;
    transform: translateZ(0);
}
.braket-title {
    margin-bottom: 0;
    transition: transform .4s cubic-bezier(.55,.085,.68,.53);
    transform: translate3d(-100%,0,0);
    padding-left: 48px;
}
.et-clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.et-braket-block.active .braket-block-content.text {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.25,.46,.45,.94) .45s,opacity .8s cubic-bezier(.25,.46,.45,.94) .45s;
}
.braket-block-content.text {
    padding: 0 48px 0 48px;
    overflow: initial;
    opacity: 0;
    transform: translate3d(-24px,0,0);
}
.braket-block-content {
    padding: 48px 0 48px 0;
    overflow: hidden;
}
.braket-block-content-inner > * {
    margin-bottom: 0 !important;
}
#et-braket-block-1 .braket-button {
    color: #ffffff !important;
}
.et-button.medium {
    padding: 12px 24px 12px 24px;
    font-size: 12px;
    line-height: 24px;
    min-width: 120px;
}
#et-braket-block-1 .braket-button:before {
    box-shadow: inset 0 0 0 1px #ffffff;
}
.stylish-button:before, .stylish-button:after, .stylish-button + a:before, .stylish-button + a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
}
.stylish-button:before, .stylish-button:after, .stylish-button + a:before, .stylish-button + a:after {
    transition: transform .8s cubic-bezier(.19,1,.22,1), width .8s cubic-bezier(.19,1,.22,1);
    z-index: -1;
}
#et-braket-block-1 .braket-button:after {
    background-color: #52a5d8;
}
.braket-block-content-inner p{
      font: 400 17px/28px "Lato", sans-serif;
}
.sendreq{
  padding: 12px 25px 12px 25px;
    color: #fff;
    
    background-color: transparent;
    border: 1px solid #fff;
    font: 400 17px/28px "Lato", sans-serif;
}
.feature_img {
    position: relative;
   top:10%;
    
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
    left: 0%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 27px;
    height: 31px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 26px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.video-play-button:hover:after {
    background-color: #da0528;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fa183d;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
.feature_img:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: -40px;
    right: -40px;
    border: 10px solid #ff5421;
    z-index: -1;
    border-radius: 5px;
}
.modal button.close {
    width: 40px;
    height: 40px;
    background: #ff5421;
    opacity: 1;
    text-shadow: inherit;
    color: #fff;
    position: absolute;
    right: 0;
    top: -41px;
}

.modal .modal-dialog {
    max-width: 800px !important;
    margin: 80px auto;
}
.modal .modal-content {
    border-radius: 4px;
}
.modal .modal-body video {
    width: 100%;
    display: block;
}
@media (min-width: 768px){
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  }
}
.modal-dialog {
    width: 800px;
    margin: 80px auto;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: -15%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.carousel-caption span{
      z-index: 5;
    background-color: rgb(226, 34, 34);
    color: rgb(255, 255, 255);
    width: 50px;
    height: 3px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.text-box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align:center;  
}

.heading-primary {
    color:#333;
    text-transform: uppercase;
}

.heading-primary-main {
    display: block;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 35px;
   /*  Animation decalaration   */
    animation-name: moveInleft;
    animation-duration: 3s;
}

.heading-primary-sub {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 15.9px;
  
    animation-name: moveInleft;
    animation-duration: 4s;
}

@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    80% {
        transform: translateX(-10px);
    }
    
    100% {
        opacity: 1;
        transform: translate(0);
    }

}
.animate{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.one{-webkit-animation-delay:.5s;-moz-animation-delay:.5s;animation-delay:.5s}
.two{-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;animation-delay:1.5s}
.three{-webkit-animation-delay:2.1s;-moz-animation-delay:2.1s;animation-delay:2.1s}
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-5%,0,0);transform:translate3d(-5%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-5%,0,0);transform:translate3d(-5%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}

.top-header{
 background: #181262;
}
.ph-em a{
    color: #fff;
     padding: 5px; 
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lato';
}

.social-icons a{
 width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    font-size: 12px;
    color: #52a5d8;
    display: inline-block;
    /* border: 1px solid #4d576d; */
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #fff;
}
.section_title p{
      font: 400 16px/28px "Lato", sans-serif;
    color: #47484b;
    color: #2a2a2a;
}

 .cover {
  padding: 75px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
/*  background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
 .header-content {
  position: relative; 
  overflow: hidden;
}
.header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute; 
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
 .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
    /*  text-shadow: 5px 5px #c20e1b;*/
}
 .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.header-content h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.header-content h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.header-content h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.header-content .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}

 .themestek-custom-heading { 
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #e22222;
}
.themestek-custom-heading2 { 
    font-weight: 600;
    font-size: 35px;
    line-height: 47px;
    color: #313437;
    margin-bottom: 30px;
}
.btn3{
  display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #e32222;
    border-radius: 0;
    padding: 16px 32px;
    font-size: 13px;
    font-weight: 700;
    color: #fff
}
.why-people{
padding-top: 50px !important;
    padding-bottom: 60px;
    background: #fff;
}
.testimonial-area{
  padding-top: 60px !important;
    padding-bottom: 60px;
     background: #f3f3f3;
}
.themestek-custom-heading3{
  margin-bottom: 0;
    margin-top: 5px; 
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #313437;
}
.globe{
  font-size: 50px;
    line-height: 50px;
    color: red;
}
.truck{
  font-size: 50px;
    line-height: 50px;
    color: red;
}
.para2{
      font: 400 16px/26px "Lato", sans-serif;
    color: #47484b;
    margin-top: 10px;
    margin-bottom: 35px;
}
.single-testimonial-item {
    position: relative; background:#fff;
        box-shadow: 0 0 2px #3372b6;
  /* box-shadow: 0 0 2px #c39f5c;*/
    margin: 2px;
    padding: 30px;
    font-style: italic;
    padding-left: 85px;
}

.single-testimonial-item:before {
   font-family: "Font Awesome 5 Free";
    content: '"';
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 20%;
    font-size: 80px;
   color: #3372b6;
    line-height: 30px;
    margin-top: -15px;

}

.single-testimonial-item:after {
    /*background: #ddd;*/
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
    text-align: right;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}
.icons{
      margin-left: -15px;
      width: 74px; 
}
.para{
  color: #000 !important;
}


/*----------------------------------------ABOUT Us----------------------------*/
.aboutus{

   background: url(../images/banner.jpg);
    padding: 50px 0 30px;
    background-blend-mode: overlay;
    background-color: #0000003b; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}.img-responsive{ width:100%}.padm1{ margin-bottom:150px;}
.values1{ background:#fff; padding:15px; text-align:center; margin-bottom:20px; min-height:300px; box-shadow: 0 0 10px #e2e2e2; border-radius:10px;}
.values2{ background:#fff; padding:15px;  margin-bottom:20px; min-height:200px; box-shadow: 0 0 10px #e2e2e2; border-radius:10px;}
.breadcrumb_title h2 {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 0;
}
.breadcrumb_title p {
    font-size: 16px;
    line-height:60px;
    color: #fff;
    float: right;
    
    margin-bottom: 15px;
}
.breadcrumb_title p span{

  color: #55abda;
   
}
.icons1 {
    margin-left: -15px;
     width: 84px; 
}
.icons1:hover{
  transform: scale(0.8)
}
@keyframes zoomin {
    0% { transform: scale(1.5, 1.5) }
    
}
.sec-bg{
/*background-image: linear-gradient(to right, #55a9db , #181261);*/
background: #fff;
}
.themestek-custom-heading33 {
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}
.para22 { 
	font-family:'Lato'; line-height:28px;
	font-size:16px;
    color: #2a2a2a;
    margin-top: 10px; 
}
.divilist{
      width: 560px; left::0!Important;
} 
/*@media (max-width: 991px){
.divilist{
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
}
@media (min-width: 991px)
{
.divilist{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  height: 229px;
  width: 630px;
}
}
*/