
/* CSS Document */

/* 
    Created on   : 23/05/2018.
    Theme Name   : Charles-Business-Consulting HTML Template.
    Version      : 1.0.
    Author       : @CreativeGigs.
    Developed by : Jubayer al hasan. (jubayer.hasan1991@gmail.com)
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Global stlye  */
/*   02 - Theme Title  */
/*   03 - Theme Pagination  */
/*   04 - Theme Header One */
/*   05 - Theme Header Two */
/*   06 - Theme menu One  */
/*   07 - Theme menu Two  */
/*   08 - Theme Main Banner  */
/*   09 - Top Feature  */
/*   10 - About Company  */
/*   11 - Feature Banner  */
/*   12 - Service Style One  */
/*   13 - Testimonial Slider  */
/*   14 - Our Team   */
/*   15 - Theme Counter  */
/*   16 - Free Consultation  */
/*   17 - Partner Slider  */
/*   18 - Theme footer one  */
/*   19 - Theme footer Two   */
/*   20 - CallOut Banner */
/*   21 - Our Solution  */
/*   22 - About Company Stye Two  */
/*   23 - Our Case  */
/*   24 - Faq Section  */
/*   25 - Why Choose us  */
/*   26 - Short Banner  */
/*   27 - Latest News  */
/*   28 - Google Map   */
/*   29 - Theme Inner Banner   */
/*   30 - Why WE Best   */
/*   31 - Core Values   */
/*   32 - Theme Sidebar One   */
/*   33 - Service Details   */
/*   34 - Project Details   */
/*   35 - Blog Sidebar   */
/*   36 - Blog Details   */
/*   37 - Contact Us   */
/*   38 - Compnay Branch Address   */
/*   39 - Shop Page   */



/**
* Importing necessary  Styles.
**/
/* @import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900|Source+Sans+Pro:300,400,600,700,900'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*----camera-slider---*/
@import url('../vendor/Camera-master/css/camera.css');
/*------- menu ------*/
@import url('../vendor/menu/dist/css/slimmenu.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*--------- flat-icon ---------*/
@import url('../fonts/icon/font/flaticon.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*----Language Switcher---*/
@import url('../vendor/language-switcher/polyglot-language-switcher.css');
/*------------- Map -------------*/
@import url('../vendor/sanzzy-map/dist/snazzy-info-window.min.css');



/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
  background: url(../images/1.gif);
  width: 64px;
  height: 40px;
  position: relative;
  top: 50%;
  margin: -20px auto 0 auto;
}

/*==================== Click Top ====================*/
.scroll-top {
  width:25px;
  height:25px;
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: none;
  cursor: pointer;
  border-radius: 3px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*______________________ Global stlye ___________________*/

 /* @font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), 
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), 
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), 
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); 
 }  */
 @font-face {
  font-family: 'NavalGroupSans';
  src: url('../fonts/NavalGroupSans-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NavalGroupSans';
  src: url('../fonts/NavalGroupSans-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

 body {
  padding-top: 60px !important; 
}
 body {
  font-family: 'NavalGroupSans', sans-serif;
  font-weight: normal;
  color:#555555;
  font-size: 18px;
  position: relative;
 }
 .nav-link{
     font-family: 'NavalGroupSans', sans-serif;
 }
 .main-page-wrapper {overflow-x:hidden;}
 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1, h2, h3, h4, h5, h6 {
  font-family: 'NavalGroupSans', sans-serif;
  color: #232323;
}
 h1 {font-size: 60px; font-weight: 900;line-height: 70px;}
 h2 {font-size: 38px; font-weight: 900;}
 h3 {font-size: 32px; font-weight: 700;}
 h4 {font-size: 24px; font-weight: 700;}
 h5 {font-size: 22px; font-weight: 700;}
 h6 {font-size: 20px; font-weight: normal;}
 p {line-height: 27px;}
 ul {list-style-type: none;}
 body a {
  text-decoration: none;
  color: #232323;
  display: inline-block;
  font-family: 'NavalGroupSans', sans-serif;
  font-size: 16px;
}
.text a {
  font-size: 24px;
}
a.newsbtn {
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
}
body p {
  text-decoration: none;
  font-size: 16px;
  font-family: 'NavalGroupSans', sans-serif;
}
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%; display: block;}
 button {border:none;outline: none;box-shadow: none;display: block; padding: 0;cursor: pointer;}
 button:focus {outline: none;}
 input,textarea {outline: none; box-shadow: none;transition: all 0.3s ease-in-out;}
.section-spacing {margin-bottom: 80px; margin-top: 80px;}
.m-top0 {margin-top: 0 !important;}
.m-bottom0 {margin-bottom: 0 !important;}
.p-bottm0 {padding-bottom: 0 !important;}
.no-border {border: none !important;}
/*--------------------- Transition --------------------*/
.tran3s,h2 a,h3 a,h4 a,h5 a,h6 a,.header-one .top-header .address-wrapper .quotes a,.header-one .theme-menu-wrapper .right-widget .social-icon li a,#mega-menu-holder ul.dropdown li a:before,.theme-button-one,
#theme-main-banner .camera_pag .camera_pag_ul li > span,.top-feature .main-content,.service-style-one .single-service .text,.service-style-one .single-service,
.owl-theme .owl-dots .owl-dot span,.our-team .team-member .overlay .hover-content ul li a,.our-team .team-member .overlay,.our-team .team-member .text,.theme-footer-two .top-footer .footer-list ul li a,
.theme-footer-one .top-footer .footer-list ul li a,.theme-footer-one .bottom-footer ul li a,.header-two .top-header .social-icon li a,.our-case .single-case-block .hover-content,
.our-case .single-case-block .hover-content .text .details,.accordion-one .panel-group .panel-heading a:before,.our-blog .single-blog .post-meta .read-more,.theme-footer-two .logo-widget .social-icon li a,
.core-values .single-value-block .image-box .overlay,.theme-sidebar-one .service-categories ul li a,.theme-pagination ul li a,.project-details .project-details-sidebar .social-icon li a,
.blog-sidebar .sidebar-categories ul li a,.blog-sidebar .sidebar-archives ul li a,.blog-sidebar .sidebar-tags ul li a,.blog-details .share-option  li a,.shop-page .single-product .product-name .price,
.shop-page .single-product .image-box,.shop-page .single-product .product-name .add-to-cart,.shop-page .single-product .product-name .add-to-cart a,.shop-details .product-review-tab .nav-tabs .nav-link {
  transition: all .3s ease-in-out;
}
.tran4s,.our-solution .single-solution-block .icon,.our-case .single-case-block .hover-content .text,.our-blog .single-blog .image-box img {
  transition: all .4s ease-in-out;
}
 /*----------------------- Theme Color File -------------------*/
.p-color,.header-one .top-header .address-wrapper .quotes a,.header-one .top-header .address-wrapper .address .icon,#theme-main-banner .camera_caption h1,
#theme-main-banner .camera_caption .theme-button-one,.top-feature .main-content:hover h4 a,.about-compnay .mission-goal li .icon,.service-style-one .single-service .text .read-more,
.service-style-one .single-service:hover .text h5 a,.service-style-one .contact-text h5,.service-style-one .contact-text h5 a,.our-team .team-member .overlay .hover-content ul li a:hover,
.theme-counter h6,.single-counter-box .number,.theme-footer-one .top-footer .footer-newsletter .theme-button-one,.header-two #mega-menu-holder>ul> li.active > a, .header-two #mega-menu-holder>ul> li:hover > a,
.header-two #mega-menu-holder>ul> li.active > .sub-toggle,.header-two #mega-menu-holder>ul> li:hover > .sub-toggle,.callout-banner .theme-button-one,.our-solution .single-solution-block:hover h5 a,
.faq-section .wrapper .img-box .play,.why-choose-us .single-block .icon,.why-choose-us .single-block:hover h5 a,.short-banner .overlay h2,.our-blog .single-blog .post-meta .read-more,
.our-blog .single-blog:hover .post-meta .title a,.why-we-best .wrapper .best-list-item li .icon,.why-we-best .wrapper .best-list-item li:hover h5 a,.core-values .single-value-block .image-box .overlay a,
.core-values .single-value-block:hover .text h5 a,.theme-sidebar-one .service-categories ul li a:hover,.theme-sidebar-one .service-categories ul li.active a,
.service-details .service-content .presentation-section .best-list-item li .icon,.project-details .project-details-sidebar .social-icon li a:hover,.blog-sidebar .sidebar-categories ul li a:hover,
.blog-sidebar .sidebar-recent-post li .post a:hover,.blog-sidebar .sidebar-archives ul li a:hover,.blog-details .share-option .tag-meta li a:hover,.blog-details .share-option .social-icon li a:hover,
.our-blog .comment-area .single-comment .comment a,.shop-page .single-product .product-name .price,.shop-page .single-product:hover .product-name h5 a,.shop-page .single-product .product-name .add-to-cart a,
.shop-details .product-details .product-info .price,.faq-page .panel-group .panel-heading h6 a:before {
  color:#001a57;
}
.p-bg-color,.scroll-top,.header-one .top-header .address-wrapper .quotes a:hover,.theme-menu-wrapper .right-widget .search-option form button,
#mega-menu-holder ul.dropdown li:hover>a:before,.theme-button-one,#theme-main-banner .camera_caption .theme-button-one:hover,.callout-banner.no-bg .theme-button-one,
#theme-main-banner .camera_pag .camera_pag_ul li.cameracurrent > span,#theme-main-banner .camera_pag .camera_pag_ul li:hover > span,.service-style-one .contact-text h5:before,
.testimonial-section .owl-theme .owl-dots .owl-dot.active span,.testimonial-section .owl-theme .owl-dots .owl-dot:hover span,#polyglotLanguageSwitcher ul.dropdown li:hover,
.our-case .single-case-block .hover-content .text .details:hover,.our-blog .single-blog .image-box .overlay .date,.core-values .single-value-block .image-box .overlay a:hover,
.theme-sidebar-one .sidebar-brochures ul,.theme-pagination ul li a:hover,.theme-pagination ul li.active a,.blog-sidebar .sidebar-tags ul li.active a,.blog-sidebar .sidebar-tags ul li a:hover  {
  background: #001a57;
}
.header-one .top-header .address-wrapper .quotes a,#theme-main-banner .camera_pag .camera_pag_ul li,.theme-pagination ul li a:hover,.theme-pagination ul li.active a,.blog-sidebar .sidebar-tags ul li.active a,
.blog-sidebar .sidebar-tags ul li a:hover,.shop-page .single-product:hover .image-box {
  border-style: solid;
  border-color:#001a57;
}
/*----------------- Theme button ------------------*/
body .theme-button-one {
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  padding: 0 35px;
}
body .theme-button-one:hover {background:#000f32; }
/*------------------- Theme Title ------------------*/
.theme-title-one {position: relative;text-align: center;}
.theme-title-one h2 {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 22px;
}
.theme-title-one h2:before {
  content: '';
  width: 40px;
  height: 4px;
  /* border-radius: 10px; */
  background: #E1051E;
  position: absolute;
  bottom: 0;
  left:0%;
  
}
/*.theme-title-one p {padding-top: 20px;}*/
/*------------------- Theme Pagination ------------------*/
.theme-pagination ul {padding-top: 40px;}
.theme-pagination ul li {display: inline-block;}
.theme-pagination ul li a {
  display: block;
  font-size: 16px;
  color: #232323;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #dadada;
}
.theme-pagination ul li a:hover,
.theme-pagination ul li.active a {color: #fff;}
.theme-pagination ul li.active a {cursor: default;}
/*--------------------------- Theme Header One  ---------------------*/
.header-one {position: relative;}
.header-one .top-header {background: #fff;padding: 40px 0 32px 0;}
.header-one .top-header .address-wrapper li {display: inline-block;vertical-align: middle;}
.header-one .top-header .address-wrapper .quotes a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 46px;
  padding: 0 27px;
  border-width: 2px;
  border-radius: 5px;
}
.header-one .top-header .address-wrapper .quotes a:hover {color: #fff;}
.header-one .top-header .address-wrapper .address {
  position: relative;
  padding: 0 38px 0 60px;
  margin-right: 15px;
}
.header-one .top-header .address-wrapper .address .icon {
  position: absolute;
  top:-6px;
  left:0;
  font-size: 40px;
}
.header-one .top-header .address-wrapper .address:first-child:before {
  content: '';
  position: absolute;
  top:5px;
  right: 0;
  width: 1px;
  height: 42px;
  background: #e8e8e8;
}
/* new */
.theme-title-one {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.theme-title-one10 h2:before {
    content: "";
    width: 15px;
    height: 24px;
    position: absolute;
    top: 38px;
    left: 13%;
    text-align: left;
    color: #061835;
    text-transform: capitalize;
    display: inline-block;
    background-color: red;
    clip-path: polygon(100% 0, 0 0%, 50% 50%);
    margin-right: 5px;
    vertical-align: middle;
}
.theme-title-one9 h2:before {
    content: "";
    width: 15px;
    height: 24px;
    position: absolute;
    top: 80px;
    left: 13%;
    text-align: left;
    color: #061835;
    text-transform: capitalize;
    display: inline-block;
    background-color: red;
    clip-path: polygon(100% 0, 0 0%, 50% 50%);
    margin-right: 5px;
    vertical-align: middle;
}
.theme-title-one8 h2:before {
    content: "";
    width: 15px;
    height: 24px;
    position: absolute;
    top: 56px;
    left: 13%;
    text-align: left;
    color: #061835;
    text-transform: capitalize;
    display: inline-block;
    background-color: red;
    clip-path: polygon(100% 0, 0 0%, 50% 50%);
    margin-right: 5px;
    vertical-align: middle;
}
/* new end  */
/* Devank start */
/*devank video*/

.fullscreen-banner {
  position: relative;
  overflow: hidden;
}

.homevideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Play / Pause Button */
.video-control {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;

  width: 48px;
  height: 48px;

  background: rgba(0, 0, 0, 0.45);
  border: 1px solid #fff;
  border-radius: 4px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  cursor: pointer;
}

/* COMMON ICON */
.video-control .icon {
  width: 16px;
  height: 16px;
  position: relative;
}

/* PAUSE ICON */
.video-control .pause::before,
.video-control .pause::after {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  background: #fff;
  border-radius: 1px;
}

.video-control .pause::before {
  left: 0;
}

.video-control .pause::after {
  right: 0;
}

/* PLAY ICON */
.video-control .play {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #fff;
}
/*video end*/
.mobilespace {
    padding-top: 0px !important;
}
.col-lg-6.col-md-12.col-sm-12.join-content {
    padding-left: 100px;
    padding-right: 50px;
}
.col-lg-6.col-md-12.col-sm-12.join-content.local {
    padding-left: 100px;
    padding-right: 50px;
}
.col-lg-6.col-md-12.col-sm-12.desginpad {
    padding-left: 40px;
    padding-right: 50px;
}
 .carpng img { width: 30%; filter: invert(1); }
.about-compnay.section-spacing.newsectioncont {
    margin-bottom: 0px !important;
}
h2.bodytitleh2.padt20.padnew {
    margin-bottom: 30px;
}
.hist{
    margin-bottom: 30px !important;
}
.padnew{
    padding-top: 0px !important;
}

.form-control{
    font-family: 'NavalGroupSans', sans-serif;
}
label {
    font-family: 'NavalGroupSans', sans-serif;
}
.about-compnay.section-spacing.abtsec {
    margin-bottom: 0px !important;
}
.design23 {
    padding: 80px 0px !important;
    background: #fff !important;}
.ArrowControl__ArrowControlContainer-sc-ps7sz3-0.iYylku.es-carousel-arrow-control.es-carousel-arrow-control-left{
    position: absolute;
    left: -58px;
}
.ArrowControl__ArrowControlContainer-sc-ps7sz3-0.iYylku.es-carousel-arrow-control.es-carousel-arrow-control-right {
    position: absolute;
    right: -58px;
}
.breadcrumb span {
        color: #1f4492;
    font-weight: 500;
        font-family: 'NavalGroupSans', sans-serif;
    font-size: 16px;
    padding-left: 10px;
}
h5.news a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.verve {
    color: #fff;
}
form#contactApplicationForm {
    font-family: 'NavalGroupSans', sans-serif;
}

.design8 {
    background: url(../images/home/design.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
   
    width: 100%;
    height: 84vh;
}
.local1 {
    background: url(../images/home/local.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
   
    width: 100%;
    height: 84vh;
}
.quality1 {
    background: url(../images/home/quality.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
   
    width: 100%;
    height: 84vh;
}
.repair1 {
    background: url(../images/home/repairnew.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
   
    width: 100%;
    height: 84vh;
}
.supply1 {
    background: url(../images/home/supplynew.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
   
    width: 100%;
    height: 84vh;
}
.spaceh2 {
    padding-bottom: 0px !important;
}
.expetise{
   background: url(../images/home/news.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    background-position: left bottom !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 84vh;
}
.about-us {
    background: url(../images/home/about-new.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    background-position: left bottom !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 84vh;
}
.title-triangle::before {
    content: "";
    position: absolute;
        top: -29px;
    left: 6px !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 11px solid transparent;
    border-top: 18px solid #E1051E;
    text-align: left;
    color: #061835;
    text-transform: capitalize;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: red;
    clip-path: polygon(100% 0, 0 0%, 50% 50%);
    margin-right: 5px;
    vertical-align: middle;
    width: 15px !important;
    height: 24px;
}
.logoimg.sticky-logo {
    
    width: auto !important;
}

.row.newrow.expe {
    box-shadow: 4px 4px 15px rgba(31, 68, 146, 0.3) !important;
    border: solid;
    border-width: 03px 1px 1px 1px;
    border-color: #d2dae900;
    position: relative;
    border-top: 4px solid #002D72;
}
.single-service.team1 {
    height: auto !important;
}
.service-style-one.design.team.newte
 {
    padding-top: 5px !important;
}
span.captchbg {
    font-weight: 900;
     background-image: url('../careers/uploads/captcha-bg.png'); /* Replace with your actual image path */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; /* Optional: keeps the background fixed on scroll */
    font-size: 25px;
    padding: 5px;
}
.theme-title-one6 h2:before
 {
    content: "";
    width: 15px;
    height: 24px;
    position: absolute;
    top: -25px;
    left: 1%;
    text-align: left;
    color: #061835;
    text-transform: capitalize;
    display: inline-block;
    background-color: red;
    clip-path: polygon(100% 0, 0 0%, 50% 50%);
    margin-right: 5px;
    vertical-align: middle;
}
div#jobResults {
    width: 100%;
    margin-top: 40px !important;
}
h2.bodytitleh2.job.con123 {
    margin-bottom: 40px;
    margin-top: 60px;
}
.about-company.design2 {
    padding-bottom: 80px;
}
input.btn.btn-dark.mt-3 {
    margin-top: 15px;
    box-shadow: rgba(31, 68, 146, 0.3) 0px 4px 8px;
    color: rgb(255, 255, 255) !important;
    background: rgb(31, 68, 146);
    padding: 8px 22px;
    border: 0px;
    border-radius: 0px !important;
}
a.newa.conmail
 {
    color: #1f4493;
    font-weight: 600;
    font-size: 27px !important;
}
/* slider corporate info  */

/* end slider  */

/* social start */
.infotext {
  padding-top: 0px !important;
}
.theme-title-one3 h2:before {
  content: "";
  width: 15px;
  height: 24px;
  position: absolute;
  top: -20px;
  left: 2%;
  text-align: left;
  color: #061835;
  text-transform: capitalize;
  display: inline-block;
  background-color: red;
  clip-path: polygon(100% 0, 0 0%, 50% 50%);
  margin-right: 5px;
  vertical-align: middle;
}



.single-service.tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: #00000000;
  background-size: contain;
  opacity: 1;
  z-index: -1;
}
.single-service.team::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: #00000000;
  background-size: contain;
  opacity: 1;
  z-index: -1;
}
.single-service.team1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: #00000000;
  background-size: contain;
  opacity: 1;
  z-index: -1;
}
p.bannertext.bannerp {
  /* font-family: "Inter", sans-serif; */
  font-family: 'NavalGroupSans', sans-serif;
}
.img-box1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-content: stretch;
  color: #fff;
  align-items: center;
}
.follow1 {
  padding: 20px;
  background: #e1051e;
  border-radius: 10px;
  margin-bottom: 25px;
}
.follow2 {
  padding: 20px;
  background: #1877F2;
  border-radius: 10px;
}
.follow3 {
  padding: 20px;
  background: #000000;
  border-radius: 10px;
}
.follow4 {
  padding: 20px;
  background: #0077B5;
  border-radius: 10px;
}
p.socialp {
  margin-bottom: 0px !important;
  padding-left: 20px;
  font-family: 'NavalGroupSans', sans-serif;
}
p.socialp1 {
  margin-bottom: 0px;
  /* padding-left: 138px; */
  position: absolute;
  right: 32px;
  font-family: 'NavalGroupSans', sans-serif;
}

/* social end */
/* header new  */
.logo a {
  padding: 13px 0px 0px 0px !important;
}
img.logoimg {
  width: 70%;
  padding: 10px 0px 15px 0px;
}
ul.clearfix {
  display: flex;
 
}
li.active a {
  border: solid;
  border-width: 0px 0px 3px 0px;
  font-weight: bold;
  border-color: #E1051E;
}
.clearfix li {
  padding: 25px 0px 15px 30px;
  /* align-items: center; */
  color: #1F4492 !important;
}
.logo.float-left {
  width: 15% !important;
}
/* header new end */

/* banner start  */
h1.bannertitle {
  text-align: justify;
  color: #fff;
  padding-bottom: 20px;
  font-size: 54px !important;
}
p.bannertext {
  text-align: left;
  font-size: 16px !important;
}
h3{
  font-size: 38px !important; /* Or any size you prefer */
 
}
h4, h5{
  font-size: 24px !important;
}

/* banner end  */
/* body text css  */
h2.bodytitleh2 {
  text-align: left;
  color: #061835;
  text-transform: capitalize;
  font-size : 40px !important;
}
p.bodytext {
  text-align: left;
  color: #282828;
  font-size: 16px;
}
p.text2 {
  padding-top: 0px;
}

/* body text css end  */
/* expertise start */
.single-service {
  height: auto;

  
  border: solid;
  border-width: 03px 1px 1px 1px;
  border-color: #D2DAE9;
  position: relative;
  border-top: 4px solid #002D72;
 
}


a.read-more {
  background: #1F4492;
  color: #fff !important;
  padding: 8px 22px;
  margin-top: 15px;
  box-shadow: 0 4px 8px rgba(31, 68, 146, 0.3);
}
/* expertise end  */
/* news start */
h5.news {

  font-size: 20px;
}
.news1::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 15%;
    background: url(../images/home/Vector.png) no-repeat bottom right;
    background-size: contain;
    opacity: 1;
    z-index: 1;
}
.news1 {
  height: 328px;
  background: #fff !important;
  border: solid;
  border-width: 03px 1px 1px 1px;
  border-color: #D2DAE9;
  position: relative;
  border-top: 4px solid #e1051e;
  background: #fff;
  padding: 20px;
}
.news img {
  padding-bottom: 20px;
}
.newsbtn {
  background: #1F4492;
  color: #fff !important;
  padding: 4px 38px;
  margin-top: 42px;
  box-shadow: 0 4px 8px rgba(31, 68, 146, 0.3);
  width: 87%;
  text-align: center;
  position: absolute;
  top: 196px;
}
/* news end  */
/* join us start */
.joinbtn {
  background: #e1051e;
  color: #fff !important;
  padding: 8px 22px;
  margin-top: 15px;
  /* box-shadow: 0 4px 8px rgba(31, 68, 146, 0.3); */
  box-shadow: 0 8px 20px rgba(225, 5, 30, 0.4);
  float: left;
}
a.btn.btn-red {
  width: 30%;
  background: #E1051E;
  border-radius: 0px !important;
  color: #fff;
  box-shadow: 0 4px 10px rgba(225, 5, 30, 0.5) !important;
  float: left !important;
}
.join-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.join-title {
  color: #001f3f; /* Dark navy blue */
  font-weight: 700;
  margin-bottom: 15px;
}
.join-text {
  color: #666;
  margin-bottom: 20px;
}
.btn-red {
  background-color: #e60012;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 0;
}
.btn-red:hover {
  background-color: #c4000f;
}
.col-md-5.join-content {
  padding-left: 100px;
  padding-right: 50px;
}
.vision{
  padding-left: 100px !important;
  padding-right: 50px !important;
}


/* join us end  */

/* about us page  */
.nav-link:hover {
  font-weight: 600 !important;
  color: #ffffff !important;
  background: #1e428e;
  border-radius: 0px !important;
}
.timeline-nav {
  border: none !important;
}
/*p.bodytext.text.tabtextendp::before {*/
/*  content: '';*/
/*  width: 40px;*/
/*  height: 4px;*/
/*  border-radius: 10px;*/
/*  background: #E1051E;*/
/*  position: absolute;*/
/*  bottom: 152px;*/
/*  left: 558px;*/
/*}*/

p.bodytext.text.tabtextendp {
    display: inline-block;     /* shrink-wrap the content */
    position: relative;
          /* room for the red line + space */
}

p.bodytext.text.tabtextendp::after {
    content: '';
    display: block;
    width: 40px;               /* fixed width */
    height: 4px;
    margin-top: 15px;          /* 30px below text */
    border-radius: 10px;
    background: #E1051E;
    
    margin-right: auto;        /* centers the line */
}
.tabtext h5 a {
    padding-bottom: 15px !important;
}

p.bodytext.text.tabtextp {
  padding-top: 20px !important;
}
.tabtext a {
  font-weight: 600;
  color: #1e428e;
}
.text.tabtext {
  /* padding: 50px 50px 50px 50px; */
  align-content: center;
  width: auto !important;
      padding-right: 40px;
}
.single-service.tab {
  margin-top: 20px;
  margin-bottom: 70px;
  height: auto !important;
  display: flex;
  padding: 30px;
}
.img-box.tabimg {
  padding: 30px 31px 30px 30px;
      width: 50%;
}
.nav-link.active {
  background: #1F4492 !important;
  border-radius: 0px !important;
  color: #fff !important;
  font-weight: 600; 
}
.nav-link {
  color: #1f4492 !important;
  font-weight: 600 !important;
  border-radius: 0px !important;
  padding: 10px 22px 10px 22px !important;
}
.theme-title-one.theme-title-one1.mission-image {
  position: absolute;
  top: 70px;
  left: -100px !important;
  z-index: -1;
}

.single-service::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: url(../images/home/Vector.png) no-repeat bottom right;
  background-size: contain;
  opacity: 1;
  z-index: -1;
}
.service-style-one.section-spacing.newsect2 {
  margin-top: 40px !important;
}
ul.teamul {
  padding-left: 20px;
  padding-top: 10px;
  list-style: disc;
  color: #000 !important; 
  font-family: 'NavalGroupSans', sans-serif;
}
.teamul li::marker {
  color: #e1051e;
}
.service-style-one.section-spacing.team {
  margin-bottom: 0px !important;
}
.team1 h5 {
  margin-bottom: 0px !important;
}
p.bodytext.text.team1 {
  color: #1f4492;
  margin-bottom: 5px;
}
.col-xl-6.col-md-12.col-12.desginpad1 {
  padding-left: 100px;
  padding-right: 20px;
  padding-top: 0px;
}
.form-control:focus {
    color: #000000;
    background-color: #fff;
    /* border-color: #80bdff; */
    outline: 0;
    box-shadow: none;
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border: 0px !important;
    background: #1F4492 !important;
    color: #fff !important;
    padding: 8px 22px !important;
    margin-top: 30px !important;
    box-shadow: 0 4px 8px rgba(31, 68, 146, 0.3);
    border-radius: 0px !important;
    font-family: 'NavalGroupSans', sans-serif !important;
   
}
.btn-primary:hover {
    color: #fff;
    background-color: #007bff;
    border: 0px !important;
    background: #1F4492 !important;
    color: #fff !important;
    padding: 8px 22px !important;
    margin-top: 30px !important;
    box-shadow: 0 4px 8px rgba(31, 68, 146, 0.3);
    border-radius: 0px !important;
    transition: none !important;
}
.single-service.team1 {
    border-top: 0px;
    background: #fff !important;
    box-shadow: 4px 4px 15px rgba(31, 68, 146, 0.3) !important;
    display: flex
;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.col-xl-6.col-md-12.col-12.desginpad3 {
  padding-right: 100px;
  padding-left: 20px;
}
.single-service.team1 {
  height: auto;
}
.text.team1.align-items-center {
  padding: 20px !important;
}
.single-service.team1 {
  padding-left: 0px !important;
  padding-top: 0px !important;
}
.team img {
  border-radius: 0px !important;
}
.text.align-items-center {
  padding-top: 58px !important;
}
.single-service.team:hover {
  box-sizing: none !important;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 0%) !important;
}
.single-service.team {
  height: 250px;
  border: 0px !important;
  
  position: relative;
  
}
.col-md-6.join-content {
  padding-left: 100px;
  padding-right: 50px;
}
.img-box.team {
  left: 0px !important;
}
.single-service.team {
  padding-top: 0px !important;
}
p.bodytext.text {
  padding: 0px !important;
}
.container-fluid.imageabt {
  position: relative;
  bottom: 260px;
  z-index: -1;
}

.service-style-one.section-spacing-1 {
    margin-bottom: 60px;
}
h5.carhead {
    padding-top: 30px;
    text-align: center;
    color: #fff;
}
.carr img {
  display: block;
  margin: 0 auto;
  
}
.clearfix li a:hover {
    border: solid;
    border-width: 0px 0px 3px 0px;
   
    border-color: #E1051E;
    /* color: #000000 !important; */
}
.carr {
  background: #1f4492 !important;
  border: solid;
  border-width: 03px 1px 1px 1px;
  border-color: #D2DAE9;
  position: relative;
  border-top: 1px solid #d2dae9;
  background: #fff;
  padding: 30px;
      height: 244px !important;
  margin-right: 10px;
  margin-left: 10px;
}
.container-fluid.join-section.section-spacing.customspace.newspace43 {
    margin-top: 60px;
}
.about-compnay.design.newdes.newdk {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.fstimg1 {
  padding-top: 40px;
}
.col-xl-6.col-md-12.col-12.desginpad {
  padding-right: 88px;
  padding-left: 20px;
}

.container-fluid.join-section.section-spacing.customspace {
  margin-top: 20px;
}
.scrollable-content {
  max-height: 1000px;
  overflow-y: auto;
  padding-right: 10px; /* Avoid text being too close to scrollbar */
}

/* Optional: Style scrollbar to look cleaner */
.scrollable-content::-webkit-scrollbar {
  width: 6px;
}
.scrollable-content::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}

.theme-title-one2 h2:before {
  content: '';
  width: 40px;
  height: 4px;
  /* border-radius: 10px; */
  background: #E1051E;
  position: absolute;
  /* bottom: 0px; */
  top: 24px;
  left: 3%;
  text-align: left;
  color: #061835;
  text-transform: capitalize;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: red;
  clip-path: polygon(100% 0, 0 0%, 50% 50%);
  margin-right: 5px;
  vertical-align: middle;
  width: 15px;
  height: 24px;
}
h2.bodytitleh2.abtewhite {
  color: #fff !important;
  float: left;
}
p.bodytext.text3.abtwhite {
  color: #fff;
}
.service-style-one.section-spacing.customspace.team.padt10 {
  padding-top: 0px;
}
.col-md-6.mission-text {
  padding-left: 100px;
  padding-right: 50px;
}
.mission-section {
  display: flex;
  align-items: stretch;
}
.mission-text {
  background-color: #0d47a1;
  color: #ffffff;
  padding: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mission-text h2 {
  position: relative;
  display: inline-block;
}

.mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image fills space neatly */
}
.single-service.tab {
  /* border: 0px; */
  box-shadow: 4px 4px 15px rgba(31, 68, 146, 0.3) !important;
  border: solid;
  border-width: 03px 1px 1px 1px;
  border-color: #d2dae900;
  position: relative;
  border-top: 4px solid #002D72;
}
.text a {
    font-size: 24px;
    font-family: 'NavalGroupSans', sans-serif;
    font-weight: 600;
    color: #000;
}
.text h5 {
    font-size: 24px;
    font-family: 'NavalGroupSans', sans-serif;
    font-weight: 600;
    color: #000;
}
a.newsbtn {
  background: #1F4492;
  color: #fff !important;
  padding: 8px 22px;
  margin-top: 40px;
  box-shadow: 0 4px 8px rgba(31, 68, 146, 0.3);
  font-size: 14px;
}
.pdf-iframe{
  width: 100%;
  height: 800px;
  background: white; border: none;
}









/* about us end  */
/* footer start */
footer.theme-footer-one {
  padding: 0px 0px !important;
}
p.foottext {
  padding-top: 30px;
  color: #fff !important;
}
ul.footul {
  padding-left: 0px !important;
  text-align: left;
}
.about-widget {
  padding-right: 16px !important;
}
.footer-list {
  padding-left: 30px;
}
a.theme-button-one {
    background: #e1051e;
    border-radius: 0px !important;
    box-shadow: 0 4px 10px rgba(225, 5, 30, 0.5) !important;
    float: left;
    font-family: 'NavalGroupSans', sans-serif;
}
a.theme-button-one:hover {
  background: #e1051e;
  border-radius: 0px !important;
  box-shadow: 0 4px 10px rgba(225, 5, 30, 0.5) !important;
}
.footer-contact p {
  font-family: 'NavalGroupSans', sans-serif;
  text-align: left;
}
.socialfoot {
    float: left;
}
.footer-contact a {
  font-family: 'NavalGroupSans', sans-serif;
}
/* footer end  */
.theme-title-one1 h2:before {
  content: '';
  width: 40px;
  height: 4px;
  /* border-radius: 10px; */
  background: #E1051E;
  position: absolute;
  bottom: 62px;
  left: 0%;
  text-align: left;
  color: #061835;
  text-transform: capitalize;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: red;
  clip-path: polygon(100% 0, 0 0%, 50% 50%);
  margin-right: 5px;
  vertical-align: middle;
  width: 15px;
  height: 24px;
}
.service-style-one.section-spacing.team {
  padding-top: 150px;
}
.social-icons {
  display: flex;
}
.social-iconss {
    display: flex
;
}
.social-iconss a i {
    color: #697386;
    font-size: 16px; /* Reduced from 26px */
}
.top-bar-links a.active, .top-bar-links a:hover {
    /* color: #ffffff !important; */
    border: solid;
    border-width: 0px 0px 3px 0px;
      
    border-color: #E1051E;
    color: #697386 !important;
}
.social-iconss a {
    display: inline-block;
    /* margin: 5px; */
    /* color: #1f4492; */
    font-size: 20px;
    /* border: 2px solid #1f4492; */
    border-radius: 50%;
    width: 42px;
    height: 40px;
    display: flex
;
    align-items: center;
    text-decoration: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    margin-right: 0px;
}
.social-icons a {
  display: inline-block;
  /* margin: 5px; */
  color: #1f4492;
  font-size: 20px;
  border: 2px solid #1f4492;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex
;
  align-items: center;
  text-decoration: none;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin-right: 16px;
}
.share-download-box p {
  color: #e1051e;
}
p.sidedownload {
  margin-top: 25px;
}
a.read-more.applybtn {
  padding: 8px 81px;
}
p.bodytext.carp1 {
  padding: 0px;
  margin: 0px;
}
.about-compnay.design2 {
  padding-bottom: 80px;
}
p.bodytext.text.team1.cartech {
  color: #000;
}
.newdes {
  padding-bottom: 0px !important;
}
.theme-title-one4 h2 {
  padding-bottom: 20px;
}
.theme-title-one4 h2:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 1%;
  display: inline-block;
  width: 15px;
  height: 24px;
  background-color: red;
  clip-path: polygon(100% 0, 0 0%, 50% 50%);
  margin-right: 5px;
  vertical-align: middle;
}

ul.teamul {
  text-align: left;
  line-height: 30px;

}
.cardiv {
  padding-top: 50px;
}
.navigate-box p {
  color: #e1051e !important;
  margin-top: 30px;
}
a.nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #1f4492;
  text-decoration: none;
  color: #1f4492;
  font-size: 18px;
  margin-right: 10px;

}
.nav-buttons {
  display: flex;
  /* margin-right: 10px !important; */
}
.download-section i.fa-solid.fa-arrow-down {
  color: #1f4492;
  text-decoration: underline;
  margin-bottom: 10px;
  text-underline-offset: 4px;
}
.download-section a {
  color: #1f4492;
}
.navigate-box {
  position: absolute;
  bottom: 0px;
}
/* global presence  */
.map-section {
  position: relative;
}
.theme-title-one {
        position: relative;
    }
    a.read-more.carbtn {
      margin-right: 56px;
      padding: 8px 50px;
  }
  .section-spacing.carsec {
    padding-top: 80px;
}
.section-spacing.carsec2 {
  padding-bottom: 80px;
}
   
    .tooltip {
      position: absolute;
      background-color: #fff;
      color: #000;
      padding: 10px;
      border: 1px solid #ddd;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      width: 280px;
      top: -80px;
      left: -130px;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease-in-out, visibility 0.3s;
      font-family: 'NavalGroupSans', sans-serif !important;
      padding: 30px;
  }

  .map-icon1:hover .tooltip {
      opacity: 1;
      visibility: visible;
  }

  .tooltip:hover {
      opacity: 1;
      visibility: visible;
  }
.map-icon1 {
  position: absolute;
  width: 30px;  /* Icon Size */
  height: 30px;
  background: url('../images/contact/conicon.png') no-repeat center/contain; /* Custom Icon */
  cursor: pointer;
  transform: translate(-50%, -50%);
}


.map-icon {
  position: absolute;
  width: 30px;  /* Icon Size */
  height: 30px;
  background: url('../images/home/location-icon.png') no-repeat center/contain; /* Custom Icon */
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.map-icon::after {
  content: attr(data-country);
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.map-icon:hover::after {
  opacity: 1;
  visibility: visible;
}
.single-service.presence {
  padding: 20px 20px !important;
  position: unset !important;
}
.single-service.presence {
  height: 100% !important;
}
.presence::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: #00000000;
  background-size: contain;
  opacity: 1;
  z-index: -1;
}
.single-service.presence {
  display: flex;
  flex-direction: column;
  align-items: center;

  box-shadow: 4px 4px 15px rgba(31, 68, 146, 0.3) !important;
}
.presence2 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}
.presence2 h5 {
  margin-bottom: 0px !important;
  margin-right: 20px;
}
/* global presence end  */

/* news start */
.img-box.news12 {
  position: unset !important;
  line-height: 0;
}
.single-service.team1.news {
  display: flex;
  
}
.single-service.team1.news {
  padding-bottom: 0px !important;
}
.img-box.news12 img {
  border-radius: 0px !important;
  padding-bottom: 0px !important;
}

.img-box.news12 {
  width: 100% !important;
}
p.bodytext.newp {
  padding-top: 12px;
}

/* .news123 a:not(.newa) {
  text-underline-offset: 10px;
  background-image: linear-gradient(rgb(225 5 30), rgb(225 5 30));
  background-size: 19% 4px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 14px;
} */

.design1 {
  padding-top: 100px !important;
}
.new {
  height: auto !important;
  overflow: hidden;
}
p.bodytext.newp {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
}
p.bodytext.newp1 {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 10px !important;
}
a.newa {
  font-size: 16px;
  font-family: 'NavalGroupSans', sans-serif;
  font-weight: 400;
  color: #000000;
}
.newcol {
  padding: 0px !important;
}
.text.team1.news123 {
  padding: 20px;
}
.newblank {
  padding: 160px 0px !important;
}
.newrow {
  box-shadow: 4px 4px 15px rgba(31, 68, 146, 0.3) !important;
  margin-bottom: 30px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.design img {
  border-radius: 0px !important;
}
.home img {
  border-radius: 0px !important;
}
.new54 {
  padding-top: 50px;
}
.design {
  padding: 80px 0px !important;
  background: #dadadc !important;
}
/* news end  */
/* contact start  */
.single-service.con {
  margin-bottom: 40px !important;
}

.text.context {
  padding: 25px;
}
h2.bodytitleh2.conh2 {
  margin-bottom: 40px;
}
/* contact end  */
.theme-title-one7 h2:before {
    content: "";
    width: 15px;
    height: 24px;
    position: absolute;
    top: 20px;
    left: 2%;
    text-align: left;
    color: #061835;
    text-transform: capitalize;
    display: inline-block;
    background-color: red;
    clip-path: polygon(100% 0, 0 0%, 50% 50%);
    margin-right: 5px;
    vertical-align: middle;
}
.bcod {
    color: #697386 !important;
    font-size: 27px !important;
    line-height: 36px;
        padding-top: 0px !important;
}
/* devank end */
.header-one .top-header .address-wrapper .address:first-child {margin-right: 35px;}
/*--------------------------- Theme Header Two  ---------------------*/
.header-two .top-header {background: #000f32;padding: 12px 0;}
.header-two .top-header .left-widget li {display: inline-block;color: #fff;font-size: 16px;}
#polyglotLanguageSwitcher {margin-left:25px;}
#polyglotLanguageSwitcher span.trigger:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  color:#fff;
  top:0;
  right:-32px;
}
#polyglotLanguageSwitcher a {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-size: 15px;
  color:#fff;
  font-weight: normal;
}
.header-two .top-header .social-icon {text-align: right;}
.header-two .top-header .social-icon li {display: inline-block;margin-left: 15px;}
.header-two .top-header .social-icon li a {font-size: 15px;color: #ccd1dd;}
.header-two .top-header .social-icon li a:hover {color: #fff;}
/*------------------------ Theme menu One --------------------*/
.header-one .theme-menu-wrapper {position: relative;z-index: 99;margin-bottom: -42px;}
.header-one .theme-menu-wrapper .bg-wrapper {background: #000f32;position: relative;padding-left: 25px;}
.theme-menu-wrapper .right-widget ul li {display: inline-block;line-height: 75px;vertical-align: middle;}
.theme-menu-wrapper .right-widget .social-icon li a {
  font-size: 15px;
  color: #ccd1dd;
  margin: 0 7px;
}
.theme-menu-wrapper .right-widget .social-icon li a:hover {color: #fff;}
.theme-menu-wrapper .right-widget .cart-icon {
  margin-left: 30px;
  width: 60px;
  text-align: center;
  border-right: 1px solid #0d2356;
  border-left: 1px solid #0d2356;
}
.theme-menu-wrapper .right-widget .cart-icon a {
  position: relative;
  color: #cfd6e6;
  font-size: 16px;
}
.theme-menu-wrapper .right-widget .cart-icon a span {
  font-family: 'Nunito Sans', sans-serif;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  line-height: 15px;
  font-size: 11px;
  font-weight: 600;
  color: #555555;
  top: 23px;
  right: -8px;
}
.theme-menu-wrapper .right-widget .search-option .dropdown-toggle {
  background: transparent;
  font-size: 15px;
  color: #cfd6e6;
  width: 55px;
}
.theme-menu-wrapper .right-widget .search-option .dropdown-toggle:after {display: none;}
.theme-menu-wrapper .right-widget .search-option .dropdown-menu {
  -webkit-transform:none !important;
          transform:none !important;
  position: absolute;
  height:55px;
  width:280px;
  padding: 5px;
  border-radius: 0;
  right: 0 !important;
  left:auto !important;
  top:100% !important;
  box-shadow: none;
  border:none;
  float:none;
  margin:0;
  background: #fff;
  box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.23);
}
.theme-menu-wrapper .right-widget .search-option form input {
  position: absolute;
  top:5px;
  left:5px;
  right: 5px;
  bottom: 5px;
  background: transparent;
  border:1px solid #ececec;
  padding: 0 49px 0 10px;
}
.theme-menu-wrapper .right-widget .search-option form button {
  display: block;
  width:48px;
  color:#fff;
  border:1px solid #fff;
  border-left:none;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top:4px;
  right:5px;
}
/*------------------------ Theme menu Two --------------------*/
.header-two #mega-menu-holder>ul> li> a,.header-two #mega-menu-holder li .sub-toggle,
.header-two #mega-menu-holder>ul> li> a:before {color: #555555;}
.header-two #mega-menu-holder>ul> li> a {padding-top: 38px;padding-bottom: 38px;}
.header-two #mega-menu-holder>ul> li> a:before,
.header-two #mega-menu-holder li .sub-toggle {line-height: 97px;}
.header-two #mega-menu-holder li>ul.dropdown li:first-child {border-top:1px solid rgba(0,0,0,0.04);}
.header-two .theme-menu-wrapper .bg-wrapper {position: relative;padding-left: 330px;}
.header-two .theme-menu-wrapper .bg-wrapper .logo {
  position: absolute;
  left:0;
  z-index: 99;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.header-two .theme-menu-wrapper .right-widget ul li {line-height: 97px;}
.header-two .theme-menu-wrapper .right-widget .search-option .dropdown-toggle {width: auto;color: #555555;}
.header-two .theme-menu-wrapper .right-widget .cart-icon {
  border: none;
  width: auto;
  margin: 0 20px 0 0;
}
.header-two .theme-menu-wrapper .right-widget .cart-icon a {color: #555555;font-size: 18px;}
.header-two .theme-menu-wrapper .right-widget .cart-icon a span {
  background: #000f32;
  color: #fff;
  top:35px;
}
/*================= Sticky Menu ===============*/
@-webkit-keyframes menu_sticky {
  0%  {margin-top:-75px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
@keyframes menu_sticky {
  0%  {margin-top:-75px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.theme-menu-wrapper.fixed {
  position: fixed !important;
  width:100%;
  top:0;
  left:0;
  z-index: 999;
  background: #000f32;
  margin: 0;
  padding-top: 0;
  box-shadow: 0px 13px 35px -12px rgba(35,35,35,0.15);
  -webkit-animation: menu_sticky 0.7s ease-in-out;
  animation: menu_sticky 0.7s ease-in-out;
}
.header-two .theme-menu-wrapper.fixed {background: #fff;}
/*---------------------------- Theme Main Banner -------------------------*/
#theme-main-banner {margin: 0 !important;}
.camera_wrap {float:none;}
#theme-main-banner .camera_overlayer {
  content: '';
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: rgba(0,26,27,0.10);
}
#theme-main-banner .main-container {position: relative;}
#theme-main-banner .camera_caption {height: 100%;}
#theme-main-banner .container {
  position: relative;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#theme-main-banner .camera_caption>div {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  text-shadow: none;
  left: 0;
  padding: 0;
}
#theme-main-banner .camera_caption h1 {text-transform: uppercase;padding: 30px 0 35px 0;}
#theme-main-banner .camera_caption p {
  font-size: 26px;
  line-height: 35px;
  color: #556382;
  font-weight: 300;
}
#theme-main-banner .camera_caption .theme-button-one {background: #fff;}
#theme-main-banner .camera_caption .theme-button-one:hover {color: #fff;}
#theme-main-banner .camera_pag {
  position: absolute;
  height: 100%;
  top:0;
  left:3%;
  z-index: 9;
}
#theme-main-banner .camera_pag .camera_pag_ul {
  text-align: center;
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
#theme-main-banner .camera_pag .camera_pag_ul li {
  display: block;
  margin: 15px 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border-width: 1px;
  background: transparent;
}
#theme-main-banner .camera_pag .camera_pag_ul li span {
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  border-radius:50%;
}
/*--------------------- Top Feature -------------------*/
.top-feature .main-content {
  text-align: center;
  padding: 50px 16%;
  border-bottom: 4px solid transparent;
}
.top-feature .main-content:hover {border-bottom-color: #001a57;}
.top-feature .main-content img {margin: 0 auto;}
.top-feature .main-content h4 {
  position: relative;
  padding-bottom: 18px;
  margin: 15px 0 18px 0;
}
.top-feature .main-content h4:before {
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #c3c3c3;
  position: absolute;
  bottom: 0;
  left:50%;
  margin-left: -20px;
}
.top-feature.fix-border .main-content {border-top: 4px solid transparent;border-bottom: none;}
.top-feature.fix-border .main-content:hover {border-top-color: #001a57;}
/*------------------ About Company -----------------*/
.about-compnay img {border-radius: 5px;}
.about-compnay .mission-goal {
  border-top:1px solid #dcdcdc;
  padding-top: 23px;
  margin-top: 33px;
}
.about-compnay .mission-goal li {
  float: left;
  width: 33.33333333%;
  text-align: center;
  position: relative;
}
.about-compnay .mission-goal li .icon {font-size: 55px;}
.about-compnay .mission-goal li:nth-child(2) {
  border-left: 1px dashed #c3c3c3;
  border-right: 1px dashed #c3c3c3;
}
/*------------------ Feature Banner ---------------*/
.feature-banner {
  background: url(../images/home/2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
  text-align: center;
}
.feature-banner .opacity {
  background: rgba(0,26,87,0.5);
  padding: 74px 0 80px 0;
}
.feature-banner .opacity h2 {
  font-size: 42px;
  line-height: 52px;
  text-transform: inherit;
  color: #fff;
  padding: 0 100px;
  margin-bottom: 32px;
}
/*---------------- Service Style One --------------*/
.service-style-one .single-service {
  position: relative;
  padding-left: 230px;
  overflow: hidden;
  padding-top: 75px;
  margin-bottom: 30px;
  height: 260px;
}
.service-style-one .single-service .text {
  /* border: 1px solid #eaeaea; */
  border-radius: 0 4px 4px 0;
  border-left:none;
  padding: 20px 10px 18px 30px;
}
.service-style-one .single-service .text p {padding-bottom: 10px;}
.service-style-one .single-service .text .read-more {
  font-size: 14px;
  font-weight: 700;
}
.service-style-one .single-service .text .read-more i {margin-left: 2px;}
.service-style-one .single-service .img-box {
  position: absolute;
    left: 20px;
    top: 25px;
    bottom: 0;
    width: 200px;
   
    background: #ffffff;
}

.service-style-one .single-service .img-box img {width: 100%;border-radius: 4px;opacity: 0.9;}
.service-style-one .single-service:hover .text {border-color: #fff;}
.service-style-one .single-service:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.service-style-one .wrapper {margin-top: 50px;}
.service-style-one .contact-text {text-align: center;padding-top:35px;}
.service-style-one .contact-text h4 {font-weight: normal;margin-bottom: 10px;}
.service-style-one .contact-text h5 {font-weight: normal;display: inline-block;position: relative;}
.service-style-one .contact-text h5:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left:0;
}
/*-------------------- Testimonial Slider ------------------*/
.testimonial-section {
  background: url(../images/home/9.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
}
.testimonial-section .overlay {background: rgba(0,0,0,0.1);padding: 125px 0;}
.testimonial-section .wrapper {width: 55%;padding-right: 15px;}
.testimonial-section .wrapper .bg {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 40px 65px 35px 65px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.testimonial-section .wrapper .bg:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  top:30px;
  right: -10px;
  color: #fff;
  font-size: 35px;
}
.testimonial-section .wrapper p {
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}
.testimonial-section .wrapper .name h6 {font-weight: normal;}
.testimonial-section .wrapper .name span {font-size: 16px;}
.testimonial-section .wrapper .name {position: relative;margin: 25px 0 28px 0;z-index: 1;}
.testimonial-section .wrapper .name:before {
  content: '“';
  color: #f1f1f1;
  font-size: 120px;
  font-weight: 900;
  position: absolute;
  top:-42px;
  left:50%;
  z-index: -1;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}
.testimonial-section .owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cecece;
  margin: 0 5px;
}
/*----------------------- Our Team -----------------*/
.our-team .team-member {margin-top: 30px; text-align: center;}
.our-team .wrapper {margin-top: 25px;}
.our-team .team-member .image-box img {width: 100%;border-radius: 5px 5px 0 0;}
.our-team .team-member .image-box {position: relative;overflow: hidden;}
.our-team .team-member .text {
  padding: 13px 0;
  border: 1px solid #eaeaea;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.our-team .team-member:hover .text {
  border-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.our-team .team-member .text h6 {font-weight: 600;}
.our-team .team-member .text span {font-size: 16px;font-style: italic;}
.our-team .team-member .overlay {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,26,87,0.7);
  border-radius: 5px 5px 0 0;
  -webkit-transform:scale(1,0);
          transform:scale(1,0);
}
.our-team .team-member:hover .overlay {
  -webkit-transform:scale(1);
          transform:scale(1);
}
.our-team .team-member .overlay .hover-content {
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.our-team .team-member .overlay .hover-content ul li {display: inline-block;margin: 0 2px;}
.our-team .team-member .overlay .hover-content ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
}
.our-team .team-member .overlay .hover-content ul li a:hover {background: #fff;}
.our-team .team-member .overlay .hover-content p {line-height: 25px;color: #fff;padding-top: 15px;}
/*------------------ Theme Counter -------------------*/
.theme-counter {background: #f8faff;padding: 55px 0;}
.theme-counter .bg {
  background: url(../images/home/pattern.png) no-repeat center center;
  text-align: center;
  padding: 85px 0 85px 0;
}
.theme-counter h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.theme-counter h2 {font-size: 42px;font-weight: 700;padding: 12px 0 35px 0;}
.cunter-wrapper {width: 75%;margin: 0 auto; text-align: center;}
.single-counter-box .number {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 40px;
}
.single-counter-box .number .timer {font-size: 70px;}
.single-counter-box p {margin-top: -15px;}
.single-counter-box {margin-bottom: 10px;}
.theme-counter .theme-button-one {margin-top: 45px;}
/*------------------ Free Consultation -----------------*/
.consultation-form .theme-title-one {margin-bottom: 55px;}
.consultation-form .main-content {box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);}
.consultation-form .img-box {
  background: url(../images/home/10.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  border-radius: 5px 0 0 5px;
}
.consultation-form .form-wrapper {
  background: #fff;
  border-radius: 0 5px 5px 0;
  height: 500px;
  padding: 75px 40px 0 40px;
}
.theme-form-one input,
.theme-form-one .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  padding: 0 0 12px 0;
  margin-bottom: 35px;
}
.theme-form-one textarea {
  width: 100%;
  max-width: 100%;
  height: 110px;
  max-height: 110px;
  resize:none;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
  padding: 0 0 10px 0;
  margin-bottom: 32px;
}
.theme-form-one .theme-button-one { font-family: 'Nunito Sans', sans-serif;}
/*------------------- Partner Slider ------------------*/
.partner-section {padding: 22px 0;}
.partner-section.bg-color {background: #f8faff;}
.partner-section h6 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  margin-top: 10px;
}
.partner-section img {margin: 0 auto;}
/*---------------------- Theme footer one ------------------*/
.theme-footer-one .top-footer {background: #1F4492;padding: 80px 0 30px 0;}
.theme-footer-one .top-footer .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}
.theme-footer-one .top-footer .about-widget p {
  font-family: 'NavalGroupSans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #9ca6bf;
  text-align: left;
}
.theme-footer-one .top-footer .about-widget .queries i {font-size: 22px;vertical-align: middle;margin-right: 10px;}
.theme-footer-one .top-footer .about-widget .queries {color: #fff;margin-top: 25px;font-size: 17px;}
.theme-footer-one .top-footer .about-widget .queries a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  color: #fff;
}
.theme-footer-one .top-footer .footer-recent-post li {
  padding: 6px 0 20px 0;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.theme-footer-one .top-footer .footer-recent-post li img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}
.theme-footer-one .top-footer .footer-recent-post li .post {
  width: calc(100% - 70px);
  padding-left: 20px;
}
.theme-footer-one .top-footer .footer-recent-post li .post a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  margin-top: -5px;
}
.theme-footer-one .top-footer .footer-recent-post li .post .date {
  font-size: 15px;
  color: #9ca6bf;
  font-style: italic;
  margin-top: 5px;
}
.theme-footer-one .top-footer .footer-recent-post li .post .date i {
  margin-right: 5px;
  font-size: 14px;
}
.theme-footer-one .top-footer .footer-recent-post li:last-child {
  border:none;
  margin: 0;
  padding-bottom: 0;
}
.theme-footer-one .top-footer .footer-list ul li {
  line-height: 20px;
  /* padding-left: 20px; */
  padding-bottom: 16px; 
  position: relative;
}
p.bodytext.expert1 {
    margin-bottom: 30px;
}
/* .theme-footer-one .top-footer .footer-list ul li:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 10px;
  color: #9ca6bf;
  position: absolute;
  line-height: 32px;
  top:0;
  left:0;
} */
.theme-footer-one .top-footer .footer-list ul li a {
  font-family: 'NavalGroupSans', sans-serif;
  font-size: 16px;
  color: #9ca6bf;
}
.theme-footer-one .top-footer .footer-list ul li a:hover {color: #fff; text-decoration: underline; }
.theme-footer-one .top-footer .footer-newsletter input {
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  color: #9ca6bf;
  border: none;
  border-bottom: 1px solid rgba(223,223,223,0.2);
  background: transparent;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.theme-footer-one .top-footer .footer-newsletter .theme-button-one {background: #fff;margin-top: 15px;}
.theme-footer-one .top-footer .footer-newsletter .theme-button-one:hover {color: #fff;background: #001138;}
.theme-footer-one .top-footer .footer-newsletter ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}
.theme-footer-one .top-footer .footer-newsletter :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}
.theme-footer-one .top-footer .footer-newsletter ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}
.theme-footer-one .top-footer .footer-newsletter ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}

.theme-footer-one .top-footer .footer-newsletter :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9ca6bf;
}

.theme-footer-one .top-footer .footer-newsletter ::-ms-input-placeholder { /* Microsoft Edge */
  color: #9ca6bf;
}
.theme-footer-one .bottom-footer {background: #001138;padding: 15px 0;}
.theme-footer-one .bottom-footer p {color: #9ca6bf;line-height: 25px;font-size: 17px;}
.theme-footer-one .bottom-footer ul {text-align: right;}
.theme-footer-one .bottom-footer ul li {display: inline-block;line-height: 25px;}
.theme-footer-one .bottom-footer ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #9ca6bf;
  margin-left: 35px;
}
.theme-footer-one .bottom-footer ul li a:hover  {color: #fff;}
/*---------------------- Theme footer Two ------------------*/
.theme-footer-two {background: #001648;padding-top: 75px;}
.theme-footer-two .logo-widget p {
  font-size: 17px;
  line-height: 25px;
  color: #9ca6bf;
  padding: 15px 0;
}
.theme-footer-two .logo-widget .social-icon li {display: inline-block;margin-right: 15px;}
.theme-footer-two .logo-widget .social-icon li a {font-size: 15px;color: #ccd1dd;}
.theme-footer-two .logo-widget .social-icon li a:hover {color: #fff;}
.theme-footer-two .top-footer .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
}
.theme-footer-two .top-footer .footer-list ul li {
  line-height: 35px;
  padding-left: 20px;
  position: relative;
}
.theme-footer-two .top-footer .footer-list ul li:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 10px;
  color: #9ca6bf;
  position: absolute;
  line-height: 35px;
  top:0;
  left:0;
}
.theme-footer-two .top-footer .footer-list ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #9ca6bf;
}
.theme-footer-two .top-footer .footer-list ul li a:hover {color: #fff;}
.theme-footer-two .top-footer .footer-gallery .wrapper {padding: 11px 45px 0 0;}
.theme-footer-two .top-footer .footer-gallery .wrapper .row {margin: 0 -3px;}
.theme-footer-two .top-footer .footer-gallery .wrapper .row [class*="col-"] {padding: 0 3px;margin-bottom: 6px;}
.theme-footer-two .top-footer .footer-gallery .wrapper a img {width: 100%;border-radius: 5px;}
.theme-footer-two .top-footer .footer-gallery .wrapper a {width: 100%;overflow: hidden;display: block;}
.theme-footer-two .top-footer .contact-widget ul li {
  font-size: 17px;
  line-height: 25px;
  color: #9ca6bf;
  position: relative;
  padding: 5px 0 12px 40px;
}
.theme-footer-two .top-footer .contact-widget ul li:last-child {padding-bottom: 0;}
.theme-footer-two .top-footer .contact-widget ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #9ca6bf;
}
.theme-footer-two .top-footer .contact-widget ul li i {
  font-size: 22px;
  position: absolute;
  top:8px;
  left:0;
}
.theme-footer-two .bottom-footer {
  margin-top: 60px;
  border-top:1px solid rgba(255,255,255,0.1);
  padding: 12px 0;
  text-align: center;
}
.theme-footer-two .bottom-footer p {font-size: 17px;color: #9ca6bf;}
/*----------------- CallOut Banner  --------------*/
.callout-banner {
  background-color: #001a57;
  background-image: url(../images/home/pattern2.png);
  padding: 40px 0;
}
.callout-banner .title {
  float: left;
  line-height: 40px;
  color: #fff;
  width: 27%;
}
.callout-banner p {
  float: left;
  color: #a9b3c8;
  padding-left: 70px;
  width: 55%;
  position: relative;
}
.callout-banner p:before {
  content: '';
  width: 4px;
  height: 93%;
  background:#9ca6bc;
  border-radius: 5px;
  position: absolute;
  left:25px;
  top:3px;
}
.callout-banner .theme-button-one {background: #fff; margin-top: 15px;float: right;}
.callout-banner .theme-button-one:hover {color: #fff;background: #000f32;}
.callout-banner.no-bg {background: none;padding: 0;margin-bottom: 70px;}
.callout-banner.no-bg .title {
  color: #232323;
  text-align: right;
}
.callout-banner.no-bg p {color: #555555;}
.callout-banner.no-bg p:before {background: #c3c3c3;}
.callout-banner.no-bg .theme-button-one {color: #fff;}
/*------------------------- Our Solution -------------------*/
.our-solution .single-solution-block {margin-top: 55px;text-align: center;background: #fff;}
.our-solution .single-solution-block .icon {margin: 0 auto;}
.our-solution .single-solution-block h5 {margin: 26px 0 10px 0;}
.our-solution .single-solution-block  p {padding: 0 22px;}
.our-solution .single-solution-block:hover .icon {
  -webkit-transform:scale(1.1);
          transform:scale(1.1);
}
/*------------------- About Company Stye Two -------------------*/
.about-compnay-two {
  background: url(../images/home/11.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
}
.about-compnay-two .overlay {background: rgba(0,26,87,0.8);padding: 100px 0;}
.about-compnay-two .theme-title-one {text-align: left;margin-bottom: 30px;}
.about-compnay-two .theme-title-one h2 {color: #fff;}
.about-compnay-two .theme-title-one h2:before {left:0;margin: 0;color: #919fbf;}
.about-compnay-two .text p {
  color: #cad2e5;
  padding: 0 50px 15px 0;
}
.about-compnay-two .text .sign {margin-top: 15px;}
.about-compnay-two .quote-form {
  background: #fff;
  border-radius: 5px;
  padding: 25px 25px 40px 40px;
}
.about-compnay-two .theme-form-one textarea {
  height: 80px;
  max-height: 80px;
  margin-bottom: 22px;
}
.about-compnay-two .left-img {border-radius: 5px;}
.about-compnay-two.no-bg {background: none;}
.about-compnay-two.no-bg .overlay {background: #fff;padding: 0;}
.about-compnay-two.no-bg .theme-title-one h2 {color: #232323;}
.about-compnay-two.no-bg .theme-title-one h2:before {background: #c3c3c3;}
.about-compnay-two.no-bg .text p {color: #555555;padding-right: 0;}
/*----------------------- Our Case --------------------*/
.our-case .row {margin: 0 -22px;}
.our-case .row [class="col-"] {padding: 0 22px;}
.our-case .wrapper {margin-top: 10px;}
.our-case .single-case-block {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 40px;
}
.our-case .single-case-block img {width: 100%;border-radius: 5px;}
.our-case .single-case-block .hover-content {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,26,87,0.6);
  border-radius: 5px;
  -webkit-transform:scale(1,0);
          transform:scale(1,0);
}
.our-case .single-case-block:hover .hover-content {
  -webkit-transform:scale(1);
          transform:scale(1);
}
.our-case .single-case-block .hover-content .text {
  position: absolute;
  width: 100%;
  left:0;
  bottom: 20px;
  padding: 0 28px;
  opacity: 0;
  transition-delay:0.2s;
  -webkit-transform:translateY(100px);
          transform:translateY(100px);
}
.our-case .single-case-block:hover .hover-content .text {
  -webkit-transform:translateY(0);
          transform:translateY(0);
  opacity: 1;
}
.our-case .single-case-block .hover-content .text h5 a {color: #fff;}
.our-case .single-case-block .hover-content .text p {font-size: 17px;color: #fff;}
.our-case .single-case-block .hover-content .text .details {
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #979797;
  font-size: 20px;
  margin-top: 7px;
}
.our-case .single-case-block .hover-content .text .details:hover {color: #fff;}
.our-case .view-all {text-align: center;margin-top: 60px;}
.our-case.our-project .wrapper,.our-case.our-project .single-case-block {margin-top: 0;}
.our-case.our-project .single-case-block {margin-bottom: 40px;}
/*------------------- Faq Section -------------------*/
.faq-section {
  background: url(../images/home/12.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
  height: 570px;
  margin-bottom: 285px;
}
.faq-section .overlay {
  background: rgba(0,26,87,0.9);
  padding: 95px 0 0 0;
  height: 570px;
}
.faq-section .theme-title-one h2 {color: #fff;}
.faq-section .theme-title-one h2:before {background: #ced7ec;}
.faq-section .theme-title-one p {color: #cad2e5;}
.faq-section .wrapper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin: 55px 0 0 0;
}
.faq-section .wrapper .img-box {
  background: url(../images/home/13.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 5px 0 0 5px;
  position: relative;
  height: 500px;
}
.faq-section .wrapper .img-box .play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top:50%;
  left:50%;
  margin: -36px 0 0 -36px;
  text-align: center;
  line-height: 72px;
}
.faq-section .wrapper .faq-content {
  background: #fff;
  border-radius: 0 5px 5px 0;
  padding: 43px 50px 60px 50px;
}
.accordion-one .panel-heading {
  padding: 0;
  border-radius: 0;
  border:none;
  border-bottom: 1px solid #e6e6e6;
}
.accordion-one .panel-heading h6 a {
  color:#232323;
  padding: 15px 25px 15px 0;
  display: block;
  position: relative;
}
.accordion-one .panel-group .panel {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border:none;
}
.accordion-one .panel-group .panel-body {border:none;padding: 20px 0;border-bottom: 1px solid #e6e6e6;}
.accordion-one .panel-group .panel-heading a:before {
  content: "\f10a";
  font-family: Flaticon;
  font-size: 20px;
  color: #c7c7c7;
  position: absolute;
  right:0;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
  font-weight: normal;
}
.accordion-one .panel-group .panel-heading.active-panel a:before {content: "\f109";}
/*------------------ Why Choose us -----------------*/
.why-choose-us .single-block {
  position: relative;
  margin-top: 45px;
  padding: 0 0 0 90px;
}
.why-choose-us .wrapper {margin-top: 10px;}
.why-choose-us .single-block h5 {margin-bottom: 10px;}
.why-choose-us .single-block .icon {
  position: absolute;
  top:-10px;
  left:0;
  font-size: 60px;
}
/*------------------ Short Banner ------------------*/
.short-banner {
  background: url(../images/home/14.jpg) no-repeat center center;
  background-size: cover;
  background-color: #707d9e;
}
.short-banner .overlay {
  background: rgba(255,255,255,0.4);
  padding: 52px 0;
  text-align: center;
}
.short-banner .overlay h2 {
  font-size: 40px;
  line-height: 48px;
  width: 65%;
  margin: 0 auto;
}
/*----------------- Latest News ------------------- */
.our-blog .single-blog .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.our-blog .single-blog .image-box img {width: 100%;}
.our-blog .single-blog:hover .image-box img {
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1)
}
.our-blog .single-blog .image-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  border-radius: 5px;
  background: rgba(0,0,0,0.05);
}
.our-blog .single-blog .image-box .overlay .date {
  line-height: 25px;
  border-radius: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 0 18px;
  position: absolute;
  left:20px;
  bottom: 20px;
}
.our-blog .single-blog .post-meta .title {
  line-height: 28px;
  margin: 20px 0 10px 0;
}
.our-blog .single-blog .post-meta .read-more {font-size: 14px;text-transform: uppercase;font-weight: 700;}
.our-blog .single-blog .post-meta .read-more:hover {text-decoration: underline;}
.latest-news .single-blog {margin-top: 35px;}
.latest-news .wrapper {margin-top: 20px;}
.blog-inner-page .our-blog .single-blog .post-meta .title {font-size: 26px;margin-top: 25px;}
.our-blog .single-blog .post-meta p {margin-bottom: 12px;}
.blog-inner-page .our-blog .single-blog {margin-bottom: 40px;}
.blog-inner-page .our-blog .single-blog:last-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 55px;
}
.blog-grid .single-blog {margin-bottom: 40px;}
/*------------------- Google Map ---------------------*/
.map-canvas {width: 100%;height: 100%;}
.google-map-one {height: 300px;}
/*---------------------- Theme Inner Banner -----------------*/
.global .overlay {
  /* background: rgba(0,26,87,0.4); */
  text-align: center;
  padding: 210px 0 210px 0px;
}
.global {
background: url(../images/home/global.jpg);
background-attachment: fixed;
background-size: cover;
background-position: top center !important;
background-repeat: no-repeat;
width: 100%;
height: 84vh;
}
/* .global .overlay h2 {font-size: 40px;color: #fff;text-transform: uppercase;} */
.theme-inner-banner {
  background: url(../images/home/newsnew1.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  /* background-color: #707d9e; */
  width: 100%;
  height: 84vh;
}
.overlay1 {
  /*background: rgba(0,26,87,0.4);*/
  text-align: center;
  /* padding: 210px 0 210px 0; */
      padding: 264px 0 264px 0;   
      height: 84vh;
}
.overlay1 h2 {
    font-size: 40px;
    color: #fff;
}
.career {
  background: url(../images/home/career.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 84vh;
}
.career .overlay {
  /* background: rgba(0,26,87,0.4); */
  text-align: center;
  padding: 200px 0 200px 0;
}
.newsnew1 {
  background: url(../images/home/newsnew1.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 84vh;
}
.newsnew1 .overlay {
  /* background: rgba(0,26,87,0.4); */
  text-align: center;
  padding: 200px 0 200px 0;
}
.newss {
  background: url(../images/home/news.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  background-position:  bottom !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 60vh;
}
.newss .overlay {
  /* background: rgba(0,26,87,0.4); */
  text-align: center;
  padding: 200px 0 200px 0;
}
.corp {
  background: url(../images/home/bannernew.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  background-position:  bottom !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 84vh;
}
.corp .overlay {
  /* background: rgba(0,26,87,0.4); */
  text-align: center;
  padding: 200px 0 200px 0;
}
.about {
  background: url(../images/home/banner1.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  background-position: left bottom !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 84vh;
}
.about .overlay {
  /* background: rgba(0,26,87,0.4); */
  text-align: center;
  padding: 200px 0 200px 0;
}
.contact {
  background: url(../images/home/contact.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  background-position: left bottom !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 84vh;
}
.contact .overlay {
  /* background: rgba(0,26,87,0.4); */
  text-align: center;
  padding: 200px 0 200px 0;
}
.theme-inner-banner .overlay h2 {font-size: 40px;color: #fff;text-transform: uppercase;}
/*------------------- Why WE Best -------------------*/
.why-we-best {
  background: url(../images/home/11.jpg) no-repeat center center;
  background-size: cover;
  /* background-attachment: fixed; */
  background-color: #707d9e;
  height: 570px;
  margin-bottom: 270px;
}
.why-we-best .overlay {
  background: rgba(0,26,87,0.9);
  padding: 95px 0 0 0;
  height: 570px;
}
.why-we-best .theme-title-one h2 {color: #fff;}
.why-we-best .theme-title-one h2:before {background: #ced7ec;}
.why-we-best .theme-title-one p {color: #cad2e5;}
.why-we-best .wrapper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin: 55px 0 0 0;
}
.why-we-best .wrapper .img-box {
  background: url(../images/home/16.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 0 5px 5px 0;
  position: relative;
  height: 500px;
}
.why-we-best .wrapper .best-list-item {
  background: #fff;
  padding: 65px 20px 65px 50px;
  border-radius: 5px 0 0 5px;
}
.why-we-best .wrapper .best-list-item li {
  position: relative;
  margin-bottom: 50px;
  padding: 0 0 0 90px;
}
.why-we-best .wrapper .best-list-item li:last-child {margin-bottom: 0;}
.why-we-best .wrapper .best-list-item li h5 {margin-bottom: 10px;}
.why-we-best .wrapper .best-list-item li .icon {
  position: absolute;
  top:-10px;
  left:0;
  font-size: 60px;
}
/*---------------- Core Values ----------------*/
.core-values {background: #f8faff;padding: 95px 0 115px 0;}
.core-values .wrapper {margin-top: 20px;}
.core-values .single-value-block {margin-top: 40px;}
.core-values .single-value-block .image-box {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.core-values .single-value-block .image-box  img {width: 100%;}
.core-values .single-value-block .image-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  text-align: center;
  border-radius: 5px 5px 0 0;
  background: rgba(0,26,87,0.5);
  opacity: 0;
  -webkit-transform:scale(1,0);
          transform:scale(1,0);
}
.core-values .single-value-block:hover .image-box .overlay {
  opacity: 1;
  -webkit-transform:scale(1);
          transform:scale(1);
}
.core-values .single-value-block .image-box .overlay a {
  background: #fff;
  padding: 0 23px;
  line-height: 40px;
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.core-values .single-value-block .image-box .overlay a:hover {color: #fff;}
.core-values .single-value-block .text {
  background: #fff;
  border: 1px solid #e5ecff;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 25px 20px 25px 30px;
}
.core-values .single-value-block .text h5 {margin-bottom: 10px;}
/*--------------------- Theme Sidebar One ----------------------*/
.theme-sidebar-one .sidebar-box {margin-bottom: 50px;}
.theme-sidebar-one .title {font-weight: normal;margin-bottom: 25px;}
.theme-sidebar-one .service-categories ul li a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #232323;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 5px;
  padding-left: 20px;
}
.theme-sidebar-one .service-categories ul li a:hover,
.theme-sidebar-one .service-categories ul li.active a {background: #f5f8ff;border-color: #bccaea;}
.theme-sidebar-one .service-categories ul li:last-child a {margin: 0;}
.theme-sidebar-one .sidebar-brochures ul {padding: 0 25px;border-radius: 5px;}
.theme-sidebar-one .sidebar-brochures ul li a {
  display: block;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  position: relative;
  padding-left: 30px;
}
.theme-sidebar-one .sidebar-brochures ul li:last-child a {border-bottom: 0;}
.theme-sidebar-one .sidebar-brochures ul li a i {
  position: absolute;
  top:0;
  left:0;
  line-height: 55px;
}
.theme-sidebar-one .sidebar-contact input,
.theme-sidebar-one .sidebar-contact textarea {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
}
.theme-sidebar-one .sidebar-contact input {padding-bottom: 12px;margin-bottom: 12px;}
.theme-sidebar-one .sidebar-contact textarea {
  height: 80px;
  resize:none;
  margin-bottom: 20px;
}
/*--------------------- Service Details ----------------------*/
.service-details .service-content .cover-img {border-radius: 5px;margin-bottom: 25px;}
.service-details .service-content .main-title {font-size: 30px;margin-bottom: 15px;}
.service-details .service-content p {padding-bottom: 25px;}
.service-details .service-content .sub-heading {font-weight: normal;margin-bottom: 15px;}
.service-details .service-content .presentation-section {padding: 30px 0 55px 0;}
.service-details .service-content .presentation-section .best-list-item li {
  position: relative;
  margin: 12px 0 0 0;
  padding: 0 0 4px 90px;
}
.service-details .service-content .presentation-section .best-list-item li:last-child {margin-bottom: 0;}
.service-details .service-content .presentation-section .best-list-item li h5 {margin-bottom: 10px;}
.service-details .service-content .presentation-section .best-list-item li .icon {
  position: absolute;
  top:-10px;
  left:0;
  font-size: 60px;
}
.service-details .service-content .presentation-section .chart {margin: 0 auto;}
.service-details .service-content .accordion-one .panel-group .panel-body p {padding: 0;}
.service-details .service-content .market-growth {padding-top: 65px;}
.service-details .service-content .market-growth .wrapper {padding-top: 20px;}
.service-details .service-content .market-growth img {width: 100%;border-radius: 5px;}
.service-details .service-content .market-growth ul {padding-left: 18px;}
.service-details .service-content .market-growth ul li {
  line-height: 34px;
  font-style: italic;
  padding-left: 18px;
  position: relative;
}
.service-details .service-content .market-growth ul li:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 12px;
  color: #232323;
  line-height: 34px;
  position: absolute;
  left:0;
  top:0;
  font-style: normal;
  font-weight: 700;
}
/*---------------- Project Details ---------------*/
.project-details .main-title {font-size: 30px;margin-bottom: 15px;}
.project-details .project-details-sidebar p {padding-bottom: 15px;}
.project-details .project-details-sidebar .project-history {margin: 0 -5px;padding-top: 15px;}
.project-details .project-details-sidebar .project-history li {
  float: left;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 25px;
}
.project-details .project-details-sidebar .social-icon li {display: inline-block;}
.project-details .project-details-sidebar .social-icon li a {
  color: #555555;
  font-size: 15px;
  margin-right: 15px;
}
.project-details .project-details-sidebar .charts {padding-top: 60px;}
.project-details .image-col img {border-radius: 5px;margin-bottom: 25px;}
.project-details .image-col img:last-child {margin-bottom: 0;}
.project-details #chartContainer {width: 100%;height: 300px;margin-top: 20px;}
/*---------------------- Blog Sidebar ---------------------*/
.blog-sidebar .sidebar-container {margin-bottom: 45px;}
.blog-sidebar .sidebar-search form {height: 52px;position: relative;}
.blog-sidebar .sidebar-search form input {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
  padding-right: 28px;
}
.blog-sidebar .sidebar-search form button {
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  width:25px;
  font-size: 14px;
  text-align: right;
  color: #555555;
  background: transparent;
}
.blog-sidebar .title {font-weight: normal;margin-bottom: 12px;text-transform: capitalize;}
.blog-sidebar .sidebar-categories ul li a {
  color: #555555;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 35px;
  position: relative;
  padding-left: 25px;
}
.blog-sidebar .sidebar-categories ul li a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 12px;
  position: absolute;
  line-height: 35px;
  top:0;
  left:0; 
}
.blog-sidebar .sidebar-recent-post li {
  padding: 10px 0 13px 0;
  margin-bottom: 9px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-sidebar .sidebar-recent-post li img {
  width: 65px;
  height: 60px;
  border-radius: 5px;
}
.blog-sidebar .sidebar-recent-post li .post {
  width: calc(100% - 65px);
  padding-left: 20px;
}
.blog-sidebar .sidebar-recent-post li .post a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #232323;
  line-height: 24px;
  margin-top: -5px;
}
.blog-sidebar .sidebar-recent-post li .post .date {
  font-size: 15px;
  color: #9ca6bf;
  font-style: italic;
  margin-top: 7px;
}
.blog-sidebar .sidebar-recent-post li:last-child {
  border:none;
  margin: 0;
  padding-bottom: 0;
}
.blog-sidebar .sidebar-archives ul li a {
  color: #555555;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 32px;
  position: relative;
  padding-left: 28px;
}
.blog-sidebar .sidebar-archives ul li a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 14px;
  position: absolute;
  line-height: 32px;
  top:0;
  left:0; 
}
.blog-sidebar .sidebar-tags ul {margin: 0 -2px;}
.blog-sidebar .sidebar-tags ul li {float: left;padding: 0 2px;}
.blog-sidebar .sidebar-tags ul li a {
  color: #555555;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  line-height: 28px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin-top: 4px;
  padding: 0 12px;
}
.blog-sidebar .sidebar-tags ul li.active a,
.blog-sidebar .sidebar-tags ul li a:hover {color: #fff;}
/*------------------- Blog Details ---------------*/
.blog-details .single-blog .post-meta .title {font-size: 26px;line-height: 30px;margin: 25px 0 20px 0;}
.blog-details .single-blog .post-meta p {padding-bottom: 25px;margin-bottom: 0;}
.blog-details .single-blog .post-meta .mark-text img {width: 100%;border-radius: 5px;}
.blog-details .single-blog .post-meta .mark-text .inner-text {
  text-align: center;
  position: relative;
  padding-top: 140px;
  margin: 0 10px;
}
.blog-details .single-blog .post-meta .mark-text .inner-text p {font-style: italic;}
.blog-details .single-blog .post-meta .mark-text .inner-text:before {
  content: "\f10c";
  font-family: Flaticon;
  position: absolute;
  color: #eeeeee;
  font-size: 45px;
  top:55px;
  left:50%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}
.blog-details .single-blog .post-meta .mark-text {padding: 18px 0 40px 0;}
.blog-details .share-option {border-top: 1px solid #e5e5e5;margin-top: 18px;}
.blog-details .share-option ul {padding-top: 12px;}
.blog-details .share-option .tag-meta li,
.blog-details .share-option .social-icon li {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  color: #232323;
}
.blog-details .share-option .tag-meta li i,
.blog-details .share-option .social-icon li i {
  font-size: 15px;
  margin-right: 2px;
}
.blog-details .share-option .tag-meta li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  color: #555555;
}
.blog-details .share-option .social-icon li a {
  font-size: 15px;
  color: #777777;
  margin-left: 12px;
}
.blog-details .share-option .social-icon li:nth-child(2) a {margin-left: 3px;}
.our-blog .inner-box {margin-top: 70px;}
.our-blog .inner-box .theme-title-one h2 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 40px;
}
.our-blog .inner-box .theme-title-one h2:before {left:0;margin: 0;}
.related-post-slider .item {margin: 0 15px;}
.our-blog .comment-area .single-comment img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}
.our-blog .comment-area .single-comment .comment {
  width: calc(100% - 70px);
  padding-left: 25px;
}
.our-blog .comment-area .single-comment .comment p {padding: 6px 0 8px 0;}
.our-blog .comment-area .single-comment .comment a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.our-blog .comment-area .single-comment {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 28px;
}
.our-blog .comment-area .single-comment:last-child {margin: 0;padding: 0;border: none;}
/*---------------- Contact Us ----------------*/
.google-map-two {height: 410px;}
.contact-us-section .main-content {
  margin-top: 50px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.contact-us-section .img-box {
  background: url(../images/home/22.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  border-radius: 5px 0 0 5px;
}
.contact-us-section .form-wrapper {
  background: #fff;
  border-radius: 0 5px 5px 0;
  height: 500px;
  padding: 75px 40px 60px 40px;
}
.theme-form-one input:focus,
.theme-form-one textarea:focus {border-bottom-color: #001a57;}
/*======================= Form Validation ===================*/
.alert-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 9999999;
}
#success,#error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: rgba(0,0,0,0.8);
  text-align: center;
}
#success .wrapper,#error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
#success .wrapper p,#error .wrapper p{
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}
#success p {color: #26ace3;}
#error p {color: #C9182B;}
#error button,
#success button {
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
}
.form-validation label.error {display: none !important;}
.form-validation input.error,.form-validation textarea.error {border-bottom:1px solid #f03838 !important;}
/*------------------- Compnay Branch Address ----------------*/
.branch-address {background: #f2f3f6;padding: 38px 0;}
.address-slider .item {margin: 0 15px;cursor: move;}
.branch-address .wrapper p {
  font-size: 17px;
  line-height: 25px;
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
}
.branch-address .wrapper p i {
  position: absolute;
  top:5px;
  left:0;
  font-size: 18px;
}
/*--------------------- Shop Page --------------------*/
.shop-page .shop-filter li:first-child {
  float: left;
  line-height: 40px;
  font-size: 17px;
}
.shop-page .shop-filter li:last-child {float: right;line-height: 40px;}
.shop-page .shop-filter li:last-child .form-control {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  height: 100%;
  outline: none;
  box-shadow: none;
}
.shop-page .shop-filter {margin-bottom: 60px;}
.shop-page .single-product .image-box {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  min-height: 340px;
  position: relative;
  overflow: hidden;
}
.shop-page .single-product .image-box  img {
  position: absolute;
  top:50%;
  left: 50%;
  border-radius: 5px;
  -webkit-transform: translate(-50% , -50%);
          transform: translate(-50% , -50%);
  transition:all 0.5s ease-in-out;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}
.shop-page .single-product:hover .image-box img {
  -webkit-transform:translate(-50% , -50%) scale3D(1.1,1.1,1);
          transform:translate(-50% , -50%) scale3D(1.1,1.1,1);
}
.shop-page .single-product .product-name {text-align: center;margin-top: 20px;position: relative;}
.shop-page .single-product .product-name .price {
  font-weight: 600;
  font-size: 22px;
}
.shop-page .single-product .product-name .price del {
  font-size: 18px;
  color: #afafaf;
  font-weight: normal;
}
.shop-page .single-product:hover .product-name .price {opacity: 0;}
.shop-page .single-product .product-name .add-to-cart {
  position: absolute;
  width: 100%;
  bottom: -10px;
  opacity: 0;
  left:0;
  text-align: center;
}
.shop-page .single-product .product-name .add-to-cart a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 33px;
}
.shop-page .single-product .product-name .add-to-cart a:hover {text-decoration: underline;}
.shop-page .single-product .product-name .add-to-cart a i {font-weight: normal;}
.shop-page .single-product:hover .product-name .add-to-cart {
  opacity: 1;
  bottom: 0;
}
.shop-page .single-product {margin-bottom: 40px;}
/*------------------ Shop Details ------------------*/
.shop-details .product-details .product-tab {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  min-height: 380px;
}
.shop-details .product-details .product-tab .product-preview {
  width: 70%;
  float: left;
  border-right: 1px solid #d7d7d7;
  height: 380px;
  position: relative;
}
.shop-details .product-details .product-tab .product-preview img {
  position: absolute;
  top:50%;
  left:50%;
  border-radius: 5px;
  -webkit-transform:translate(-50% , -50%);
          transform:translate(-50% , -50%);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}
.shop-details .product-details .product-tab .product-thumbnail {
  float: left;
  width: 30%;
  height: 380px;
}
.shop-details .product-details .product-tab .product-thumbnail .nav-tabs {
  border: none;
  position: relative;
  top:50%;
  display: block;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.shop-details .product-details .product-tab .product-thumbnail .nav-tabs li {
  margin:0;
  text-align: center;
}
.shop-details .product-details .product-tab .product-thumbnail .nav-tabs li a {
  padding: 0;
  margin: 15px 0;
  border: none;
  background: transparent;
  display: inline-block;
}
.shop-details .product-details .product-tab .product-thumbnail .nav-tabs li a img {
  border-radius: 5px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}
.shop-details .product-details .product-info {padding-left: 20px;}
.shop-details .product-details .product-info .title {font-size: 26px;}
.shop-details .product-details .product-info .price {
  font-size: 28px;
  font-weight: 600;
  margin: 5px 0 12px 0;
}
.shop-details .product-details .product-info .price del {
  font-size: 20px;
  font-weight: normal;
  color: #afafaf;
  margin-right: 5px;
}
.shop-details .product-details .product-info .order-box li {
  display: inline-block;
  vertical-align: middle;
}
.shop-details .product-details .product-info .order-box li:nth-child(1) {
  font-family: 'Nunito Sans', sans-serif;
  color: #232323;
  margin-right: 5px;
}
.shop-details .product-details .product-info .order-box li:nth-child(2) button,
.shop-details .product-details .product-info .order-box li:nth-child(2) input {
  background: transparent;
  display: inline-block;
  line-height: 30px;
  border: none;
  text-align: center;
}
.shop-details .product-details .product-info .order-box li:nth-child(2) {
  border: 1px solid #d7d7d7;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 5px;
}
.shop-details .product-details .product-info .order-box li:nth-child(2) button {
  font-size: 20px;
  font-weight: 300;
}
.shop-details .product-details .product-info .order-box li:nth-child(2) input {
  width: 40px;
  margin-left: 10px;
}
.shop-details .product-details .product-info .order-box {margin: 35px 0 30px 0;}
.shop-details .product-review-tab {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  margin: 100px 0 75px 0;
  padding: 22px 40px 20px 40px;
}
.shop-details .product-review-tab .nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  font-weight: 600;
  font-size: 20px;
  color: #232323;
  padding: 0 0 15px 0;
  margin-right: 35px;
}
.shop-details .product-review-tab .nav-tabs .nav-item.show .nav-link,
.shop-details .product-review-tab .nav-tabs .nav-link.active {
  border-bottom-color: #001a57;
  background: transparent;
}
.shop-details .product-review-tab .tab-content {padding-top: 28px;}
.shop-details .product-review-tab .tab-content p {padding-bottom: 13px;}
.shop-details .product-review-tab img {width: 70px;}
.shop-details .product-review-tab .comment {
  width: calc(100% - 70px);
  padding-left: 20px;
}
.shop-details .product-review-tab .comment ul li {
  display: inline-block;
  font-size: 15px;
  color: #ecc230;
}
.shop-details .product-review-tab .single-review {margin-bottom: 20px;}
.shop-details .product-review-tab .single-review:last-child {margin: 0;}
.shop-details .related-product .theme-title-one {text-align: left;margin-bottom: 50px;}
.shop-details .related-product .theme-title-one h2 {font-size: 30px;}
.shop-details .related-product .theme-title-one h2:before {
  left:0;
  margin: 0;
}
.shop-details .related-product {margin-bottom: 70px;}
/*---------------------- Faq Page ------------------*/
.faq-page .faq-panel {margin-top: 90px;}
.faq-page .faq-panel .panel-group {
  border:1px solid #efefef;
  border-bottom: none;
}
.faq-page .faq-panel .panel {margin: 0;}
.faq-page .panel-group .panel-heading h6 a {
  color:#1c2125;
  padding: 24px 63px 24px 30px;
  display: block;
  position: relative;
}
.faq-page .panel-group .panel-heading h6 a:before {
  content: '+';
  width:60px;
  height:100%;
  position: absolute;
  top:0;
  right:0;
  background: #f8f8f8;
  border-left:1px solid #efefef;
  text-align: center;
  line-height: 65px;
  font-size: 18px;
}
.faq-page .panel-group .panel-heading.active-panel h6 a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 14px;
}
.faq-page .panel-group .panel-heading {border-bottom:1px solid #efefef;}
.faq-page .panel-group .panel-body {padding: 35px 50px 50px 30px; border-bottom:1px solid #efefef;}
.faq-page .panel-group .panel-body ol {margin:15px 0;padding: 0 0 0 20px;}
.faq-page .panel-group .panel-body ol li {line-height: 28px;}
/*----------------------------- Error Page --------------------------*/
.error-page {text-align: center;margin-bottom: 175px;}
.error-page h2 {
  font-size: 140px;
  font-weight: 700;
  letter-spacing: 14px;
}
.error-page h3 {
  font-weight: normal;
  color:#413f3f;
  font-size: 42px;
  margin: 18px 0 32px 0;
}
.error-page p {
  font-size: 20px;
  color:rgba(0,0,0,0.6);
  margin-bottom: 56px;
}
.error-page a {line-height: 55px;}
.error-page span.or {
  font-size: 18px;
  color:#2f2f2f;
  margin:0 16px;
}
.error-page input {
  height:55px;
  width:380px;
  padding: 0 20px;
  border:1px solid #f0f0f0;
}
.mobile-break {
  display: none !important;
}
.service-style-one .single-service .img-box1 {
  bottom: 20px !important;
}
section.fullscreen-banner1{
  background: url(../images/home/map2.jpg) no-repeat center center;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position:  bottom !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}
.news1.newsnew {
  margin-bottom: 40px !important;
}
/* .newsnew .newsspace {
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 4.5em; 
} */
section.fullscreen-banner.homebanner{
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}
video.homevideo {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}
/* .about-compnay .design {
  border-radius: 5px;
  padding: 0px !important;
} */
.design5 {
  padding: 0px;
}
.col-lg-5.col-12.col-md-12.justify-content-center.align-items-center {
  display: flex;
}
.col-lg-5.col-12.justify-content-center.align-items-center.padt20 {
  display: flex;
}
.col-lg-5.col-12.justify-content-center.align-items-center {
  display: flex;
}
.col-lg-5.col-12.justify-content-center.align-items-center {
  display: flex;
}