@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Light.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Outfit';
  line-height: 26px;
  color: #242424;
  overflow-x: hidden;
  font-weight: 300;
}

p {
  font-family: 'Outfit';
  line-height: 26px;
  font-size: 16px;
  color: #222;
}
p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

h1 {
  font-size: 65px;
}

h2 {
  font-size: 60px;
  color: #373D48;
  font-weight: 600;
}
.modal video{border-radius: 20px;}
.grecaptcha-badge { visibility: hidden; }
ul.hdright{display: flex;align-items: center;justify-content: right;}
ul.hdright li a{font-size: 15px;color: #fff;font-weight: normal;display: flex;align-items: center;}
ul.hdright li a.langhd {  margin: 0 18px;}
i.md{height: 22px;display: inline-block;margin-right: 5px;}
header .is-sticky ul.hdright li a{    color: #0574bb;}
header .is-sticky .header-bottom .main-menu .menu-inner .navbar  .navbar-nav li a::after{background-color: #0574bb;}
.about h2{/*color: #4d318c;*/margin-bottom: 30px;font-size: 50px;}
.about h2 span{ color: #E31F26;}
.about .counter p{font-size: 30px;line-height: 40px;padding: 0 15rem;}
header .header-bottom .logo{width: auto;}
.mobapp{background: url(../images/app-bg.jpg) no-repeat center;background-size: cover;color: #fff;padding: 120px 0 100px 0;z-index: 1;
position: relative;}
.mobapp .applogos{text-align:right;}
.mobapp .mobr8h3 h3{text-align:right;font-size: 50px;}
.mobapp h4{font-size: 16px;margin-bottom: 5px;font-weight: normal;text-align: center;}
.mobapp h3{font-size: 22px;font-weight: normal;}
.mobapp h3.mobmaintxt{font-size: 50px;font-weight: 500;}
.mobapp p{color: #fff;}
.mobapp .container .row{align-items: center;}
.mobapp .applogos img{width: 150px;margin:0 5px;}
.owl-services .item img{width: 250px;margin:auto;}
section.servnew{padding: 140px 0;}
.servnew .servbox {overflow: hidden;    position: relative;z-index: 1;height: 100%;border-radius: 25px;}
.servnew .servbox .servimg{overflow: hidden;     border-radius: 25px;   -webkit-transition: all 500ms;height: 100%;transition: all 500ms;}
.servnew .sermarg {margin-bottom: 24px;}
.servnew .servbox .servimg img{    width: 100%;height: 100%; -webkit-transition: all 500ms;transition: all 500ms;}
.servnew .servbox:hover .servimg img{-webkit-transform: scale(1.1);    transform: scale(1.1);    -webkit-transition: all 500ms;    transition: all 500ms;}
.servnew .servbox:after{position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.709121)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.709121) 100%);}
.servnew .servbox .servdet{position: absolute;bottom: 0;padding: 25px;z-index: 1;}
.servnew .servbox .servdet h4{color: #fff;    margin-bottom: 10px;    font-weight: normal;    font-size: 22px;}
.servnew .servbox .servdet p{color: #fff;font-size: 15px;line-height: 20px;margin-bottom: 5px;}
a.bxmore{font-size: 12px; color: #E31F26;position: absolute;top: 0px;right: 0px;
    width: 50px;height: 50px;border-radius: 50px;display: flex;
    align-items:center;justify-content: center;background: #ffffff;border: 0;}
a.bxmore i{height: 18px;}
a.bxmore:hover{color: #fff;
    transform: rotate(45deg);
    border-color: #0574bb;
    background: #0574bb;}
a.bxmore::before{content: '';display:none;
    width: 90px;
    max-width: 30px;
    height: 2px;
    background-color: currentColor;
    margin-right: 20px;
    transition: max-width 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);}
a.bxmore::after {display:none;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    transition: left 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
a.bxmore:hover::before {
    max-width: 60px;
}
a.bxmore:hover::after {
        left: 60px;
}
.servnew .servmore{text-align: center;margin-top: 25px;}
.servnew .servmore a{color: #0574bb;font-size: 18px; font-weight: normal; -webkit-transition: all 500ms; transition: all 500ms;}
.servnew .servmore a:hover, .latest-news .newshead a:hover{color: #6e6f72;}
section.videosec{background: url(../images/video-bg.jpg) no-repeat top;background-size: cover;padding: 160px 0 120px 0;position: relative;z-index: 1;}
section.videosec:after{content: "";width: 100%;position: absolute;top: 0;left: 0;background: rgb(0 0 0 / 28%);height: 100%;}
section.videosec h2{color: #fff;font-weight: 500;font-size: 38px;    margin-top: 50px;position: relative;z-index: 1}
section.videosec a{color: #fff;display: inline-flex;font-weight: normal;    margin-top: 20px;font-size: 18px;
    align-items: center;    z-index: 1;
    position: relative;}
section.videosec a span{-webkit-transition: all 500ms;width: 75px;
    height: 75px;
    float: left;margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    -o-transition: all 500ms;
    transition: all 500ms;
    background: linear-gradient(30deg, #a849e3 0%, #df1bd2 100%);
    box-shadow: 0px 7px 10px 0px rgb(0 0 0 / 7%);
}
section.videosec a span svg{    fill: #fff;
    width: 40px;
    height: 40px;
    transition: all .4s;}
section.videosec a:hover span{background: #fff;}
section.videosec a:hover span svg{fill: #b141e0; transform: rotate(120deg); transition: all .4s;}
section.ceosec{padding-top: 100px;display:none;}
section.ceosec h4{font-size: 30px;margin-bottom: 15px;line-height: 40px;}
section.ceosec .row{align-items: center;}
section.ceosec .row p{    font-weight: normal;font-size: 16px;}
section.ceosec h6{color: #4d318c;font-weight: 500;}
section.ceosec .ceo-bg{background: url(../images/ceo-circle.png) no-repeat center;text-align: center;z-index: 1;}
section.ceosec .ceo-txt {padding-left: 100px;background: url(../images/quote.png) no-repeat left top;text-align: left;}
section.insta{padding-top: 120px;text-align: center;}
section.insta h4{margin-bottom: 40px;}
div.eapps-widget{    margin-bottom: -56px;}
.sub-menu {position: absolute;
    z-index: 1000;
    display: none;
    min-width: 250px;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
        display: block;
    visibility: hidden;
    border-radius: 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    top: 2.5rem;
        border-bottom: 3px solid #0574bb;
}
header .header-bottom .main-menu .menu-inner .navbar .navbar-nav.headermenu ul.sub-menu li {margin:0;}
header .header-bottom .main-menu .menu-inner .navbar .navbar-nav.headermenu ul.sub-menu li a{display: block;
    width: 100%;
    padding: .4rem 1rem;
    clear: both;
    font-weight: 300;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
        font-size: 15px;
    border: 0;}
header .header-bottom .main-menu .menu-inner .navbar .navbar-nav.headermenu ul.sub-menu li a:hover{color: #0574bb;
    background-color: transparent;}
li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
header .header-bottom .main-menu .menu-inner .navbar .navbar-nav.headermenu ul.sub-menu li a:after{display:none;}
ul.hdright .sub-menu {position: absolute;right: 10px;left: unset;top: 3.5rem;}
ul.hdright .sub-menu li{margin-left: 0;border-bottom: 1px solid #ddd;}
ul.hdright .sub-menu li:last-child{border-bottom: 0;}
ul.hdright .sub-menu li a{color: inherit;    padding: 8px 18px;font-weight: 300;}
ul.hdright .sub-menu li a span.icon1{display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    border-radius: 100px;
    background: #f8f8f8;}
ul.hdright .sub-menu li a.purple span.icon1, ul.hdright .sub-menu li a.purple span.hyperlnk {
    color: #724e91;
}
ul.hdright .sub-menu li a.red span.icon1, ul.hdright .sub-menu li a.red span.hyperlnk {
    color: #e54f6d;
}
ul.hdright .sub-menu li a.green span.icon1, ul.hdright .sub-menu li a.green span.hyperlnk {
    color: #74c4ba;
}
ul.hdright .sub-menu li a.yellow span.icon1, ul.hdright .sub-menu li a.yellow span.hyperlnk {
    color: #f8c630;
}
ul.hdright .sub-menu li a span.icon1 i{height: 18px;}
ul.hdright .sub-menu li a span.hyperlnk {
    margin-right: 8px;
    -webkit-transition: opacity 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: opacity 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: transform 200ms ease-in, opacity 200ms ease-in;
    transition: transform 200ms ease-in, opacity 200ms ease-in, -webkit-transform 200ms ease-in;
    opacity: 0;
}
ul.hdright .sub-menu li a span.hyperlnk i{float: left;height: 18px;font-size: 12px;margin-left: 4px;}
ul.hdright .sub-menu li a:hover{background: none;}
ul.hdright .sub-menu li a:hover span.hyperlnk {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
    opacity: 1;
}
ul.hdright .sub-menu li a:hover.purple span.icon1 {
    background: rgba(114,78,145,0.1);
}
ul.hdright .sub-menu li a:hover.red span.icon1 {
    background: rgba(229,79,109,0.1);
}
ul.hdright .sub-menu li a:hover.green span.icon1 {
    background: rgba(116,196,186,0.1);
}
ul.hdright .sub-menu li a:hover.yellow span.icon1 {
    background: rgba(248,198,48,0.1);
}
header .header-bottom .main-menu .menu-inner .navbar  .navbar-nav li a.active,
header .is-sticky .header-bottom .main-menu .menu-inner .navbar  .navbar-nav li a.active{color: #d4a024; }
header .is-sticky ul.hdright .sub-menu li a{color: inherit;    -webkit-text-fill-color: unset;}
.dropdown-toggle::after{display: none;}
.sub-menu li a{font-size: 15px;padding: 0.5rem 1rem;}
.about .counting{display: flex;
    align-items: center;
    color: #373D48;
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    margin-top: 2.5rem;}
.about .counting h4{color: #373D48;
    font-weight: normal;
    font-size: 1rem;}
section.subscribe {
  position: relative;background: linear-gradient(90deg, rgba(5, 116, 187, 1) 0%, rgba(0, 156, 255, 1) 100%);padding:3.5rem 0;color: #fff;}
  section.subscribe .container .subscribe_txt{display: flex;align-items: center;justify-content: left;}
section.subscribe .container .subscribe_txt h3 {font-size: 2rem;
    margin-bottom: 0;  font-weight: 500;}
section.subscribe .container .subscribe_button p {
        font-size: 15px;font-weight: normal;margin-bottom: 0;
        color: #fff; }
section.subscribe .container .subscribe_button {
      display: flex;
    align-items: center;
    justify-content: end; }
section.subscribe .container .subscribe_button a.subs_btn {    margin-left: 10px;
        border: 2px solid #fff; border-radius: 18px;width: 50px;height: 50px;
        display: flex;align-items: center;justify-content: center;}
section.subscribe .container .subscribe_button a.subs_btn img{width: 26px;-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);}
section.subscribe .container .subscribe_button a.subs_btn:hover { background: #fff; border:0; }
section.subscribe .container .subscribe_button a.subs_btn:hover img{ filter: unset;opacity: .8; }
footer{padding: 110px 0 25px 0;}
footer .ftlft {display: flex;flex-direction: column;justify-content: space-between;}
footer .ftlft img.ftrlogo{width:175px;}
footer .ftlft img.grp{width: 180px;}
footer .ftlft .appicons{margin: 20px 0;}
footer .ftlft .appicons img{    width: 140px;}
footer .ftlft p{font-weight: normal;font-size: 14px;margin-bottom: 4px;line-height: normal;}
.copyftr{border-top: 1px solid #ccc;padding: 25px 0 15px 0;margin-top: 80px;}
.copyftr p, .copyftr a{padding: 0;font-size: 14px;color: #555;}
.copyftr .ftrlang{text-align: right;}
.copyftr .ftrlang a{margin-left: 8px;}
footer .ftlrght h6{    font-weight: 500;display: flex;align-items: center;    font-size: 18px;    margin-bottom: 20px;    color: #E31F26;}
footer .ftlrght h6 i{margin-right: 4px;height: 18px; }
footer .ftlrght ul li a{font-size: 15px;padding: 4px 0;color: #333;width: 100%;float: left;-o-transition: all 500ms;transition: all 500ms;font-weight: 300;}
footer .ftlrght ul.exlink li a{padding: 4px 0;}
footer .ftlrght ul li a:hover{color: #0574bb;}
footer .ftlrght ul.exlink li a:after{transition: all 500ms; -webkit-transition: all 300ms;padding-left: 25px;content: "";position: absolute;width: 20px;height: 20px;background: url(../images/link.svg) no-repeat;background-position: top 1px right;background-size: 20px;}
footer .ftlrght ul li a:hover:after{padding-left: 30px;}
.servnew.servnewmobile{display: none;}
.servboxmob{margin-bottom: 25px;}
.slider-nav {display: flex;justify-content: space-between;align-items: center;    margin-top: -250px;float: left;width: 100%;z-index: 2;    position: relative;}
.slider-nav .slide_btns{    width: auto;    height: auto;    border: 0;    border-radius: 0;background: none;margin: 0;}
.slider-nav .slide_btns i{font-size: 40px;    height: auto;}
.slider-nav .slide_btns:hover{background: none;border:0;}
section.corpovideo{ height: 725px;display: flex;    align-items: center;  overflow: hidden;position: relative;background: #000;justify-content: center;}
section.corpovideo video{width: 100%;    opacity: .6;}
section.corpovideo a{color: #fff;display: inline-flex;font-weight: normal;font-size: 18px; align-items: center;z-index: 1; position: absolute;
box-shadow: 0px 7px 10px 0px rgb(0 0 0 / 7%);}
section.corpovideo a span{-webkit-transition: all 500ms; height: 75px;padding: 0 25px 0 10px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    -o-transition: all 500ms;
    transition: all 500ms;
    background: #E31F26;
    box-shadow: 0px 7px 10px 0px rgb(0 0 0 / 7%);
}
section.corpovideo a span svg{    fill: #fff;
    width: 50px;
    height: 50px;
    transition: all .4s;}
section.corpovideo a:hover span{background: #fff;color: #333;}
section.corpovideo a:hover span svg{fill: #E31F26; transform: rotate(120deg); transition: all .4s;}
.line-wrap {
    display:none;
  height: 0;
  z-index: 1;
  position: fixed;
  width: 100%;
  left: 0;
  top: -15px;
}
.line-wrap div {
  height: 0;
}
.line-wrap hr {
  height: 100vh;
  width: 1px;
  background: rgba(149, 149, 149, 0.3);
}
.float-start {
  float: left !important;
}
h3 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  font-size: 25px;
  font-weight: 600;
}

h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

h6 {
  font-size: 20px;
  font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
}

.h4 {
  font-size: 44px;
  color: #242424;
  margin-bottom: 20px;
}

.h5 {
  font-size: 22px;
  color: #242424;
}

figure,
.figure {
  margin-bottom: 0;
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  padding: 0;
  list-style-type: none;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

a,
a:hover,
a:focus,
button,
button:focus,
input,
input:focus,
select,
select:focus,
textarea,
textarea:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
textarea{height:150px;}
a,
button {
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  cursor: pointer;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.slider-nav1{margin-top: 15px;}
.slide_btns {
  width: 50px;
  height: 50px;margin: 0 5px;
  border-radius: 18px;
  border: 2px solid #c2c2c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slide_btns i{color: #888;height: 18px;    font-size: 18px;}
@media (max-width: 991px) {
  .slide_btns {
    width: 50px;
    height: 50px;

  }
}
.slide_btns img {
  height: 16px;
  width: 16px;
}
.slide_btns:hover {
  background-color: #0574bb;
  border: 1px solid transparent;
}
.slide_btns:hover i{color: #fff;}

.form-group {
  margin-bottom: 15px;
}
.form-group label {
  font-size: 16px;
  color: #666666;
  display: block;
  margin-bottom: 4px;
}

.form-control {
  background-color: #f2f2f2;
  border: 0;
  border-radius: 7px;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f2f2f2;
}

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999999;
  background-color: #fff;
}
.preloader img{width: 50px;}
.more_btn {
  padding: 15px 30px;
  border-radius: 15px;
  font-size: 16px;
  background-color: #E31F26;
  color: #fff;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .more_btn {
    padding: 7px 26px;
    font-size: 14px;
  }
}
.more_btn:hover {
  background-color: #242424;
  color: #fff;
}

header,
footer,
section {
  width: 100%;
  float: left;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}

header {
  position: absolute;
  top: 0;
  z-index: 1000;
}
header .is-sticky .header-bottom {
  left: 0px;
  right: 0px;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.04);
}
header .is-sticky .header-bottom .logo img {
  width: 175px;
filter: none;
}
header .is-sticky .header-bottom .main-menu .menu-inner .navbar  .navbar-nav li a {
  color: #222;
}

header .header-top {
  padding: 6px 0;
}
@media (max-width: 767px) {
  header .header-top .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .header-top .container {
  position: relative;
}
header .header-top .container:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -7px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
header .header-bottom .top-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  header .header-bottom .top-contact {
    width: auto;
  }
}
header .header-bottom .top-contact .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-bottom .top-contact .contact-box:first-child {
  margin-right: 40px;
}
@media (max-width: 767px) {
  header .header-bottom .top-contact .contact-box:first-child {
    margin-right: 15px;
  }
}
header .header-bottom .top-contact .contact-box .icon {
  margin-right: 15px;
}
@media (max-width: 767px) {
  header .header-bottom .top-contact .contact-box .icon {
    margin-right: 5px;
  }
}
@media (max-width: 575px) {
  header .header-bottom .top-contact .contact-box .icon {
    display: none;
  }
}
header .header-bottom .top-contact .contact-box .icon svg {
  height: 15px;
  float: left;
  fill: #fff;
}
header .header-bottom .top-contact .contact-box a {
  font-size: 14px;
  font-weight: 200;
  color: #fff;
}
header .header-bottom .top-contact .contact-box a:hover {
  color: #E31F26;
}
@media (max-width: 575px) {
  header .header-bottom .top-contact .contact-box a {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  header .header-bottom .top-contact .contact-box:last-child {
    display: none;
  }
}
header .header-bottom .top-social {
  display: -webkit-box;width: auto;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  header .header-bottom .top-social {
    width: auto;
  }
}
header .header-bottom .top-social .social-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
@media (max-width: 991px) {
  header .header-bottom .top-social .social-top {
    display: none;
  }
}
header .header-bottom .top-social .social-top li {
  margin-left: 22px;
}
@media (max-width: 767px) {
  header .header-bottom .top-social .social-top li {
    margin-left: 10px;
  }
}
header .header-bottom .top-social .social-top li:first-child {
  margin-left: 0;
}
header .header-bottom .top-social .social-top li a svg {
  height: 16px;
  fill: #fff;
  float: left;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  header .header-bottom .top-social .social-top li a svg {
    height: 12px;
  }
}
header .header-bottom .top-social .social-top li a:hover svg {
  fill: #E31F26;
}
header .header-bottom .top-social .visa-btn {
  color: #fff;
  font-size: 15px;font-weight: normal;
  border-radius: 12px;
  padding: 10px 16px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;-webkit-text-fill-color: unset;
   background: linear-gradient(90deg, rgba(5, 116, 187, 1) 0%, rgba(0, 156, 255, 1) 100%);
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  header .header-bottom .top-social .visa-btn:hover {
    background:#fff;color:#0574bb;
  }
}
@media (max-width: 1199px) {
  header .header-bottom .top-social .visa-btn {
    padding: 5px 15px;
  }
}
@media (max-width: 991px) {
  header .header-bottom .top-social .visa-btn:nth-of-type(2) {
    margin-right: 0;
  }
}
header .header-bottom {
  padding: 24px 25px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
header .header-bottom .container-fluid .row{justify-content: space-between;position: relative;}
/*header .header-bottom:hover{background-color: #fff;}
header .header-bottom:hover .logo img{filter: none;}
header .header-bottom:hover .main-menu .menu-inner .navbar  .navbar-nav li a{color: #444;}*/
@media (max-width: 575px) {
  header .header-bottom .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 575px) {
  header .header-bottom .logo {
    width: auto;
  }
}
header .header-bottom .logo img {
  width: 175px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
@media (max-width: 575px) {
  header .header-bottom .logo img {
    width: 184px;
  }
}
header .header-bottom .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: center;width: auto;
      -ms-flex-align: center;
          align-items: center;
          justify-content: center;
}
@media (max-width: 575px) {
  header .header-bottom .main-menu {
    width: auto;
  }
}
header .header-bottom .main-menu .menu-inner .navbar {
  padding: 0;
}
@media (max-width: 420px) {
  header .header-bottom .main-menu .menu-inner .navbar {
    width: 280px;
  }
}
header .header-bottom .main-menu .menu-inner .navbar.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
header .header-bottom .main-menu .menu-inner .navbar  .navbar-nav {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header-bottom .main-menu .menu-inner .navbar  .navbar-nav li {
  margin: 0 16px;
  position: relative;
}
@media (max-width: 1199px) {
  header .header-bottom .main-menu .menu-inner .navbar  .navbar-nav li {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  header .header-bottom .main-menu .menu-inner .navbar  .navbar-nav li {
    margin-left: 0;
    margin: 15px 0;
  }
}
@media (max-width: 991px) {
  header .header-bottom .main-menu .menu-inner .navbar  .navbar-nav li.active a {
    color: #fff;
    font-weight: 300;
  }
}
header .header-bottom .main-menu .menu-inner .navbar  .navbar-nav li.active a:after {
  opacity: 1;
  visibility: visible;
  right: 0px;
}
header .header-bottom .main-menu .menu-inner .navbar  .navbar-nav li a {
  padding:15px 0;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 991px) {
  header .header-bottom .main-menu .menu-inner .navbar  .navbar-nav li a {
    font-weight: 300;
    font-size: 24px;
  }
}
header .header-bottom .main-menu .menu-inner .navbar  .navbar-nav li a:after {
  content: "";
  position: absolute;
  left: 1px;
  right: 100%;
  bottom: 11px;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
header .header-bottom .main-menu .menu-inner .navbar  .navbar-nav li a:hover:after {
  opacity: 1;
  visibility: visible;
  right: 0px;
}
@media (max-width: 991px) {
  header .header-bottom .main-menu .menu-inner .navbar  .navbar-nav li a:hover {
    color: #242424;
  }
}
header .header-bottom .main-menu .menu-inner #nav-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  margin-left: 10px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 992px) {
  header .header-bottom .main-menu .menu-inner #nav-icon1 {
    display: none;
  }
}
header .header-bottom .main-menu .menu-inner #nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .header-bottom .main-menu .menu-inner #nav-icon1 span:nth-child(1) {
  top: 0px;
}
header .header-bottom .main-menu .menu-inner #nav-icon1 span:nth-child(2) {
  top: 10px;
}
header .header-bottom .main-menu .menu-inner #nav-icon1 span:nth-child(3) {
  top: 20px;
}
header .header-bottom .main-menu .menu-inner #nav-icon1.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .header-bottom .main-menu .menu-inner #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header .header-bottom .main-menu .menu-inner #nav-icon1.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.banner {
  height: 100vh;
}
.banner .flexslider {
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  float: left;
  height: 100%;
}
.banner .flexslider .slides {
  height: 100%;
  float: left;
}
.banner .flexslider .slides:after {
  display: none;
}
.banner .flexslider .slides li {
  height: 100%;
}
.banner .flexslider .slides li:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.banner .flexslider .slides li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .flex-direction-nav{display: none;}
.banner .flexslider .slides li .meta {
  position: absolute;
  max-width: 750px;
  margin: auto;
  left: 40px;
  /*right: 0;*/
  bottom: 60px;
  z-index: 1;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: flex-start;
}
@media (max-width: 575px) {
  .banner .flexslider .slides li .meta {
    bottom: 100px;
  }
  .banner {
    height: 90vh;
}
.innercon h3 {
    font-size: 30px;    margin-bottom: 25px;
}
}
.banner .flexslider .slides li .meta h2 {
  color: #fff;
  position: relative;
  margin-bottom: 20px;line-height: 65px;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}
/*.banner .flexslider .slides li .meta h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 120px;
  height: 2px;
  background-color: #E31F26;
  margin: auto;
  bottom: 0;
}*/
.banner .flexslider .slides li .meta p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}
@media (max-width: 575px) {
  .banner .flexslider .slides li .meta p {
    font-size: 16px;
    line-height: 23px;
  }
}
.banner .flexslider .slides li .meta a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.banner .flexslider .slides li .meta a:hover {
  background: #fff;
  color: #E31F26;
}
.banner .flexslider .slides li .meta a:hover::after{transform: rotate(45deg);}
.banner .flexslider .slides li.flex-active-slide .meta h2 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.banner .flexslider .slides li.flex-active-slide .meta p {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.banner .flexslider .slides li.flex-active-slide .meta a {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.banner .flexslider .slides li.flex-active-slide .meta a:after {
        position: absolute;
    content: "";
    top: 0;-webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    right: -60px;
    display: flex;
    background: #fff;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/top-right.svg) no-repeat center #fff;
    background-size: 12px;
}
@media (max-width: 767px) {
  .banner .flexslider .flex-direction-nav {
    display: none;
  }
}
.banner .flexslider .flex-direction-nav li {
  position: absolute;
  bottom: 100px;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
}
@media (max-width: 991px) {
  .banner .flexslider .flex-direction-nav li {
    width: 60px;
    height: 60px;
  }
}
.banner .flexslider .flex-direction-nav li a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner .flexslider .flex-direction-nav li a img {
  height: 16px;
  width: 16px;
}
.banner .flexslider .flex-direction-nav li a:hover {
  background-color: #4d318c;
  border: 1px solid transparent;
}
.banner .flexslider .flex-direction-nav li.flex-nav-prev {
  left: 30px;
}
.banner .flexslider .flex-direction-nav li.flex-nav-next {
  right: 30px;
}
.banner .flexslider .flex-control-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about .about-left .left-inner .main-img{border-radius: 40px;}
.banner .flexslider .flex-control-nav li {
  margin: 0 5px;
}
.banner .flexslider .flex-control-nav li a {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;opacity: .4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.banner .flexslider .flex-control-nav li a.flex-active {
  -webkit-transform: scale(1.7);
      -ms-transform: scale(1.7);
          transform: scale(1.7);
  opacity: unset;
}

.about {
  padding: 120px 0;
  background: url(../images/num-bg.svg);
  background-repeat: no-repeat;
  background-position: right top 70px;
}
.about .about-left .left-inner {
  padding-left: 90px;
  position: relative;z-index: 1;
}
@media (max-width: 1199px) {
  .about .about-left .left-inner {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .about .about-left .left-inner {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .about .about-left .left-inner .main-img {
    height: 430px;
    overflow: hidden;
  }
}
.about .about-left .left-inner .main-img img {
  max-width: 100%;
  border-radius: 40px;    border: 1px solid #ddd;
}
@media (max-width: 991px) {
  .about .about-left .left-inner .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.about .about-left .left-inner .main-img .years {
  width: 170px;
  height: 170px;
  background: linear-gradient(90deg, rgba(5, 116, 187, 1) 0%, rgba(0, 156, 255, 1) 100%);
  border-radius: 50px;
  position: absolute;
  top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
}
@media (max-width: 1199px) {
  .about .about-left .left-inner .main-img .years {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 991px) {
  .about .about-left .left-inner .main-img .years {
    left: inherit;
    right: 0;
  }
}
@media (max-width: 575px) {
  .about .about-left .left-inner .main-img .years {
    width: 100px;
    height: 100px;
  }
}
.about .about-left .left-inner .main-img .years p {
  font-size: 20px;
  color: #fff;
}
.about .about-left .left-inner .main-img .years span {
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1199px) {
  .about .about-left .left-inner .main-img .years span {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .about .about-left .left-inner .main-img .years span {
    font-size: 30px;
  }
}
.about .about-left .left-inner .bottom-img {
  position: absolute;
  bottom: -110px;
  left: 0;
  border: 8px solid rgba(230, 8, 13, 0.08);
}
@media (max-width: 991px) {
  .about .about-left .left-inner .bottom-img {
    display: none;
  }
}
@media (max-width: 1199px) {
  .about .about-left .left-inner .bottom-img img {
    width: 300px;
  }
}
.about .about-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about .about-right .right-inner {
  padding-right: 50px;
  float: left;
}
@media (max-width: 1366px) {
  .about .about-right .right-inner {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .about .about-right .right-inner {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .about .about-right .right-inner {
    margin-top: 40px;
  }
}
.about .about-right .right-inner h1 {
  margin-bottom: 25px;
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .about .about-right .right-inner h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .about .about-right .right-inner h1 {
    font-size: 40px;
  }
}
.about .about-right .right-inner .sub {
  font-size: 20px;
  color: #E31F26;
  line-height: 28px;
  padding-left: 30px;
  max-width: 500px;
  margin-bottom: 30px;
  border-left: 1px solid #E31F26;
}
.about .about-right .right-inner a {
  float: left;display: flex;align-items: center;
  padding: 0;font-size: 15px;color: #000;background: transparent;box-shadow: none;font-weight: 500;
}
.about .about-right .right-inner a span{border: 1px solid #0574bb;
border-radius: 100px;
width: 50px;justify-content: center;
height: 50px;    background: #fff;
    z-index: 1;
display: flex;
align-items: center; -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
margin-left: 10px;}
.about .about-right .right-inner a i{height: 20px;-webkit-transition: all 500ms;
  -o-transition: all 500ms;font-size: 12px;
  transition: all 500ms;color: #0574bb;}
.about .about-right .right-inner a:hover{color: #0574bb;}
.about .about-right .right-inner a:hover span{
    background: linear-gradient(90deg, rgba(5, 116, 187, 1) 0%, rgba(0, 156, 255, 1) 100%);border: 0;transform: rotate(45deg);}
.about .about-right .right-inner a:hover i{color: #fff;}
.about .counter { text-align: center;}
.about .counter .counter-out .counter-inner {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .about .counter .counter-out .counter-inner {
    padding:0;
  }
}
@media (max-width: 480px) {
  .about .counter .counter-out .counter-inner .count-box {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .about .counter .counter-out .counter-inner .count-box:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .about .counter .counter-out .counter-inner .count-box:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .about .counter .counter-out .counter-inner .count-box:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
}
/*.about .counter .counter-out .counter-inner .count-box .count-inner {*/
/*display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: space-between;*/
/*    text-align: center;*/
/*    padding: 2.5rem 2rem;*/
/*    text-align: left;*/
/*    flex-direction: column;*/
/*    justify-content: left;*/
/*    align-items: baseline;*/
    /* border: 1px solid #ccc; */
/*    margin-bottom: 1.5rem;*/
/*    background: url(../images/mission-bg.jpg) no-repeat center;*/
/*    background-size: cover;*/
/*    color: #fff;*/
/*    border-radius: 50px;    z-index: 1;*/
/*    position: relative;*/
    /*box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);*/
/*}*/
/*.about .counter .counter-out .counter-inner .count-box .count-inner.Members {background: url(../images/Members.jpg) no-repeat center;}*/
/*.about .counter .counter-out .counter-inner .count-box .count-inner.Partners {background: url(../images/Partners.jpg) no-repeat center;}*/
/*.about .counter .counter-out .counter-inner .count-box .count-inner.Claims {background: url(../images/Claims.jpg) no-repeat center;}*/
/*.about .counter .counter-out .counter-inner .count-box .count-inner.Providers {background: url(../images/Providers.jpg) no-repeat center;}*/
/*.about .counter .counter-out .counter-inner .count-box .count-inner.Award {background: url(../images/Award.jpg) no-repeat center;}*/
/*.about .counter .counter-out .counter-inner .count-box .count-inner.Employees {background: url(../images/Employees.jpg) no-repeat center;}*/
/*.about .counter .counter-out .counter-inner .count-box .count-inner.Availability {background: url(../images/Availability.jpg) no-repeat center;}*/
.about .counter .counter-out .counter-inner .count-box .count-inner {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    text-align: center;
    padding: 2.5rem 2rem;
    text-align: left;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
    /* border: 1px solid #ccc; */
    margin-bottom: 1.5rem;
    /*background:#fff;*/
    /*border-radius: 50px;    z-index: 1;*/
    position: relative;
    /*box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);*/
}
/*.about .counter .counter-out .counter-inner .count-box:nth-child(odd) .count-inner{background:#f3f3f3;}*/
/*.about .counter .counter-out .counter-inner .count-box .count-inner:after {*/
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    z-index: -1;
    opacity: .5;
}
.about .counter .counter-out .counter-inner .count-box .count-inner i{ 
        font-size: 2.5rem;
    margin-bottom: 1rem;
    background: #E31F26;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: ;}
/*.about .counter .counter-out .counter-inner .box-out .count-box:nth-child(1) .count-inner, .about .counter .counter-out .counter-inner .box-out .count-box:nth-child(2) .count-inner, .about .counter .counter-out .counter-inner .box-out .count-box:nth-child(3) .count-inner, .about .counter .counter-out .counter-inner .box-out .count-box:nth-child(4) .count-inner{border-bottom: 2px solid #999;}*/
.about .counter .counter-out .counter-inner .count-box .count-inner .counting .count {
  font-size: 65px;
font-weight: 600;
margin-bottom: 5px;
display: block;
line-height: 1;
color: ;
}
.about.conbg{background: #fff;position:relative; z-index:1;padding:0;}
.about.welcobg{background: #fff;}
.layer {
    position: absolute;
    bottom: -36%;
    left: 4%;
    width: 160px;
    z-index: 1;
}
.layer img {
    width: 100%;
}

@media (max-width: 767px) {
  .about .counter .counter-out .counter-inner .count-box .count-inner .counting .count {
    font-size: 35px;
  }
}
.about .counter .counter-out .counter-inner .count-box .count-inner h4 {
  font-size: 14px;
color: #fff;text-align: right;
font-weight: 500;
}
@media (max-width: 767px) {
  .about .counter .counter-out .counter-inner .count-box .count-inner h4 {
    font-size: 18px;
  }
}
.about.golden-visa {
  padding: 120px 0 180px;
}
@media (max-width: 1366px) {
  .about.golden-visa {
    padding: 120px 0 150px;
  }
}
@media (max-width: 991px) {
  .about.golden-visa {
    padding: 90px 0 130px;
  }
}
@media (max-width: 767px) {
  .about.golden-visa {
    padding: 60px 0 100px;
  }
}
@media (max-width: 575px) {
  .about.golden-visa {
    padding: 50px 0 90px;
  }
}
@media (max-width: 1366px) {
  .about.golden-visa .about-right .right-inner {
    padding-left: 0;
  }
}
.about.golden-visa .about-left .left-inner {
  padding-left: 0;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .about.golden-visa .about-left .left-inner {
    padding-right: 0;
  }
}
.about.golden-visa .golden-bottom {
  padding-top: 50px;
}
.about.golden-visa .golden-bottom .left {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .about.golden-visa .golden-bottom .left {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .about.golden-visa .golden-bottom .left {
    padding-bottom: 30px;
  }
}
.about.golden-visa .golden-bottom .right .accordion .accordion-item {
  border: none;
}
.about.golden-visa .golden-bottom .right .accordion .accordion-item .accordion-header .accordion-button {
  padding: 16px 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #dcdcdc;
}
.about.golden-visa .golden-bottom .right .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #E31F26;
}
.about.golden-visa .golden-bottom .right .accordion .accordion-item .accordion-header .accordion-button::after {
  width: 15px;
  height: 15px;
  background-size: 15px;
}
.about.golden-visa .golden-bottom .right .accordion .accordion-item .accordion-collapse.show .accordion-body {
  border-bottom: 1px solid #dcdcdc;
}
.about.golden-visa .golden-bottom .right .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 20px 0;
}
.about.golden-visa .golden-bottom h6 {
  margin-bottom: 20px;
}
.about.golden-visa .golden-bottom ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  color: #666666;
}
.about.golden-visa .golden-bottom ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #E31F26;
}
.about.golden-visa .golden-bottom ul li::before {
  content: "";
  position: absolute;
  left: 3px;
  width: 6px;
  height: 3px;
  border-left: 1px solid #E31F26;
  border-bottom: 1px solid #E31F26;
  top: 10px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.services {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 767px) {
  .services {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .services {
    padding: 40px 0;
  }
}
.services:after {
  height: 448px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-image: url(../images/service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.services:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 448px;
  background-color: #000;
  opacity: 0.83;
  z-index: 1;
}
.services .container {
  position: relative;
  z-index: 2;
}
.services .service-head h3 {
  color: #fff;
}
.services .service-head p {
  color: #fff;
  font-weight: 200;
}
.services .service-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .services .service-arrows {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
  }
}
.services .service-arrows .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.services .service-arrows .slider-nav a.am-next {
  margin-left: 15px;
}
.services .service-slider {
  margin-top: 70px;
}
@media (max-width: 575px) {
  .services .service-slider {
    margin-top: 40px;
  }
}
.services .service-slider .item {
  border-bottom: 1px solid #E31F26;
  float: left;
  background-color: #f9f9f9;
  padding: 28px 28px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.services .service-slider .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.services .service-slider .item .icon {
  margin-bottom: 20px;
}
.services .service-slider .item .icon img {
  width: auto;
}
.services .service-slider .item h6 {
  color: #242424;
  margin-bottom: 10px;
}
.services .service-slider .item a {
  margin-top: 20px;
  float: left;
  padding: 7px 26px;
  font-size: 14px;
}

.latest-news {
  background: #f3f3f3;
  text-align: center;
  padding: 130px 0;
}
h4{font-weight:500;}
.latest-news .newshead{display: flex;justify-content: space-between;align-items: center;margin-bottom: 25px;}
.latest-news .newshead a{color: #0574bb;
    font-size: 18px;
    font-weight: normal;}
@media (max-width: 575px) {
  .latest-news {
    padding-bottom: 40px;
  }
}
.latest-news h3 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .latest-news h3 {
    margin-bottom: 20px;
  }
}
.latest-news .owl-latest-news .owl-stage-outer {
  margin: 0 -10px;
  padding: 0 10px;
  padding-bottom: 10px;
}
.latest-news .owl-latest-news .item {
  text-align: left;background: #fff;border-radius:25px;
}
.latest-news .owl-latest-news .item figure {
  overflow: hidden;border-radius:25px 25px 0 0;
}
.latest-news .owl-latest-news .item figure img {
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.latest-news .owl-latest-news .item .caption {
  padding:20px;
    min-height: 240px;position: relative;
    -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;border-radius:25px;
}
.latest-news .owl-latest-news .item .caption:hover {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
}
.latest-news .owl-latest-news .item .caption .news-text {
  margin-bottom: 30px;
}
.latest-news .owl-latest-news .item .caption .news-text h5 {
  padding-left: 15px;
  position: relative;font-size: 22px;
    font-weight: 500; -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 991px) {
  .latest-news .owl-latest-news .item .caption .news-text h5 {
    margin-right: 0;
  }
}
.latest-news .owl-latest-news .item .caption .news-text h5:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  background: #E31F26;
  top: 5px;
  bottom: 5px;
}
.latest-news .owl-latest-news .item .caption .news-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.latest-news .owl-latest-news .item .caption .news-date .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.latest-news .owl-latest-news .item .caption .news-date .date i {
  margin-right: 8px;
  margin-top: -3px;
}
.latest-news .owl-latest-news .item .caption .news-date .date i img {
  width: auto;
}
.latest-news .owl-latest-news .item .caption .news-date .date span {
  font-size: 13px;font-weight: normal;
  color: #E31F26;
}
.latest-news .owl-latest-news .item .caption a {
     /* color: #fff; */
    top: unset;
    bottom: 0;
    font-size: 12px;
    /* background: #E31F26; */
    right: 0;
    border: 6px solid #f8f8f8;
    border-radius: 50px;
}
.latest-news .owl-latest-news .item:hover figure img {
  -webkit-transform: scale(1.1) rotate(3deg);
      -ms-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}

.owl-dots .owl-dot {
  margin: 0 4px;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #242424;
  border-radius: 50%;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  display: inline-block;
}
.owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  background-color: #E31F26;
}

.feedback {
  background-image: url(../images/feedback-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 767px) {
  .feedback {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .feedback {
    padding: 40px 0;
  }
}
.feedback:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E31F26;
  opacity: 0.86;
}
.feedback .container {
  position: relative;
  z-index: 2;
}
.feedback .feedback-head h3 {
  color: #fff;
}
.feedback .feedback-head p {
  color: #fff;
  font-weight: 200;
}
.feedback .feedback-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .feedback .feedback-arrows {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
  }
}
.feedback .feedback-arrows .slider-nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.feedback .feedback-arrows .slider-nav1 a.am-next1 {
  margin-left: 15px;
}
.feedback .feedback-slider {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .feedback .feedback-slider {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .feedback .feedback-slider {
    margin-top: 40px;
  }
}
.feedback .feedback-slider .owl-feedback .item {
  background-color: #fff;
  padding: 40px;
  position: relative;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.feedback .feedback-slider .owl-feedback .item .quote {
  position: absolute;
  top: 20px;
  right: 20px;
}
.feedback .feedback-slider .owl-feedback .item .quote img {
  width: auto;
}
@media (max-width: 575px) {
  .feedback .feedback-slider .owl-feedback .item .quote img {
    width: 80px;
  }
}
@media (max-width: 420px) {
  .feedback .feedback-slider .owl-feedback .item .quote img {
    width: 50px;
  }
}
.feedback .feedback-slider .owl-feedback .item .client-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedback .feedback-slider .owl-feedback .item .client-details .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
  border: 4px solid rgba(230, 8, 13, 0.15);
}
.feedback .feedback-slider .owl-feedback .item .client-details .thumb img {
  width: auto;
}
.feedback .feedback-slider .owl-feedback .item .client-details .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feedback .feedback-slider .owl-feedback .item .client-details .detail h5 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  color: #E31F26;
}
.feedback .feedback-slider .owl-feedback .item .client-details .detail span {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
}
.feedback .feedback-slider .owl-feedback .item .feed-content {
  margin-top: 25px;
}
.feedback .feedback-slider .owl-feedback .item .feed-content p {
  margin-bottom: 0;
}
.feedback .feedback-slider .owl-feedback .item:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.clients-slider .container .owl-clients-slider {
  padding: 72px 120px 167px;
}
@media (max-width: 991px) {
  .clients-slider .container .owl-clients-slider {
    padding: 72px 60px 120px;
  }
}
@media (max-width: 767px) {
  .clients-slider .container .owl-clients-slider {
    padding: 72px 0 120px;
  }
}
@media (max-width: 575px) {
  .clients-slider .container .owl-clients-slider {
    padding: 40px 0 90px;
  }
}
.clients-slider .container .owl-clients-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clients-slider .container .owl-clients-slider .item figure img {
  width: auto;
  margin: auto;
  max-width: 100%;
}
.clients-slider .container .owl-clients-slider .owl-dots {
  display: none;
}

.whatsapp-chat {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #0dc143;
  z-index: 1000;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .whatsapp-chat {
    right: 15px;
    bottom: 15px;
  }
}
.whatsapp-chat a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.whatsapp-chat a img{width: 26px;}
.inner-banner {
  min-height: 400px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .inner-banner {
    min-height: 300px;
  }
}
.inner-banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/inner-banner.jpg) no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.inner-banner .container {
  position: relative;
  z-index: 1;
}
.inner-banner .container h2 {
  color: #fff;
  font-weight: 600;
}
.inner-banner .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inner-banner .container ul li {
  margin-right: 20px;
  padding-right: 20px;
  color: #fff;
  position: relative;
}
.inner-banner .container ul li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 8px;
  width: 1px;
  height: 15px;
  background-color: #fff;
}
.inner-banner .container ul li:last-child::after {
  display: none;
}
.inner-banner .container ul li a {
  color: #fff;
}

.contact-page {
  padding: 150px 0;
}
@media (max-width: 1366px) {
  .contact-page {
    padding: 120px 0 150px;
  }
}
@media (max-width: 991px) {
  .contact-page {
    padding: 90px 0 130px;
  }
}
@media (max-width: 767px) {
  .contact-page {
    padding: 60px 0 100px;
  }
}
@media (max-width: 575px) {
  .contact-page {
    padding: 50px 0 90px;
  }
}
.contact-page .contact-top {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .contact-page .contact-top {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-top {
    margin-bottom: 30px;
  }
}
.contact-page .contact-top h6 {
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-page .contact-top h6 span {
  border-bottom: 1px solid #666666;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .contact-page .contact-top h6 span {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.contact-page .contact-top .inner .mail-phone {
  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;
}
@media (max-width: 767px) {
  .contact-page .contact-top .inner .mail-phone {
    display: block;
    text-align: center;
  }
}
.contact-page .contact-top .inner .mail-phone .box {
  text-align: right;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .contact-page .contact-top .inner .mail-phone .box {
    text-align: center;
    padding-right: 0;
  }
}
.contact-page .contact-top .inner .mail-phone .box span {
  display: block;
  color: #E31F26;
  font-weight: 600;
}
.contact-page .contact-top .inner .mail-phone .box:last-child {
  text-align: left;
  padding-right: 0;
  padding-left: 40px;
  border-left: 1px solid #666666;
}
@media (max-width: 767px) {
  .contact-page .contact-top .inner .mail-phone .box:last-child {
    text-align: center;
    padding-left: 0;
    border-left: none;
    margin-top: 15px;
  }
}
.contact-page .contact-top .inner .mail-phone .box a {
  color: #000;
  font-size: 20px;
}
.contact-page .contact-top .contact-box .inner {
  padding: 30px;
  text-align: center;
  position: relative;
  border-radius: 15px;
  border: 2px solid #E31F26;
  border-top: 5px solid #E31F26;
}
.contact-page .contact-top .contact-box .inner .icon {
  margin-bottom: 30px;
  text-align: center;
}
.contact-page .contact-top .contact-box .inner .icon span {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E31F26;
  border-radius: 50%;
  margin: 0px auto;
  margin-top: -70px;
}
.contact-page .contact-top .contact-box .inner .icon span img {
  width: 32px;
}
.contact-page .contact-top .contact-box .inner p {
  margin-bottom: 0;
  color: #000;
}
.contact-page .contact-top .contact-box .inner a {
  color: #000;
  font-size: 18px;
}
.contact-page .contact-right {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .contact-page .contact-right {
    padding-left: 12px;
    margin-top: 30px;
  }
}
.contact-page .contact-right form input {
  height: 50px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
  padding: 0;
  background-color: transparent;
}
.contact-page .contact-right form textarea {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
  padding: 0;
  background-color: transparent;
}
.contact-page .contact-right form button {
  background-color: #E31F26;
  border-radius: 30px;
  padding: 15px 35px 13px;
  border-radius: 30px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  border-color: #E31F26;
}
.contact-page .contact-right form button:hover {
  background-color: #242424;
}/*# sourceMappingURL=style.css.map */

/**************inner-pages*********************/
.innerbanner{position: relative; color: #fff;float: left;width: 100%;}
.innerbanner img{width: 100%;}
section.innerbanner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  top: 0;
  z-index: 1;
}
.innerbanner .innercap{/*display: flex;align-items: center;justify-content: space-between;flex-wrap: nowrap;*/margin-top: -175px;z-index: 2;}
.innerbanner h4{color: #fff;font-size: 30px;font-weight: 500;}
#sb_instagram #sbi_images{padding-bottom:0!important;}
.innercon h3{text-align: center;font-size: 40px;font-weight: 500;margin-bottom: 40px;color:#0574bb;}
.breadcrumb a, .breadcrumb-item+.breadcrumb-item::before{color: #f7ebe8;}
.breadcrumb{margin-bottom: 0;font-size: 14px;}
.breadcrumb-item.active {    color: #fff;    font-weight: normal;}
section.innercon{padding: 140px 0;z-index: 1;
    position: relative;}
.mgmntbox{position: relative;  z-index: 1;}
.missrow{background: #f3f3f3;}
.mgmntbox .imgoutb{width: 100%; -webkit-transition: all 500ms;  transition: all 500ms;overflow: hidden;    border-radius: 40px;}
.mgmntbox img{width: 100%; -webkit-transition: all 500ms;  transition: all 500ms; }
.mgmntbox:hover img{-webkit-transform: scale(1.1);  transform: scale(1.1);  -webkit-transition: all 500ms;  transition: all 500ms; }
.mgmntbox h4{font-size: 22px;font-weight: 500;margin:20px 0 5px 0;}
.mgmntbox p{font-weight: normal;font-size: 15px;}
section.innercon.mngmntrow{padding-bottom: 80px;}
.mngmntrow .mgmntbox{margin-bottom: 60px;padding: 0 20px;}
.popright{float: right; margin-left: 2.5em;}
.popright img{width: 400px;margin-bottom: 12px;border-radius: 40px;}
.modal button.btn-close{z-index: 1;background-color: #fff;position: absolute;transition: all 0.2s;-moz-transition: all 0.2s;-webkit-transition: all 0.2s;right: 0;top: 0;box-sizing: content-box;
width: 12px; height: 12px;padding: 10px;border: 1px solid #ddd;color: #000;border-radius: 20px;background-size: 10px;}
.modal p{font-size: 15px;}
.modal-content{border:0; padding: 1em;    border-radius: 20px;}
.modal-body { padding: 2rem; border: 1px solid #ddd;    border-radius: 20px;}
.hmvide.modal-body { padding: 0; border: 0;}
.modal h4{ font-weight: 500; margin-bottom: 5px;color: #0574bb;}
.modal p.desig{font-size: 15px;font-weight: normal;}
.boardbox{display: flex; justify-content: space-between;margin-bottom: 100px;}
.boardbox img{width: 450px;margin-left: 60px;    border-radius: 20px;}
.boardbox .brdcon{display: flex;flex-direction: column;justify-content: space-between;}
/*.mngmntrow h3{color: #000;    -webkit-text-fill-color: unset;}*/
.missrow .misbox{ -webkit-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;position: relative; z-index: 1;margin: 0 5%;text-align: left;margin-bottom: 6rem;align-items: center;}
.missrow .misbox .misimg{    position: relative; }
.missrow .misbox .misimg::before{background: url(../images/layer.svg) no-repeat center;content:"";
    position: absolute;
    width: 15rem;
        height: 10rem;
    left: -2rem;
    bottom: -2.5rem;
    z-index: -1;
    background-size: cover;}
.missrow .misbox img{width: 100%;border-radius: 25px;}
.missrow .misbox h5{    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 35px;
    color: #E31F26;}
.missrow .misbox p{font-size: 16px;
    line-height: 28px;}
.missrow .misbox.visbox{flex-direction: row-reverse;}
.missrow .misbox.visbox .misimg{ }
section.innercon.histryrow{padding-top: 120px;    padding-bottom: 0;}
.awardrow .awardbox{-webkit-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;min-height: 100%; padding: 25px;  border: 1px solid #ddd;  margin-bottom: 20px;  z-index: 1;  position: relative;  background: #fff;    border-radius: 25px;}
.awardrow .awardbox span i{    font-size: 1.5rem;
    color: #E31F26;
    margin-bottom: 1rem;
    display: flex;}
.awardrow .awardbox h6{font-weight: 500;  font-size: 18px;  margin-bottom: 10px;}
.awardrow .awardbox p{line-height: 22px;font-size: 15px;font-weight: normal;}
.awardrow .awardbox:hover{    background: #E31F26;border-color: #E31F26;}
.awardrow .awardbox:hover h6, .awardrow .awardbox:hover p, .awardrow .awardbox:hover span i{color: #fff;}
.servrow{position: relative;z-index: 1;flex-direction: row-reverse;}
.servrow .servleft{ }
.servrow .servleft img{width: 100%;border-radius: 25px;}
.servrow h4{color: #E31F26;font-weight: 500;margin: 25px 0; font-size: 30px;}
.servrow .servmenu{padding-right: 50px;position: sticky;top: 100px;align-self: self-start;}
.servrow .servmenu ul{background: #f3f3f3;    padding: 30px 40px;
    border-radius: 25px;}
.servrow .servmenu li a{    width: 100%;
  display: flex;justify-content: space-between;align-items: center;
  padding: 12px 20px;
  border: 1px solid rgb(77 49 140 / 20%);
  color: #333;border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
}   
.servrow .servmenu li a i{font-size: 16px;}
.servrow .servmenu h5{ font-weight: 500;font-size: 25px;    margin-top: 10px;}
.servrow .servmenu li{margin-bottom: 15px;}
.servrow .servmenu li a.active{color: #fff; background: #0574bb;border-color: #0574bb;}
.servrow .servmenu li a:hover{    -webkit-transition: all 500ms;
    -o-transition: all 500ms;border-color: #0574bb;
    transition: all 500ms;color: #fff;
    background: #0574bb;} 
.servrow .serinbox{display: flex;}
.servrow .serinbox div {width: 100%;border-radius: 25px;background: #fff;}
.servrow .serinbox .condiver{-webkit-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;}
.servrow .serinbox .condiver:hover{box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);-webkit-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;}
.condiver i{    font-size: 2rem;    color: #E31F26;}
a.mainmore{ 
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 15px;
    color: #000;
    background: transparent;
    box-shadow: none;
    font-weight: 500;}
a.mainmore span{    border: 1px solid #0574bb;
    border-radius: 100px;
    width: 50px;
    justify-content: center;
    height: 50px;
    display: flex;
    align-items: center;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    margin-left: 10px;}
a.mainmore i {
    height: 20px;color:#0574bb;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    font-size: 12px;
    transition: all 500ms;
}
a.mainmore:hover {
    color: #0574bb;
}
a.mainmore:hover i {
    color:#fff;
}
a.mainmore:hover span {
        background: linear-gradient(90deg, rgba(5, 116, 187, 1) 0%, rgba(0, 156, 255, 1) 100%);
    border: 0;
    transform: rotate(45deg);
}
.servrow .serinbox span img{width: 50px;border-radius: 0;margin-bottom: 15px;}
.servrow .serinbox h6{font-weight: 500;margin-bottom: 10px;    font-size: 18px;}
.servrow .serinbox p{font-size: 15px;line-height: 25px;}
.partnerbox{text-align: center;-webkit-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;margin-bottom: 25px;}
.partnerbox img{width: 100%;}
.partnerbox .partinner{position: relative;padding: 15px;border: 1px solid #ddd;background: #fff;  z-index: 1;border-radius: 40px;height: 100%;}
.partnerbox h5{width: 100%;font-weight: 500;font-size: 18px;-webkit-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;}
.partnerbox .partinner a{opacity: 0; position: absolute;top: 20px;right: 20px; -webkit-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;font-size: 16px;}
.partnerbox .partinner:hover{box-shadow:0px 0px 47px 0px rgb(0 0 0 / 8%); -webkit-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;}
.partnerbox:hover a{opacity: 1;}
.servinnerrow{justify-content: space-between;margin-bottom: 120px;border-bottom: 1px solid #ddd;padding-bottom: 120px;position: relative;z-index: 1;}
.servinnerrow .lftbox{position: sticky;top: 100px;align-self: flex-start;}
/*.servinnerrow:nth-child(even){flex-direction: row-reverse;}*/
.servinnerrow .lftbox img{width: 100%; border-radius: 25px;}
.servinnerrow .lftbox::after {
    background: url(../images/layer.svg) no-repeat left bottom;
    content: "";
    position: absolute;
    width: 15rem;
    height: 15rem;
    right: -3rem;
    bottom: -3rem;
    background-size: cover;
    z-index: -1;
}
.main-img::after {
    background: url(../images/layer.svg) no-repeat left bottom;
    content: "";
    position: absolute;
    width: 15rem;
    height: 15rem;
    left: 1rem;
    bottom: -4rem;
    background-size: cover;
    z-index: -1;
}
.servinnerrow:nth-child(even) .lftbox img{border-right: 0;}
.servinnerrow .rghtbox h5{font-size: 35px;font-weight: 500;margin-bottom: 25px;color: #0574bb;}
.servinnerrow:last-child{border-bottom: 0;padding-bottom: 0;margin-bottom: 0;}
.contactinrow{ text-align: center;}
.contactinrow h2{    padding: 0 20%;    color: #0574bb;}
.contactinrow h6{color: #555;  font-size: 18px;  font-weight: normal;    margin-top: 20px;}
.contactinrow .conpgbox{margin-top: 75px;text-align: left;min-height: 520px;position: relative;z-index: 1;background: #f3f3f3;border-radius: 25px;}
/* .contactinrow .conpgbox:nth-child(1){background: #fed6ff;}
.contactinrow .conpgbox:nth-child(2){background: #d6f2ff;}
.contactinrow .conpgbox:nth-child(3){background: #feddd6;} */
.contactinrow .conpgbox img{width: 100%;border-radius: 25px;}
.contactinrow .conpgbox h4{    margin: 20px 0;  font-weight: 500;  font-size: 22px;  border-bottom: 1px solid #ddd;  padding-bottom: 20px;}
.contactinrow .conpgbox p{    margin-bottom: 6px;  font-size: 15px;  font-weight: normal;}
.contactinrow .conpgbox a{ font-weight: 600;   color: #000;}
.contactinrow .conpgbox a:hover{ text-decoration: underline;}
a.dirbtn{font-size: 15px;    color: #0574bb!important; -webkit-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms; font-weight: normal; width: 100%;  text-align: center;  display: block;  margin-top: 20px;     border-radius: 15px; border: 2px solid #0574bb;  padding: 12px 0;}
a.dirbtn:hover{    background: #0574bb;color: #fff!important;  border-color: #0574bb;}
.complntrow{position: relative;z-index: 1;}
.complntrow h5{font-weight: 500;}
ul.privacyul{padding: 0 25px;}
ul.privacyul li{list-style: circle;font-size: 14px;}
.privcap{margin-bottom: 50px;}
.accordion-button, .accordion-button:not(.collapsed){color: #0574bb;background-color:#f3f3f3 ;box-shadow:none;font-size: 16px;}
.accordion-button::after{width: 1rem;height: 1rem;background-size: 1rem;}
.accordion-button:not(.collapsed)::after{-webkit-filter: grayscale(100%);filter: grayscale(100%);transform: none;}
.downbox{    margin-top: 50px;position: relative; border: 1px solid #ddd; background: #fff;  z-index: 1;border-radius: 25px;display: flex;
    flex-direction: column;}
.downbox:hover {  box-shadow: 0px 0px 47px 0px rgb(0 0 0 / 8%);  -webkit-transition: all 500ms;  -o-transition: all 500ms;
  transition: all 500ms;
}
.downbox img{width: 50px;    opacity: .5;}
.downbox h4{font-weight: 500;  font-size: 20px;  margin: 15px 0;}
.downbox p{color: #999;}
.downbox i{font-size:2rem;    color: #E31F26;}
img.compimg{width: 100%;padding-left: 25px;position: sticky;
    top: 100px;
    align-self: self-start;
}
.newsboxinn{position: relative;  z-index: 1;  background: #f3f3f3; border-radius: 25px;  display: flex;
    flex-direction: column; }
.newsboxinn .imgoutr{overflow: hidden;border-radius: 22px;}
.newsboxinn img{width: 100%; -webkit-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;}
.newsboxinn p{margin: 10px 0;  font-size: 15px;}
.newsboxinn p.datein{font-weight: normal;color: #E31F26;font-size: 14px;}
.newsboxinn h5{font-weight: 500;font-size: 18px;}
.newsboxinn:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);-webkit-transition: all 500ms;transition: all 500ms;}
.newsrow h4{font-weight: 500;    font-size: 30px;}
.newsrow p.newsdt{font-weight: normal;color: #E31F26;margin: 10px 0;}
.jetban{padding-left: 100px;}
img.jetscr{width: 100%;position: relative;z-index: 1;}
.maprow{padding: 120px 0;background: #f3f3f3; margin: 120px 0;z-index: 1;position: relative;}
.mapimg{position: relative;z-index: 1;}
.mapimg .mapzoom{}
.mapimg img{width: 100%;}
.mapimg .marker.oman{position: absolute;width: 4px;height: 4px;background: #b141e0;border-radius: 100%;bottom: 46%;left: 62%;}
.mapimg .marker.uae{position: absolute;width: 4px;height: 4px;background: #b141e0;border-radius: 100%;bottom: 48.5%;left: 61.6%;}
.mapimg .marker.bahrain{position: absolute;width: 4px;height: 4px;background: #b141e0;border-radius: 100%;bottom: 50.5%;left: 60%;}
.mapimg .marker.qatar{position: absolute;width: 4px;height: 4px;background: #b141e0;border-radius: 100%;bottom: 50%;left: 60.7%;}
.mapimg .marker.kuwait{position: absolute;width: 4px;height: 4px;background: #b141e0;border-radius: 100%;bottom: 52%;left: 59.5%;}
.newsrow .carousel-inner{border: 2px solid #b141e0;margin-top: 25px;}
.mapimg .marker:after {
  position:absolute;
  content:'';
  left:0;
  top:0;
  border:2px solid rgb(230 8 13);
  border-radius:100%;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
 }
 .mapimg .marker.oman:before{position: absolute;
    content: 'Oman';
    background: #fff;
    width: auto;
    height: auto;
    right: 0;
    top: 1.2rem;
    border: 1px solid #ddd;
    padding: .1rem .4rem;
    font-size: 11px;
    font-weight: 500;
    border-radius: 6px;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.07);
}
 .mapimg .marker.uae:before{position: absolute;
    content: 'UAE';
    background: #fff;
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    border: 1px solid #ddd;
    padding: .1rem .4rem;
    font-size: 11px;
    font-weight: 500;
    border-radius: 6px;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.07);
}
 .mapimg .marker.bahrain:before{position: absolute;
    content: 'Bahrain';
    background: #fff;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
    border: 1px solid #ddd;
    padding: .1rem .4rem;
    font-size: 11px;
    font-weight: 500;
    border-radius: 6px;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.07);
}
 .mapimg .marker.qatar:before{position: absolute;
    content: 'Qatar';
    background: #fff;
    width: auto;
    height: auto;
    right: 0;
    top: 0;
    border: 1px solid #ddd;
    padding: .1rem .4rem;
    font-size: 11px;
    font-weight: 500;
    border-radius: 6px;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.07);
}
 .mapimg .marker.kuwait:before{position: absolute;
    content: 'Kuwait';
    background: #fff;
    width: auto;
    height: auto;
    right: 0;
    bottom: 0;
    border: 1px solid #ddd;
    padding: .1rem .4rem;
    font-size: 11px;
    font-weight: 500;
    border-radius: 6px;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.07);
}


 @-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(230 8 13 / 41%);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgb(230 8 13 / 41%);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgb(230 8 13 / 41%);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(230 8 13 / 41%);
    box-shadow: 0 0 0 0 rgb(230 8 13 / 41%);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgb(230 8 13 / 41%);
      box-shadow: 0 0 0 10px rgb(230 8 13 / 41%);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgb(230 8 13 / 41%);
      box-shadow: 0 0 0 0 rgb(230 8 13 / 41%);
  }
}
.mapcon{display: flex;  flex-direction: column;  justify-content: space-evenly;}
.mapcon h4{font-weight: 500;}
.mapcon h4 span{font-weight: 600;font-size: 30px;color: #0574bb;}
.ewllbox img{width: 50px;margin-bottom: 18px;}
.ewllbox {text-align: left; -webkit-transition: all 500ms;  -o-transition: all 500ms;  transition: all 500ms;border-radius: 25px;    border: 1px solid #ddd;display: flex;flex-direction: column;height: 100%;padding:40px;background:#fff;    z-index: 1;    position: relative;}
.ewllbox p{font-size: 14px;line-height: 22px;}
.ewllbox i{color: #E31F26;font-size: 2rem;}
/*.ewllbox:hover { box-shadow: 0px 0px 47px 0px rgb(0 0 0 / 8%);}*/
.ewllbxcon{display: flex;justify-content: center;}
.ewllbox:hover i{-webkit-animation: bounce 2s;
  animation: bounce 2s;
-webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;}
.concmpbtn{margin-top: 100px;}
.combbg{margin-top: 120px;
    background: #f3f3f3;
    text-align: left;
    border-radius: 25px;
    padding: 6rem;}
.combbg h3{text-align: left;
    font-size: 42px;
    font-weight: 600;
    line-height: 55px;}
.combbg img{border-radius: 25px;}
.concmpbtn a.combtn{display: inline-flex;
    padding: 12px 25px;
    margin-top: 0;
    width: auto;}
/*******************timeline*****************************/
.timeline {
  width: 100%;
  background-color: #fff;padding: 0;
}
.timeline .swiper-container {
  height: 600px;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}
.timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
 /* width: 80%;
  max-width: 310px;
*/  right: 50%;
  top: 13%;
  transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-style: italic;
  font-size: 42px;
  margin-bottom: 50px;
  transform: translate3d(20px, 0, 0);
  color: #d4a024;
  font-weight: 300;
  opacity: 0;
  transition: 0.2s ease 0.4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 600;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;color: #fff;font-weight: 300;font-size: 15px;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
}
.timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-weight: normal;
  font-size: 18px;
  z-index: 1;
}
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #fff;
  margin: 15px 0 !important;
  position: relative;
  font-weight: 300;
}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #E31F26;
  transform: scale(0);
  transition: 0.2s;
  font-weight: 300;
}
.timeline .swiper-pagination-bullet-active {
  color: #E31F26;font-weight: 600;
}
.timeline .swiper-pagination-bullet-active::before {
  transform: scale(1);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: 0.2s;    filter: grayscale(100%);
}
.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-prev:hover {
  transform: translateX(-3px);
}
.timeline .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-next:hover {
  transform: translateX(3px);
}
.weconut{background: #f3f3f3; margin: 130px 0;padding: 100px 0;text-align: center;position: relative;    z-index: 1;}
.weconut span.count, .weconut span.countdwn{font-weight: 500;font-size: 50px;    color: #000;}
.weconut h4{font-weight: 500;font-size: 15px;}
.wemidsec h5{font-weight: 500;font-size: 35px;color: #0574bb;}
.weconut .counting{margin-top: 10px;margin-bottom: 10px;}
.count-inner{align-items: start;display: flex;flex-direction: column;margin-bottom: 1.5rem;padding: 3rem 2.5rem;background:rgba(80,80,80,0.03);border-radius: 25px;position:relative;border:1px solid #ddd;text-align: left;}
/*.count-inner::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;border-radius: 25px;*/
/*    background-image: url(../images/h-bg.svg);*/
/*    left: 0;*/
/*    top: 0;opacity:.1;*/
/*    background-size: 100%;*/
/*}*/
.count-inner img{width: 3.125rem;
    min-height: 3.125rem;}
.count-inner h4{    color: #242729;
    font-size: 1rem;
    font-weight: normal;}
.wevidsec {margin-top: 120px;text-align: center;padding: 0;margin-bottom: -140px;background: #f2f2f2;}
.wevidsec .container{position: relative;z-index: 1;    display: flex;    align-items: center;    justify-content: center;}
.playpause {position:absolute;transition: all 500ms;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.playpause img{width: 150px;}
.wevidsec .container{padding:0 100px;}
.playpause:hover{transform: rotate(120deg);}
.owl-w2wtesti .content{width: 60%;margin: auto;padding: 0 25px;margin-bottom: 25px;position: relative;}
.owl-w2wtesti .content p{font-weight: normal;font-size: 16px;}
.owl-w2wtesti .content h5{font-size: 20px;font-weight: normal;margin-top: 10px;}
.owl-w2wtesti .content h5 span{font-weight: 500;}
.owl-w2wtesti .content::before{opacity: .2; width: 50px;height: 50px;background: url(../images/left-quote.svg) no-repeat center;position: absolute;content: "";left: -30px;top: 0;}
.owl-w2wtesti .content::after{opacity: .2; width: 50px;height: 50px;background: url(../images/right-quote.svg) no-repeat center;position: absolute;content: "";right: -30px;top: 0;}
.w2wtesticon .slide_btns:hover i{color: #888;opacity: .5;}
.w2wvideos .w2wcovrpic{width: 100%;    border-radius: 25px;}
.w2wvidbox{position: relative;display: flex;align-items: center;justify-content: center;}
a.w2wvidbtn{position: absolute;}
a.w2wvidbtn img{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);width: 75px!important;-webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;}
a.w2wvidbtn:hover img {width: 100px;transform: rotate(120deg); }
.vidmorediv{text-align: center;margin-top: 10px;}
button.show-more-btn{color: #c7517e;font-size: 18px;font-weight: normal;-webkit-transition: all 500ms;transition: all 500ms;}
button.show-more-btn:hover{    color: #6e6f72;}
.w2wpopvid{padding: 0;}
.w2wpopvid button.btn-close{z-index: 1;}
.w2wpopvid .modal-body{overflow: hidden;padding: 0;}
.w2wpopvid .modal-body .modal-content{padding: 0;}
.w2wpopvid .modal-body video{height: 100%;width: 100%;}

@-webkit-keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}

@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}


@media screen and (min-width: 768px) {
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 46px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 15%;
    transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev:hover {
    transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 15%;
    transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    transform: rotate(90deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: -10%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 25%;
  }
}
/**************************career page**********************/
.careermod i.md{margin-right: 5px;}
.careermod header .header-bottom .main-menu .menu-inner .navbar  .navbar-nav li a{color: #222;}
.careermod header ul.hdright li a{background: linear-gradient(30deg, #a849e3 0%, #df1bd2 100%);
  background: -webkit-linear-gradient(45deg, #1332eb, #8a05d2 80%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent}
.careermod header .header-bottom .logo img{filter: unset;}
.careermod section.innerbanner{background: #f7ebe8;width: 100%;height: 100vh;display: flex;align-items: center;}
.careermod section.innerbanner:after{display: none;}
.careermod section.innerbanner .incapcr {display: flex;align-items: center;padding-top: 50px;}
.careermod section.innerbanner .incapcr .crcap a.topbtn{display: inline-flex;align-items: center;
  color: #fff;font-weight: normal;
    font-size: 15px;
    border-radius: 50px;margin-top: 8px;
    padding: 15px 20px; 
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    -webkit-text-fill-color: unset;
    background: linear-gradient(30deg, #a849e3 0%, #df1bd2 100%);
    box-shadow: 0px 7px 10px 0px rgb(0 0 0 / 7%);
}
.careermod section.innerbanner .incapcr .crcap a.topbtn i{    height: 18px;  margin-left: 4px;}
.careermod section.innerbanner .incapcr .crcap h2{margin-bottom: 20px;line-height: 60px;}
.careermod section.innerbanner .incapcr .crcap p{    font-size: 18px; font-weight: normal;line-height: 28px;}
.careermod section.innerbanner .incapcr .crbanner{ padding-left:50px;}
.careermod section.innerbanner .incapcr .crcap{padding-right: 100px;}
.careermod .caratnrncon{padding-left: 50px;}
.careermod .gradstud .caratnrncon{padding-right: 50px;padding-left: 0;}
.careermod .caratnrncon h4{font-weight: 500;font-size: 50px;margin-bottom: 25px;}
.careermod .caratnrnimg{padding-right: 100px;position: sticky;top: 100px;align-self: flex-start;}
.careermod .gradstud .caratnrnimg{padding-right: 0;padding-left: 100px;}
.careermod .caratnrnimg img{width: 100%;}
.careermod .offcanvas {padding: 10px;}
.careermod .caratnrnimg::before{content: "";background: url(../images/cr-shape-2.svg) no-repeat center;width: 100px;height: 100px;position: absolute;right: 50px;top: 30%;}
.careermod .gradstud .caratnrnimg::before{content: "";background: url(../images/cr-shape-1.svg) no-repeat center;width: 100px;height: 100px;position: absolute;left: 50px;bottom: unset;right: unset;}
.careermod section.cartestsec{background: #f7ebe8;}
.owl-careertesti .content{/**background: #fff;-webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 8%);
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 8%);**/padding: 10px 50px;}
.owl-careertesti .content img{position: relative; width: 200px;float: left;border-radius: 100%;margin-bottom: 20px;-webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 8%);
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 8%);}
.owl-careertesti .content h5{font-weight: normal;color: #444;    margin: 10px 0;}
.owl-careertesti .content h5 span{font-size: 20px;font-weight: 500;color: #000;}
.owl-careertesti .content div{padding-left: 250px;}
.owl-careertesti .content div::before{content: "";background: url(../images/cr-shape-3.svg) no-repeat center;width: 75px;height: 75px;position: absolute;left: 175px;top: 150px;}
.owl-careertesti .owl-dots, .owl-w2wtesti .owl-dots{text-align: center;margin-top: 25px;}
.owl-careertesti .owl-dots .owl-dot.active span, .owl-w2wtesti .owl-dots .owl-dot.active span{background:#E31F26;}
.careermod .gradstud h6{font-weight: 500;font-size: 25px;margin-bottom: 25px;}
.sendcv h5{font-weight: 600;font-size: 25px;}
.sendcv h6{font-weight: 500;font-size: 18px;line-height: 24px;}
.sendcv form{margin:15px 0;}
.sendcv input{border-radius: 0;background: #fff;border: 1px solid #ddd;height: 40px;font-size: 14px;}
.sendcv label{font-size: 14px;font-weight: normal;}
.sendcv button.submtbtn{width: 100%;-webkit-transition: all 500ms;color: #fff;padding: 12px 0;
  -o-transition: all 500ms;    margin-top: 12px;
  transition: all 500ms;border-radius: 0;
  -webkit-text-fill-color: unset;
  background: linear-gradient(30deg, #a849e3 0%, #df1bd2 100%);
  box-shadow: 0px 7px 10px 0px rgb(0 0 0 / 7%);}
.jobsrch section.innerbanner{height: auto;padding-bottom: 75px;}
.jobsrch section.innerbanner .incapcr .crcap h2{text-align: center;font-size: 50px;margin-top: 125px;margin-bottom: 10px;}
.jobsrch section.innerbanner .incapcr .crcap {  padding-right: 12px;}
.welcont{margin-top:1.5rem;}
.welcont i{font-size: 1.8rem;
    color: #E31F26;
    margin-bottom: 1rem;
    display: flex;}
.wemibox {
    padding: 0 5rem;
}
.wemibox img{width:100%; margin-bottom:2rem;border-radius:25px;}
form.srchform{display: flex;align-items: flex-end;justify-content: center;margin-top: 40px;}
form.srchform div{margin:0 10px;}
form.srchform label{    color: #242424;  font-size: 15px;}
form.srchform input, form.srchform select{background-color: #fff;width: 300px;border: 1px solid #ddd;height: 40px;border-radius: 0;position: relative;z-index: 1;}
form.srchform button{border-radius: 0;height: 40px;}
.jobbox{position: relative;z-index: 1;background: #fff; border: 1px solid #ccc; padding: 15px;width: 24%;margin: .5%; -webkit-transition: all 500ms;  -o-transition: all 500ms;  transition: all 500ms;}
.jobbox a{ float: left;width: 100%;}
.jobbox h5{font-size: 18px; color: #b141e0;font-weight: 500;    margin-bottom: 10px;}
.jobbox p{font-weight: normal;    margin-bottom: 0;}
.jobbox:hover{ background: #f9f9f9; }
.jobsrch .breadcrumb{justify-content: center;}
.jobsrch .breadcrumb-item.active{color: #333;}
.jobdetails{padding-right: 100px;}
.jobdetails p{margin: 0;}
.jobdetails p strong{font-weight: 500;}
.jobdetails h6{font-weight: 500;font-size: 20px;    margin: 25px 0 10px 0;}
.jobdetails .headr{display: flex;justify-content: space-between;}
.jobapply {padding: 25px;background: #f5f5f5;z-index: 1;border: 2px solid #ddd;position: sticky;top: 100px;align-self: flex-start;}
.jobapply h4{font-weight: 500;}
.jobapply form{margin-top: 25px;}
.jobapply form label{font-size: 14px;}
.jobapply form input{background: #fff;border: 1px solid #ddd;border-radius: 0;height: 40px;font-size: 14px;}
.jobapply form button{width: 100%;border-radius: 0;    margin-top: 12px;padding: 12px 0;}
form input.uploadbtn{height: auto;}
.owl-careertesti .content p{font-size: 16px;font-weight: normal;}
.careermod .breadcrumb a, .careermod .breadcrumb-item+.breadcrumb-item::before {  color: #444;}
a.backnsbtn{display: flex;    align-items: center;}
a.backnsbtn i{    height: 20px;    font-size: 20px; margin-right: 5px;}
.newsr8img{position: sticky;top: 100px;align-self: flex-start;padding-left: 50px;}
.newsr8img img{margin-top: 15px;    border-radius: 40px;}
.formoutdiv{    text-align: left;}
/*.formdiv{background: url(../images/form-bg.jpg) no-repeat center;background-size: cover;padding: 100px 0;margin-top: 90px;float: left;width: 100%;}*/
.formdiv{margin-top: 120px;float: left;border-top: 1px solid #ddd;padding-top:100px;}
/*.formdiv form{background: #fff;padding: 25px;width: 60%;margin: auto;position: relative;z-index: 1;box-shadow: 0px 0px 47px 0px rgb(0 0 0 / 8%);}*/
.formdiv form{margin: auto;position: relative;z-index: 1;}
.formdiv form input, .formdiv form textarea, .formdiv form select{width: 100%;
    margin-bottom: 30px;
    padding: 16px;
    font-size: 15px;
    font-weight: 300;
    color: #333;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px transparent;
    border: 1px solid #ced4da;}
.formdiv form input.wpcf7-submit{padding: 15px 30px;
    border-radius: 12px;
    border: 0;
    font-size: 15px;
    border: 2px solid #0574bb;
    color: #0574bb;
    width: auto;
    text-align: center;
    margin: auto;
    display: flex;
    font-weight: normal;    align-items: center;
    justify-content: center;
    background: #fff; }
label.error {
    color: #900;
    font-size: 11px;
    float: none;
    padding-left: 5px;
    position: absolute;
    left: 10px;
    bottom: 15px;
}
.newsrow .wp-block-list li{list-style:auto;}
.formdiv form .wpcf7-form-control-wrap{  position: unset;}
.formdiv form .wpcf7-not-valid-tip{      position: absolute;    right: 0;    top: 0;    font-size: 0;}
.formdiv form .wpcf7-response-output{    margin: 0!important;font-size: 12px;    padding: 0!important;}
.formdiv form .wpcf7-spinner{    position: absolute;    bottom: 0;    left: 42%;}
.formoutdiv label {   font-size: 14px;color: #777;}
.w2wvideos{position: relative;}
.w2wvideos .slider-nav1{position: absolute;top: 40%;left: 0;width: 100%;display: flex;justify-content: space-between;}
.w2wvideos .slider-nav1 button.owl-next{margin-right: -70px;}
.w2wvideos .slider-nav1 button.owl-prev{margin-left: -70px;}
.w2wvideos .slider-nav1 .slide_btns{width: 50px;height: 50px;}
h5.hhprov{font-size: 35px;font-weight: 500;margin-bottom: 25px;color: #0574bb;}
.postnavs {display: flex;justify-content: space-between;    margin-top: 50px;}
.postnavs a{color:#555;
  padding: 20px;border: 2px solid #999;width: 200px;font-size: 15px;position: relative;z-index: 1;line-height: 22px;font-weight: normal;border-radius: 12px;}
.postnavs a:hover{-webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 8%);
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    font-weight: 500;
}

::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */
    
*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */