@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Raleway:wght@400;500;600;700&display=swap');
body{font-family: 'Montserrat', sans-serif;}
li{list-style:none;}
	*{padding:0;margin:0;}
	h1{font-size:35px;}
	button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

/*header*/

.displayFlex {
    display: flex;
    align-items: center;
	justify-content:space-between;
}
header {
    padding: 13px 0;
}
.navigation li {
    display: inline-block;
    margin-right:15px;
    margin-bottom: 0;
}
.navigation li a{color:#393939;}
.navigation {
    margin: 0;
}
.navigation li a:hover{text-decoration:none;}

/*search bar*/
.searchBox input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.searchBox input::-webkit-search-decoration,
.searchBox input::-webkit-search-cancel-button {
	display: none; 
}


.searchBox input[type=search] {
	background: url(../images/searchicon.jpg) no-repeat 0px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width:100%;
	position:absolute;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.searchBox {
    margin-top: -22px;
}


.searchBox input[type=search]:focus {
	width:90%;
	background-color: #fff;
	border-color: #66CC75;
	left:0;
	-webkit-box-shadow: 0 0 5px #1b4965;
	-moz-box-shadow: 0 0 5px #1b4965;
	box-shadow: 0 0 5px #1b4965;
}


.searchBox input:-moz-placeholder {
	color: #999;
}
.searchBox input::-webkit-input-placeholder {
	color: #999;
}

.searchBox input[type=search] {
    width: 21px;
    padding-left: 0;
    color: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
    background-size: contain;
    border: none;
}
.searchBox input[type=search]:hover {
	background-color: #fff;
}
.searchBox input[type=search]:focus {
    width: 82%;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    height: 36px;
    margin: -4px 0;
    background-size: 24px;
}
.searchBox input:-moz-placeholder {
	color: transparent;
}
.searchBox input::-webkit-input-placeholder {
	color: transparent;
}


/*end search bar*/

/*sidebar start*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left:0px;
}
/*#wrapper.toggled .hamburger{z-index:99999;right:14px;top: 9px;}*/


#sidebar-wrapper {
    z-index: 1000;
    left:inherit;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

/*#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}*/
#wrapper.toggled #sidebar-wrapper {
    width: 50%;
}
#page-content-wrapper {
    width: 58px;
    padding-top: 41px;
}

/*#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0px;
}*/

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.navbar {
  padding: 0;
}

