@charset "UTF-8";
/* CSS Document */
@import "../../../../../../maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"; /* Using a string */
@import "../../../../../../cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css"; /* Using a string */


@font-face {
    font-family:'Segoe UI';
    src: url('../fonts/SEGOEUI.TTF');
}

html{ scroll-padding-top:110px; }

body {
	padding: 0 0;
	margin: 0 0;
    font-family:'Segoe UI', sans-serif !important;
    font-size: 16px;
	font-weight: 400;
    color: #111 !important;
	background: #ffffff;
}
p{
    margin-top: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 30px;
}
.sitemapMain .widget{
    margin: 0 0;
}
.sitemapMain ul{
    margin: 0 0;
    padding: 0 0;
}
.sitemapMain ul li{
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0 0;
    list-style: none;
    vertical-align: top;
    width: 22%;
}
.sitemapMain ul li:last-child{
    margin-right: 0;
}
.sitemapMain ul li a{
    padding: 8px 10px;
    font-size: 15px;
    display: block;
    color: #004582;
    font-weight: 600;
    background: rgba(0,69,130,.08);
     border: 1px solid rgba(0,69,130,.1);
}
.sitemapMain ul li a:hover,
.sitemapMain ul li a:focus{
    text-decoration: none;
    background: #004582;
    color: #fff;
}
.sitemapMain ul li  ul.sub-menu{
    margin-bottom: 30px;
}
.sitemapMain ul li ul.sub-menu li{
    display: block;
     width: auto;
    margin: 0 0 0 0;
}
.sitemapMain ul li  ul.sub-menu li a{
    padding: 8px 12px;
    font-size: 13px;
    display: block;
    color: #004582;
    font-weight: 500;
      background:none;
    border-left: none;
    border-top: none;
    border-right: none;
  
    border-bottom: 1px solid #eaeaea;
}

.sitemapMain ul li  ul.sub-menu li a:hover,
.sitemapMain ul li  ul.sub-menu li a:focus{
    text-decoration: none;
    background: #fafafa;
    color: #E30613;
}

.contentArea table tr td {
	padding: 5px 10px;
	border-right: 0px solid #eaeaea;
    font-size: 15px;
    border-bottom: 1px solid #d9d9d9;
    border: 0;
}
.contentArea table tr {
	border: 1px solid #eaeaea;
}

.contentArea table tr td a {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	padding: 8px 20px 8px 38px;
	font-size: 13px;
	color: #ffffff;
	font-weight: 500;
	background-color: #E30613;
	/*background-image: linear-gradient(272deg, #E30613 30%, #7db044 100%);
	border-radius: 25px 25px;*/
	display: inline-block;
	position: relative;
}
.contentArea table tr td a:before {
	content: "\f019";
	color: #ffffff;
	position: absolute;
	left: 15px;
	top: 11px;
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 300;
}
.contentArea table tr td a:hover, .contentArea table tr td a:focus {
	background: #004582 !important;
	text-decoration: none;
}
.contentArea table tr td:nth-child(2) {
	background: #fafafa;
	width: 150px;
	text-align: center;
}
/*.contentArea table tr:nth-child(even) {
	background-color: #f2f2f2;
}
.contentArea table tr:nth-child(even) td:nth-child(2) {
	background-color: #f2f2f2;
}*/


.tiles-main .wp-block-column{
text-align: center;
   border: 1px solid #edf4fa;
    padding: 25px;
    background-color: rgba(242,247,251,1);
    border-radius: 4px;
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(242,247,251,1) 100%);
 
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}
.tiles-main .wp-block-column:hover{
	    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}
.tiles-main .wp-block-column img{
	    mix-blend-mode: multiply;
	height: 70px;
	display: inline-block;
	width: auto;
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tiles-main .wp-block-column:hover img{
	    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.inner-page-main .contentArea .tiles-main .wp-block-column figure {
    margin-bottom: 0 !important;
}
.tiles-main.last-tile-empty .wp-block-column:last-child{
background-color: transparent !important;
	background: transparent !important;
	border: none;
    box-shadow: none;
}
.tiles-main .wp-block-column figure figcaption{
    color: #444;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 22px;
    font-family: 'Lato', sans-serif !important;
    line-height: 20px;
}

.tiles-main .wp-block-column figure figcaption strong{
    display: block;
    color: #0075ba;
    font-size: 1.55rem;
    margin-bottom: 8px;
}
.testimonials-landing-blocks{
	margin-top: 20px;
}
.scroll-to-top-btn {
    font-size: 28px;
    color: #fff;
    display: block;
    position: fixed;
    width: 46px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    z-index: 100;
    right: 20px;
      bottom:25px;
    background-color: #e30613;
    padding-left: 1px;
    opacity: 0;
    -webkit-user-select: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
    transform: scale(0);
    border-radius: 50%;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, box-shadow 0.3s;
}
.scroll-to-top-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.258824) 0px 12px 18px 0px;
	color: #fff;
	background-color:#004582;
}
.address-map-main{
box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    }
.custom-table-block table{
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    margin: 0 0 !important;
    font-size: 16px;
    font-weight: 600;
    border: 0;
}
.scroll-to-top-btn.visible {
    opacity: 1;
    transform: scale(1);
}
.category-tags-main .post-inner {
    padding-top: 0;
}

.category-tags-main article{
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding: 0 0 10px 0;
}
.contentArea.category-tags-main a {
    border-bottom: none;
    padding-bottom: 0;
}
.contentArea.category-tags-main .entry-title{
	
	
    font-weight: 400;
    font-size: 2.8rem;
}
.contentArea.category-tags-main .entry-title a{
    color: #1b3344 !important;
	font-weight: 400;
}
.contentArea.category-tags-main .entry-title a:hover,
.contentArea.category-tags-main .entry-title a:focus{
    color: rgba(134,198,59,1) !important;	
}
.contentArea.category-tags-main ul.post-meta  li {
    font-size: 1.3rem;
}
.submit-form-main p span{
    color: #e30613;
        font-size: 13px;
}
.contentArea.category-tags-main .post-meta-wrapper {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.footer-main-menu .widget ul li{

	margin-right: 35px;
}
.footer-main-menu .widget ul li a {
     color: #d9e5ef;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 300
}
.footer-address p {
    position: relative;
    padding: 0 0 10px 35px;
    color: #d9e5ef;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 300;
}
.footer-address p a{
	color: #d9e5ef;
}
.footer-address p a:hover,
.footer-address p a:focus{
	color: #fff;
}
.footer-address p img {
height: 22px;
    width: 22px;
	position: absolute;
	left: 0;
	top: 0;
   /* filter: invert(97%) sepia(25%) saturate(5036%) hue-rotate(307deg) brightness(122%) contrast(98%);*/
    filter: invert(13%) sepia(49%) saturate(5684%) hue-rotate(202deg) brightness(98%) contrast(94%);
}
.blog-main-conatiner{
	background: #f5f9fc;
}
.blog-latest-posts a{
	display: block;
    border-radius: 25px;
	overflow: hidden;
	position: relative;
	background: #fff;
	    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
.blog-latest-posts a .blog-description{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px;
    bottom: 0;
    border-radius: 25px;
	
}
.blog-latest-posts .blog-post-selector a:hover .blog-description:before{
	opacity: .5  !important;
	   border-radius: 25px;

}
.blog-latest-posts .blog-post-selector a .blog-description:before{
	opacity: 1 !important;
    position: absolute;
	content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	   border-radius: 25px;
	background: rgba(0,0,0,.7);
	mix-blend-mode: multiply;
/*	-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
}

.blog-latest-posts .blog-post-selector:nth-of-type(2) a .blog-description:before {
background: rgba(144,22,56,.7);
}
.blog-latest-posts .blog-post-selector:nth-of-type(3) a .blog-description:before {
background: rgba(201,151,32,1);
}
.blog-latest-posts a .blog-description h5{
 font-size: 1.4em;
    color: #fff;
    position: relative;
    z-index: 9;
    font-weight: 800;
    letter-spacing: 0;
	    line-height: 1.3;
}
.blog-latest-posts a .blog-description p{
	position: relative;
	z-index: 9;
}
.blog-latest-posts a .blog-description .author-name{
	font-size: 13px;
    color: #54c4ed;
    font-weight: 600;
    margin-top: 20px;
}
.blog-latest-posts a .blog-description .post-date-block{
	color: #f5f5f5;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 25px;
    right: 25px;
}
.blog-latest-posts a .blog-description .post-date-block p{
	margin: 0 0;
}
.post-views.entry-meta > span.post-views-icon.dashicons {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    text-decoration: inherit;
    vertical-align: middle;
}
.contentArea .entry-header .post-views{
	    display: inline-block;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    color: #6d6d6d;
	font-size:12px;
}
.plans-main-container{
	  /*  padding: 8rem 0 9em 0; */
}
.banner-main .mainSlider {
     margin-bottom: 0 !important;
}
.banner-main {
   /* background:#000 url(../images/credit-access-asia.jpg) no-repeat center center; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
  display: table;
  width: 100%;
  height: 100vh;
  background-color: #171717;
  color: #000;
  line-height: 1.6;
  position: relative;

  overflow: hidden;
}
.banner-main .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
}

.banner-main .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.banner-main .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: drop 7s 0s infinite;
          animation: drop 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.banner-main .line:nth-child(1) {
  margin-left: -25%;
}
.banner-main .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.banner-main .line:nth-child(3) {
  margin-left: 25%;
}
.banner-main .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}



.process-main{
    background: #edf4fa;
    position: relative;
}
.process-main:before{
       content: "";
    position: absolute;
    left: -40px;
    bottom: 20px;
    background: url(../images/intact-icon.svg) no-repeat center center;
    width: 200px;
    height: 200px;
    opacity: .4;
        
}
.process-main:after{
      content: "";
    position: absolute;
    right: 0;
    top: 20px;
    background: url(../images/section-design-right.svg) no-repeat center center;
    width: 50px;
    height: 100px;
        
}
.process-main .section-title {
    text-align: center;
    margin: 0 20% 50px 20%;
}
.process-main .section-title h2:before {
    left: 0;
    right: 0;
}
.process-main .section-title:hover h2:before {
    width: 100px;
}
.process-main .process-inner-container,
.process-main .tiles-home-main .tiles-main .wp-block-column{
    padding:0 0;
    border-radius: 3px;
    box-shadow:0 10px 25px rgba(0, 0, 0, .05) !important;
    background: #ffffff !important;
    text-align: center;
    min-height: 195px;
    position: relative;
}
.process-main .tiles-home-main .tiles-main .wp-block-column{
	padding: 25px;
}
.process-main .tiles-home-main .tiles-main .wp-block-column figure{
	margin-bottom: 0 !important;
}
.process-main .tiles-home-main .tiles-main.last-tile-empty .wp-block-column:last-child{
	background-color: transparent !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.process-main .process-inner-container a{
	display: block;
	padding: 25px;
}
.process-main .process-inner-container a:hover,
.process-main .process-inner-container a:focus,
.process-main .process-inner-container a:active{
	text-decoration: none;
}
.process-main .process-inner-container .product-thumb-icon{
	margin-bottom: 30px;
}
.process-main .process-inner-container a .products-description h3{
	    margin-bottom: 10px;
	color: #0075ba;
	
}
.process-main .process-inner-container a:hover .products-description h3,
.process-main .process-inner-container a:focus .products-description h3{
	color: #54c4ed;
}
.process-main .process-inner-container a .products-description p{
    color: #212529;
    font-size: 14px;
	margin-bottom: 0;
}
.process-main .process-inner-container{
	margin-bottom: 30px;
}
.process-main .process-inner-container .product-thumb-icon img{
    height: 60px;
    display: inline-block;
   /* filter: invert(27%) sepia(98%) saturate(4773%) hue-rotate(188deg) brightness(82%) contrast(101%); */
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.viewAllLinkContainer{
	    text-align: center;
    margin-top: 20px;
}
.process-main .process-inner-container:hover img{
    
}
.products-main-block{
   position: relative;
    padding: 10rem 0 6rem 0;

}

@-webkit-keyframes animate_background { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 0 -200px;
    } 
}
@-moz-keyframes animate_background { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 0 -200px;
    } 
}
@-o-keyframes animate_background { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 0 -200px;
    } 
}
@keyframes animate_background { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 0 -200px;
    } 
}

.products-main-block .section-title{
	position: relative;
        z-index: 9;
}

.products-main-block .section-title p{
	font-size: 18px;

}
.products-categories{
	text-align: center;
		    margin-top: 40px;
	position: relative;
}

.products-categories a{
    position: relative;
    display: block;
    color: #000;
    font-weight: 300;
    text-align: center;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    padding:0 0;
    overflow: hidden;
    background: #111;
    margin-bottom: 30px;
}
.products-categories a:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    z-index: 9;
    /* background: rgba(0,0,0, .2) url(../images/pattern.png) repeat left top; */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.59) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.59) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.59) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#96000000',GradientType=0 );
}
.products-categories a:hover,
.products-categories a:focus{
	text-decoration: none;
	color: #c5432b;
}
.product-thumb-icon-main{
    height: 340px;
    overflow: hidden;
}
.products-categories a .product-thumb-icon-main img {
    transition: all .3s linear;
}
.products-categories a:hover .product-thumb-icon-main img {
    transform: scale(1.1);
}
.products-categories a:hover{
    text-decoration: none;

}
.products-description{
      padding: 40px 40px 0 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    bottom: 0;
    flex-flow: column wrap;
        z-index: 99;
    transition: all 0.3s ease-in-out 0s;
}
.products-categories a .products-description:after{
     content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
    height: 0;
}
.products-categories a:hover .products-description:after{
    height: 100%;
}
.products-categories a:hover .products-description h3,
.products-categories a:hover .products-description p{
    color: #004582 ;
        position: relative;
    z-index: 9;
}
.products-description h3{
       font-weight: 600;
    letter-spacing: -1px;
    color: #fff;
    font-size: 2.2rem;
    position: relative;
        z-index: 9;
        display: inline-block;
}


.products-description p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
}
.product-thumb-icon-main img{

}
.products-categories a.grounded-bg:hover{
	background-position: center -25px !important;

}
.products-categories a.grounded-bg{
	   background: rgba(244, 244, 244,1) url(../images/chilli-powder.jpg) no-repeat center top !important;
}

.products-landing-blocks a.product1{
position: relative;
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    text-align: center;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
 
    margin-bottom: 30px;
}
.products-landing-blocks a.product1:hover{
	background-position: center 0% !important;
}



.products-landing-blocks a.product2{
position: relative;
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    text-align: center;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background: #fff;
    padding: 20px;
    border-radius: 3px;

    margin-bottom: 30px;
}
.products-landing-blocks a.product2:hover{
	background-position: center 0% !important;
}

.products-categories a span{
	display: block;
	font-size: 30px;
}
.products-slider-main{
	position: relative;
}
.process-main .process-inner-container a .products-description img{
	height: 17px;
	margin-left: 10px;
    display: inline-block;
	   -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	filter: invert(27%) sepia(98%) saturate(4773%) hue-rotate(188deg) brightness(82%) contrast(101%);
	
}
.process-main .process-inner-container a:hover .products-description img,
.process-main .process-inner-container a:focus .products-description img{
	    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.process-main .process-inner-container h4{
      display: block;
    margin-top: 1em;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
}
.readmorelink{
	color: #0075ba;
}
.readmorelink:hover,
.readmorelink:focus{
	text-decoration: none;
	color: #86c63b;
}
.testimonials-landing-blocks .team-col {
    text-align: left;
    width: 100%;
    padding: 0 20px;
}
.testimonials-landing-blocks .team-col .team {
    margin-bottom: 25px;
    margin-top: 0;
    padding: 30px 35px;
	border: 1px solid #ddd;
 
}
.testimonials-landing-blocks .testimonails-content p {
    font-size: 16px;
}
.testimonails-content .readmorelink{
	margin-left: 8px;
}
.contact-address-box h2{
	margin: 0 0;
    font-weight: 400;
    font-size: 2.6rem;
    text-transform: none;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin-bottom: 22px;
    letter-spacing: 0;
    color: #1b3344;
}
.contact-address-box{
	
}
.inner-banner-blog{
	    min-height: 200px;
    background: #1b3344;
	position: relative;
}
.inner-banner-blog .sitemap-main{
	    bottom: 15%;
}
.inner-banner-blog .sitemap-main .breadcrumb {
    background-color: transparent;
    border-radius: 0 0;
    margin-left: 0;
}
.inner-banner-blog .sitemap-main .breadcrumb a,
.inner-banner-blog .sitemap-main .breadcrumb .br-devider{
    color: #9ac0d6;
}
.inner-banner-blog .sitemap-main .breadcrumb a:hover,
.inner-banner-blog .sitemap-main .breadcrumb a:focus{
	color: #ffffff;
}
.inner-banner-blog .sitemap-main .breadcrumb .current{
    color: #54c4ed;
}
.blog-latest-posts a{
	border-bottom: none !important;
	    padding-bottom: 0 !important;
}
 .blog-latest-posts.blog-landing-blocks a{
	margin-bottom: 30px;
}
.contact-address-box h3 {
    font-size: 1.8rem !important;
	    font-weight: 600 !important;
}
.contact-address-box .icon-p {
	 padding:10px 0px 10px 30px;
    background-size: auto 35%;
    position: relative;
    display: block;
    font-size: 14px;
    color: #111;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

        margin-bottom: 0;
}
.contact-address-box .addOne,
.contact-address-box .addTwo{
    min-height: 322px;
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    margin-right: -1px;
}
.contact-address-box .icon-p img {
    position: absolute;
    left: 0px;
    top: 10px;
    height: 20px;
    width: 25px;
    margin-right: 10px;
/* filter: invert(13%) sepia(49%) saturate(5684%) hue-rotate(202deg) brightness(98%) contrast(94%); */
    filter: invert(6%) sepia(97%) saturate(4425%) hue-rotate(354deg) brightness(188%) contrast(103%);
}
.address-map-main .map-container{
    margin: 0 0;
    padding: 0 0 1px 0;
}
.contact-address-box .icon-p:last-child{
    margin-bottom: 0 !important;
}
.mb-50{
    margin-bottom: 50px;
}
.contact-address-box .icon-p a{
    text-decoration: none;
    color: #111;
        border-bottom: none !important;
}
.contact-address-box .icon-with-address-field strong{
    display: block;
}
.map-container{
	padding: 5px;
    border: 1px solid #ddd;
    margin: 15px;
}
.contact-address-box h3{
    color: #08478d !important;
    font-weight: 400 !important;
    padding: 0 0 !important;
    background: transparent !important;
}
.contact-address-box h4 {
      color: #1b3344 !important;
    margin-bottom: 10px !important;
    padding: 0 0 !important;
    background: transparent !important;
    font-size: 1.5rem !important;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500 !important;
    position: relative !important;
    z-index: 99;
}
.contact-address-box h4:before {
  position: absolute !important;
    left: 0 !important;
    bottom: -1px !important;
    content: "";
    margin: 0 !important;
    height: 11px !important;
    background: #fce786 !important;
    width: 12px !important;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: -1;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 99;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader .loader {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.preloader .loader .loader-outter {
  position: absolute;
  border: 4px solid #fbe850;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
          animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid #fbe850;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: calc(40% - 21px);
  top: calc(40% - 21px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
          animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .indicator {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.logoLoader{
	 /* -webkit-animation:spin 1.3s linear infinite;
    -moz-animation:spin 1.3s linear infinite;
    animation:spin 1.3s linear infinite; */
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }}
.preloader .loader .indicator svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.preloader .loader .indicator svg polyline#back {
  stroke: #fbe850;
}

.preloader .loader .indicator svg polyline#front {
  stroke: #fbe850;
  stroke-dasharray: 12, 36;
  stroke-dashoffset: 48;
  -webkit-animation: dash 1s linear infinite;
          animation: dash 1s linear infinite;
}

.preloader::before, .preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
background: #000;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.certification-block .wp-block-column{
    text-align: center;
    background: #f5f5f5;
    padding: 10px;
	border-radius: 4px;
}
.certification-block .wp-block-column img{
	mix-blend-mode: multiply;
}
.certification-block .wp-block-column figcaption{
	font-size: 12px;
	    line-height: 19px;
}
.certification-block .wp-block-column figure{
	margin: 0 0 !important;
}
.certification-conatiner .certification-block .wp-block-column figcaption{
    font-size: 14px;
    line-height: 19px;
    margin: 0 0;
}
.sitemap-main .pageTitle{
        font-size: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
        margin-bottom: 10px;
}
.sitemap-main{
       width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    bottom: 0;
    font-weight: 400;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 1px;
    top: 80px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.sitemap-main .breadcrumb{
	background-color: transparent;
    border-radius: 0 0;
    margin-left: 0px;
    display: inline-block;
        padding: 0 0;
}
.sitemap-main .breadcrumb .br-devider:first-child{
	display: none;
}
.sitemap-main .breadcrumb .br-devider{
padding: 0 8px;
    color: #fff;
    font-size: 11px;
}
.sitemap-main .breadcrumb  a{
	color: #fff;
}
.sitemap-main .breadcrumb  a:hover,
.sitemap-main .breadcrumb  a:focus{
    color:#E30613;
	text-decoration: none;
}
.sitemap-main .breadcrumb  .current{
    color: #E30613;
}
.inner-banner img{
	width: 100%;
}
.wp-block-media-text.media-text-custom .wp-block-media-text__content {
    padding: 4rem 4rem 4rem 0;
}
.inner-banner{
	    padding-top: 0px;
    position: relative;
    background: #1b3344 ;
       min-height: 497px;
   /* 
        max-height: 375px;
        min-height: 375px;*/
    top: 0;
    overflow: hidden;
	display: flex;
    align-items: center;
    align-content: center;
   
}
.tradeMainBlock{
    margin-top: 0px !important;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}
.tradeMainBlock>div,
.tradeMainBlock>div>div,
.tradeMainBlock>div>div iframe{
    width: 100% !important;
}
.teamSinglePageMain{
    width: 100%;
}
.team-single-inner-banner{
    height: 200px;
        min-height: inherit;
}
.team-single-inner-banner:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(13,37,64,0.8) !important;
}
.inner-banner .entry-header {
padding: 0 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
    z-index: 99;
	    background-color: transparent;
}
.inner-banner .featured-media-inner {
    position: relative;
    left:0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.inner-banner .featured-media{
	    margin-top: 0;
    margin-bottom: 0;
	flex: 0 0 100%;
}
.inner-banner .featured-media img {
    margin: 0 0 !important;
    width: 100% !important;

}
.inner-banner .entry-header h1.entry-title, 
.inner-banner .entry-header h2.entry-title {
    margin: 0;
	margin: 0 0;
    font-weight: 400;
    font-size: 3.1rem;
    text-transform: uppercase;
    position: relative;
    color: #fff !important;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.inner-banner .entry-header h1.entry-title:before,
.inner-banner .entry-header h2.entry-title:before{
    position: absolute;
      left: 0;
    right: 0;
    /* bottom: -6px; */
    bottom: -10px;
    content: "";
    margin: 0 auto;
    height: 2px;
    background: #bb8d3b;
    width: 25px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.inner-banner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
	z-index: 9;
	background: rgba(13,37,64, .2);
        mix-blend-mode: multiply;
 /* background:rgba(0,0,0, .2) url(../images/pattern.png) repeat left top; */
	/* 
    background-color: transparent;
    background-image: -webkit-gradient( linear, top, bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)) );
    background-image: -webkit-linear-gradient( top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100% );
    background-image: -moz-linear-gradient( top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColor=0, endColorStr=#000000 );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColor=0, endColoStr=#000000 );
    border: none;*/
}
.inner-banner:after {
    content: "";
    position: absolute;
    left: auto;
    bottom: 0;
    right: 20px;
    top: 0;
    z-index: 9;
    background: url(../images/creditacces-pattern.svg) no-repeat center center;
    background-size: auto 100%;
    width: 400px;
    height: 400px;
}
.inner-page-main .content-top-support-block{
	    padding: 30px;
    background: #fff;
    
}
.columns-main-block .wp-block-column{
    text-align: center;
    background: #f5f5f5;
     padding: 35px 20px;
    border-radius: 4px;
	position: relative;
}
.columns-main-block .wp-block-column:after {
   content: "";
    position: absolute;
    right: -34px;
    top: 0;
    background: url(../images/processFlowIcon.svg) no-repeat center center;
    width: 100px;
    height: 50px;
    z-index: 9;
}
.columns-main-block.no-arrow .wp-block-column:after{
	content: none;
}
.columns-main-block .wp-block-column:last-child:after{
	content: none;
}
.sidebar .childpages-main .main-title, 
.sidebar .widget .widget-title{
 padding: 0 0 2rem 0 !important;
}
.captcha-block {
    margin-bottom: 3rem;
    font-size: 1.4rem;
}
.captcha-block span {
    font-weight: 600;
    margin-left: 10px;
}
.captcha-block .form-control {
    width: auto !important;
    display: inline-block !important;
}

.entry-content .wp-block-group.newsBlocksMain .wp-block-columns {
	  margin-top: 0rem !important;
background: #f5f5f5 !important;	
padding: 25px 25px;
}
.entry-content .wp-block-group.newsBlocksMain h3{
    font-size: 18px !important;
    font-weight: 600;
    margin: 0 0 12px 0 !important;
    color: #004582 !important;
}
.entry-content .wp-block-group.newsBlocksMain p{
    font-size: 13px !important;
}
.newsMain{
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
        margin: 0 0 5px 0 !important;
}
.newsMain:last-child{
    margin-bottom: 20px !important;
}
.newsMain .wp-block-column:first-child{
        flex-basis: 100% !important;
}
.newsMain h3{
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 !important;
}
.entry-content .wp-block-group [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100rem;
    width: 100%;

}
.wp-block-archives:not(.alignwide):not(.alignfull), .wp-block-categories:not(.alignwide):not(.alignfull), .wp-block-code, .wp-block-columns:not(.alignwide):not(.alignfull), .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-media-text:not(.alignwide):not(.alignfull), .wp-block-preformatted, .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-verse, .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 4rem;
    margin-top: 0rem !important;
}

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #0075ba !important;
    transition: opacity 0.15s linear;
}
button:hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, .button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    background: rgba(134,198,59,1) !important;
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
.search-no-results .archive-header {
    padding: 4rem 0;
}
.main-header button:hover, main-header button:focus,
.main-header button{
	background: none !important;
}
.contact-page-custom-container .section-inner.medium {
    max-width: 100% !important;
}
.inner-page-main .contentArea.contact-page-custom-container .contactpage-form-main .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
   max-width: 100% !important;
}

.footer-company-column .more-link {
    font-size: 11px;
    color: #96a0a9;
    margin-top: 0;
}
.footer-company-column .more-link img {
    height: 15px;
    width: 15px;
}

.reports-download-main {
	border-radius: 0 0 !important;
	border: 1px solid #d5e2f3;
	background-color: #fff;
	padding: 16px 22px;
	text-align: center;
	position: relative;
	margin-bottom: 15px !important;
	margin-top: 1rem !important;
	color: #000;
	box-shadow: 0 6px 6px -6px rgba(0,0,0,.1);
}
.reports-download-main .wp-block-column {
	margin-bottom: 0 !important;
	text-align: left;
}
.reports-download-main .wp-block-column:first-child {
	flex-basis: calc(80% - 16px);
	flex-grow: 0;
}
.reports-download-main .wp-block-column:last-child {
	text-align: right;
	flex-basis: calc(20% - 16px);
	flex-grow: 0;
}
.reports-download-main .wp-block-column:last-child a {
	padding: 8px 16px;
	background-color: #1C498D;
	background-image: linear-gradient(-272deg, #1e5dbc 0%, #1C498D 100%);
	color: #ffffff;
	border-radius: 25px 25px;
	font-size: 14px;
	text-transform:none;
	font-weight: 600;
	display: inline-block;
}
.reports-download-main .wp-block-column:last-child a:hover, .reports-download-main .wp-block-column:last-child a:focus {
	text-decoration: none;
	opacity: .75;
}
.reports-download-main .wp-block-column p:last-child {
	margin-bottom: 0;
	margin-top: 1rem !important;
}




.not-found-main .section-inner {
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.not-found-main .section-inner img {
    max-width: 70%;
    display: inline-block;
}

.search-results #site-content, .search-no-results #site-content {
    padding-top: 103px !important;
    padding-bottom: 35px;
}
.search-results #site-content .archive-header {
    padding: 2rem 0;
}
.search-results #site-content .intro-text {
    font-size: 2rem;
    margin-top: 0;
}
body:not(.singular) main > article:first-of-type {
    padding: 3rem 0 0;
}
.search-results article{
	padding: 20px 0;
}
.search-results article .entry-title a{
	    color: #0075ba;
}
.search-results article .entry-title a:hover,
.search-results article .entry-title a:focus{
	       color:rgba(134,198,59,1);
	text-decoration: none;
}
.search-results article .post-inner {
    padding-top: 1rem;
}
.search-results .entry-header .entry-title {
    color: #324659;
    font-size: 2.5rem;
    font-weight: 400;
    text-align: left;
}
.search-results .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100rem;
    width: calc(100% - 0px);
	font-size: 15px;
}
.search-results .post-separator.section-inner,
.pagination-wrapper.section-inner{
    width: calc(100% - 26rem);
}
.footer-main-menu .widget .widget-title{

}
.search-results .link-more .more-button {
    font-size: 13px;
    color: #0075ba;
    text-transform: uppercase;
    display: inline-block;
    line-height: 27px;
    letter-spacing: 1.2px;
    font-weight: 600;
     margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
}
.search-results .link-more .more-button:before {
    position: absolute;
    left: 0;
    right: auto;
    bottom: -2px;
    content: "";
    margin: 0 auto;
    height: 1px;
    background: rgba(134,198,59,1);
    width: 25px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.search-results .link-more .more-button:hover, 
.search-results .link-more .more-button:focus {
    text-decoration: none;
    color: rgba(134,198,59,1);
}
.search-results .link-more .more-button:hover:before {
    width: 100%;
}
.search-results .post-meta-wrapper {
    margin-top: 1rem;
    margin-bottom: 3rem;
    margin-left: 0;
}
.search-results .post-meta-single-top .post-meta {
    justify-content: flex-start;
}
.search-results article .section-inner {
      max-width: 100rem;
    width: calc(100% - 0px);
    font-size: 15px;
}
.pagination .nav-links {
    font-size: 14px !important;
    font-weight: 500 !important;

}
.pagination .nav-links a{
	font-size: 14px;
    color: #bb8d3b;
    text-transform: uppercase;
	    letter-spacing: 1.2px;
    font-weight: 600;
}
.pagination .nav-links a:hover,
.pagination .nav-links a:focus{
	color: #bb8d3b;
	text-decoration: none;
}
.pricing-main-container .wp-block-column {
	    border-radius: 3px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    background: #fff;
    border: none;
}
.pricing-main-container .wp-block-column h2,
.pricing-main-container-single-header{
	    background: #0075ba url(../images/section-design-right.svg) no-repeat center right;
    background-size: auto 100%;
    color: #ffffff !important;
       font-size: 2rem !important;
    font-weight: 400 !important;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    padding: 1.8rem 1.4rem;

}
.pricing-main-container .wp-block-column ul {
    margin: 0 30px 40px 30px;
    padding: 0 0;
}
.pricing-main-container .wp-block-column ul li em{
	    font-size: 13px;
	
}
.pricing-main-container .wp-block-column ul li,
.pricing-main-container-single-list li{
    margin: 0 0;
    padding: 16px 0 16px 35px;
    list-style: none;
    position: relative;
	    font-size: 1.7rem !important;
    border-bottom: 1px solid #ddd;
}
.pricing-main-container .wp-block-column ul li i,
.pricing-main-container-single-list li i{
    font-size: 13px;
    font-style: normal;
}
.pricing-main-container .wp-block-column ul li:before,
.pricing-main-container-single-list li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    background: url(../images/tick.svg) no-repeat center center;
    width: 22px;
    height: 22px;
}
.pricing-main-container .wp-block-column ul li strong em,
.pricing-main-container-single-list li strong em{
    padding: 3px;
    border-radius: 3px;
    background: green;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}
.entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt {
	letter-spacing: normal;
}
.main-header {
	background-color: transparent !important;
	background: rgba(255, 255, 255, 1) !important;
	  /*  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%) !important; */
	position: relative; !important;
	left: 0;
	right: 0;
	z-index: 9999 !important;
	padding: 0 0;
		transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	 box-shadow: 0 10px 10px rgba(0, 0, 0, .1); 
}
.main-header.active{
	background: rgba(255, 255, 255, 1) !important;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
.main-header .header-titles {
    margin: 6px 0;
}
.main-header .header-inner {
	padding: 0 0;
}
.main-header .header-titles img {
    height: 85px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: auto;
}
.main-header.active .header-titles img {
	height: 85px;
}
.main-header .primary-menu > li.menu-item-has-children > a {
	padding-right: 0rem;
}
.main-header .primary-menu > li > .icon {
	top: calc(50% - 0.4rem);
	right: -2rem;
	color: #fff !important;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.main-header .primary-menu > li:hover > .icon, .main-header .primary-menu > li:hover > a {
	color: #fff !important;
}
.search-toggle .toggle-icon, .search-toggle svg {
    height: 2rem !important;
    max-width: 2rem !important;
    width: 2.3rem;
}
.main-header .primary-menu a {
	color: #004582 !important;
    font-weight: 600;
    font-size: 16px;
	padding:38px 0;
	margin: 0 5px 0 5px;
	    letter-spacing: 0;
	position: relative;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
}
.main-header.active .primary-menu a {
    padding: 15px 0;
}
.main-header .primary-menu > li > a:before {
	/*position: absolute;*/
	/*left: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*content: "";*/
	/*margin: 0 auto;*/
	/*height: 3px;*/
	/*background: #E30613;*/
	/*width: 0;*/
	/*-webkit-transition: 0.3s all ease;*/
	/*transition: 0.3s all ease;*/
}
.main-header .primary-menu > li > a:hover:before {
	width: 100%;
}
.main-header .primary-menu a:hover, .main-header .primary-menu a:focus {
	text-decoration: none;
}
button:hover, button:focus, input[type="search"]:focus {
	outline: none !important;
	box-shadow: none !important;
}
.main-header .primary-menu ul.sub-menu {
    padding: 1rem 0;
    top: calc(89% + 1rem);
    width: 17rem;
    box-shadow: 0 0 5px 0 #6e6e6e;
}
.main-header .primary-menu ul.sub-menu li a {
	margin: 0 0;
	padding: 10px 10px;
	letter-spacing: .5px;
	text-transform: none;
	color: #000 !important;
    font-size: 14px;
    font-weight: 400;
}

.bottom_nav ul.sub-menu li a {
    text-shadow: none;
    color: #000!important;
}

.main-header .primary-menu ul.sub-menu li a:hover, .main-header .primary-menu ul.sub-menu li a:focus {
	color: #e30613 !important;
    background: rgba(255,255,255,.1) !important;
    text-shadow: none;
}
.main-header .primary-menu li.current-menu-item > a, .main-header .primary-menu li.current_page_ancestor, .main-header .primary-menu li.current_page_ancestor > a, .main-header .primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration: none;
	color: #E30613 !important;
}
.main-header .primary-menu li.current-menu-item > .icon, .main-header .primary-menu li.current_page_ancestor > .icon {
	color: #E30613 !important;
}
.main-header .primary-menu ul.sub-menu li.current-menu-item a {
	color: #E30613 !important;
	background: rgba(255,255,255,.1) !important;
}
.main-header .header-toggles .toggle {
    padding: 0 2rem;
}
.pricing-book-appointment-button{
	margin-top: 50px;
	text-align: center;
}
.pricing-book-appointment-button .ca-button{
	display: inline-block;
}
.main-header .primary-menu > li {
	margin: 0rem 0.2em 0 0 !important;
}
.main-header .primary-menu > li.menu-item-has-children{
	    margin-right: 3rem !important;
}
.main-header .primary-menu > li:last-child {
	margin-right: 0 !important;
}
.main-header .header-titles-wrapper {
	margin-right: 1rem;
}
.contentArea .entry-content, .contentArea ul li {
	font-size: 1.6rem;
}
.inner-page-main .contentArea .entry-header {
	text-align: left;
    padding: 0 !important;
}
.inner-page-main .contentArea .section-inner {
	width: calc(100% - 0rem);
	    max-width: 100%;
}
.inner-page-main .contentArea .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: calc(100% - 0rem);
	    max-width: 100%;
	    line-height: 26px;
}
.inner-page-main .contentArea .wp-block-image {
	margin: 0 0 2rem 0 !important;
}
.vision-mission-block .wp-block-column{
	padding: 40px;
    background: #f5f9fc;
    border-radius: 4px;
}
.vision-mission-block .wp-block-column img{
	mix-blend-mode: multiply;
}
/*
.inner-page-main .contentArea .entry-header h1.entry-title {
	margin: 0 0;
	font-weight: 400;
	font-size: 2.8rem;
	text-transform: uppercase;

	
	position: relative;
	color: #324659 !important;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
*/

.entry-content > .alignwide{
	width: 100% !important;
}
.bullet-points{
   /* margin: 15px 0 30px 0;
    padding: 10px 20px;
    background: #f5f9fd;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .06);
    border: 1px solid #dbe7f2; */
	

    margin: 0 0 30px 15px;
    padding: 0 0;

}
.bullet-points li{
     margin: 15px 0;
    padding: 0 0 0 25px;
    position: relative;
    list-style: none;

}
.bullet-points li:before{
     position: absolute;
    content: "";
    background: url(../images/bullet-arrow.svg) no-repeat center center;
    background-size: auto 100%;
    left: 0;
    width: 18px;
    height: 18px;
    top: 2px;
}
.singular .contentArea .featured-media-inner {
    left: auto !important;
}
.inner-page-main .contentArea .entry-header h1.entry-title  {
font-size: 2.8rem;

    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #1b3344 !important;
	    font-family: 'Ubuntu', sans-serif;
    letter-spacing: -1px;

}
.blog-post-featured-image-block{
    margin-bottom: 20px;
	position: relative;
}
.blog-post-featured-image-block:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(144,22,56,.1);
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	mix-blend-mode: multiply;
}


.blog-post-featured-image-block:hover:before{
background: rgba(144,22,56,0);
}

ol.number-list {
  counter-reset: my-awesome-counter;
    margin: 0 0 30px 15px;
    padding: 0 0;
}
ol.number-list li {
    counter-increment: my-awesome-counter;
    margin: 15px 0;
    padding: 0 0 0 30px;
    position: relative;
    list-style: none;
}
ol.number-list li::before {
content: counter(my-awesome-counter);
    color: #0075ba;
    font-size: 1.4rem;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 2px;
    background: #bee4cc;
    border-radius: 50%;
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
}
.first-letter em{
    font-size: 18px;
	color: #e18335;
	font-style: normal;
	margin-right: 2px;
}

.inner-page-main .contentArea .entry-header h1.entry-title:before {
	position: absolute;
	left: 0;
	right: auto;
	/*bottom: -6px;*/
	bottom: 0;
	content: "";
	margin: 0 auto;
	height: 2px;
	background: #08478d;
	width: 25px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}


.inner-page-main .contentArea h1.company-title  {
	font-weight: 400;
	font-size: 2.8rem;
	text-transform: uppercase;
	position: relative;
	color: #324659 !important;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	padding-bottom: 10px;
    margin-bottom: 15px;
}
.inner-page-main .contentArea  h1.company-title:before {
	position: absolute;
	left: 0;
	right: auto;
	/*bottom: -6px;*/
	bottom: -10px;
	content: "";
	margin: 0 auto;
	height: 2px;
	background: #bb8d3b;
	width: 25px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}




.inner-page-main .contentArea .post-meta-wrapper {
    max-width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem;
    padding: 1rem 1rem;
    background: #f5f5f5;
}
.inner-page-main .contentArea .post-meta-wrapper.post-meta-edit-link-wrapper{
	  padding: 0 0;
    background:none;
	border-bottom: none;
}
.inner-page-main .contentArea .post-meta-wrapper.post-meta-single-bottom{
	  padding: 0 0;
    background:none;
	border-bottom: none;
	    margin-top: 35px;
}
.inner-page-main  .post-meta .meta-icon {
    margin-right: .5rem;
}
.ca-button {
    margin-left: 15px;
        margin-right: 2.5em;
}
.ca-button a:hover,
.ca-button a:focus,
.ca-button a:active{
	text-decoration: none;
}
.ca-button a {
     background: none;
    font-family: 'Oswald', sans-serif !important;
    color: #fff;
    background: #08478d;
    font-weight: 400;
    line-height: 19px;
    min-width: 150px;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    z-index: 2;
    letter-spacing: .5px;
    flex-flow: column wrap;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.ca-button a:before {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: absolute;
	border-radius: 2px;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: '';
	background:  #053870;
	z-index: -2;
}
.ca-button a:hover:before {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
.ca-button a span{
display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: -1px;
}

.ca-button a img{
    width: 30px;
    height: 30px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    vertical-align: middle;
	position: absolute;
    left: 11px;
    top: 10px;
	filter: invert(18%) sepia(66%) saturate(3962%) hue-rotate(345deg) brightness(80%) contrast(92%);
}
.ca-button a:hover img{
	-ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
	filter: invert(97%) sepia(69%) saturate(2%) hue-rotate(251deg) brightness(103%) contrast(100%);
}
.ca-button a:hover,
.ca-button a:focus{
	color: #fff;
}
/*
.banner-main{
	background: #fff6d3 url("../images/banner-bg.svg") repeat-y left top;
	background-size: cover;
	    background-size: 100% auto;
	    padding: 11rem 0 4rem 0;
} */

.banner-main video {
	display: block;
	width: 100% !important;
	height: auto;
}
.video-banner-captions {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,.2);
	text-align: center;
	z-index: 9;
}
.video-banner-captions .video-banner-captions-inner {
	margin: 24% 30% 15% 30%;
}
.video-banner-captions h1 {
	font-size: 5rem;
	color: #ffffff;
	text-shadow: 0 3px 3px rgba(0,0,0,.5);
	font-weight: 400;
	text-transform: uppercase;
	
}
.video-banner-captions p {
	font-size: 2.3rem;
	margin-bottom: 4rem;
	color: #ffffff;
	line-height: 3.5rem;
}
.banner-main {

	background-size: cover;
	background-size: 100% auto;
	padding: 0 0;
	position: relative;

}
.banner-caption{
        position: absolute;
    left: 20%;
    right: 20%;
    top: 50%;
    text-align: center;
    transform: translate(0, -50%);
    z-index: 99;
}
.banner-caption .caDevider{
    text-align: center;
}
.banner-caption .caDevider img{
    display: inline-block;
    height: 8px;
    width: auto;
}
.banner-main .downArrowSection{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: 0 auto;
    display: block;
}
.banner-main .downArrowSection img{
    display: inline-block;
    height: 35px;
    width: auto;
}
.banner-main .downArrowSection a{
    display: inline-block;
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
html {
  scroll-behavior: smooth;
}
.banner-caption h1{
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0 2px 3px rgb(0 0 0 / 40%);
}
.banner-caption h1 strong{
    font-weight: 700;padding-left: 10%;
}
.banner-main:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
  */

}
.banner-image-collage {
	position: relative;
	padding: 25px 0;
	margin-right: 50px;
}
.banner-image-collage .banner-big {
	height: 450px;
	width: 450px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}
.banner-image-collage .banner-big a {
	text-align: center;
}
.banner-image-collage .banner-big a i {
	position: absolute;
	left: auto;
	right: auto;
	font-size: 7rem;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #fff6d3;
}
.banner-image-collage .banner-big a:hover i {
	color: #bb8d3b;
}
.banner-image-collage .banner-big img {
	max-width: inherit;
	align-items: center;
	max-height: 100%;
	max-width: inherit;
}
.banner-image-collage .banner-small {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
	position: absolute;
	right: -50px;
	bottom: 30px;
	border: 5px solid #e7f4cd;
}
.banner-image-collage .banner-small img {
	max-width: inherit;
	align-items: center;
	max-height: 100%;
}
.banner-captions {
	padding: 14rem 0;
}
.banner-captions h1 {
	font-size: 5rem;
	font-weight: bold;
}
.banner-captions p {
	font-size: 2.2rem;
	margin-bottom: 4rem;
}
.banner-captions a {
	font-size: 13px;
	color: #324659;
	text-transform: uppercase;
	display: inline-block;
	line-height: 27px;
	letter-spacing: 1.2px;
	font-weight: 600;
}
.banner-captions a:hover, .banner-captions a:focus {
	text-decoration: none;
	color: #30290d;
}
.banner-captions a img {
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.banner-captions a:hover img {
	margin-left: 8px;
}
.banner-main .slick-image img {
    width: 100%;
}
.banner-main .slick-image {
    position: relative;
	    margin-bottom: -6px;
}
.banner-main .slick-image:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	 background: rgba(0,0,0, 0) url(../images/pattern.png) repeat left top;
/*background: radial-gradient(circle, rgba(0,0,0,.3) 0%, rgba(0,0,0,.3) 100%); 
	mix-blend-mode: multiply;
 background-image: linear-gradient(to right, rgba(0,0,0,.3),  rgba(0,0,0,.1)); */
}
.banner-main .slick-slider-body {
      position: absolute;
    text-align: center;
    left: 10%;
    right: 10%;
    bottom: 38%;
    z-index: 9;
    transform: translate(0, 100px);
    padding: 30px 30px;
    background: transparent;
}


.banner-main .slick-slider-body h3 {
      font-size: 1.8rem;
    color: #fff;
		font-family: 'Oswald', sans-serif !important;
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 38px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4px;

}
.banner-main .slick-slider-body h3:after{
     position: absolute;
    content: "";
    top: -5px;
    height: 4px;
    background: #fbe850;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65px;
}
.banner-main .slick-slider-body h3  strong{
        display: block;
    font-size: 5rem;
    letter-spacing: -2px;
    margin-top: 7px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 600;
    line-height: 8rem;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-shadow: 0 2px 3px rgb(0 0 0 / 30%);
}
.banner-main .slick-slider-body h3 em{
    font-style: normal;
    background: #fce786;
    padding: 3px 12px;
    color: #2c2a16;
    
}
.banner-main .slick-slider-body p {
   font-size: 1.8rem;
    line-height: 25px;
    margin: 10px 0 20px 0;
    text-shadow: none;
    color: #fff;
    letter-spacing: 0;
}

.banner-main .slick-slider-body p:last-child{
	margin-bottom: 0;
}
.banner-main  .slick-slider-body a {
     background-color: #08478d;
    padding:8px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    display: inline-block;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
    font-weight: 600;
}
.banner-main  .slick-slider-body a:hover,
.banner-main  .slick-slider-body a:focus{
	text-decoration: none;
	outline: none;
	box-shadow: none;
	   background-color: #053870;
}
.banner-main .slick-dots li button {
    width: 100% !important;
	    background: none !important;
	height: auto !important;
}

.banner-main .slick-dots {
    bottom: 22%;
    width: auto;
    z-index: 9;
    right: 15px;
    left: auto;
}
.banner-main .slick-dots li{
	width: 15px;
	    display: block;
}
.banner-main  .slick-dots li button:before {
       font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 6px;
    background-color: #fff !important;
    content: '';
    text-align: center;
    opacity: 1;
    border-radius: 50%;
}

.contract-farming-block{
	    background: url(../images/contract-farming1.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 10rem 0;
	    background-attachment: fixed;
	text-align: center;

}
.contract-farming-block:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
/* background: rgba(55, 63, 69, 0.6); */
	background: rgba(0,0,0, .3) url(../images/pattern.png) repeat left top;
}

.contract-farming-block-inner{
	position: relative;
	text-align: center;
	display: block;
	width:100%;
	    z-index: 99;
}
.contract-farming-block-inner p {
    
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 15% 30px 15%;
    color: #fff;
}


.shop-main-block{
	    background: url(../images/call-banner.png) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 10rem 0 6rem 0;
	    background-attachment: fixed;

}
.shop-main-block:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
/* background: rgba(55, 63, 69, 0.6); */
	background: rgba(0,0,0, .5) url(../images/pattern.png) repeat left top;
}
.shop-main-block-inner{
	position: relative;
	text-align: center;
	display: block;
	width:100%;
	    z-index: 99;
}
.shop-main-block-inner small{
font-size: 1em;
    font-weight: 400;
    font-family: 'Ubuntu';
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0 0 10px 0;
    color: #fff;
    display: block;
}
.shop-main-block-inner p{
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 20% 30px 20%;
    color: #fff;
	}
.shop-main-block-inner h3{
    font-size: 3.6rem;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: -1px;
    margin: 0 0 30px 0;
    /* text-shadow: 0 2px 3px rgb(0 0 0 / 75%), 0 3px 4px rgb(0 0 0 / 30%); */
    color: #fff;
}

.shop-main-block-inner .spice-bowles{
	display: block;
	    text-align: center;
    margin-bottom: -194px;
}
.shop-main-block-inner .spice-bowles img{
	display: inline-block;
}
.primary-call-to-action p{
	    font-size: 1em !important;
    margin: 0 0 10px 0 !important;
}
.primary-call-to-action{
	margin-bottom: 55px;
}
.primary-call-to-action a, .more-button{
    background-color: #08478d;
    padding: 14px 50px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    display: inline-block;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
    font-weight: 600;
	}
.primary-call-to-action a:hover, .more-button:hover,
.primary-call-to-action a:focus, .more-button:focus{
	text-decoration: none;
	background-color: #053870;
	color: #fff;
}
.company-main{
     padding: 8rem 0 8rem 0;
 

}
.banner-main  .slick-dots .slick-active button:before {
    background-color:#fff !important;
    opacity: 1;
	   height: 6px;
    width: 6px;
}.banner-main  .slick-dots .slick-active button:after{
	height: 14px;
	width: 14px;
	 opacity: 1;
    border-radius: 50%;
	border: 1.5px solid  #fff !important;
 position: absolute;
	  top: -4px;
    left: -4px;
	bottom: 0;
	right: 0;
	 content: '';
}
.vpb-theme-style{
	position: absolute;
    right: 7.8em;
    top: 0;
	    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.vpb-theme-style span{
display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    width: 30px;
    height: 4px;
	    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;

}
.vpb-theme-style span.blue{
	background: #0075ba;
}
.vpb-theme-style span.green{
	background: #86c63b;
}
.vpb-theme-style span.orange{
	background: #e18335;
}

.main-header .header-toggles {
	margin-left: 0rem;
}
.imageAnimationOn .image-mask{
	width: 0;
}
.image-mask{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
	width: 100%;
	  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.section-title {
	margin-bottom: 30px;
}
.section-title h2 {
margin: 0 0;
    font-weight: 700;
    font-size: 2.8rem;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin-bottom: 0px;
    color: #111;
    letter-spacing: -1px;
    display: inline-block;
  
   
}






.heighlights-content{
	text-align: center;
}

.section-title p {
	margin-top: 15px;
	margin-bottom: 0;
}
.company-main .company-description{
    padding:0  25px;

    margin: 0 0;
}



.company-main .company-description blockquote{
    margin-top: 30px !important;
}
.company-main .company-description blockquote p{
	color: #324659 !important;
	font-size: 16px !important;
	line-height: 1.7;
}

.company-main .company-description:hover .section-title h2:before {
	width: 100px;
}
.company-main .company-description p {
    font-size: 17px;
    margin-bottom: 1.6rem;
}
.company-main .company-description .link-more{
	display: none;
}
.company-main .company-description .section-title{
	margin-bottom: 15px;
	
}
.company-main .company-description h4{
	    font-weight: 400;
    font-size: 2.2rem;
    margin-bottom: 10px;
	color: #0075ba;
	    letter-spacing: 0;

}
.company-main .company-description .bullet-points {
    margin: 0 0;
}
.company-main .company-description .bullet-points li {
    margin: 8px 0;
}
.company-main .company-description .wp-block-columns{
    margin-bottom: 1rem;
}
.company-image{
	position: relative;

	    padding: 0 55px;
}
/*.company-image:before {
    content: "";
    position: absolute;
    left: -40px;
    bottom: 40px;
    right: 40px;
    top: -40px;
    border: 10px solid #54c4ed;
    z-index: -1;
}*/
.company-image img{

	}
.more-link {
    font-size: 14px;
    padding: 8px 22px;
    background: #E30613;
    color: #fff;
    margin-top: 6px;
    display: inline-block;
}
.more-link:hover, .more-link:focus {
	text-decoration: none;
	color: #fff;opacity: 0.85;
}
.highInner {
    display: flex;
}

.highlights-section {
    background: none;
    background-size: cover;
    display: table;
    width: 100%;
    padding: 60px 0;
    color: #000;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
    top: 10%;
}
.highlights-section:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255 / 0%);
}

.banner_container .banner_bg {
    background: #004886;
}

.highlights-section .highlights-inner h4 {
    font-size: 35px;
    font-weight: 600;
    line-height: 28px;
    display: inline-block;
    position: relative;
}

.highlights-section .highlights-inner h4:after {
	content: "+" !important;
	position: absolute;
	right: auto !important;
	top: 0;
	font-size: 34px;
	
	padding-left: 5px;
	bottom: auto;
	left: auto;
	background: none;
	font-weight: 500;
}
.highlights-section .highlights-inner p {
    margin: 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #004886;
    letter-spacing: 1px;
}

.highlights-section .highlights-inner{
    flex: auto;
    position: relative;
    z-index: 0;
    background: #00000000;
    padding: 15px 15px;
    margin: 10px 0px 5px 10px;
    min-width: 220px;
}

.highlights-section .highlights-inner:last-child{
	border-right: none;
}
.products-main {
	background: #f5f5f5;
}
.products-main .section-title {
	text-align: center;
	margin: 0 10% 20px 10%;
}
.products-main .section-title h2:before {
	left: 0;
	right: 0;
}
.products-main .section-title:hover h2:before {
	width: 100px;
}
.products-main .products-inner {
	box-shadow: 8px 8px 8px rgba(0, 0, 0, .1);
	position: relative;
	margin-top: 25px;
	border-radius: 15px 0 15px 0;
	overflow: hidden;
}
.products-main .products-inner .products-description a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	top: 0;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.products-main .products-inner .products-description a:hover, .products-main .products-inner .products-description a:focus {
	text-decoration: none;
}
.products-main .products-inner .products-description a h3 {
	color: #fef3c7;
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 15px;
}
.products-main .products-inner .products-description a h3 img {
	height: 19px;
	width: auto;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.products-main .products-inner .products-description a:hover h3 img {
	margin-left: 15%;
}
.products-main .products-inner .products-description a p {
	color: #fff;
	font-size: 17px;
}
.products-main .products-inner .products-description a p [metaslider id="389"] {
 display: none;
}
.products-main .products-inner:hover .products-description a {
	padding-top: 20px;
}
.products-main .col-md-4:nth-child(1) .products-inner .products-description a {
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.8) 0, rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,.8) 0, rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0,0,0,.8)), to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to bottom, rgba(0,0,0,.8) 0, rgba(0,0,0,.0001) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.products-main .col-md-4:nth-child(2) .products-inner .products-description a {
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.8) 0, rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.8) 0, rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0,0,0,.8)), to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to top, rgba(0,0,0,.8) 0, rgba(0,0,0,.0001) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.products-main .col-md-4:nth-child(2) .products-inner .products-description a h3 {
	margin-top: 100%;
}
.products-main .col-md-4:nth-child(3) .products-inner .products-description a {
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.8) 0, rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,.8) 0, rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0,0,0,.8)), to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to bottom, rgba(0,0,0,.8) 0, rgba(0,0,0,.0001) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.view-all-main {
	text-align: center;
	margin-top: 35px;
}
.slick-dots li button{
	    background: transparent !important;
}
.slick-team .zmdi-arrow-left, 
.slick-testimonials .zmdi-arrow-left,
.slick-products .zmdi-arrow-left {
	left: -28px;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(0,0,0,.9);
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}
.slick-team .zmdi-arrow-right, 
.slick-testimonials .zmdi-arrow-right,
.slick-products  .zmdi-arrow-right {
	right: -28px;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(0,05,0,.9);
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}
.slick-team .zmdi-arrow-left, 
.slick-team .zmdi-arrow-right, 
.slick-products .zmdi-arrow-left, 
.slick-products .zmdi-arrow-right,
.slick-testimonials .zmdi-arrow-left, 
.slick-testimonials .zmdi-arrow-right {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	outline: none;
	background: transparent;
    color: rgba(0,0,0,.9);
	font: normal normal normal 18px/28px 'Material-Design-Iconic-Font';
}
.products-slider-main .team-col .team{
	box-shadow: none;

}
.products-slider-main .team-col .team{
	text-align: center;
}
.products-slider-main .product-thumb-icon-main{
	margin-bottom: 20px;
}
.products-slider-main .products-description h3 {
    color: #1b3344;
    font-weight: 600;
    letter-spacing: 1px;
     font-size: 1.4rem;
	 margin-bottom: 10px;
    text-transform: uppercase;
}
.products-slider-main a .single-product-more-details{
	    padding: 4px 10px;
    border: 1px solid #000;
    font-size: .8em;
    color: #000;
}
.products-slider-main a:hover .single-product-more-details{
	color: #fff;
	background: #269045;
	  border: 1px solid #269045;
}
.products-slider-main .products-description p{
       font-size: .8em;
    color: #444444;
    letter-spacing: 0;
    margin-bottom: 10px;
    min-height: 40px;
}
.products-slider-main a:hover .products-description h3{
	color: #269045;
}
.products-slider-main .product-thumb-icon-main img{
    height: 180px;
	display: inline-block;
}
.team-col {
	text-align: left;
	width: 100%;
	padding: 0 20px;
}
.testimonails-content p:first-child{
    display: block !important;
    
}
.testimonails-content p{


}
.testimonials-landing-blocks .testimonails-content p{
    display: block;
}
.testimonials-landing-blocks .testimonails-content p:first-child,
.testimonials-landing-blocks .testimonails-content{
	min-height: inherit;
}
.team .readmorelink{
   font-size: .85em;  
}  
.custom-details-testimonials{
	position: relative;
	padding-left: 60px;
    margin-top: 10px;
}
.custom-details-testimonials .team__img-holder{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 0;
  
}
.test-quote{
	margin-bottom: 15px;
}
.test-quote img{
    height: 45px;
    opacity: .45;
    width: 45px;
	filter: invert(40%) sepia(100%) saturate(373%) hue-rotate(85deg) brightness(92%) contrast(83%);
}
.team-col .team {
	margin-bottom: 25px;
	margin-top: 25px;
	    padding: 0 25px;
	background: #ffffff;
	border-radius: 3px;

	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.testimonails-content{
	
}
.team-col a:hover, .team-col a:focus, .team:hover, .team:focus {
	text-decoration: none;
	outline: none;
}


.team-main-block .section-title,
.plans-main-container .section-title,
.products-main-block .section-title,
.benefits-main-block .section-title,
.contract-farming-block .section-title{
    text-align: center;
    margin:0 20% 15px 20%;
}
.team-main-block .section-title h2:before,
.plans-main-container .section-title h2:before,
.products-main-block .section-title  h2:before,
.company-main .company-description .section-title h2:before,
.benefits-main-block .section-title h2:before,
.contract-farming-block .section-title h2:before{
    left: 0;
    right: 0;
}
.team-main-block .section-title:hover h2:before,
.plans-main-container .section-title:hover h2:before,
.products-main-block .section-title:hover  h2:before{
    width: 100px;
}
.team-main-block{
	background-size: cover; 
	position: relative;
   /* background: linear-gradient(-8deg, rgb(245, 247, 249) 64%, rgb(245, 247, 249) 0%, transparent 0%); */
	padding: 0rem 0 8rem 0;

	
}
.certification-conatiner{
	text-align: center;
	    padding: 4rem 0 !important;
}
.certification-conatiner img{
	max-width: 75%;
	display: inline-block;
}
.benefits-single-block{
    padding: 25px;
    margin-bottom: 0;
    /* background: #fafafa; */
    /* border-radius: 4px; */
    min-height: 180px;
}
.benefits-single-block h4{
	font-size: 2rem;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: .5px;
}
/*.team-main-block:before {
    content: "";
    position: absolute;
    left: 0;
	right: 0;
	top: 0;
    bottom: 0;
    background:rgba(0,0,0,.5);

}*/
.team-main-block .section-title{
	position: relative;
}
.team-main-block .section-title h2,
.team-main-block .section-title p{
	
}
.team-main-block .slick-team .zmdi-arrow-left, 
.team-main-block .slick-team .zmdi-arrow-right{
	color: rgba(0,0,0,.9) !important;
}
.team-main-block .slick-team .zmdi-arrow-right, 
.team-main-block .slick-team .zmdi-arrow-left{
	border: 1px solid rgba(0,0,0,.9);
}
.team__img-holder {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.team-col .team__occupation {
	    font-size: 13px;
    color: #868686;
    font-weight: 400;
    letter-spacing: 0;
}
.team-col .team__name {
    color: #111;
    margin-bottom: 3px;
    letter-spacing: 0;
    font-size: 3rem;
    font-weight: 600;
    position: relative;
        text-align: center;
}
.team-col .team .downArrowSection{
    margin: 0 auto 20px auto;
    width: 300px;
}
.team-main-block .title-row:hover .section-title h2:before {
	width: 100px;
}
.testimonails-content {
    text-align: center;
}
.testimonials-main-block .testi-outer {
	padding: 20px 20px 60px 20px;
	background: #f7f7f7;
	border-radius: 3px;
}
.testimonials-main-block .team__img-holder {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	overflow: hidden;
	margin: -30px auto 15px auto;
}
.testimonials-main-block .team__name {
	color: #222;
	margin-bottom: 2px;
	letter-spacing: 0;
	font-size: 1.8rem;
}
.testimonials-main-block .team__occupation {
	font-size: 15px;
	color: #868686;
	font-weight: 400;
}
.testimonials-main-block .section-title {
	margin-bottom: 35px;
	text-align: center;
	display: block;
	width: 100%;
}
.testimonials-main-block .section-title h2 {
	display: inline-block;
}
.testimonials-main-block .section-title h2:before {
	left: 0;
	right: 0;
}
.testimonials-main-block .slick-dots li button:before {
	font-size: 9px;
}
.testimonials-main-block .slick-dots {
	bottom: -55px;
}
.card-custom{
    border-radius: 3px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    background: #fff;
border:none;
}
.card-custom .card-header{
    background: #0075ba url(../images/section-design-right.svg) no-repeat center right;
    background-size: auto 100%;
    color: #ffffff;
    font-size: 22px;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    padding: 2.1rem 1.4rem;
    font-weight: 600;
}
.price-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -10px;
}
.price{
       font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding: 15px 15px;
}
.price strong{
	    font-size: 21px;
    text-decoration: line-through;
    margin-left: 15px;
    font-weight: 400;
}
.price span{
    font-size: 17px !important;
    font-weight: 400;
       display: block;
    margin-left: 10px;
    vertical-align: middle;
}
.plans-main-container .card-custom .card-body ul{
margin: 0 0 30px 0;
    padding: 0 0;
	border: 1px solid #ddd;
}
.plans-main-container .card-custom .card-body ul.price-last-ul{
	margin-bottom: 0;
}
.price-blocks .card-body {
    padding: 2.25rem;
	    min-height: 410px;
}
.price-blocks h3 {
    /* text-align: center; */
    font-size: 1.7rem;
    color: #0075ba;
    /* border-bottom: 1px solid #ddd; */
    padding: 0 0;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0;
}
.price-blocks h4 {
     font-size: 1.6rem;
    color: #0075ba;
    margin: 25px 0 14px 0;
    letter-spacing: 0;
    font-weight: 600;
}
.plans-main-container .card-custom .card-body ul li:last-child{
	border-bottom: none;

}
.plans-main-container .card-custom .card-body ul li{
	    margin: 0 0;
    padding: 10px 0 10px 48px;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.plans-main-container .card-custom .card-body ul li:before{
        content: "";
    position: absolute;
    left: 18px;
    top: 19px;
    background: url(../images/tick.svg) no-repeat center center;
    width: 22px;
    height: 22px;
}
.plans-main-container .card-custom .card-body ul li .descount-price{
font-weight: 800;
    font-size: 2.5rem;
 
}
.plans-main-container .card-custom .card-body ul li .actual-price{
	text-decoration: line-through;
	font-style: normal;
	margin-left: 5px;
	margin-right: 5px;
}
.plans-main-container .card-custom .card-body ul li .discount-per {
    padding: 3px;
    border-radius: 3px;
    background: green;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.plans-main-container .card-custom .card-body ul li .special{
	font-size: 14px;
	    color: #e18335;
}
.special{
		font-size: 14px;
	    color: #e18335;
}
.buy-block{
	text-align: center;
	    margin-bottom: -37px;
}
.buy-btn{
	position: relative;
    padding: .8em 2em;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    background: #0075ba;
    font-weight: 800;
    font-size: 17px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
	    z-index: 2;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.buy-btn:hover,
.buy-btn:focus,
.buy-btn:active{
	text-decoration: none;
	background-blend-mode: #ffffff;
	color: #ffffff;
}
.buy-btn:before {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    border-radius: 3px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background: rgba(134,198,59,1);
    z-index: -2;
}
.buy-btn:hover:before {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

footer {

  
}
footer .footer-top {

        padding: 20px 0 !important;
    border: none;
	background: #414042;
	position: relative;
}
footer .footer-top .footerLogo,
footer .footer-top .footerCopyright,
footer .footer-top .widget{
    display: inline-block;
    vertical-align: middle;
        margin: 0 0;
        line-height: 18px;
}
footer .footer-top .widget-content {
    font-size: 14px;
}
footer .footer-top .footerLogo{
    margin-right: 50px;
}
footer .footer-top .footerCopyright{
    margin: 0 10px 0 0;
    padding-right: 15px;
    font-size: 12px;
    color: #ddd;
    font-weight: 400;
    position: relative;
}
footer .footer-top .footerCopyright:after{
    content: "|";
    position: absolute;
    right: 0;
   top: -1px;
    color: #ddd;
}
footer .footer-top .footerLogo a{
    display: block;
}
footer .footer-top .footerLogo img{
    height: 48px;
    display: inline-block;
    
}
footer .footer-top .widget ul li{
    display: inline-block;
        margin-right: 12px;
}
footer .footer-top .widget ul li:last-child{
    margin-right: 0;
}
footer .footer-top .widget ul li a{
    display: block;
       font-size: 12px;
    color: #ddd;
    font-weight: 400
}
footer .footer-top .widget ul li a:hover,
footer .footer-top .widget ul li a:focus{
    color: #fff;
    text-decoration: none;
}
.certification-conatiner .wp-block-image,
.certification-conatiner .wp-block-columns{
    margin-bottom: 0 !important;
}
footer .footer-bottom {
    padding:10px 0;
    margin-top: 0;
    text-align: left;
      background: #fff;

}
footer .footer-bottom p {
    margin: 0 0;
    font-size: 11px;
    color: #000;
    letter-spacing: 0;
    font-weight: 400;
}
.webCreation {
        display: block;
    font-size: 11px;
    color: #ddd;
    margin: 0 0 0 0;
    vertical-align: middle;
}
.webCreation a{
  color: #ddd !important;   
}
.footer-menu-column ul {
	margin: 0 0;
	padding: 0 0;
}
.footer-menu-column.footer-products-menu  ul li{

}
.btn-custom-side {
 -webkit-box-shadow: 0 0 35px 2px rgba(0,0,0,.24);
    -moz-box-shadow: 0 0 35px 2px rgba(0,0,0,.24);
    box-shadow: 0 0 35px 2px rgba(0,0,0,.24) !important;
    position: fixed;
    min-width: 45px !important;
    right: 0;
    top: 30%;
    background-color: #c5432b !important;
    border-radius: 6px 0 0 6px!important;
    color: #fff !important;
    z-index: 999;
    width: 40px;
    padding: 48px 14px 12px 12px !important;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 1px;
    font-weight: 400;
}
.btn-custom-side strong {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	font-size: 17px;
	  color: #fff !important;
    padding: 10px 10px;
    background: rgba(0,0,0,.1);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-custom-side span {
    font-size: 18px;
	text-transform: uppercase;
	margin-left: -3px;
	    padding: 7px 0;
    color: #ffffff;
    display: inline-block !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    cursor: pointer;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-custom-side:hover,
.btn-custom-side:focus{
	background-color: #269045 !important;
}
.product-check span.wpcf7-list-item{
	    display: inline-block;
    margin: 0 0;
    width: 32%;
}
.submit-form-main span strong{
	color: red;
}
.news-single-block{
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    border: 1px solid #eaeaea;
    background: #fff;
}
.news-single-block figure{
	text-align: center;
}
.news-single-block figure img{
	    opacity: .85;
     height: 100px;
    width: auto;
    display: inline-block;
}

.news-single-block .wp-block-media-text__content{
padding: 2rem;
    font-size: 13px !important;
    line-height: 20px !important;
	background: #fff;
}
.news-single-block .wp-block-media-text__content h3{
	    margin: 0 0 10px 0 !important;
    text-transform: lowercase;
    position: relative;
    background: #f5f5f5 !important;
    border-radius: 3px !important;
    overflow: hidden;
}
.news-single-block .wp-block-media-text__content h3:before {
    position: absolute;
    top: 0;
	left: 0;
 
    bottom: 0;
    content: "";
    margin: 0 auto;
    height: 100%;
    background: #269045;
    width: 3px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.news-single-block .wp-block-media-text__content h3:first-letter{
	text-transform: uppercase !important;
}
.news-single-block .wp-block-media-text__content p {
color: #666;
    line-height: 23px;
}
.footer-menu-column ul li {
	margin: 0 0;
	padding: 0 0;
	list-style: none;
}
.footer-menu-column ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	font-size: 14px;
	font-weight: normal;
}
.footer-menu-column ul li a:hover, .footer-menu-column ul li a:focus {
	color: #ffffff;
	text-decoration: none;
}
footer h4, footer .widget .widget-title {
 color: #ffffff;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 20px;
    margin: 0 0 20px 0 !important;
    font-family: 'Ubuntu', sans-serif;
}
.footer-company-column {
	margin-right: 12%;
}
.footer-company-column p, .footer-menu-column p {
    color: #999;
	font-size: 14px;
}
.footer-menu-column a, .webCreation a {
color: #000;
}
.webCreation a:hover, .webCreation a:focus{
color: #222;
	text-decoration: none;	
}
.footer-menu-column a:hover, .footer-menu-column a:focus {
	color: #ffffff;
	text-decoration: none;
}
.footer-address p.icon-p {
	position: relative;
	padding-left: 30px;
	margin: 15px 0;
}
.footer-address p.icon-p img {
	height: 18px;
	position: absolute;
	left: 0;
	top: 1px;
}
footer .socialmedia {

}
footer .socialmedia a {
  font-size: 19px;
    margin: 0 0;
    padding: 5px 5px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #96a0a9;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 22px;
	    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.twitterIcon{
	background: #2aa0f8 !important;
}
.facebookIcon{
	background: #587fc6 !important;
}
.linkedinIcon{
	background: #1273b8 !important;
}
.youtubeIcon{
	background: #c4302b !important;
}
.twitterIcon{
	background: #2aa0f8 !important;
}
footer .socialmedia a:hover, footer .socialmedia a:focus {
	text-decoration: none;
	color: #fff;
	    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.contact-info .contact-info-inner{
    padding: 20px;
    background: rgba(0,0,0,.3) url(../images/section-design-right.svg) no-repeat right top;
	    background-size: auto 35%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 115px;
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-info .contact-info-inner:hover{
   background: rgba(0,0,0,.6) url(../images/section-design-right.svg) no-repeat center right;	
	  background-size: auto 50%;
}
.contact-info .contact-info-inner p{
	font-size: 16px;
	margin: 0 0 0 15px;
	color: #fff;
}
.contact-info .contact-info-inner a{
	color: #fff;	
}
.contact-info .contact-info-inner a:hover,
.contact-info .contact-info-inner a:focus{
	color: #ffffff;
	text-decoration: none;
}
.contact-info .contact-info-inner img{
 height: 35px;
    width: 35px;
	    filter: invert(27%) sepia(98%) saturate(4773%) hue-rotate(188deg) brightness(173%) contrast(101%);
}
.entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt {
     font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}
.bodyBlock .content-top-support-block h2,
.inner-page-main .contentArea h2{

    font-weight: 700;
    font-size: 2.8rem;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin: 0 0 12px 0;
    color: #111;
    letter-spacing: -1px;
    display: inline-block;
}
.columnsStyling .wp-block-column{
    padding: 25px;
     background: rgba(0,69,130,.1);
}
.columnsStyling .wp-block-column:last-child{
  
}
.columnsStyling .wp-block-column h2,
.columnsStyling .wp-block-column p,
.columnsStyling .wp-block-column ul li{

}
.columnsStyling .wp-block-column ul{
    padding: 0 0;
    margin: 0 0;
    list-style: none;
}
.columnsStyling .wp-block-column ul li{
    padding: 10px;
    background: rgba(0,69,130,.1);
    border-radius: 4px;
    margin: 0 0 10px 0;
}
.columnsStyling .wp-block-column ul li:last-child{
    margin-bottom: 0;
}
.bodyBlock .company-overview-page p{
    padding: 0 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 18px;
    line-height: 30px;
}
.storySingleProfile{
     width: 725px !important;
}
.teamSingleProfile{
     text-align: center;
    border: 1px solid #ddd;
    width: 275px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
}
.teamSingleProfile .teamSingleImage img{
    width: 100%;
    height: auto;
}
.teamSingleProfile .teamSingleTitle{
     padding: 20px 10px;
    background: #004582;
    color: #fff;
}
.teamSingleProfile .teamSingleTitle h4{
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 6px 0;
}
.teamSingleProfile .teamSingleTitle p{
     font-size: 12px;
    opacity: 0.85;
    margin: 0 0;
}
.teamSingleDescription{
      padding: 115px 50px 50px 50px;
    background: #f5f5f5;
  
    margin-top: -85px;
}
.teamSingleDescription p{
    font-size: 18px;
    line-height: 30px !important;
}
.team-landing-page-list a, .team-landing-page-list span{
    display: block;
    margin-bottom:50px;
}
.team-landing-page-list a:hover,
.team-landing-page-list a:focus{
    text-decoration: none;
}
.team-landing-page-list a .team-description, .team-landing-page-list span .team-description{
    text-align: center;
    margin-top: 10px;
}
.team-landing-page-list a .team-description h3, .team-landing-page-list span .team-description h3{
    color: #004582;
    font-weight: 600;
    font-size: 18px;
}
.team-landing-page-list a .team-description p{
    font-size: 14px;
    color: #111;
}
.team-landing-page-list a .team-thumb-icon-main{
    border: 1px solid #ddd;
}
.team-landing-page-list a .team-thumb-icon-main img{
    width: 100%;
}
.prevNextNav{
    margin-top: 55px;
    display: block;

    width: 100%;
}
.prevNextNav a{
    display: block;
    position: relative;
    color: #004582;
        padding: 5px 12px;
    border: 1px solid #ddd;
    background: #fafafa;

}
.prevNextNav  a i{
    color: #e30613;
    font-size: 9px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}


.prevNextNav a:hover,
.prevNextNav a:focus{
    text-decoration: none;
    background: #f5f5f5;
}
.prevNextNav a span{
     display: block;
    font-size: 12px;
    color: #111;
}
.prevNextNav .next{
    float: right;
}
.prevNextNav .previous{
    float: left;
}
.prevNextNav .next a span{
    text-align: right;
}
a.rel-image:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
a.rel-image:hover:after {
    width: 120%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.mobile-call-to-actions{
	    position: fixed;
      bottom: -100px;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    background: #fafafa;
    border-top: 1px solid #eaeaea;
	z-index: 999;
    box-shadow: 0 -10px 10px rgba(0, 0, 0, .05);    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.mobile-call-to-actions.visible {
    visibility: visible;
    bottom: 0;
}
.mobile-call-to-actions a{
	display: block;
	padding: 10px 10px;
	text-align: center;
    font-size: 12px;
	color: #333;
	font-weight: 600;
	    flex: 1 1 0;

}
.mobile-call-to-actions a:hover,
.mobile-call-to-actions a:focus{
	text-decoration: none;
	background: #eaeaea;
	color: #e18335;
}
.mobile-call-to-actions a img{
	height: 28px;
	width: 28px;
	display: inline-block;
	filter: invert(27%) sepia(87%) saturate(1222%) hue-rotate(341deg) brightness(98%) contrast(89%);
}
.mobile-call-to-actions a p{
	margin: 5px 0 0 0;
}
.inner-page-main {
	padding-top: 0;
	padding-bottom: 55px;
	position: relative;
    overflow: visible !important;
    z-index: 99;
}
.singular .inner-page-main .entry-header {
	padding: 2rem 0;
}
.singular .inner-page-main .post-inner {
	padding-top: 0;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100rem;
	width: calc(100% - 4rem);
}
.bodyBlock {
	padding: 0 0;

}
.inner-page-main{
          min-height: 500px;  
}
.team-about-block{
    padding: 6rem 0 0rem 0 !important;
}
.sidebar .childpages-main .main-title, .sidebar .widget .widget-title {
color: #324659;
    position: relative;
    margin-bottom: 0;
    display: block;
    padding: 2rem 0;
    font-weight: 400;
    font-size: 2.6rem;
    font-family: 'Ubuntu', sans-serif;
    margin-top: -4px;
}
.sidebar .childpages-main {
	margin: 0 0;
	padding: 0 0;
}
.sidebar .childpages-main .pagenav {
	list-style: none;
	margin: 0 0;
}
.sidebar .childpages-main ul, .sidebar .widget ul {
	margin: 0 0;
	padding: 0 0;
}
.sidebar .childpages-main ul li, .sidebar .widget ul li {
	background: #fafafa !important;
	padding: 0 0;
	box-shadow: none !important;
	/* box-shadow: 0 1px 5px #ccc; */
	margin-bottom: 5px !important;
	border: 1px solid #ddd !important;
	border-left: 2px solid #08478d !important;
	font-weight: 500;
	list-style: none;
	margin: 0 0;
}
.sidebar .widget ul li.menu-item-home{
	display: none !important;
}
.sidebar .childpages-main ul li a, .sidebar .widget ul li a {
font-size: 15px;
    display: block;
    padding: 8px 12px;
    color: #324659;
    font-weight: 400;
}
.sidebar .childpages-main ul li a:hover, .sidebar .childpages-main ul li a:focus, .sidebar .childpages-main ul li.current_page_item a, .sidebar .widget ul li a:hover, .sidebar .widget ul li a:focus, .sidebar .widget ul li.current_page_item a {
	text-decoration: none !important;
	color: #08478d;
}
.sidebar .childpages-main ul.lastet-posts-main li a{
	display: flex;
	line-height: 16px;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
}
.sidebar .childpages-main ul.lastet-posts-main li a img{
    height: 45px;
	width: 65px;
	display: inline-block;
	margin-right: 8px;
}
.entry-categories {
    display: none;
}
.bullet-points-blog {
    margin: 15px 0 30px 0;
    padding:0 0;
    
}
.bullet-points-blog li {
    margin: 12px 0;
    padding: 10px 10px 10px 40px;
    position: relative;
    list-style: none;
	background: #f5f9fd;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .06);
    border: 1px solid #dbe7f2;
}
.bullet-points-blog li:before {
      position: absolute;
    content: "";
    background: url(../images/bullet-arrow.svg) no-repeat center center;
    background-size: auto 100%;
    left: 12px;
    width: 20px;
    height: 20px;
    top: 11px;
}
.sidebar-image-blocks {
	margin-top: 20px;
}
.sidebar-image-blocks a {
	display: block;
	margin-bottom: 15px;
	position: relative;
}
.sidebar-image-blocks a .sidebar-hover-captions {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(73, 57, 27, .7);
	text-align: center;
	padding: 20px 20px;
}
.sidebar-image-blocks a .sidebar-hover-captions h3 {
	font-size: 20px;
	color: #ffffff;
	margin-top: 8px;
	font-weight: 600;
}
.sidebar-image-blocks a .sidebar-hover-captions p {
	font-size: 15px;
	color: #f5f5f5;
	line-height: 18px;
	margin-bottom: 22px;
	text-align: center;
	margin-top: 10px;
}
.sidebar-image-blocks a .sidebar-hover-captions .stylish-button span {
	background: #bb8d3b;
	font-weight: 600;
	font-size: 13px;
	-webkit-border-radius: 6px;
	border-radius: 3px;
	cursor: pointer;
	border: none;
	color: #FFFFFF;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 10px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	z-index: 2;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.inner-page-main .contentArea.landigng-content-area .section-inner, .inner-page-main .contentArea.landigng-content-area .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100%;
}
.landing-blocks {
	margin-top: 25px;
}
.landing-blocks a {
    border: 1px solid #eaeaea !important;
   position: relative;
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    text-align: center;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background: #fff;
    padding: 20px;
    border-radius: 3px;

    margin-bottom: 30px;
}
.landing-blocks a:hover, .landing-blocks a:focus {
	text-decoration: none;
}
.landing-blocks a .landing-block-image {
	background: #bb8d3b;
}
.landing-blocks a:hover .landing-block-image {
	opacity: .95;
}
.landing-blocks a h2 {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	font-size: 2rem !important;
	font-weight: 300 !important;
	position: relative;
	text-transform: uppercase;
	color: #1b3344 !important;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.landing-blocks a:hover h2,
.landing-blocks a:focus h2{
	color: #c5432b !important;
}
.landing-blocks a:hover h2:before,
.landing-blocks a:focus h2:before{
   background: #c5432b;
	   width: 55px;
}
.landing-blocks a h2:before  {
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: -6px; */
    bottom: 0;
    content: "";
    margin: 0 auto;
    height: 2px;
    background: #1b3344;
    width: 25px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.landing-blocks a .more-link {
   font-size: 10px;
    font-weight: 600;
    letter-spacing: .5px;

}
.landing-blocks a .more-link  img {
    height: 12px;
    width: 12px;
	display: none;
}
.landing-blocks a .more-link:before{
	content: none;
}
.landing-blocks a:hover .more-link{
	color: #c5432b;
}
/* .landing-blocks a h2:before {
    position: absolute;
    left: 0;
    right: auto;
    bottom: -6px;
    content: "";
    margin: 0 auto;
    height: 2px;
    background: #bb8d3b;
    width: 25px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.landing-blocks a:hover h2:before {
    width: 100px;
} */
.landing-blocks a p {
    color: #666 !important;
    font-size: 1.4rem;
	    margin-bottom: 1rem;
}
.landing-blocks a .more-link {
	margin-top: 10px;
	margin-bottom: 20px;
}
.landing-blocks a figcaption {
	padding: 0 10px;
	    margin: 0 0;
}
.landigng-content-area blockquote {
	margin: 0 15%;
	width: auto !important;
	background: rgba(255, 249, 227, .6);
	padding: 30px 20px;
	border-left: 5px solid #bb8d3b;
}
.landigng-content-area blockquote p {
	font-size: 20px;
}
.submit-form-main button, .submit-form-main .button, .submit-form-main .faux-button, .submit-form-main .wp-block-button__link, .submit-form-main .wp-block-file .wp-block-file__button, .submit-form-main input[type="button"], input[type="reset"], .submit-form-main input[type="submit"] {
	font-size: 1.5rem !important;
	padding: .6em 1.44em;
	background: #e30613 !important;
	border-radius: 3px;
}
button:hover, button:focus {
	text-decoration: none;
}
.submit-form-main {
	padding: 30px;
	background: #f5f5f5;
	border: 1px solid #eaeaea;
}
.submit-form-main label {
	display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 600;
}
.submit-form-main .form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 10px);
	padding: .375rem .75rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.submit-form-main textarea.form-control {
	height: 125px;
	resize: none;
}
.contact-box h2 {
	background: #1b1d1f;
	padding: 12px 12px;
	color: #ffffff !important;
	font-size: 1.9rem !important;
	font-weight: 600;
	margin: 0 0 !important;
}
.contact-box {
	border: 1px solid #dddddd;
	margin-bottom: 30px;
	min-height: 260px;
}
.contact-box h3 {
	background: #dddddd !important;
	padding: 12px 12px;
	font-size: 1.7rem !important;
	font-weight: 600;
}
.contact-box p.icon-p {
	position: relative;
	padding: 16px 0 16px 55px;
	border-bottom: 1px solid #dddddd;
	margin: 0 0;
	font-size: 15px;
}
.contact-box p.icon-p.icon-with-address-field{
	    min-height: 105px;
}
.contact-box p.icon-p img {
	height: 25px;
	position: absolute;
	left: 15px;
	top: 17px;
	opacity: .75;
}
.contact-box p.icon-p a {
	color: #bb8d3b;
}
.google-map {
	padding: 10px;
	background: #ddd;
}
.contactpage-form-main {
	margin: 0 0;
}
.contactpage-form-main h3 {
	margin: 0 0 10px 0;
	font-size: 2rem;
	font-weight: 600;
	position: relative;
	color: #324659 !important;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.modal {
	z-index: 9999999 !important;
}
.modal-backdrop {
	z-index: 99999 !important;
}
.modal-dialog {
/*	max-width: 800px;*/
	margin: 30px auto;
}
.modal-body {
	position: relative;
	padding: 0px;
}
.close {
    font-size: 2rem;
    opacity: 1;
    padding: 0 6px 6px!important;
    color: #fff;
}
.embed-responsive-item {
	width: 100% !important;
	height: 450px !important;
}
.two-columns-main .wp-block-column {
	background: #f5f5f5;
	padding: 20px 20px;
}



.inner-page-main .contentArea h2{

}
.download-button{
text-align: center;
    position: relative;
}
.pattern1 {
     position: relative;
    max-width: 695px !important;
    width: 100% !important;
    margin: 0 auto 0 auto;
   height: 45px;
}
.pattern1:before {
    background: url(../images/dotted-line-2-2sides.png) no-repeat;
	content: "";
    height: 88px;
    display: block;
    margin: auto;
}
.download-button a{
padding: 15px 35px !important;
    background-color: #269045;
    color: #ffffff !important;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border: none !important;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 1px;
	    box-shadow: 0px 14px 29px 0px rgba(3,36,62,.13);
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.download-button a:hover,
.download-button a:focus{
	  background-color: #c5432b;
	text-decoration: none;
}
.download-button a strong{
	  font-weight: 400;

}
.download-specification {
    border-radius: 0 0 !important;
    border: 1px solid #d5e2f3;
    background-color: #fafafa;
    padding: 16px 22px;
    text-align: center;
    position: relative;
    margin-bottom: 15px !important;
    margin-top: 1rem !important;
    color: #000;
    box-shadow: 0 6px 6px -6px rgba(0,0,0,.1);
}
.download-specification .wp-block-column:first-child {
    flex-basis: calc(80% - 16px);
    flex-grow: 0;
}
.download-specification .wp-block-column:last-child {
    text-align: right;
    flex-basis: calc(20% - 16px);
    flex-grow: 0;
}
.download-specification .wp-block-column:last-child a {
    padding: 8px 16px;
    background-color: #c5432b;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    display: inline-block;
    border: none !important;
}
.contentArea a{
	border-bottom: 1px dashed #E30613 ;
	color: #E30613;
	    padding-bottom: 2px;
}
.contentArea a:hover,
.contentArea a:focus{
	text-decoration: none;
}
blockquote {
     border-color: transparent !important;
    border-style: solid;
    border-width: 0 0;
    margin: 25px 0 !important;
    padding: 1.5em 3em 1.5em 3em;
    color: #111 !important;
    font-weight: 400;
    position: relative;

    font-size: 26px;
}
blockquote.no-background{
	    background: transparent !important;
	    padding: 1em 2em 1em 2.5em !important;
}
blockquote.no-background:before {
    width: 28px !important;
    height: 28px !important;
	
}
.vision-mission-blocks .wp-block-column{
	    background: #233340 url(../images/section-design-right.svg) no-repeat right bottom !important;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    background-size: auto 42% !important;
}
.vision-mission-blocks .wp-block-column h3{
	    background: #269045 !important;
	color: #fff !important;
}
.vision-mission-blocks .wp-block-column p{
	color: #ffffff;
	padding: 10px 20px;
	font-size: 18px;
}
.contentArea .post-meta-wrapper {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.post-meta-wrapper .post-comment-link {
	display: none;
}
.post-meta-wrapper .post-meta .meta-wrapper{
	font-size: 13px;
	    margin: 0 20px 0 0;
}
.post-meta-wrapper .post-meta .post-author.meta-wrapper,
.post-meta-wrapper .post-meta .post-date.meta-wrapper{
	pointer-events: none;
}
.contentArea .post-meta-single-top .post-meta {
    justify-content: flex-start;
    margin: 0 0;
}
.post-meta-wrapper .post-meta .meta-wrapper a{
	border-bottom: none !important;
	    color: #6d6d6d;
}
.post-meta-wrapper .post-meta .meta-icon svg {
    width: 1.3rem;
    height: 1.3rem;
}
.contentArea .post-meta {
    margin: 0 0;
}
blockquote cite{
      color: #e18335;
    font-family: 'Lato', sans-serif !important;
    letter-spacing: .5px;
    font-weight: 400;
	position: relative;
	    padding-left: 10px;
	    margin-top: 1rem;
}
blockquote cite:before{
	 content: "-";
    position: absolute;
    left: 0px;
	 top: 0px;
}
blockquote:before{
    content: "";
    position: absolute;
    left: 20px;
    top: 15px;
    background: url(../images/quote.svg) no-repeat center center;
    background-size: auto 100%;
    width: 35px;
    height: 35px;
	    opacity: .55;
}
blockquote p{
		font-size: 19px !important;
    line-height: 32px !important;
}
blockquote p em{
	font-style: normal !important;
}
.benefits-main-block .wp-block-column img{
 
}
.benefits-main-block .wp-block-columns,
.benefits-main-block .wp-block-columns .wp-block-column .wp-block-image{
	    margin: 0 0 !important;
}

.benefits-main-block .wp-block-column h3{
    font-size: 2rem;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: .5px;
	    margin-left: 25px;
    margin-right: 25px;
	color: #1b3344;
}
.benefits-main-block .has-text-align-center{
	font-size: 18px;
	    margin: 0 20% 55px 20%;
}

.benefits-main-block .wp-block-column p {
    margin-bottom: 5rem;
	    margin-left: 25px;
    margin-right: 25px;
}
.post-meta-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.inner-page-main .contentArea h4 {
	    color: #1b3344;
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    margin: 0 0 20px 0;
}
.inner-page-main .contentArea h4:before {
	position: absolute;
	left: 0;
	right: auto;
	bottom: -6px;
	content: "";
	margin: 0 auto;
	height: 2px;
	background: #86c63b;
	width: 25px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 2rem;
}
p {
	margin-top: 0;
	margin-bottom: 2rem;
    text-align: justify;
}

@media screen and (min-width: 240px) and (max-width: 319px) {

footer .footer-top .widget ul li a {
 
    text-align: left;
}
	.search-toggle .toggle-icon, .search-toggle svg {
     height: 1.8rem;
    width: 1.8rem;
}
	.product-check span.wpcf7-list-item {
    width: 100%;
}
	.main-header{
		padding: 6px 0;
	}
	.main-header .toggle-inner .toggle-text{
		display: none;
	}
	
    .company-main .company-description{
    padding-left: 0px;
}
	.benefits-main-block .wp-block-column .wp-block-image {
    min-height: inherit;
}
	.sitemap-main .breadcrumb {
    margin-left: 0;
}
	
.banner-main .slick-slider-body {
     bottom: 70%;
    left: 2px;
    right: 2px;
	padding: 20px 0;
}
	.banner-main .slick-slider-body:before{
		content: none;
	}

	.banner-main .slick-slider-body h3 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1px;
    margin: 0 0 9px 0;
}
	.company-main .company-description{
		margin: 0 0;
	}
	.highlights-section {
    margin: 45px 6% 0 6%;
}
	.banner-main .slick-slider-body h3 strong {
    font-size: 2.2rem;
    letter-spacing: 0;
    margin-top: 7px;
    line-height: 20px;
    margin-bottom: 2px;
}
	.banner-main .slick-slider-body p {
    font-size: 12px;
    line-height: 16px;
 
}
	.banner-main .slick-slider-body a{
		    padding: 6px 10px;
		    font-size: 11px;
	}
	.products-categories a {
    width: 100%;
    height: auto;
    margin: 0 auto 55px;
}
	.btn-custom-side{
		display: none;
	}
	.banner-main .slick-dots {
    bottom:0;
    width: auto;
    right: 0;
    left: 0;
}
	.banner-main .slick-dots li {
    display: inline-block;
}
.process-main .section-title,
	.team-main-block .section-title, 
	.plans-main-container .section-title{
    margin: 0 0 50px 0;
}	
	.section-title h2{
	font-size: 2.4rem;
	}
	.process-main .process-inner-container {
    min-height: auto;
    margin-right: 0;
		margin-bottom: 30px;
}
	.process-main .process-inner-container:after{
		content: none;
	}
	.team-main-block{
	    margin-top: 0;
        padding-top: 0 !important;
	}
	.company-main{
		
	}
	.company-main .section-title h2:before,
	.blog-main-conatiner .section-title h2:before {
    left: 0;
    right: 0;
}
	.plans-main-container .card-custom .card-body ul {
    margin: 0 10px 40px 10px;
}
	
	.plans-main-container .card-custom {
    margin-bottom: 30px;
}
	.blog-main-conatiner {
    text-align: center;
}
	.blog-main-conatiner .blog-latest-posts{
		margin-top: 30px;
	}
	.blog-main-conatiner .blog-latest-posts  a{
		margin-bottom: 30px;
	}
	.footer-main-menu .widget{

	}
	.footer-main-menu .widget ul li {
    display: block !important;
    margin-right: 0;
}
	.footer-main-menu .widget ul li a {
    padding: 9px 0;
		    border-bottom: 1px solid rgba(255,255,255,.1);
}
	.footer-main-menu .widget ul li:last-child a{
	
	}
	footer .socialmedia {
    text-align: left;
}
	footer .socialmedia a{
		margin: 0 6px;
	}
	.contact-info .contact-info-inner{
		min-height: inherit;
		margin-bottom: 15px;
	}
	.vpb-theme-style{
		display:none;
	}
	
	
	
	
	
	
	
	
	
	.mobile-call-to-actions{
    display: flex !important;
	}
	footer{
		    padding-bottom: 0px;
	}
		.reports-download-main .wp-block-column:last-child {
    text-align: left;
}
	.sidebar{
		     margin-top: 35px;
    margin-bottom: 35px;
	}
	
	.company-banner-home{
		margin-top: 40px;
}
	.menu-modal{
		z-index: 999 !important;
	}
	.menu-modal button{
		    background: transparent !important;
	}
.main-header {
	position: relative !important;
}
.main-header .header-titles img, .main-header.active .header-titles img {
	height: auto;
}
.video-banner-captions .video-banner-captions-inner {
	margin: 15% 10% 15% 10%;
}
.video-banner-captions h1 {
	font-size: 2.3rem;
}
.video-banner-captions p {
    font-size: 1.2rem;
    line-height: 1.3rem;
}
	.highlights-section .highlights-inner {
    flex: 0 0 100%;
		    padding: 20px 20px;
		    border: 1px solid #ddd;
    margin-bottom: 10px;
}
	.highlights-section .highlights-inner:last-child{
	border-right: 1px solid #ddd;	
	}
	.team-main-block .section-title, .plans-main-container .section-title, .products-main-block .section-title, .benefits-main-block .section-title, .contract-farming-block .section-title {
    text-align: center;
    margin: 0 0 15px 0;
}
	.benefits-main-block .has-text-align-center {
    margin: 0 0 55px 0;
}
	.primary-call-to-action a, .more-button{
		padding: 10px 20px;
	}
	.certification-block .wp-block-column{
		margin: 15px 15px;
	}
	.products-main .section-title {
    text-align: center;
    margin: 0 0 20px 0;
}
	.products-main .products-inner .products-description a{
		padding: 12px;
	}
	.products-main .col-md-4:nth-child(2) .products-inner .products-description a h3 {
    margin-top: 0;
}
	.submit-form-main {
    padding: 15px 10px;
}
	.map-container {
    margin: 0 -15px;
}
section {
	padding: 4rem 0 0 !important;
}
.more-link {
	margin-top: 18px;
}
.highlights-section {
	margin-top: 35px;
}
.team-slider-main {
	margin-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
}
.slick-team .zmdi-arrow-left, .slick-testimonials .zmdi-arrow-left {
	left: -21px;
}
.slick-team .zmdi-arrow-right, .slick-testimonials .zmdi-arrow-right {
	right: -21px;
}
.testimonials-main-block {
	padding-left: 2rem;
	padding-right: 2rem;
}
.footer-company-column {
	margin-right: 0;
	margin-bottom: 40px;
}
.footer-menu-column {
	margin-bottom: 40px;
}
footer .footer-bottom{
	text-align: center;
	padding: 22px 0;
}
	.mobile-call-to-actions a {
    padding: 10px 3px;
    font-size: 10px;
}
	.mobile-call-to-actions a img{
		    height: 20px;
    width: 20px;
	}
.webCreation {
	text-align: center;
	margin-top: 10px !important;
        margin-left: 0;
}
.inner-page-main {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}
.landigng-content-area blockquote {
	margin: 0 0;
}
.team-slider-main .slick-team {
	margin-left: 0px;
}
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
	font-size: 1.9rem;
	color: #324659 !important;
}
	button.close-nav-toggle {
    padding: 2.1rem 0;

}
.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	text-decoration: none;
	color: #0b83c1 !important;
}
	
	.inner-banner {
    padding-top: 0px;
    max-height: inherit;
    min-height: inherit;
}

	.inner-page-main .content-top-support-block {
    padding: 0;
    margin-top: 0;
}
	.sitemap-main{
		bottom: 0;
	}
	.contact-address-box {
    margin-top: 35px;
}
		.inner-banner-blog {
    min-height: auto;
    position: relative;
    padding: 12px 0;
}
	.inner-banner-blog .sitemap-main .breadcrumb {
    margin: 0 0;
}
	.inner-banner-blog .sitemap-main {
    bottom: auto;
    position: relative;
}
	.search-results #site-content, .search-no-results #site-content {
    padding-top: 15px !important;
    padding-bottom: 35px;
		padding-left: 15px;
		padding-right: 15px;
}
	.error404 #site-content {
    padding-top: 0;
}
    
    
    
    
    
     .banner-caption {
    left: 5%;
    right: 5%;
}
    .banner-caption h1 {
    font-size: 24px;
}
    .banner-main{
            background-size: cover !important;
            height: 60vh;
    }
    .banner-caption .caDevider img {
    height: 6px;
}
    .company-main {
    padding: 5rem 0 5rem 0 !important;
        text-align: center;
}
    .highlights-section{
        margin: 0 0 !important;
    }
    .highlights-section .highlights-inner {
    flex: 100%;
}
 .company-main .company-description {
    padding: 0px !important;
    margin: 0 0;
} 
    .product-thumb-icon-main {
    height: auto;
    overflow: hidden;
}
    .products-description {
    padding: 20px 20px 10px 20px;
        position: relative;
}
    .team-col .team .downArrowSection {
    width: auto;
    height: 8px;
}
    footer .footer-top .footerLogo {
    margin-right: auto;
    margin-left: auto;
    width: 160px;
    display: block;
}
    footer .footer-top .footerCopyright {
    margin: 16px 0 0 0;
    padding-right: 0;
    display: block;
    text-align: center;
}
    footer .footer-top .footerCopyright:after{
        content: none;
    }
    footer .footer-top .widget{
        display: block;
        margin-top: 15px;
    }
    footer .footer-top .widget ul li {
    display: block;
    margin-right: 0;
}
    footer .footer-top .widget ul li a {
    display: block;
    padding:8px 10px;
          border: 1px solid #666;
}
    .team-col {
    padding: 0 0;
}
     .inner-banner:after {
    right: 10px;
    top: 13px;
    width: 50px;
    height: 60px;
}
    .sitemap-main{
        top: 0;
            font-size: 10px;
    }
    .sitemap-main .pageTitle {
    font-size: 18px;
    }
    .sitemap-main .breadcrumb .br-devider {
    padding: 0 4px;
}
    .inner-page-main .content-top-support-block.content-support-company{
        margin-bottom: 50px;
    }
    
       .columnsStyling .wp-block-column {
    padding: 15px;

}
    blockquote{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    blockquote:before{
          left: 0;
    top: 0;
    }
     .team-single-inner-banner {
    height: auto;
    min-height: inherit;
}
     .teamSinglePageMain {
    padding: 5px 15px 0 15px;
}
    .prevNextNav {
    padding-right: 15px;
    padding-left: 15px;
            margin-top: 20px;
}
     .teamSingleDescription {
    padding: 115px 20px 50px 20px;
}
 
  .teamSingleDescription p {
    max-width: 100rem;
    width: calc(100% - 0rem) !important;
}
    
    .tradeMainBlock {
    margin-top: 0px !important;

}   
    .storySingleProfile {
    width: 100% !important;
}
  .address-map-main {
    margin-bottom: 50px;
}
     .sitemapMain ul li {
    display: block;
    margin: 0 0;
    width: 100%;
}    
}

@media screen and (min-width: 320px) and (max-width: 479px) {
footer .footer-top .widget ul li a {
 
    text-align: left;
}
    .sitemapMain ul li {
    display: block;
    margin: 0 0;
    width: 100%;
}
    
    
    .address-map-main {
    margin-bottom: 50px;
}
    
    .storySingleProfile {
    width: 100% !important;
}
    .tradeMainBlock {
    margin-top: 0px !important;

}
    
    
    .teamSinglePageMain {
    padding: 5px 15px 0 15px;
}
    .prevNextNav {
    padding-right: 15px;
    padding-left: 15px;
            margin-top: 20px;
}
    .teamSingleDescription {
    padding: 115px 20px 50px 20px;
}
    .teamSingleDescription p {
    max-width: 100rem;
    width: calc(100% - 0rem) !important;
}
    
    
    
    
    
    
    .team-single-inner-banner {
    height: auto;
    min-height: inherit;
}
    
    
    .columnsStyling .wp-block-column {
    padding: 15px;

}
    blockquote{
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: calc(100% - 0rem) !important;
    }
    blockquote:before{
          left: 0;
    top: 0;
    }
    
    
    .inner-banner:after {
    right: 10px;
    top: 13px;
    width: 50px;
    height: 60px;
}
    .sitemap-main{
        top: 0;
            font-size: 10px;
    }
    .sitemap-main .pageTitle {
    font-size: 20px;
    }
    .sitemap-main .breadcrumb .br-devider {
    padding: 0 4px;
}
    .inner-page-main .content-top-support-block.content-support-company{
        margin-bottom: 50px;
    }
    
    
    
    .banner-caption {
    left: 5%;
    right: 5%;
}
    .banner-caption h1 {
    font-size: 24px;
}
    .banner-main{
            background-size: cover !important;
            height: 60vh;
    }
    .banner-caption .caDevider img {
    height: 6px;
}
    .company-main {
    padding: 5rem 0 5rem 0 !important;
        text-align: center;
}
    .highlights-section{
        margin: 0 0 !important;
    }
    .highlights-section .highlights-inner {
    flex: 100%;
}
 .company-main .company-description {
    padding: 0px !important;
    margin: 0 0;
} 
    .product-thumb-icon-main {
    height: auto;
    overflow: hidden;
}
    .products-description {
    padding: 20px 20px 10px 20px;
        position: relative;
}
    .team-col .team .downArrowSection {
    width: auto;
    height: 8px;
}
    footer .footer-top .footerLogo {
    margin-right: auto;
    margin-left: auto;
    width: 160px;
    display: block;
}
    footer .footer-top .footerCopyright {
    margin: 16px 0 0 0;
    padding-right: 0;
    display: block;
    text-align: center;
}
    footer .footer-top .footerCopyright:after{
        content: none;
    }
    footer .footer-top .widget{
        display: block;
        margin-top: 15px;
    }
    footer .footer-top .widget ul li {
    display: block;
    margin-right: 0;
}
    footer .footer-top .widget ul li a {
    display: block;
    padding:8px 10px;
          border: 1px solid #666;
}
    
    
    
    
    
    
    
    
     .company-main .company-description{
    padding-left: 0px;
		     margin: 0 0;
}
		.product-check span.wpcf7-list-item {
    width: 50%;
}
	.submit-form-main {
    padding: 15px 12px;
}
	.price-blocks .card-body {
    min-height: inherit;
}
	.error404 #site-content {
    padding-top: 0;
}
	.search-results #site-content, .search-no-results #site-content {
    padding-top: 15px !important;
    padding-bottom: 35px;
		padding-left: 15px;
		padding-right: 15px;
}

	.inner-banner-blog {
    min-height: auto;
    position: relative;
    padding: 12px 0;
}
	.inner-banner-blog .sitemap-main .breadcrumb {
    margin: 0 0;
}
	.inner-banner-blog .sitemap-main {
    bottom: auto;
    position: relative;
}
	.contact-address-box {
   
}
		.benefits-main-block .wp-block-column .wp-block-image {
    min-height: inherit;
}
		.sitemap-main .breadcrumb {
    margin-left: 0;
			margin-bottom: 0;
}
	.certification-block .wp-block-column img {
    height: 140px;
    display: inline-block;
}
	.certification-block a{
		    border-bottom: none !important; 
	}
	.products-landing-blocks a.product1, .products-landing-blocks a.product2{
		background-position: center 100px !important;
	}
	.pattern1{
		height: 75px;
	}
	.pattern1:before{
		background-position: center center;
	}
	.columns-main-block .wp-block-column:after{
		    transform: rotate(90deg);
		    right: -19px;
    top: 77px;
	}
	.map-container{
		margin: 0 -15px;
	}
	.banner-main .slick-slider-body {
    /* position: relative;
    background: rgba(0,0,0,0.9);
    text-align: center; 
		 bottom: auto;
    z-index: 9;
    padding: 25px 15px 50px 15px;
    width: 100%;
    transform: inherit;
    margin: 0 auto;
		  top: 0;
		*/
		    bottom: 61%;
    left: 10px;
    right: 10px;
  
   
}
	
	.banner-main .slick-slider-body h3 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1px;
		    margin: 0 0 20px 0;
}
	.banner-main .slick-slider-body h3 strong {
    font-size: 2.5rem;
    letter-spacing: 0;
    margin-top: 7px;
    line-height: 30px;
    margin-bottom: 2px;
}
	.banner-main .slick-slider-body p {
    font-size: 13px;
    line-height: 16px;
 
}
	.banner-main .slick-dots {
    bottom:0;
    width: auto;
    right: 0;
    left: 0;
}
	.banner-main .slick-slider-body a{
		padding: 10px 20px;
		font-size: 12px;
	}
	.banner-main .slick-dots li {
    display: inline-block;
}
.process-main .section-title,
	.team-main-block .section-title, 
	.plans-main-container .section-title{
    margin: 0 0 50px 0;
}	
	.section-title h2{
	font-size: 2.4rem;
	}
	.process-main .process-inner-container {
    min-height: auto;
    margin-right: 0;
		margin-bottom: 30px;
}
	.process-main .process-inner-container:after{
		content: none;
	}
	.team-main-block{
	    margin-top: 0;
	}
	.company-main{

	}
	.company-main .section-title h2:before,
	.blog-main-conatiner .section-title h2:before {
    left: 0;
    right: 0;
}
	.plans-main-container .card-custom .card-body ul {
    margin: 0 10px 40px 10px;
}
	
	.plans-main-container .card-custom {
    margin-bottom: 30px;
}
	.blog-main-conatiner {
    text-align: center;
}
	.blog-main-conatiner .blog-latest-posts{
		margin-top: 30px;
	}
	.blog-main-conatiner .blog-latest-posts  a{
		margin-bottom: 30px;
	}
	.footer-main-menu .widget{

	}
	.footer-main-menu .widget ul li {
    display: block !important;
    margin-right: 0;
}
	.footer-main-menu .widget ul li a {
    padding: 9px 0px;
		    border-bottom: 1px solid rgba(255,255,255,.1);
}
	.footer-main-menu .widget ul li:last-child a{

	}
	footer .socialmedia {
    text-align: left;
}
	footer .socialmedia a{
		margin: 0 8px;
	}
	.contact-info .contact-info-inner{
		min-height: inherit;
		margin-bottom: 15px;
	}
	
	.vpb-theme-style{
		display: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.mobile-call-to-actions{
    display: flex !important;
	}
	footer{
		    padding-bottom: 0px;
	}
	.reports-download-main .wp-block-column:last-child {
    text-align: left;
}
	.sidebar {
    margin-top: 35px;
    margin-bottom: 35px;
}
		.company-banner-home{
		margin-top: 40px;
}
	.menu-modal{
		z-index: 999 !important;
	}
	.menu-modal button{
		    background: transparent !important;
	}
.main-header {
	position: relative !important;
}
.main-header .header-titles img, .main-header.active .header-titles img {
    width: 175px !important;
    height: auto !important;
    padding: 6px 0;
}
	.main-header .toggle-inner .toggle-text{
		display: none;
	}
	.banner-main .slick-image:before{
		content: none;
	}
.video-banner-captions .video-banner-captions-inner {
	margin: 15% 10% 15% 10%;
}
.video-banner-captions h1 {
	font-size: 2.6rem;
}
.video-banner-captions p {
	font-size: 1.8rem;
	line-height: 2.3rem;
}
section {
	padding: 4rem 1rem;
}
.more-link {
	margin-top: 18px;
}
.highlights-section {
flex-flow: column wrap;
	    margin: 40px 25px 15px 25px;
}
	.highlights-section .highlights-inner {
    border: 1px solid #ddd;
    padding: 20px 15px;
    margin-bottom: 10px;
}
	.highlights-section .highlights-inner:last-child {
    border-right:1px solid #ddd;
}
	.products-categories a{
	    width: 100%;
    height: auto;
    margin: 0 auto 55px;
	}
	.products-categories a.grounded-bg{
		margin-bottom: 0 !important;
	}
	.products-main-block{
		padding: 6rem 0 0 0;
	}
	.benefits-main-block .has-text-align-center {
    font-size: 18px;
    margin: 0 0 55px 0;
}
	.benefits-main-block .wp-block-column{
	text-align: center;
	}
	.benefits-main-block .wp-block-column h3{
		margin-left: 0;
		margin-right: 0;
	}
	.benefits-main-block .wp-block-column p {
       margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 2.5rem;
}
	.shop-main-block-inner{
		padding: 0 25px;
	}
	.shop-main-block-inner p {
    margin: 0 0 30px 0;
}
	.primary-call-to-action a, .more-button{
		padding: 14px 30px;
	}
	.contract-farming-block-inner p {
    margin: 0 20px 30px 20px;

}
	.contract-farming-block{
	    padding: 6rem 0;
	}
	.team-main-block .section-title, .plans-main-container .section-title, .products-main-block .section-title, .benefits-main-block .section-title, .contract-farming-block .section-title {
    text-align: center;
    margin: 0 0 15px 0;
}
	.products-categories {
    margin-top: 50px;
}
	.btn-custom-side{
		display: none;
	}
.team-slider-main {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.certification-conatiner {
    padding: 4rem 2rem !important;
}
.slick-team .zmdi-arrow-left, .slick-testimonials .zmdi-arrow-left {
	left: -21px;
}
.slick-team .zmdi-arrow-right, .slick-testimonials .zmdi-arrow-right {
	right: -21px;
}
.testimonials-main-block {
	padding-left: 2rem;
	padding-right: 2rem;
}
.footer-company-column {
	margin-right: 0;
	margin-bottom: 40px;
}
.footer-menu-column {
	margin-bottom: 40px;
}
footer .footer-bottom {
	text-align: center;
    padding: 20px 0 60px 0;
}
	.certification-conatiner img {
    max-width: inherit;
    height: 120px;
}
.webCreation {
	text-align: center;
	margin-top: 10px !important;
        margin-left: 0;
}
.inner-page-main {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}
.landigng-content-area blockquote {
	margin: 0 0;
}
.team-slider-main .slick-team {
	margin-left: 0px;
}
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
	font-size: 1.5rem;
	color: #324659 !important;
}
.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	text-decoration: none;
	color: #0b83c1 !important;
}
	button.close-nav-toggle{
	    padding:2.9rem 0;
	}
.inner-banner {
      padding-top: 0px;
    max-height: inherit;
    min-height: inherit;
}
	.inner-page-main .content-top-support-block {
    padding: 0;
    margin-top: 0;
}
	.sitemap-main{
		bottom: 0;
	}
    
}

@media screen and (min-width: 480px) and (max-width: 767px) {
footer .footer-top .widget ul li a {
 
    text-align: left;
}
       .sitemapMain ul li {
    display: block;
    margin: 0 0;
    width: 100%;
}
    .address-map-main {
    margin-bottom: 50px;
}
    
    
    
    .storySingleProfile {
    width: 100% !important;
}
       .tradeMainBlock {
    margin-top: 0px !important;

}
    
     .teamSinglePageMain {
    padding: 5px 15px 0 15px;
}
    .prevNextNav {
    padding-right: 15px;
    padding-left: 15px;
            margin-top: 20px;
}
    .teamSingleDescription {
    padding: 115px 20px 50px 20px;
}
    .teamSingleDescription p {
    max-width: 100rem;
    width: calc(100% - 0rem) !important;
}
    
    
    
    
    
     .inner-banner:after {
     right: 10px;
    top: 13px;
    width: 93px;
    height: 93px;
}
    .sitemap-main{
        top: 0;
            font-size: 10px;
    }
    .sitemap-main .pageTitle {
    font-size: 20px;
    }
    .sitemap-main .breadcrumb .br-devider {
    padding: 0 4px;
}
    .inner-page-main .content-top-support-block.content-support-company{
        margin-bottom: 50px;
    }
    
    
    
      .banner-caption {
    left: 5%;
    right: 5%;
}
    .banner-caption h1 {
    font-size: 24px;
}
    .banner-main{
            background-size: cover !important;
            height: 60vh;
    }
    .banner-caption .caDevider img {
    height: 6px;
}
    .company-main {
    padding: 5rem 0 5rem 0 !important;
        text-align: center;
}
    .highlights-section{
        margin: 0 0 !important;
    }
    .highlights-section .highlights-inner {
    flex: 100%;
}
 .company-main .company-description {
    padding: 0px !important;
    margin: 0 0;
} 
    .product-thumb-icon-main {
    height: auto;
    overflow: hidden;
}
    .products-description {
    padding: 20px 20px 10px 20px;
        position: relative;
}
    .team-col .team .downArrowSection {
    width: auto;
    height: 8px;
}
    footer .footer-top .footerLogo {
    margin-right: auto;
    margin-left: auto;
    width: 160px;
    display: block;
}
    footer .footer-top .footerCopyright {
    margin: 16px 0 0 0;
    padding-right: 0;
    display: block;
    text-align: center;
}
    footer .footer-top .footerCopyright:after{
        content: none;
    }
    footer .footer-top .widget{
        display: block;
        margin-top: 15px;
    }
    footer .footer-top .widget ul li {
    display: block;
    margin-right: 0;
}
    footer .footer-top .widget ul li a {
    display: block;
    padding:8px 10px;
          border: 1px solid #666;
}
    
    
    
    
    
    
	.mobile-call-to-actions a{
		font-size: 15px;
	}
   .company-main .company-description{
    padding-left: 0px;
		     margin: 0 0;
}
	.price-blocks .card-body {
    min-height: inherit;
}
	.error404 #site-content {
    padding-top: 0;
}
	.search-results #site-content, .search-no-results #site-content {
    padding-top: 15px !important;
    padding-bottom: 35px;
		padding-left: 15px;
		padding-right: 15px;
}

	.inner-banner-blog {
    min-height: auto;
    position: relative;
    padding: 12px 0;
}
	.inner-banner-blog .sitemap-main .breadcrumb {
    margin: 0 0;
}
	.inner-banner-blog .sitemap-main {
    bottom: auto;
    position: relative;
}
	.contact-address-box {
 
}
		.benefits-main-block .wp-block-column .wp-block-image {
    min-height: inherit;
}
		.sitemap-main .breadcrumb {
    margin-left: 0;
			    margin-bottom: 0;
}
	.certification-block .wp-block-column img {

    height: 150px;
    display: inline-block;
}
	.certification-block .wp-block-column a{
		border-bottom: none !important;
	}
	.landing-blocks.products-landing-blocks a .more-link {
    margin-top: 0;

}
	.landing-blocks a{
		min-height: inherit;
	}
	.pattern1:before {
    background-position: center center;
}
	.columns-main-block .wp-block-column:after {
    transform: rotate(90deg);
    right: -19px;
    top: 77px;
}
	.map-container {
    margin: 0 -15px;
}
	.product-check span.wpcf7-list-item {
    width: 48%;
}
	
	.banner-main .slick-slider-body {
    /* position: relative;
    background: rgba(0,0,0,0.9);
    text-align: center; 
		 bottom: auto;
    z-index: 9;
    padding: 25px 15px 50px 15px;
    width: 100%;
    transform: inherit;
    margin: 0 auto;
		  top: 0;
		*/
	    bottom: 54%;
    left: 10px;
    right: 10px;
    transform: translate(0, 100px);
  
   
}
	
	.banner-main .slick-slider-body h3 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1px;
		    margin: 0 0 20px 0;
}
	.banner-main .slick-slider-body h3 strong {
      font-size: 3.2rem;
    letter-spacing: 0;
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 18px;
}
	.banner-main .slick-slider-body p {
    font-size: 13px;
    line-height: 16px;
 
}
	.banner-main .slick-dots {
    bottom:0;
    width: auto;
    right: 0;
    left: 0;
}
	.banner-main .slick-slider-body a{
		padding: 10px 20px;
		font-size: 12px;
	}
	.banner-main .slick-dots li {
    display: inline-block;
}
.process-main .section-title,
	.team-main-block .section-title, 
	.plans-main-container .section-title{
    margin: 0 0 50px 0;
}	
	.section-title h2{
	font-size: 2.4rem;
	}
	.process-main .process-inner-container {
    min-height: auto;
    margin-right: 0;
		margin-bottom: 30px;
}
	.process-main .process-inner-container:after{
		content: none;
	}
	.team-main-block{
    margin-top: 0;
    padding-top: 0 !important;
	}
	.company-main{

	}
	.company-main .section-title h2:before,
	.blog-main-conatiner .section-title h2:before {
    left: 0;
    right: 0;
}
	.plans-main-container .card-custom .card-body ul {
    margin: 0 10px 40px 10px;
}
	
	.plans-main-container .card-custom {
    margin-bottom: 30px;
}
	.blog-main-conatiner {
    text-align: center;
}
	.blog-main-conatiner .blog-latest-posts{
		margin-top: 30px;
	}
	.blog-main-conatiner .blog-latest-posts  a{
		margin-bottom: 30px;
	}
	.footer-main-menu .widget{

	}
	.footer-main-menu .widget ul li {
    display: block !important;
    margin-right: 0;
}
	.footer-main-menu .widget ul li a {
    padding: 9px 0px;
		    border-bottom: 1px solid rgba(255,255,255,.1);
}
	.footer-main-menu .widget ul li:last-child a{

	}
	footer .socialmedia {
    text-align: left;
}
	footer .socialmedia a{
		margin: 0 8px;
	}
	.contact-info .contact-info-inner{
		min-height: inherit;
		margin-bottom: 15px;
	}
	
	.vpb-theme-style{
		display: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.mobile-call-to-actions{
    display: flex !important;
	}
	footer{
		    padding-bottom:0px;
	}
	.reports-download-main .wp-block-column:last-child {
    text-align: left;
}
	.sidebar {
    margin-top: 35px;
    margin-bottom: 35px;
}
		.company-banner-home{
		margin-top: 40px;
}
	.menu-modal{
		z-index: 999 !important;
	}
	.menu-modal button{
		    background: transparent !important;
	}
.main-header {
	position: relative !important;
}
.main-header .header-titles img, .main-header.active .header-titles img {
    width: 175px !important;
    height: auto !important;
    padding: 6px 0;
}
	.main-header .toggle-inner .toggle-text{
		display: none;
	}
	.banner-main .slick-image:before{
		content: none;
	}
.video-banner-captions .video-banner-captions-inner {
	margin: 15% 10% 15% 10%;
}
.video-banner-captions h1 {
	font-size: 2.6rem;
}
.video-banner-captions p {
	font-size: 1.8rem;
	line-height: 2.3rem;
}
section {
	padding: 4rem 1rem;
}
.more-link {
	margin-top: 18px;
}
.highlights-section {
flex-flow: column wrap;
	    margin: 40px 25px 15px 25px;
}
	.highlights-section .highlights-inner {
    border: 1px solid #ddd;
    padding: 20px 15px;
    margin-bottom: 10px;
}
	.highlights-section .highlights-inner:last-child {
    border-right:1px solid #ddd;
}
	.products-categories a{
	
    margin: 0 auto 55px;
	}
	.certification-block .wp-block-column {
    padding: 15px 15px 25px 15px;
}
	.products-categories a.grounded-bg{
		margin-bottom: 0 !important;
	}
	.products-main-block{
		padding: 6rem 0 0 0;
	}
	.benefits-main-block .has-text-align-center {
    font-size: 18px;
    margin: 0 0 55px 0;
}
	.benefits-main-block .wp-block-column{
	text-align: center;
	}
	.benefits-main-block .wp-block-column h3{
		margin-left: 0;
		margin-right: 0;
	}
	.benefits-main-block .wp-block-column p {
       margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 2.5rem;
}
	.shop-main-block-inner{
		padding: 0 25px;
	}
	.shop-main-block-inner p {
    margin: 0 0 30px 0;
}
	.primary-call-to-action a, .more-button{
		padding: 14px 30px;
	}
	.contract-farming-block-inner p {
    margin: 0 20px 30px 20px;

}
	.contract-farming-block{
	    padding: 6rem 0;
	}
	.team-main-block .section-title, .plans-main-container .section-title, .products-main-block .section-title, .benefits-main-block .section-title, .contract-farming-block .section-title {
    text-align: center;
    margin: 0 0 15px 0;
}
	.products-categories {
    margin-top: 50px;
}
	.btn-custom-side{
		display: none;
	}
.team-slider-main {
	margin-top: 35px;
padding-left: 30px;
    padding-right: 30px;
}
.certification-conatiner {
    padding: 4rem 2rem !important;
}
.slick-team .zmdi-arrow-left, .slick-testimonials .zmdi-arrow-left {
	left: -21px;
}
.slick-team .zmdi-arrow-right, .slick-testimonials .zmdi-arrow-right {
	right: -21px;
}
.testimonials-main-block {
	padding-left: 2rem;
	padding-right: 2rem;
}
.footer-company-column {
	margin-right: 0;
	margin-bottom: 40px;
}
.footer-menu-column {
	margin-bottom: 40px;
}
footer .footer-bottom {
	text-align: center;
    padding: 20px 0 60px 0;
}
	.certification-conatiner img {
    max-width: inherit;
    height: 120px;
}
.webCreation {
	text-align: center;
	margin-top: 10px !important;
        margin-left: 0;
}
.inner-page-main {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}
.landigng-content-area blockquote {
	margin: 0 0;
}
.team-slider-main .slick-team {
	margin-left: 0px;
}
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
	font-size: 1.9rem;
	color: #324659 !important;
}
.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	text-decoration: none;
	color: #0b83c1 !important;
}
	button.close-nav-toggle{
		padding:2.9rem 0;
	}
.inner-banner {
      padding-top: 0px;
    max-height: inherit;
    min-height: inherit;
}
	.inner-page-main .content-top-support-block {
    padding: 0;
    margin-top: 0;
}
	.sitemap-main{
		bottom: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
        .sitemapMain ul li {
    display: block;
    margin: 0 0;
    width: 100%;
}
    .contact-address-box .addOne, .contact-address-box .addTwo {
    min-height:inherit;
    padding: 15px;
}
    
    
    
    .storySingleProfile {
    width: 100% !important;
}
       .tradeMainBlock {
    margin-top: 0px !important;

}
    
     .inner-banner:after {
     right: 10px;
    top: 13px;
    width: 200px;
    height: 200px;
}
    .sitemap-main{
     top: 112px;
  
    }
    .sitemap-main .pageTitle {
 
    }
    .sitemap-main .breadcrumb .br-devider {
    padding: 0 4px;
}
    .inner-page-main .content-top-support-block.content-support-company{
        margin-bottom: 50px;
    }
    
    
    
    
    .banner-main {
    background-size: cover !important;
      height: 600px
}
    .products-description {
    padding: 20px;
    position: relative;
    }
    .product-thumb-icon-main {
    height: 240px;
}
footer .footer-top .widget{
        display: block !important;
        text-align: center;
    }
    footer .footer-top .footerLogo {
    margin-right: 0;
    margin: 0 auto;
    width: 200px;
    display: block;
}
    footer .footer-top .footerCopyright {
    margin: 10px 0;
    padding-right: 0;
    display: block;
    text-align: center;
}
    footer .footer-top .footerCopyright:after{
        content: none;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	.mobile-call-to-actions a{
		font-size: 15px;
	}
		.search-results #site-content, .search-no-results #site-content {
    padding-top: 103px !important;
    padding-bottom: 35px;
		padding-left: 15px;
		padding-right: 15px;
}
	.sidebar .childpages-main ul.lastet-posts-main li a {
    flex-flow: column wrap;
		    text-align: center;
}
	.sidebar .childpages-main ul.lastet-posts-main li a img{
		margin-bottom: 10px;
	}
	.contact-address-box .icon-p{
		    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: inherit;
		    text-align: left;
	}
	.contact-address-box .icon-p img{
		margin-bottom: 20px;
	}
.sitemap-main .breadcrumb {
    margin-left: 0;
    margin-bottom: 25px;
}
	.product-check span.wpcf7-list-item {
    width: 33%;
}
	.news-single-block figure img{
		height: 60px;
	}
	.certification-block .wp-block-column img {

    height: 100px;
    display: inline-block;
}
	.certification-block .wp-block-column a{
		border-bottom: none !important;
	}
	.products-landing-blocks a.product1, .products-landing-blocks a.product2{
		background-position: center 90px;
		
	}
	.landing-blocks a{
    min-height: 265px;
	}
	.pattern1:before {
    background-position: center center;
}
	.container, .container-md, .container-sm {
    max-width: 100%;
}
	button.close-nav-toggle {
    padding: 3.5rem 0;
}
	.mobile-call-to-actions{
		display: flex;
	}
	.vpb-theme-style{
		display: none;
	}
	
	.banner-main .slick-slider-body{

		    padding: 12px 12px;
		left: 4%;
		right: 4%;
	}	
	.banner-main .slick-slider-body h3 {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 32px;
}
	.banner-main .slick-slider-body h3 strong{
		    font-size: 5rem;
		    line-height: 6rem;
	}
	.company-main .company-description {
    margin: 0 5%;
}
	.products-categories a {
      margin: 0 0;
    width: 100%;
}
	.benefits-main-block .wp-block-column {
    margin-bottom: 0;
}
	.certification-block .wp-block-column{
		margin-bottom: 30px;
	}
	.btn-custom-side{
		display: none;
	}
	.banner-main .slick-slider-body p {
    font-size: 13px;
    line-height: 18px;
}
	.process-main .process-inner-container {
    padding: 20px 8px;
    min-height: 195px;
    margin-right: 0;
    position: relative;
}
	.process-main .process-inner-container:after{
		content: none;
	}
	.plans-main-container .card-custom .card-body ul {
    margin: 0 20px 40px 20px;
}
	.blog-latest-posts a .blog-description h5 {
    font-size: 1em;
}
	.blog-latest-posts a .blog-description{
		padding: 15px;
	}
	
	.contact-info .contact-info-inner{
		    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
		    min-height: 150px;
		
	}
	.contact-info .contact-info-inner p{
		    text-align: center;
    margin-top: 10px;
	}
	footer .footer-bottom {
    padding: 30px 0 140px 0;
}
	
	
	
	
	.sidebar{
		    margin-top: 15px;
	}
	.menu-modal{
		z-index: 999 !important;
	}
	.menu-modal button{
		    background: transparent !important;
	}
.main-header .header-titles img,  .main-header.active .header-titles img {
	height: 70px;
}
	.main-header{
		padding: 6px 0;
	}
	.main-header .toggle-inner .toggle-text{
		display: none;
	}
.video-banner-captions .video-banner-captions-inner {
	margin: 26% 15% 11% 15%;
}
.video-banner-captions h1 {
	font-size: 4.2rem;
}
.team-slider-main .slick-team {
	margin-left: 0;
}
.team-main-block {
	text-align: center;
}
.team-main-block .section-title h2:before {
	left: 0;
	right: 0;
}
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
	font-size: 1.9rem;
	color: #324659 !important;
}
.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	text-decoration: none;
	color: #0b83c1 !important;
}
.reports-download-main .wp-block-column:first-child {
    flex-basis: calc(65% - 16px);
}
	.reports-download-main .wp-block-column:last-child {
    flex-basis: calc(35% - 16px);
}
		.inner-banner {
    max-height: inherit;
    min-height: inherit;
}
	.inner-page-main .content-top-support-block {
  
}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tradeMainBlock {
    margin-top: 0px !important;

}
    
    
    .sitemap-main{
        top: 102px;
    }
    
     .banner-main {
    background-size: cover !important;
    height: 60vh;
}
    .products-description {
    padding: 20px;
    position: relative;
    }
    .product-thumb-icon-main {
    height: 240px;
}
footer .footer-top .widget{
        display: block !important;
        text-align: center;
    }
    footer .footer-top .footerLogo {
    margin-right: 0;
    margin: 0 auto;
    width: 200px;
    display: block;
}
    footer .footer-top .footerCopyright {
    margin: 10px 0;
    padding-right: 0;
    display: block;
    text-align: center;
}
    footer .footer-top .footerCopyright:after{
        content: none;
    }
    .main-header .header-titles img, .main-header.active .header-titles img {
    height: 70px;
}
    
    
    
    
    
    
    
    
    
	.btn-custom-side{
		display: none;
	}
	.pattern1:before{
		background-position: center center;
	}
	.main-header{
		padding: 12px 0;
	}
	.mobile-call-to-actions a{
		font-size: 15px;
	}
			.search-results #site-content, .search-no-results #site-content {
    padding-top: 103px !important;
    padding-bottom: 35px;
		padding-left: 15px;
		padding-right: 15px;
}
	.menu-modal button {
    background: transparent !important;
}
	.inner-banner{
		min-height: 250px;
		max-height: 250px;
	}
	.inner-page-main{
		    z-index: 9;
	}
	.mobile-call-to-actions{
		display: flex;
	}
	.vpb-theme-style{
		display: none;
	}
	
	.banner-main .slick-slider-body{
		    padding: 12px 12px;
    left: 4%;
    right: 4%;
	}
	.process-main .process-inner-container{
		min-height: 210px;
	}
	footer .footer-bottom {
    padding: 30px 0 145px 0;
}
	.footer-main-menu .widget ul li {
    margin-right: 20px;
}
	
	
	
	
	
	
	
	
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
	font-size: 1.9rem;
	color: #324659 !important;
}
.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	text-decoration: none;
	color: #0b83c1 !important;
}
.inner-banner {
    /* padding-top: 60px; */
    position: relative;
    background: #324659;
    /* max-height: 450px; */
    /* min-height: 450px; */
    top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
}
}

@media (min-width: 1000px) and (max-width: 1100px) {
.main-header .primary-menu > li {
	margin: 0.8rem .8em 0 .8rem !important;
}
}
@media (min-width: 1200px) and (max-width: 1366px) {
.main-header .primary-menu > li {
    margin: 0rem 0.2em 0 0.2rem !important;
}
     .product-thumb-icon-main {
    height: 297px;

}
}

@media (max-width: 1200px) {
    .banner-main{
          background-size: cover !important;  
    }
   
}


/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
.header-navigation-wrapper {
    display: none;
}
	  .header-titles-wrapper {
    max-width: 100%;
    width: 100%;
}
.header-inner .toggle {
    align-items: center;
    display: flex;
    overflow: visible;
    padding: 0 2rem;
}
	  .search-toggle {
    left: 2rem !important;
}
	  .nav-toggle {
    right: 2rem !important;
}
	  .nav-toggle, .search-toggle {
    position: absolute !important;
  
}
.menu-modal-inner {
background: #fff;
    display: flex;
    justify-content: stretch;
    overflow: auto;
    -ms-overflow-style: auto;
    width: 100%;
}
	  .mobile-menu {
      display: block;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1) {
      .inner-banner{
          min-height: inherit !important;
      } 
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
     
.header-navigation-wrapper {
    display: none;
}
	  .header-titles-wrapper {
    max-width: 100%;
    width: 100%;
}
.header-inner .toggle {
    align-items: center;
    display: flex !important;
    overflow: visible;
    padding: 0 2rem;
}
	  .search-toggle {
    left: 2rem !important;
}
	  .nav-toggle {
    right: 2rem !important;
}
	  .nav-toggle, .search-toggle {
    position: absolute !important;
  
}
.menu-modal-inner {
background: #fff;
    display: flex;
    justify-content: stretch;
    overflow: auto;
    -ms-overflow-style: auto;
    width: 100%;
}
	  .mobile-menu {
      display: block;
}
}




