@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');


.playfair{font-family: 'Poppins', sans-serif;}
.oswald{font-family: 'Oswald', sans-serif;}  

::-moz-selection{background:#4051A3;color:#fff}
::selection{background:#4051A3;color:#fff}

 


body{font-family: 'Poppins', sans-serif;font-size:14px;font-weight: 400;color: #5D5D5D;
line-height: 1.65;}
a{color: #FF9130;text-decoration:none;outline: none;}

a,
.btn,
button{-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s; }
a:hover {color: #4051A3; text-decoration: none;}
.fancybox-button{min-width: auto;} 

h1, h2, h3, h4, h5, h6{ font-family: 'Poppins', sans-serif; font-weight: 600; line-height: 1.2;  
margin-bottom: 20px; color: #232633;}
.main-section a.link { word-break: break-all;}
a.link i {font-size: 11px;}
h1{font-size:40px; font-weight:700; letter-spacing:0px;}
h2{font-size: 30px;}
h3{font-size: 30px;}
h4{font-size: 28px;}
h5{font-size: 25px;}
h6{font-size: 20px;}


.mrt-20{margin-top:20px;}
.mb-50 {margin-bottom: 50px;}
.fs-60{font-size:60px;}
.fs-55 {font-size:55px;}
.fs-45 {font-size:45px;}
.fs-35 {font-size:35px;}
.fs-30 {font-size:30px;}
.fs-25{font-size:25px;}
.fs-18{font-size:18px;}


img{max-width: 100%;}
button, .btn, input[type="submit"]{min-width: 137px;border:0px;padding: 14px 20px;cursor: pointer;position: relative;font-family: 'Poppins', sans-serif;box-shadow: none !important;color: #fff;background: #ff9130;font-size: 14px;font-weight: 500;border-radius: 25px;text-transform: uppercase;}
[type=reset]:hover, [type=submit]:hover, button:hover, .btn:hover, html [type=button]:hover  {background: #4051A3;border-color: #4051A3;color: #fff;cursor: pointer;}
 




[type=reset]:focus, 
[type=submit]:focus,
button:focus, 
.btn:focus, 
html [type=button]:focus { outline: 0; box-shadow: 0 0 8px rgba(0, 0, 0, .33);}
/*
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {background: #FF9130; color: #fff;}
*/
a.link {text-decoration: underline;}
input{ font-family: 'Rajdhani', sans-serif; }
input[type="file"] { font-size: 14px;   -webkit-appearance: none;}
.field {margin-bottom: 15px;display: inline-block;width: 100%;float: left;}
.form-control {outline: none !important;padding: 14px 15px;border-radius: 0px;border: 1px solid rgb(216 216 216 / 93%) !important;background: #fafafb;box-shadow:none !important;font-size: 14px;line-height: 20px;font-weight: 400;color: rgb(35 38 51 / 45%);font-family: 'Poppins', sans-serif;}
textarea.form-control { min-height: 91px;}
.form-control:focus {  background-color: transparent;  border-color: inherit;} 
select.form-control:not([size]):not([multiple]) { height: 49px; -webkit-appearance: none;   background-image: url(../images/select-arrow.png);
    background-position: 95% center;    background-repeat: no-repeat;}
blockquote { padding: 25px 25px; border-left: 4px solid #FF9130;     background: rgba(16, 86, 120, 0.05);
   font-size: 17px;   font-weight: 300;   position: relative;  line-height: 28px; }
blockquote strong{font-weight:500;}
blockquote:before {content: "";  position: absolute;   top: 0;   right: 0;   border-style: solid;  border-width: 0 41px 41px 0;    border-color: #ddd #fff;   transition: all ease .5s;}
 
.bg-site {background: #4051A3;color: #fff;}
.form-group label {display: block;  margin-bottom: 10px;}





 /* nochange*/
 
.font-medium{ font-weight: 500;}
.underline {text-decoration: underline;}
 strong { font-weight: 700;}
.font-light{font-weight: 300;}
.font-semi-bold{font-weight: 600;}
::placeholder {color: #C4C4C4;  opacity: 1;  }
::-webkit-input-placeholder {color:#C4C4C4; opacity:1;}
::-moz-placeholder { color:#C4C4C4; opacity:1;}
:-ms-input-placeholder {color:#C4C4C4; opacity:1;}
:-moz-placeholder {color:#C4C4C4; opacity:1;}

.white-placeholder .form-control::placeholder {  color:#FFF; opacity: 1;  }
.white-placeholder .form-control::-webkit-input-placeholder { color:#FFF; opacity: 1;}
.white-placeholder .form-control::-moz-placeholder {color:#FFF; opacity:1;}
.white-placeholder .form-control:-ms-input-placeholder {color:#FFF; opacity: 1;}
.white-placeholder .form-control:-moz-placeholder {color:#FFF; opacity: 1;}


.main-section{padding:70px 0px; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important;position: relative;}
.main-section .container{position:relative;}
.main-section:before{content:""; position:absolute; left:0px; top:0px; width:100% !important; height:100% !important; background:transparent; }
.pr-50{padding-right:50px;}
.pl-50{padding-left:50px;}
button.close:before { display: none;}
button.close { min-width: auto;  color: #000 !important;  opacity: 1;  background: transparent !important;}
button.close.white-btn {color: #fff !important;}
 .br-5{border-radius: 5px;}
.br-10{border-radius: 10px;}
.box-shadow{box-shadow: 0px 3px 35px rgb(0 0 0 / 10%);}
.object-fit {overflow: hidden;}
.object-fit img { width: 100% !important; height: 100%;  object-fit: cover;}
.zoom-hover img {-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition: all .5s;}
.zoom-hover:hover img {transform: scale(1.1);}
.sprit-icon { background-image: url(../images/sprit.png); background-repeat: no-repeat;
  background-size: auto;  display: inline-block;}
.list-style {padding: 0px; list-style: none;}
.list-style li { display: inline-block;}

/* heading */
.heading-decoration {position: relative;margin-bottom: 20px;}
.heading-decoration .first {width: 20px;border-top: 2px solid #FF9130;}
.heading-decoration>span { display: inline-block;  border-radius: 10px;
    position: relative;   margin-right: 10px;   transition: width .4s linear; border-top: 2px solid #ddd;    }
.heading-decoration .second { width: 70px;}
.main-title:hover .first { width: 0;    -webkit-animation: move-short 1.5s infinite linear;
    animation: move-short 1.5s infinite linear;}
.main-title:hover .second {  width: 70px; -webkit-animation: move 1.5s infinite linear;  
  animation: move 1.5s infinite linear;}

  @-webkit-keyframes move-short {
    100% {width: 90px; margin-right: 0;
    }
}
@keyframes move-short {
    100% {    width: 90px;  margin-right: 0;}
}

@-webkit-keyframes move {
    100% {  width: 0;}
}
@keyframes move {
    100% { width: 0;}
}

.section-heading { -webkit-text-stroke-width: 1px;
 -webkit-text-stroke-color: rgb(255 145 48 / 16%);
 line-height: 0.8; color: transparent; background: transparent;
 font-size: 150px; position: absolute; bottom: 0px;
 letter-spacing: 10.5px; text-transform: uppercase; font-weight: 800; }
.mb-115{margin-bottom: 115px;}
.ls-0{letter-spacing: 0px;}


/* header */
.header-top-bar {border-bottom: 1px solid rgb(35 38 51 / 8%);padding-left: 40px;} 
/*.social-icon { padding-right: 35%; } 
*/
.social-icon ul li a { color: #AAABB0; padding: 13px 15px 13px 10px; display: inline-block; 
  position: relative; text-align: center; } 
.social-icon ul li a:before {content: "";position: absolute;left: 0px;width: 100%;height: 100%;
top: 4px;border-right: 1px solid rgb(35 38 51 / 8%);transform: rotate(-11deg);} 
.social-icon ul li a:hover { color: #FF9130; }
.header-middle-bar ul li { position: relative; padding-left: 40px; } 
.header-middle-bar ul li { font-family: 'Oswald', sans-serif; font-size: 17px; 
margin-right: 50px;float: left; } 
.header-middle-bar ul li:last-child{margin-right: 0px;}
.header-middle-bar ul li small { font-family: 'Poppins', sans-serif; color: #5D5D5D; } 
.header-middle-bar ul li a { color: #232633; } 
.header-middle-bar ul li a:hover { color: #ff9130; } 
.header-middle-bar ul li p { margin: 0px; line-height: normal; } 
.header-middle-bar ul li i { color: rgb(64 81 163 / 77%); position: absolute; left: 0px; top: 6px; }
 i.fas.fa-phone { transform: rotate(90deg); }
.header-middle-bar {padding: 15px 0px;} 
.site-logo { position: relative; max-width: 143px;} 
.site-logo:before {content: "";left: 36px;top: 15px;width: 100%;height: 100%;
  border-right: 1px solid rgb(35 38 51 / 8%);position: absolute;pointer-events: none;
  transform: rotate(-11deg);} 
.header-middle-bar ul { display: inline-block; width: 100%; padding-left: 42px; margin: 0px; } 

.header .nav .main-list > li { display: inline-block; list-style: none; position: relative; } 
.header .nav .main-list { margin: 0px; } 
.header .nav .main-list > li > a { display: inline-block; padding: 20px 0px; line-height: normal; 
  position: relative; color: #fff; } 
.header .nav .main-list  li { font-size: 14px; font-weight: 400; letter-spacing: 0.7px; margin-right: 30px; 
  text-transform: uppercase; font-family: 'Oswald', sans-serif;  } 
.header .nav .main-list li:last-child { margin-right: 0px; }


.header .nav .main-list > li > a:before { background: #FF9130; content: ""; position: absolute; left: 0px; 
bottom: 0px; height: 2px; width: 0px; -webkit-transition: all .3s; -moz-transition: all .3s; 
-o-transition: all .3s; transition: all .3s;  opacity: 0; } 
.header .nav .main-list > li:hover > a:before { width: 100%; opacity: 1;} 
.header .nav .main-list > li.active > a:before{ width: 100%;  opacity: 1; }

.transparent-btn { background: transparent !important; } 
.header-middle-bar ul li button i { color: #5D5D5D !important; } 
.icon-btn { min-width: auto; }
.active-btn {background: #4051A3;border-color: #4051A3;}
.active-btn:hover {background: #ff9130;border-color: #ff9c45;}

.header .nav .main-list li.dowpdown > a:after {content: "\ea5e"; font-family: LineIcons!important;  speak: none;
    font-style: normal;   font-weight: 400;  vertical-align: middle; padding-left: 5px;  color: #fff;}
.header .nav ul.main-list li ul { position: absolute; top: 130%; background: #4051A3;  padding: 0px;  width: 250px;  margin: 0px;  opacity: 0;  visibility: hidden;  pointer-events: none;   -webkit-transition: all .3s;
    -moz-transition: all .3s;  -o-transition: all .3s;  transition: all .3s; }
.header .nav ul.main-list li ul li {width: 100%;margin: 0px;}
.header .nav ul.main-list li ul li a {padding: 10px 22px;border-bottom: 1px solid rgb(255 255 255 / 21%);width: 100%;display: inline-block;color: #ffff;}
.header .nav ul.main-list > li:hover > ul {opacity: 1;top: 100%;visibility: visible;pointer-events: all;z-index: 11;}
.header .nav ul.main-list li ul li:hover > a { color: #ff9130;}


.header.sticky { top: -143px; -ms-animation-name: fadeInDown;  -moz-animation-name: fadeInDown;  -op-animation-name: fadeInDown;   -webkit-animation-name: fadeInDown;  animation-name: fadeInDown;  -ms-animation-duration: 500ms;  -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;  -webkit-animation-duration: 500ms;  animation-duration: 500ms;  -ms-animation-timing-function: linear;  -moz-animation-timing-function: linear;  -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear; animation-timing-function: linear;  -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;  -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;  animation-iteration-count: 1;
    position: fixed;  z-index: 99;  width: 100%;  height: auto;  padding: 0px;}

/* Banner  */

.slider-heading { font-weight: 700; line-height: 1.5; } 
.banner  .item { padding: 125px 0px; background-size: cover !important; 
  background-position: center center !important; background-repeat: no-repeat !important; } 
.btn-section { margin-top: 10px; display: inline-block; }
.owl-nav { position: absolute; left: 50%; top: 50%; width: 100%; max-width: 1140px; 
  transform: translate(-50%, -50%); pointer-events: none;} 
.owl-nav owl-next { float: right; } 
 button.owl-next { float: right; }
.about-section{background: url(../images/patern.png);}
.about-section .txt { padding: 70px 0px;}
.col-lg-8.col-sm-8.col-xs-12.abt-ser-col { position: relative;  margin-top: -50px;   z-index: 1;}
.abt-img-txt { position: absolute;  background: rgb(0 0 0 / 33%); left: 0px;  top: 0px;  width: 100%;  height: 100%;
    display: flex;  align-items: flex-end; padding: 15px; color: #fff;  border: 3px solid transparent; 
     -webkit-transition: all .3s;  -moz-transition: all .3s;
    -o-transition: all .3s;   transition: all .3s; }
.abt-img { position: relative;}
.abt-img-txt p {text-transform: uppercase; font-size: 12px; font-weight: 200; letter-spacing: 1.2px;}
.fs-16 {font-size: 16px;}
.abt-img-txt a.link:hover {color: #fff;}
.abt-box:hover .abt-img-txt { border: 3px solid #FF9130;}
.abt-box .abt-img-txt > div { opacity: 0;  -webkit-transition: all .3s;  -moz-transition: all .3s;
    -o-transition: all .3s;   transition: all .3s;}
.abt-box:hover .abt-img-txt > div{ opacity: 1;}
.abt-img-txt .lni {font-size: 30px;}
.banner-txt {  min-height: 280px;}

.hero-slider.owl-carousel .owl-stage{display: flex;}
.hero-slider .item { display: flex; height: 100%;  align-items: center;   justify-content: center; }
.testimonails-slider.owl-carousel .owl-stage{display: flex;}
.testimonails-slider .item { display: flex;     height: 100%;}

 


/* owl */
.owl-dots button:before, .owl-dots button:after, 
.owl-dots button span:before, .owl-dots button span:after { display: none;}
.owl-dots { height: auto !important; width: 100%; text-align: center;padding-top:20px;  background: transparent !important;}
.owl-dots button {background-color: transparent;overflow: hidden;display: inline-block;min-width: auto !important;margin-right: 7px;width: 14px;height: 14px;border: 1px solid #fff !important;border-radius:100%;}
.owl-dots button.owl-dot.active {background: #707070;}
.owl-dots button{box-shadow:none !important; outline:none !important;}
.owl-nav button {width: 50px;min-width: auto;height: 50px;position: relative;overflow: hidden;color: #232633 !important;pointer-events: all;background: rgb(255 255 255 / 75%) !important;border-radius: 0px;line-height: 50px !important;}
.owl-nav button span {position: relative;z-index: 1;min-width: auto;} 
.owl-nav  .fa-angle-right:before {font-family: 'LineIcons' !important;content: "\ea62";}
.owl-nav .fa-angle-left:before {font-family: 'LineIcons' !important;content: "\ea60";} 
.owl-carousel .owl-item img {width: auto;}
.owl-dots button {border: 3px solid #A4A4A4 !important; background: transparent !important;}
.owl-dots .owl-dot.active {border-color: #ff9130 !important;}


.tcolor{color:#FF9130;}
.bg-light{background-color:#fdfdfd !important;} 
.bg-dark {background-color: #232633 !important;} 
.services-box-img { position: relative;  height: 355px;}
.br-0 {border-radius: 0px;}
.srbox-txt {  position: absolute;  left: 0px;  top: 0px;  width: 100%;  height: 100%;
    background: rgb(0 0 0 / 56%);  display: flex;  align-items: center;
    text-align: center;   justify-content: center;  color: rgb(217 217 217 / 64%) !important;    }
.srbox-txt h6 {color: rgb(255 255 255 / 77%);}
span.number { font-size: 55px;  display: block;    text-align: center;  -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;    line-height: 0.8;
    color: transparent;    background: transparent;  font-weight: 600;  margin-bottom: 20px;    }
.services-box .btn { background: #232633; } 
.services-box:hover .btn { background: #ff9130; } 
.services-box {  position: relative;z-index: 1;
    }
.srbox-txt a {color: rgb(217 217 217 / 64%) !important;padding: 15px 40px;
  display: inline-block;width: 100%;}

span.sr-bx.bx-left { border-top: 1px solid #ff9130; border-left: 1px solid #ff9130; } 
span.sr-bx { position: absolute; left: 0px; top: 0px; display: inline-block; width: 23px; 
  height: 23px; opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; 
  -o-transition: all .3s; transition: all .3s; } 
  span.sr-bx.bx-right { border-top: 1px solid #ff9130; border-right: 1px solid #ff9130; left: auto; 
    right: 0px; } 
.services-box:hover span.sr-bx { left: 15px; top: 15px; opacity: 1; } 
.services-box:hover span.sr-bx.bx-right { right: 15px; left: auto; }

/* why us */

.whyus-section{background: url(../images/whyus-img.jpg); padding-top: 150px;}
.box-list { list-style: none; padding: 30px 0px 20px 0px; }
.box-list li { padding-left: 100px; position: relative; min-height: 85px; margin-bottom: 32px; }
.list-icon { position: absolute; left: 0px; top: 0px; width: 85px; height: 85px; display: flex; 
    align-items: center; justify-content: center; text-align: center; background: #F5F5F5; 
    border: 1px solid #ff9130; } 
.box-list li h6 { color: #232633; margin-bottom: 8px; }
.whyus-txt { padding-left: 80px; }

.partnership-section{background: url(../images/patner-bg.jpg);}
.height-115{height: 115px;}
.partnership-section:before{ background: rgb(35 38 51 / 91%); }
.partnership-section .section-heading {letter-spacing: 0px;bottom: auto;top: 0px;}
.section-shape{background: url(../images/patern.png);}
.alternet-img.object-fit {height: 419px;position: relative;z-index: 1;overflow: hidden;} 
.alternet-img:before { width: 0; height: 0; border-style: solid; 
  border-width: 0 0 420px 556px; 
  border-color: transparent transparent rgb(255 145 48 / 28%) transparent; content: ""; 
  position: absolute; bottom: 0px; right: 0px; }
  
.img-bx-animation { width: 165px; height: 145px; position: absolute; right: -50px; bottom: -20px; } 
.img-bx-animation span {width: 100%;height: 5px;background: rgb(255 145 48 / 36%);display: inline-block;transform: rotate(-45deg);position: absolute;}
.img-bx-animation span:nth-child(3) { bottom: 43px; width: 49%; right: 50px; } 
.img-bx-animation span:nth-child(2) { bottom: 52px; width: 83%; right: 34px; } 
.img-bx-animation span:nth-child(1) { bottom: 63px; width: 100%; right: 31px; }
.partnership-section .container {padding-top: 56px;}
.time-icon { display: inline-block; width: 30px; height: 30px; background-position: -20px -17px; } 
.plane-icon { display: inline-block; width: 30px; height: 30px; background-position: -64px -19px; } 
.headphone-icon { display: inline-block; width: 35px; height: 31px; background-position: -115px -18px; }

.pb-115{padding-bottom:60px}

.testi-txt {padding: 10px 30px;margin-bottom: 30px;position: relative; min-height: 200px;}
.testimonails-slider .item {padding: 35px 15px;}
.testi-txt i.lni.lni-quotation { color: #FF9130; transform: rotate(180deg); font-size: 30px;}
.usr-img.object-fit {width: 60px; height: 60px; border-radius: 100%; display: inline-block; position: absolute; left: 0px; top: 0px;}
.usr-admin {font-weight: 600; position: relative; min-height: 60px; padding-left: 80px; display: flex; align-items: center;}
.usr-admin small { display: block; width: 100%;}
.usr-admin p {margin: 0px;}
.testi-txt:hover {background: #FF9130; color: #fff;}
.testi-txt:hover #show_test {
    color: #000;
}
.testi-txt:hover i { color: #fff !important;}

.testi-txt:before {content: "";width: 0;height: 0;border-style: solid;border-width: 10px 10px 0 10px;border-color: #ffffff transparent transparent transparent;position: absolute;bottom: -10px;} 
.testi-txt:hover:before { border-color: #ff9130 transparent transparent transparent; }
.text-light {color: #AFAFAF!important;}

.contact-section .section-heading,
.testimonials-section .section-heading{font-size: 130px;}
.counter-section .section-heading{font-size: 70px; bottom: 30px;}
.counter-txt-box {display: flex;align-items: center;justify-content: center;padding: 70px;color: #D8D8D8;}


.count-numb { display: inline-block; width: 100%; margin-top: 40px; } 
.cn-bx { display: inline-block; float: left; width: 25%; color: #D8D8D8; } 
.counter-number { width: 91px; height: 91px; text-align: center; border: 2px solid #FF9130; 
  border-radius: 100%; line-height: 91px; margin: auto auto 10px; } 
.counter-img.object-fit { height: 583px; }

.contact-section { padding: 115px 0px 70px; } form { display: inline-block; width: 100%; } 
.field .field-sm { float: left; width: 50%; padding: 0px 8px; } 
.field .field-sm:first-child { padding-left: 0px; } 
.field .field-sm:last-child { padding-right: 0px; } 
.cnt-form { padding-top: 40px; }
.cnt-section-img .alternet-img { width: 508px;  height: 463px;}
.cnt-section-img .alternet-img:before { border-width: 0 0 464px 510px;}
.patner-logo-bx { border: 1px solid rgb(229 229 229 / 93%); height: 109px; text-align: center; display: flex; align-items: center; 
  justify-content: center; margin-bottom: 15px; -webkit-transition: all .3s; 
  -moz-transition: all .3s; -o-transition: all .3s; 
  transition: all .3s; filter: gray; -webkit-filter: grayscale(1); 
  filter: grayscale(1); } 
.patner-logo-bx img { max-height: 70px; } 
.patner-logo-bx:hover { border: 1px solid rgb(255 145 48 / 93%); filter: none; -webkit-filter: none; filter: none; }


/* footer  */
.footer { padding-top: 70px;  color: rgb(216 216 216 / 69%);}
 .footer a { color: rgb(216 216 216 / 69%); } 
 .footer a:hover { color: #ff9130; } 
 .footer-widget h6 { padding-bottom: 10px; margin-bottom: 25px; } 
 .footer-widget h6:before {content: "";position: absolute;width: 43px;height: 1px;
 background: #FF9130;bottom: 0px;} 
 .footer-widget ul { list-style: none; padding: 0px; } 
 .footer-widget ul li { line-height: 24px; margin-bottom: 5px; } 
 .footer-widget ul li a { text-decoration: underline; } 
 .footer-widget address p { position: relative; padding-left: 20px; } 
 .footer-widget address p i { position: absolute; left: 0px; top: 4px; } 
 .copyright.border-top { border-top: 1px solid rgb(255 255 255 / 23%) !important; 
  margin-top: 50px; padding: 20px 0px; } 
 .copyright a { color: rgb(255 145 48 / 69%); } 

.back-to-top {    position: fixed;  bottom: 70px;  right: 30px; text-align: center; font-size: 16px; color: #000000; letter-spacing: .308px; z-index: 1111;
    display: inline-block !important;}
.back-to-top span { border-radius: 50%; border: 1px solid #FF9130;width: 42px;  height: 42px;  overflow: hidden;   display: inline-block;
 line-height: 42px;vertical-align: middle;  margin-left: 10px; letter-spacing: .308px; background:#FF9130; color:#fff;}
 



/* breadcrumb */
.inner-banner { min-height: 312px;}
.inner-banner:before {background: rgb(35 38 51 / 64%);} 
.inner-banner .heading-decoration {  position: relative;   margin-bottom: 14px;}
.inner-banner p { color: rgb(216 216 216 / 64%); } 
.inner-bnr-txt { max-width: 45%; } 
.inner-bnr-txt.w-100 { max-width: 100%;}
.inner-banner p:last-child{margin-bottom:0px;}
ul.breadcrumb{border-radius:0;margin:0;background:transparent;padding: 0px;display: inline-block;}
ul.breadcrumb a{ text-decoration:none;}
.breadcrumb li{text-transform:capitalize;transition:all .5s;display: inline-block;
  font-size: 15px;font-weight: 400;color: #D8D8D8;font-family: 'Oswald', sans-serif; text-transform: uppercase;}
.breadcrumb li:nth-last-child(1):after{display:none;}
ol.breadcrumb {background: transparent;color: #fff;padding: 0px;margin-bottom: 0;justify-content: center;}
.breadcrumb li a {color: #D8D8D8;}
.breadcrumb li a:hover {color: #FF9130;}
.breadcrumb-item.active {color: #fff;}
.breadcrumb-item+.breadcrumb-item::before {color: #fff;content: "\e90a";font-family: 'LineIcons' !important;     font-size: 11px;}

.breadcrumb li:after {content: "/";margin: 0px 4px 0px 8px;} 
.breadcrum { margin-bottom: 15px; } 



/* sevices page  */
.srpg-box{ box-shadow: 0px 3px 15px rgb(0 0 0 / 0%);
    -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s;
    transition: all .3s;    }
.srpg-box:hover {box-shadow: 0px 3px 15px rgb(0 0 0 / 9%);}
.srpg-img.object-fit{height: 200px;}
.srpg-txt {padding: 25px;}
.srpg-txt h2 a {color: #4051A3;}
.srpg-txt h2 a:hover {color: #FF9130;}
.mb-40{margin-bottom: 40px;}
.srpg-txt .link {text-decoration: none;}

.title-style-1 { color: #4051A3; border-left: 7px solid #FF9130; padding-left: 15px; } 
.single-img { margin: 20px 0px; } 
.left-bar h3, 
.left-bar h4, 
.left-bar h5 { font-size: 20px; margin-bottom: 15px; } 
.left-bar ul { list-style: none; padding: 0px; margin: 0px; } 
.left-bar ul li { position: relative; padding-left: 35px; margin-bottom: 10px; } 
.left-bar ul li:before { content: "\ea59"; font-family: LineIcons; font-weight: 600; position: absolute; left: 2px; color: #FF9130; font-size: 21px; top: 1px; line-height: normal; }


.sidebar-widget { padding: 40px 50px; box-shadow: 0px 3px 35px #0000001A; } 
.sidebar-widget.border-top { border-top: 5px solid #000; box-shadow: 0px 3px 35px #0000001A; } 
.sidebar-widget-title h6 {margin-bottom: 0px;} 
.sidebar-widget-title .heading-decoration { margin-bottom: 30px; } 
.sidebar-widget ul { list-style: none; padding: 0px; } 
.sidebar-widget ul li a { color: #D8D8D8; display: inline-block; width: 100%; padding: 5px 0px; } 
.sidebar-widget ul li a:hover { color: #FF9130; } 
.sidebar-widget ul li { border-bottom: 1px solid rgb(255 255 255 / 15%); } 
.srbar.sidebar { position: sticky; top: 100px; }
.border-top-5 {border-top: 5px solid #FF9130;}

.abt-box.abt-pg-bx .abt-img-txt > div { opacity: 1;}
.abt-pg2 {background: url(../images/patern.png);}
.abt-pg2 .alternet-img:before { border-width: 0 0 420px 460px;}
.abt-pg2:before {background: #F1F1F2; width: 75% !important; left: auto;  
  right: 0px;}
.pt-7{padding-top: 70px !important;} 

.agent-logo img { max-height: 54px; } 
.agent-logo-col { border-right: 1px solid rgb(93 93 93 / 17%); border-bottom: 1px solid rgb(93 93 93 / 17%); 
  padding: 35px; -webkit-transition: all .3s; -moz-transition: all .3s; 
  -o-transition: all .3s; transition: all .3s; } 
.text-blue { color: #4051A3; } 
.agent-logo-col:hover { box-shadow: 0px 3px 35px rgb(0 0 0 / 10%); }
.agent-txt h6 {line-height: 35px;}
.agent-txt {line-height: 28px; padding-right: 20px;}
.quick-links-section .agent-logo-col a{display: inline-block; width: 100%; padding: 35px;}
.mt--50 {margin-top: -50px;}
.about-section .alternet-img:before {border-width: 0 0 420px 460px;}
.request-form-pt-70 .contact-section { padding-top: 70px;}

/* news */

.article-img.object-fit { height: 327px; } 
.article-img.object-fit a {width: 100%;color: #fff;}
.article-info { position: absolute; left: 0px; bottom: 0px; width: 100%; z-index: 1; 
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, #3F3F3F7A 67%, #0000008C 100%) 0% 0% no-repeat padding-box; } 
 .article-date { display: inline-block; float: left; background: #FF9130; color: #fff; padding: 10px 18px; line-height: 1.41; font-size: 22px; font-weight: 600; } 
.article-date span { font-size: 14px; display: block; font-weight: 500; } 
.article-meta { width: auto; height: 70px; display: flex; align-items: center; 
    margin: 0px; } .article-meta ul { margin-bottom: 0px; padding: 0px 30px; } 
.article-meta ul li { font-size: 14px; font-weight: 500; margin-right: 15px; 
color: #fff;} 
.article-meta ul li span { font-size: 14px; vertical-align: middle; margin-right: 3px;
     font-weight: 400; } 
.article-meta ul li:last-child { margin-right: 0px; }
.article-content {padding: 30px 40px; box-shadow: 0px 3px 35px rgb(0 0 0 / 10%);}
.mb-30 {margin-bottom: 30px;}
.fs-20 {font-size: 20px;}

.pagination-bar{margin-top: 70px;}
.page-link:hover,
.page-item.active  .page-link{color: #fff;text-decoration: none;background-color: #FF9130;border-color: #FF9130;}
.pagination {justify-content: center;}
.page-link {color: #5D5D5D;  background: #F1F1F2;  border: none; box-shadow: none !important;
    padding: 12px 17px;    margin-right: 10px;   border-radius: 0px !important; }
.page-item:last-child .page-link { margin-right: 0px;}
.blog-single-pg .page-link { min-width: 115px;}
.blog-single-pg .page-link i {vertical-align: middle;}


.search-box {position: relative;}
.search-box .form-control { border-radius: 25px; padding-right: 140px;}
.search-box button { position: absolute; right: 0px; bottom: 0px;  min-width: auto; padding: 14px 30px;}
.bsidebar-widget.bg-light { background: #F1F1F2 !important; padding: 33px 38px;}
.bsidebar-widget { margin-bottom: 25px;}
.recent-post { list-style: none; padding: 0px; margin: 0px; } 
.recent-post li { display: inline-block; width: 100%; margin-bottom: 20px; } 
.recent-post li a { position: relative; display: inline-block; width: 100%; 
  padding-left: 95px; min-height: 80px; } 
.recent-post-img { width: 78px; height: 78px; position: absolute; left: 0px; top: 0px;    overflow: hidden; } 
.recent-post-img img { width: 100%; height: 100%; object-fit: cover; } 
.recent-post li h5 { margin-bottom: 10px; }

.card-box{ padding: 60px 40px; position: relative;}
.card-box.bg-dark:before {content: "";position: absolute;left: 0px;top: 0px;width: 100%;
height: 100%;background-image: url(../images/patern.png) !important; pointer-events: none;}
.fs-26 {font-size: 26px;}
.card-box.bg-dark a:hover { color: #fff;}

.card-box .main-title.pb-60 { margin-bottom: 30px; } 
.contact-pg .card-box:hover { background: #232633; } 
.contact-pg .card-box:hover h6 { color: #fff; } 
.contact-pg .card-box:hover a { color: #fff; }

.contact-pg  .card-box address i { margin-right: 15px; } 
.contact-pg .card-box address { font-size: 15px; font-weight: 500; } 
.contact-pg .card-box address a { color: #5D5D5D; } 
.contact-pg .card-box:hover p { color: #fff; }
.contact-pg .card-box a:hover { color: #FF9130;}

.airports-section{background: url(../images/airports-bg.jpg) !important;}


/* faq page */
.faq-page .card-header {padding: 0px;  background: transparent;}
.faq-page .card-header a { padding: 10px 45px 10px 25px;  display: inline-block;  width: 100%;  position: relative;}
.faq-page .card-header a i { position: absolute;  right: 10px;}
.faq-page .card { border: 0px;}
.faq-page .card-header h5 { font-size: 24px; font-weight: 500;}

.container-item { border-bottom: 1px solid #DBDBDB; padding: 70px 0px;}
.cntr-table{margin: 40px 0px 0px;}
table { margin-bottom: 30px; box-shadow: 0px 3px 35px rgb(0 0 0 / 10%); 
  border: 1px solid #FFFFFF; }
table thead tr th { color: #D8D8D8; font-size: 14px; font-weight: 500; 
  background: #232633; } 
table thead tr th, 
table tbody tr td { text-align: center; border: 1px solid #DBDBDB; padding: 13px 10px; } 
.services-slider {margin-bottom: -49px;}
.contact-pg .card-box address p { position: relative;  padding-left: 30px;}
.contact-pg .card-box address p i { position: absolute; left: 0px; top: 5px;}
.before-none:before{display:none !important;}
.artical-vd iframe {height: 327px; width: 100%;}


@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* container */

.container-left {
    padding-left: calc(50% - 570px);
}
 
@media (min-width: 767px){ 
.container { max-width: 100%;}
}


@media (min-width: 768px){
.container {max-width: 720px;}
}

@media (min-width: 992px){
.container {max-width: 960px;}

}
@media (min-width: 1200px){
.container {max-width: 1170px;  }
.container-fluid {padding-left: 15px;  padding-right: 15px;}

}

@media (min-width: 1680px){

/*.container-left > .row,*/
/*.container-right > .row {max-width: 1170px;}*/
.cnt-section-img .alternet-img { width: 100%;}

}