.sidebar-nav {
    position: absolute;
    top: 10% !important;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #fff;
    /*background-color: #1b4965;*/
}
.sidebar-nav li:nth-child(5n+1):before {
    background-color: #1b4965;   
}
.sidebar-nav li:nth-child(5n+2):before {
    background-color: #79aefe;   
}
.sidebar-nav li:nth-child(5n+3):before {
    background-color: #314190;   
}
.sidebar-nav li:nth-child(5n+4):before {
    background-color: #279636;   
}
.sidebar-nav li:nth-child(5n+5):before {
    background-color: #7d5d81;   
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding:14px 15px 12px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.sidebar-header {
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.sidebar-brand {
    height: 65px;
    position: relative;
    background:#212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
   padding-top: 1em;
}
.sidebar-brand a {
    color: #ddd;
}
.sidebar-brand a:hover {
    color: #fff;
    text-decoration: none;
}
.dropdown-header {
    text-align: center;
    font-size: 1em;
    color: #ddd;
    background:#212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}
.dropdown-menu.show {
    top: 0;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 20px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left:0px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color:#1b4965;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color:#fff;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/


/*sidebar end*/


/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: inherit;
    background-color:#1b4965;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    right: 0;
}
.barIcon img{cursor:pointer;}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #fff;
}
.sidenav a:hover {
    background: #000;
}
.sidenav .closebtn:hover{background:transparent;}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
/*end header*/
/*banner*/

.bannerBlk .carousel-caption {
    right: inherit;
    bottom:90px;
    left: 10%;
    text-align: left;
}
.bannerBlk .carousel-caption h2{font-size:39px;}
.bannerBlk .carousel-caption p{font-size:15px;line-height:30px;}
.bannerBlk .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50px;
}
.bannerBlk .carousel-indicators li.active {
    background-color: #1b4965;
    border: 2px solid #fff;
}
/*end banner*/

.whatNew {
    background: #f5f5f5;
	
}
.whatNew .col-xl-12 {
    display: flex;
    align-items: center;
}
.whatNew p {
    margin: 0;
    width: 120px;
    font-family: 'Raleway', sans-serif;
    color: #1b4965;
    margin-right: 22px;
    padding-right: 20px;
    border-right: 1px solid #bbb;
}
.whatNew span strong{font-weight:400;color: #1b4965;}
.aboutBlk h2 {
    color: #1b4965;
    text-transform: uppercase;
}
.aboutBlk {
    padding:57px 0 80px;
}
.videoOutre{margin-bottom:20px;margin-top:20px;}
.trandingBlk {
    background: #071c35;
    position: absolute;
    right: 145px;
    top: -185px;
    width: 354px;
    padding: 50px 30px;
}

.trandingBlk li a {
    color: #fff;
	font-size:15px;
}
.trandingBlk li{margin-bottom:10px;}
.trandingBlk li {
    margin-bottom: 10px;
    background: url(../images/caret.png);
    background-repeat: no-repeat;
    background-position: top 4px left;
    padding-left: 19px;
}
.trandingBlk h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
}

/*aboutBlk*/

 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #fff;
    background-color: #1b4965;
    border-color: #1b4965;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
		font-size:18px;
		color:#fff;
		font-weight: 400;
    }

    .more-less {
        float: right;
        color: #fff;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
	#more {display: none;}
	#myBtn {
    background: #1b4965;
    color: #fff;
    border: none;
    padding: 10px 21px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.panel-body{text-align:right;}
.panel-body p{text-align:left;}
/*end about*/

/*partner css*/
.partnerBlk {
    background: #f4f4f4;
    padding: 41px 0;
}
.environmentOuter {
    position: absolute;
    top: -91px;
}
.everyoneBlk p {
    font-size: 26px;
    color: #1b4965;
	margin:0;
}
.everyoneBlk span {
    font-size: 26px;
    color: #202020;
}
.everyoneBlk {
    border-left: 4px solid #1b4965;
    padding-left: 20px;
    margin-bottom: 30px;
}
.environmentInner h3 {
    font-size: 18px;
    color: #fff;
    position: relative;
    margin-bottom: 27px;
}
.environmentInner h3::before {
    position: absolute;
    width: 62px;
    height: 2px;
    background: #fff;
    bottom: -15px;
    content: "";
}
.environmentInner p {
    font-size: 14px;
	color:#fff;
}
.environmentInner {
    background: #0e358d !important;
    padding: 24px 28px 4px;
    margin-bottom: 20px;
    border-radius: 15px;
}

/*end partner*/


/*presence section*/
.presenceBlk {
    padding: 100px 0;
}
.presenceText {
    text-align: center;
}
.presenceText h1 {
    font-size: 172px;
    color: #1b4965;
}
.presenceText p{font-size:19px;}
.presenceText p a{color:#1b4965;}
h4 span {
    color: #1b4965;
}
.productText p {
    text-transform: uppercase;
    color: #000;
    margin: 0;
}
.productText {
    margin-top: 30px;
}
.industryblk {
    padding-bottom: 65px;
}
.productText span{color:#1b4965;font-size:14px;}
.industryblk h4{margin-bottom:20px;}
.productInner:hover{text-decoration:none;}
.productInner {
    margin-top: 40px;
    display: inline-block;
}
.presenceText h3{margin:30px 0 10px 0;}

/* end presence*/

/*blog css*/
.owl-prev {
    background-image: url(../images/leftarrow1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: 0;
    font-size: 0;
    height: 69px;
    right: 60px;
    margin-bottom: auto;
    margin-top: auto;
    overflow: hidden;
    position: absolute;
    text-indent: 99999px;
    width: 70px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.outer {
    margin: 30px 0 100px;
}
.owl-next {
    background-image: url(../images/rightarrow1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: 0px;
    font-size: 0;
    height: 69px;
    right: 0px;
    margin-bottom: auto;
    margin-top: auto;
    overflow: hidden;
    position: absolute;
    text-indent: 99999px;
    width: 71px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.text {
    max-width: 57%;
    margin-left: -415px;
}
.item a .courseThumb{position:relative;overflow:hidden;}
.item a .innerTextblk {
    position: absolute;
    bottom: 0;
    left: 0;
}
.innerTextblk i {
    background: #fff;
    padding: 20px;
    color: #000;
}
/*end blog*/

/*newsletterBlk*/
.emailOuter {
    display: flex;
    align-items: center;
}
.newsletterBlk {
    background: #1b4965;
    padding: 20px 0;
}
.emailOuter input {
    width: 69%;
    background: transparent;
    border-bottom: 2px solid #fff!important;
    border: none;
    border-radius: 0;
    color: #fff;
    margin-right: 30px;
	padding: 10px 0;
}
.newsletterBlk p {
    color: #fff;
    font-size: 20px;
    margin: 0;
}
.newsletterBlk .row {
    display: flex;
    align-items: center;
}
.emailOuter button {
    background: transparent;
    color: #fff;
    border: 3px solid #d69da4;
    padding: 8px 11px;
}
.emailOuter input::placeholder{opacity:1;color:#fff;font-weight:300;}
/*end newsletterBlk*/
/*footer*/
.blk01 {
    border-bottom: 1px solid #bbb;
    margin-bottom: 10px;
    padding-bottom:10px;
}
.topFooter .blk01 p{font-size:12px;margin: 0;}
.topFooter .blk01 span{font-size:10px;color:#fff;}
.topFooter .blk01 span i{color:#1b4965;margin-right:5px;}
.topFooter {
    background: #252634;
    padding:39px 0 20px;
}
.footerLinks li a{font-size:12px;color:#efefef;}
.title{font-size:20px;color:#fff;margin-bottom:10px;}
.btmFooter {
    background: #191b29;
}
.btmFooter p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding:30px 0;
}
.topFooter p{color:#fff;font-size:15px;}
.topFooter p.small{font-size:14px;}
.topFooter p a{color:#fff;}
.topFooter h4 {
    color: aliceblue;
    font-size: 15px;
    margin: 10px 0;
}
/*end footer*/

header .hamburger {
    display: none;
}


@media (max-width:1366px){
	
}
@media (max-width:1280px){
	
}
@media (max-width:1199px){
	.navigation li a {
    font-size: 14px;
}
.navigation li {
    margin-right: 13px;
}
.trandingBlk {
    right: 100px;
    top: -375px;
}
.presenceText h1 {
    font-size: 108px;
}
}
@media (max-width:1024px){
	
}
@media(max-width:991px){
    
    header .hamburger {
    display: block;
}

	.navOuter {
    display: none;
}
.displayFlex {
    justify-content:space-between;
}
.searchBox {
    margin-right: 17px;
    margin-top: -20px;
}
.trandingBlk {
    right: 0;
    top: 0;
    position: inherit;
    width: 100%;
}
.whatNew {
    padding: 36px 0;
}
.everyoneBlk p {
    font-size: 23px;
}
.everyoneBlk span {
    font-size: 18px;
}
.aboutBlk {
    padding: 57px 0 47px;
}
.environmentOuter {
    position: inherit;
    top: 0;
}
.presenceBlk {
    padding: 57px 0;
}
.newsletterBlk p {
    font-size: 20px;
    margin: 0 0 20px;
}
.outer {
    margin: 30px 0 65px;
}
.searchBox input[type=search]:focus {
    width: 73%;
}
}
@media (max-width:767px){
	.searchBox input[type=search]:focus {
    width: 60%;
}
.bannerBlk .carousel-caption {
    bottom: 31px;
    left: 29%;
    text-align: center;
}
.whatNew .col-xl-12 {
    flex-wrap: wrap;
}
.trandingBlk{margin-top:20px;}
.topFooter{text-align:center;}
.emailOuter {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.emailOuter input {
    width: 100%;
    margin-bottom: 20px;
}
.newsletterBlk p{text-align:center;}
}
@media (max-width:580px){
#wrapper.toggled .hamburger {
    right: 40px;
}
.bannerBlk .carousel-caption {
    bottom: 0;
    left: 0;
    position: relative;
    background: #1b4965;
}
.bannerBlk .carousel-caption h2 {
    font-size: 31px;
}
}
@media (max-width:480px){
#wrapper.toggled .hamburger {
    right: 62px;
    width: 17px;
}
.presenceText h1 {
    font-size: 74px;
}
}
.page-id-3569 textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
}
.page-id-3569 input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    width: 100% !important;
}

form.wpcf7-form.init p {
    width: 69% !important;
}
span.posted_in a {
	font-weight: bold;
    background: unset !important; 
    color: unset !important ; 
    padding: 0px 5px!important;
     border-radius: unset !important;  
}
.product_breads {
    background: #000000d4!important; 
    background-size: cover;
    text-align: center;
}
.col-lg-9.dis_new input#woocommerce-product-search-field-0 {
	padding: 3px;
    border: 1px solid black;
    /* border: none; */
}
.col-lg-9.dis_new button {
	cursor: pointer;
   margin-left: 4px;
    font-size: 16px;
    border-radius: 26px;
    border: none;
    background: #1b4965;
    color: white;
    padding: 6px;
}
.woocommerce .woocommerce-ordering {
    display: none;
    margin: 0 0 1em;
}

form.woocommerce-product-search {
    float: right;
}
input#woocommerce-product-search-field-0:focus-visible {
    border: none !important;
    color: unset !important;
    padding: 4px !important;
    overflow: hidden;
}
.comment-respond {
    display: none!important;
    max-width: 490px;
    margin: 0px auto;
}
.poz_change.bot {
    opacity: 54%;
    padding-top: 13%;
    height: 100%;
    background: #000000d4;
}
.page-id-1742 .presenceText p a {
    visibility: hidden!important;
}
.page-id-1742 .map_box {
    max-width: 70%!important;
    margin: 0 auto;
    overflow: hidden;
}

.woocommerce ul.products li.product a img {
    width: 100%!important;
    margin: auto!important;
}
.elementor-7 .elementor-element.elementor-element-02c4f6f .elementor-main-swiper .elementor-carousel-image {
	margin: auto;
    width: 242px!important;
    background-size: contain;
}



@media(min-width:200px) and (max-width:800px){
	
.innerBlk .thumb {
    margin: auto;
    display: table;
}
	.innerBlk .detail {
    margin: auto;
    display: table;
}
	.innerBlk .detail h3 {
    font-size: 22px;
}
	.backoverlay_newex h1 {
    font-size: 36px!important;
    font-weight: 700;
    margin-bottom: 13px;
    color: #ffffff;
    word-break: break-word;
    font-family: 'Montserrat';
}
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li a:hover {
    color: black;
    text-decoration: none;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li a {
    color: #000;
}
/* breadcumb css */
.breadcrum li{
    padding:0px !important;
    margin:0px !IMPORTANT;
}
/*contact us form */
.elementor-3569 .elementor-element.elementor-element-bda50b5{
    z-index:999 !important;
}

/* ul , ul li {
  list-style: none;
}

ul li:before {
  content: '✓';
}
.breadcrum li:before{
    content: '';
}
.elementor-widget-container ul li{
    list-style-type: none;
} */