/* start  */

.banner-main{display: none;}

section.banner_container {
    display: ;
    width: 100%;
    height: initial;
    background-color: #fff;
    color: #000;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
    padding: 0px 0 0 0;
}

.banner_text h3 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    width: 100%;
    float: right;
}

.banner_text {
    background: none;
    width: 50%;
    float: right;
}
.banner_text span {
    color: #fff;
}
.established_container {
    width: 100%;
    float: left;
    background: url(../../../../../images/new_images/services-four_bg.png);
    /* margin: 0px 72px; */
    padding: 50px 76px 50px;
}
ul.img-estable li {
    /* display: flex; */
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.img-estable {
    display: flex;
    margin: 0px;
    padding: 0px 0px 20px;
}
.img-resp {
    margin-left: 38px;
    margin-top: 10px;
}
img.img-logoss {
    width: 100%;
}
p.text-insa {
   text-align: left;
    font-size: 18px;
    line-height: 30px;
}
.established_imgs img {
    width: 75%;
}
h5.read-more {
    color: #e30613;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif !important;
}
section.insurance_container {
    width: 100%;
    float: left;
    background: url(../../../../../images/new_images/prod_port_bg.png);
    /* margin: 0px 72px; */
    padding: 10rem 76px;
}
.head_insuean{
    text-align:left;
}
.head_insuean h4 {
    text-align:left;
    color: #fff;
    margin: 0 0;
    font-weight: 700;
    font-size: 2.8rem;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin-bottom: 13px;
  letter-spacing: -1px;
   display: inline-block;
}
.head-sav h5 { 
    text-align: center;
    padding: 20px 0px 0px;
    font-size: 18px;
    color: #0075ba ;
    font-weight: 600;
    justify-content: space-evenly;
    display: flex;
    align-items: center;
}
.insuren-imgs {
    background: #fff;
    padding: 0px 0px 22px;
    overflow: visible;
    width: 95%;
    transition: all 400ms ease-in-out 0s;
    box-shadow: 0px 0px 5px 0px #000;
    text-align: center;
    transition: all 500ms ease-in-out;
    border-radius: 5px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.insuren-imgs:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.head-sav-btn {
    margin-top: 16px;
    text-align: center;
}
    a.btn-sav {
        text-align: center;
        font-size: 14px;
        background: #e30613;
        padding: 7px 10px;
        /* margin-top: 20px; */
        color: #fff;
        border-radius: 5px;
        text-decoration: none;
    }

.row-insurance {
    margin: 20px 0px;
}
section.group_insurance_container {
    width: 100%;
    float: left;
    /* background: red; */
    /* margin: 0px 72px; */
    padding: 50px 76px 30px;
}
.head-ins-text h4 {
    margin: 0 0;
    font-weight: 700;
    font-size: 2.8rem;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin-bottom: 13px;
    color: #111;
    letter-spacing: -1px;
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: #004886;
}
.roup_insurance_text_a {
    padding-top: 20%;
}

section.credti_acess_ind {
    width: 100%;
    float: left;
    background: #ffffff;
}

section.credti_acess_ind h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 34px;
    display: block;
    align-items: center;
    color: #004886;
    padding-bottom: 40px;
}

.outer_credit_access_container {
    width: 100%;
    float: none;
    margin: auto;
    display: flex;
    justify-content: center;
    background: none;
}



.outer_credit_access {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    padding: 40px;
    margin-right: 20px;
    width: 402px;
    height: 322px;
}

.outer_credit_access h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 44px;
    display: block;
    letter-spacing: -1px;
    color: #E30613;
    margin: auto;
    width: 100%;
    text-align: center;
}

.outer_credit_access img {
    display: block;
    float: none;
    margin: auto;
    padding: 0;
    width: 115px;
    margin-bottom: 15px;
}

.outer_credit_access p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
/ identical to box height, or 168% /
    display: block;
    align-items: center;
    letter-spacing: -1px;
    color: #3B3B3B;
    text-align: center;
    width: 100%;
    align-items: center;
    float: left;
}
/* end  */
.compay_managment{
    width: 100%;
    float: left;
    background: #ffffff;
    background-image: url(../../../../../images/com_manage_bg.png);
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
}

.compay_managment .img_sec{
    background: #ccc;
    width: 200px;
    height: 200px;
    margin: 0 auto 10px;
    cursor: pointer;
}
.compay_managment .img_sec img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.compay_managment .row.text-center {
    justify-content: center;
}
.compay_managment h3{
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 34px;
    display: block;
    align-items: center;
    color: #004886;
    padding-bottom: 40px;
}
.compay_managment h4{
    color: #004886;
    font-size: 18px;
    font-weight: 600;
}

.fs14{ font-size:14px; }



/*FOOTER*/

footer {
  background: #004886;
 /* background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
  background: linear-gradient(59deg, #3A6073, #16222A);*/
  color: white;
}

footer a {
  color: #fff;
  font-size: 12px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: block;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 8px auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 18px;
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #E30613;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}

footer li {
    margin: 0.5rem 0 0 0rem;
    font-size: 12px;
}


footer .list-unstyled {
    margin-left: 0;
    text-transform: capitalize;
}

.fs15{font-size: 15px;}
.fs16{font-size: 16px;}

.color-accent,.color-accent-hover:hover,.color-accent-hover:focus,:root .has-accent-color,.has-drop-cap:not(:focus):first-letter,.wp-block-button.is-style-outline,a { color: #cd2653; }blockquote,.border-color-accent,.border-color-accent-hover:hover,.border-color-accent-hover:focus { border-color: #cd2653; }button:not(.toggle),.button,.faux-button,.wp-block-button__link,.wp-block-file .wp-block-file__button,input[type="button"],input[type="reset"],input[type="submit"],.bg-accent,.bg-accent-hover:hover,.bg-accent-hover:focus,:root .has-accent-background-color,.comment-reply-link { background-color: #cd2653; }.fill-children-accent,.fill-children-accent * { fill: #cd2653; }body,.entry-title a,:root .has-primary-color { color: #000000; }:root .has-primary-background-color { background-color: #000000; }cite,figcaption,.wp-caption-text,.post-meta,.entry-content .wp-block-archives li,.entry-content .wp-block-categories li,.entry-content .wp-block-latest-posts li,.wp-block-latest-comments__comment-date,.wp-block-latest-posts__post-date,.wp-block-embed figcaption,.wp-block-image figcaption,.wp-block-pullquote cite,.comment-metadata,.comment-respond .comment-notes,.comment-respond .logged-in-as,.pagination .dots,.entry-content hr:not(.has-background),hr.styled-separator,:root .has-secondary-color { color: #6d6d6d; }:root .has-secondary-background-color { background-color: #6d6d6d; }pre,fieldset,input,textarea,table,table *,hr { border-color: #dcd7ca; }caption,code,code,kbd,samp,.wp-block-table.is-style-stripes tbody tr:nth-child(odd),:root .has-subtle-background-background-color { background-color: #dcd7ca; }.wp-block-table.is-style-stripes { border-bottom-color: #dcd7ca; }.wp-block-latest-posts.is-grid li { border-top-color: #dcd7ca; }:root .has-subtle-background-color { color: #dcd7ca; }body:not(.overlay-header) .primary-menu > li > a,body:not(.overlay-header) .primary-menu > li > .icon,.modal-menu a,.footer-menu a, .footer-widgets a,#site-footer .wp-block-button.is-style-outline,.wp-block-pullquote:before,.singular:not(.overlay-header) .entry-header a,.archive-header a,.header-footer-group .color-accent,.header-footer-group .color-accent-hover:hover { color: #cd2653; }.social-icons a,#site-footer button:not(.toggle),#site-footer .button,#site-footer .faux-button,#site-footer .wp-block-button__link,#site-footer .wp-block-file__button,#site-footer input[type="button"],#site-footer input[type="reset"],#site-footer input[type="submit"] { background-color: #cd2653; }.header-footer-group,body:not(.overlay-header) #site-header .toggle,.menu-modal .toggle { color: #000000; }body:not(.overlay-header) .primary-menu ul { background-color: #fff; }body:not(.overlay-header) .primary-menu > li > ul:after { border-bottom-color: #fff; }body:not(.overlay-header) 
.primary-menu ul ul:after { 
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    top: 4%;
    left: -7px;
    border-top: white solid 8px;
    border-left: white solid 9px;
    transform: rotate(-45deg); 
}
.site-description,body:not(.overlay-header) .toggle-inner .toggle-text,.widget .post-date,.widget .rss-date,.widget_archive li,.widget_categories li,.widget cite,.widget_pages li,.widget_meta li,.widget_nav_menu li,.powered-by-wordpress,.to-the-top,.singular .entry-header .post-meta,.singular:not(.overlay-header) .entry-header .post-meta a { color: #6d6d6d; }.header-footer-group pre,.header-footer-group fieldset,.header-footer-group input,.header-footer-group textarea,.header-footer-group table,.header-footer-group table *,.footer-nav-widgets-wrapper,#site-footer,.menu-modal nav *,.footer-widgets-outer-wrapper,.footer-top { border-color: #dcd7ca; }.header-footer-group table caption,body:not(.overlay-header) .header-inner .toggle-wrapper::before { background-color: #dcd7ca; }


.cali_top_sec .banner-caption{
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
/*    transform: translate(0%, 50%);*/
    z-index: 0;
}

section .cali_tab_sec{
    width: 100%;
    float: left;
    /* background: red; */
    /* margin: 0px 72px; */
    padding: 10px 76px 30px;
}
.padtb2rem{ padding:2rem 0; }

.padb2rem{ padding-bottom:2rem; }

.cali_tab_sec ul.nav {
    border-bottom: 1px solid #ccc;
    margin: 0;
    width: 100%;
    justify-content: space-evenly;
}

.cali_tab_sec .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #e30514!important;
    background-color: white!important;
    border-bottom: 2px solid #e30514!important;
    border-radius: 0!important;
}

.cali_tab_sec li.active a {
   color: #E30514;text-decoration: none;
}

.cali_tab_sec li a { color:#004886; }

.cali_tab_sec .tab-content {
    /*background: url(../../../../../images/cali_tab_bg.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.cali_tab_sec .tab-content .tab-pane h3 {
    color: #004582 !important;
    font-weight: 600;
    font-size: 16px;
    padding: 11px 5px;
    margin: 0 15px 0 0px;
    letter-spacing: 0;
}


footer .list-unstyled.librdr li {
    border-right: 1px solid #fff;
    float: left;
    margin: 0px 0px 5px!important;
    padding: 0 8px;
}

footer .list-unstyled.librdr li:last-child {
    border-right: 0px solid #fff;
}

.cali_tab_sec .tab-content ul li:before {    
    font-family: 'FontAwesome';
    content: '\f04b';
    margin:0 10px 0 -18px;
    color: #004886;
}

.cali_tab_sec .tab-content ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0;
}

.cali_tab_sec .tab-content p, li{  padding: 0 0px;}

.cali_tab_sec .tab-content li{padding: 5px;}

.our_promo_sec h3{ 
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 34px;
    display: block;
    align-items: center;
    color: #004886;
    padding-bottom: 40px;
}
.our_promo_sec p{ text-align:justify; }

.our_promo_sec .col-md-4.pt-5 img { margin: 0 auto; }

.late_up_btn{
    background: red!important;
    padding: 5px 10px;
    border-radius: 0;
    border: red;
    font-size: 13px;
    font-weight: 600;
    color
}

.img_txt_sec{
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 5px 0 #ccc;
}
.img_txt_sec .hide_txt{
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.addr_sec{ background: #f2f2f2;
    padding: 15px;
    font-size: 14px;
    border-radius: 4px; }

.contact_sec input.form-control {
    height: 45px;
    background: #f2f8ff!important;
    border: 1px solid #e5e5e5;
}
.contact_sec .form-control {
    background: #f2f8ff!important;
    border: 1px solid #e5e5e5;
}

.contact_sec label{ font-size:14px; }


.partnres-sect{
   padding:0px 76px;
   bottom: 0;
   position: absolute;
   left: 0;
   right: 0;
   width: 100%;
}
.parts-sect-head {
    position: relative;
}

.prtner_trans_box:hover {
    box-shadow: 0 0 5px 0 #000;
}

.Partner_asscited h5 {
    color: #fff;
/*    position: absolute;*/
    top: 156px;
    /* bottom: 20px; */
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.box-forms {
    /*background: #ffffff6b; */
    padding:30px;
    margin: 30px;
    
    border-radius: 5px;

}
.about-box {
    width: 100%;
    padding: 8px 8px;
    }
    .imgs-abga img {
    width: 45px;
    height: 45px;
    /* margin-right: 13px; */
    margin-top: 2px;
    text-align: center;
    }
    .imgs-abga {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    }
    .text-icons-sect-a i {
    color: red;
    line-height: 43px;
    font-size: 29px;
    }
    .box-texts {
    padding-top: 13px;
    }
    p.text-boxss-a {
    margin: 0px;
    font-size: 13px;
    text-align: left;
    color: #004886;
    font-weight: 600;
    }
    #gellery-a {
        padding: 20px 76px 50px;
    }
    .img_sect{
        margin: 0px 0px 15px;
        padding: 0px;
        position: relative;
        overflow: hidden;
    }

    .img_sect1 {
        margin: 8px 8px 8px;
        padding: 0px;
        position: relative;
        overflow: hidden;
    }

    .abc:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(#ffffff00 46%, #004886b8 79%);
        opacity: 1;
        z-index: 300;
    }

    .img_sect1 p.text-boxss-a1 {
        
        font-size: 16px;
        color: #fff;
        text-align: center;
        padding: 25px 10px 15px;
        border-radius: 0px;
        background: linear-gradient(180deg, #ffffff00, #004886);
        font-weight: 600;

    }
    .img_sect1 .middle1 {
        transition: .5s ease;
        opacity: 1;
        position: absolute;
        bottom: -82px;
        left: 0;
        right: 0;
        transform: translate(0%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        padding: 0;
        z-index: 1020;

    }

    img.abt-imgss1:hover {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }


    .img_sect1 img.abt-imgss1 {
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .text-icons-sect {
    padding: 0px;
    margin: 0px;
    }
    .calls-ablos {
    padding: 0px;
    }
    .about-head h2 {
    color: #004886;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    }

    .box-size {
        padding: 10px;
        margin: 5px 0px 14px;
        background: #004886;
        border-radius: 30px;
        color: #fff;
    }
    .parts-test-icons{
        text-align: center;
    }
    .parts-test p {
        font-size: 14px;
        padding: 0px 10px;
        height: 40px;
        border-radius: 50%;
        line-height: 17px;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .head-adfd h4 {
    text-align: left;
    color: #004886;
    margin: 0 0;
    font-weight: 700;
    font-size: 2.8rem;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin-bottom: 13px;
    letter-spacing: -1px;
    display: inline-block;
}

.lang_sec li {
    float: left;
    list-style: none;
    background: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 30px;
    position: relative;
    min-width: 60px;
    text-align: center;
    cursor: pointer;
}
.lang_sec li.active { background:#E30613; color: #fff; }
.prtner_trans_box{
    background: #66722094;
    color: #fff;
    margin: 10px auto;
    width: 60%;
    font-size: 19px;
    padding: 0px 10px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img.abt-imgss {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    width: 100%;
    object-fit: cover;
}
img.abt-imgss:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.mv_hvr_txt{
    color: white;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.mv_hvr_txt_over{
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
    width: 100%;
    padding: 0 15px;
}

.img_sect:hover .overly {
    opacity: 0.8;
}

.img_sect:hover .mv_hvr_txt {
   display: none;
}

.overly {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #004886;
}

.overlap_img{
    position: absolute;
    top: 78px;
    right: 45px;
    width: 250px;
}
.img_grp{ 
    position:relative;z-index:1 ;
}
.overlap_img2{
    position: absolute;
    top: 17px;
    right: 0px;
    width: 350px;
    z-index: 0;
}

.new_list_grp li{ list-style:none; text-align: justify; }

.new_list_grp li:before{
    content: "\f00c";
    color: red;
    display: inline-block;
    width: 3em;
    margin-left: -3em;
    font-size: 15px;
    font-weight: 100;
    font-family: 'FontAwesome';
}


.bg_f5f5f5{ background: #f5f5f5; }

.img_sect:hover {
    box-shadow: 0 0 12px 0 #646464;
}

.img_sect1:hover {
    box-shadow: 0 0 12px 0 #858585;
}

.credti_acess_ind li:before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 25px;
}

.credti_acess_ind li:after {
    content: url(../../../../../images/new_images/red_arrow.png);
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 10px;
    font-size: 25px;
}

.credti_acess_ind ul li {
    text-align: left;
    padding: 14px 0px 0px;
    font-size: 18px;
    color: #004886;
    font-weight: 600;
    text-decoration: underline;
    list-style: none;
}

.credti_acess_ind1 li:before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 25px;
}

.credti_acess_ind1 li:after {
    content: '';
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 10px;
    font-size: 25px;
}

.credti_acess_ind1 ul li {
    text-align: left;
    padding: 20px 0px 0px;
    font-size: 18px;
    color: #004886;
    font-weight: 600;
    text-decoration: none;
    list-style: none;
}


.parts-test a {
    color: #fff;
}
.clr_blue{
    color: #004582 !important;
}

.img_card:hover .show_img {
    display: block;
}

.img_card .show_img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.col-md-4.offset-2.img_card {
    position: relative;
    display: inline-block;
}

.img_card a {
    color: #000;
}

.prtner_trans_box a {
    color: #fff;
    display: contents;
}

.box-size:hover {
    border: 1px solid red;
    box-shadow: 0 0 8px 0 #787878;
}

.box-size:before {
    /*content: ''; */
    background-image: url(../../../../../images/red_dot.png);
    color: red;
    font-weight: bold;
    display: list-item;
    font-size: 40px;
    height: 0;
    line-height: 40px;
}

section#Knowledge_center ul li a {
    color: #004886;
}

section#impact ul li a {
    color: #004886;
}


section#Knowledge_center ul li a:hover {
    text-shadow: 4px 5px 4px #00488647;
    font-size: 19px;
}

section#impact ul li a:hover {
    /*text-shadow: 4px 5px 4px #00488647;
    font-size: 19px;*/
}

 
.flex-column {
    max-width: 260px;
}

.scale {
    transform: scaleY(1.05);
    padding-top: 5px; 
}

.carousel-item img {
    object-fit: cover;
}

.carousel-item {
    height: unset !important;
}

.img-responsive.imgages-ins img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.bottom_nav ul.primary-menu li:hover a {
/*    text-shadow: 5px 5px 11px #000000;*/
}

.abcd .primary-menu-wrapper ul li:hover a {
    color: #004582!important;
}


ul.list-unstyled p {
    font-size: 12px;
    padding: 0!important;
    line-height: 24px;
    text-transform: initial;
}
.carousel-indicators{ z-index:1!important; }

.footer-pad .fa { margin-right: 8px; }

.col-md-12.copy p { font-size: 12px; }

.g-recaptcha {   display: flex; }

.clearfix{ clear:both; }

.pt15em{  padding: 3rem 0 0; } 

.bg-none{ background:none!important; }

.card-header {
    background: #fff!important;
}
.card { border: 0;overflow: hidden;
    padding: 10px 15px;
    box-shadow: 0 0 5px 0 #ccc; }

.card-header .accicon { float:right;color:#e30613;font-weight: 600;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.img_card.ind_map .show_img {
     left: 170px!important;
  }

  /*start */
#unique_prop {
    background: #F2F9FF;
}

.credti_acess_ind {
    margin-top: 35px;
}
  /*end */

  .header-titles {
/*    width: 50%;*/
    float: left;
}

.header-navigation-wrapper {
    flex-direction: row-reverse;
}
.head_logo_second{
        height: 85px;
        padding: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: auto;
}

.header-navigation-wrapper {
    /*width: 100%; */
}


.left_menubar {
    background: #004886;
    width: 50%;
    margin-left: 0;
    float: left;
    padding: 15px 90px;
}

.left_menubar li {
    display: inline-block;
    text-align: left;
    margin: auto;
    float: left;
    color: #fff;
    padding: 0px 12px;
}

.left_menubar li a {
    color: #fff;
    text-decoration: none;
}

.right_menubar {
 background: #004886;
 width: 50%;
 margin-left: 0;
 padding: 15px 90px;
 float: right;
 justify-content: flex-end;
}


.right_menubar li {
    display: inline-block;
    text-align: right;
    margin: auto;
    float: left;
    color: #fff;
    padding: 0px 12px;
    float: right;
}

.right_menubar li a {
    color: #fff;
    text-decoration: none;
}
.bottom_header_iner {
    width: 100%;
    float: left;
}
.zero_margin{margin-top: 0px !important;}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: #004886 !important;
}


ul.navbar-nav.mr-auto a:hover {
    text-decoration: none;
}
a.nav-link.dropdown-toggle.clr_white{color:#fff !important;}
#menu-item-54 a{color:#fff !important;} 


.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
    justify-content: right;
    text-align: right;
}



.join_us_partner_wrapper {
    width: 100%;
    float: left;
    margin: 50px 0px;
}

.join_us_partner {
    width: 800px;
    margin: auto;
    border: 1px solid #c6c6c6;
} 
.join_us_partner_new{
    width: 500px;
    margin: auto;
    border: 1px solid #c6c6c6;
}

.parts-sect-from {
    text-transform: capitalize;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding-right: 5%;
}

select#sel1 {
    height: 55px;
    border-radius: 5px;
    font-size: 16px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-53.focus a {
    color: red !important;
    /*background: red;*/
}

.custom-file-input:lang(en)~.custom-file-label::after {
    height: 53px!important;
    line-height: 44px!important;
}

label.custom-file-label {
    height: 55px;
    border-radius: 5px;
    line-height: 44px;
}

.custom-file {
    height: 55px;
}

section.cali_tab_sec.padtb2rem {
    position: relative;
    z-index: 1;
}

.object-position-top{ object-position:top; }
.caro_cap_txt{ top: 38%; font-weight: bolder; }
.caro_cap_txt h1{ 
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.5px;
    min-width: 260px;
    padding: 25px;
    min-height: 100px; 
}
.caro_cap_right{ transform: translate(39%, 0%); }
.caro_cap_left{ transform: translate(-34%, 0%); }

section.compay_managment p {
    text-align: center;
}

.saprate{
    border-left: 1px solid #fff; margin: 0 5px;
}

section.compay_managment .modal-body img {
    height: 250px;
    object-fit: cover;
}


#demo .carousel-control-prev {
    left: -65px;
}

#demo .carousel-control-next {
    right: -65px;
}