@import url('https://fonts.googleapis.com/css?family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

* {box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.wrapper {width:1170px; margin:0 auto; clear:both;position:relative;}
.wrapper1 {width:100%; margin:0 auto; clear:both;position:relative;}
.container {position: relative;}
.wrapper:after, .wrapper:before {content:''; clear:both;display:table;}
.fl-left {float:left;}
.fl-right {float:right;}
.text-center {text-align:center;}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}


a {text-decoration:none;display:inline-block; transition:all ease 0.2s;-moz-transition:all ease 0.2s;-webkit-transition:all ease 0.2s;}
a:hover {text-decoration: none;}
html, body, table, .light {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #000;
}

input, select, textarea {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0 !important;
    border-color: #bdbdbd !important;

}
.light{font-weight: 300;display: block;}

h1, h2, h3 {}
body {margin:0; padding:0;overflow-x: hidden;}
img {max-width:100%; display:block;}
p {
    margin: 0 0 15px;
    padding: 0;
    font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	
}
p:not(:last-child) {margin-bottom:15px;}
.row {margin-left:-15px; margin-right:-15px;}
.col-3 {float:left; width:33%; padding:0 15px;}
.col-4 {float:left; width:30%; padding:0 15px;}
.col-8 {float:left; width:70%; padding:0 15px;}
img.fl-right {margin-left:30px; margin-bottom:30px;}
img.fl-left {margin-right:30px; margin-bottom:30px;}
p {margin-top:0;}
.innerPage ul.none li {background: none;}
.innerPage ul.none {padding-left: 0;}
.clearfix, .serviceBoxes {clear:both;}
.clearfix:after, .clearfix:before, .serviceBoxes:after, .serviceBoxes:before {content:''; clear:both; display:table;}
ul{list-style: none;}
h2.heading.center, h1.heading.center {
    text-align: center;
    /*background-image: url(../img/border2.png);
    background-position: center bottom;*/
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
	font-weight:600;
    margin-bottom: 30px;
	color:#7fc32f;
}

 h1.heading1.center {
    text-align: center;
    /*background-image: url(../img/border2.png);
    background-position: center bottom;*/
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    margin-top: 0;
	margin-bottom: 25px;
}

h1.heading.center:after {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    width: 115px;
    background-color: #7fc32f;
    height: 3px;
    margin: 0 auto;
    right: 0;
	top:9%;
}
h1.heading1.center:after {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    width: 115px;
    background-color: #7fc32f;
    height: 3px;
    margin: 0 auto;
    right: 0;
    top: 6%;
}

h1.heading3.center {
    text-align: center;
    /*background-image: url(../img/border2.png);
    background-position: center bottom;*/
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
	font-weight:600;
    margin-bottom: 100px;
	
}
h1.heading3.center:after {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    width: 115px;
    background-color: #7fc32f;
    height: 3px;
    margin: 0 auto;
    right: 0;
    top: 23%;
	
}



.align-center *{display: inline-block;}
.align-center{text-align: center;}

.default-space{padding:50px 0;}
/*==============Header==================*/
.header-main{
	padding:4px 0px;
}

ul.social-icon li {
    vertical-align: middle;
    float: right!important;
    width: auto!important;
    list-style-type: none!important;
    border: none!important;
    padding: 0px 0px 4px!important;
    background: none!important;
    line-height: normal!important;
    display: inline-block;
    border-left: solid 1px #fff !important;
    line-height: 29px !important;
    margin-right: 3px!important;
}
.middle-bar ul.social-icon li a {
    background: transparent !important;
    padding: 5px 10px !important;
    width: 100%!important;
    height: 40px !important;
    text-align: center;
	font-size: 25px;
}
.middle-bar ul.social-icon li a:hover {
    background: transparent !important;
    padding: 5px 10px !important;
    width: 100% !important;
    height: 40px !important;
    text-align: center;
	color:#0066C2;
}
.middle-bar ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
}

.head-contact span{
	font-size:18px;
	letter-spacing:2px;
	font-family: 'Montserrat', sans-serif;
	color:#000;
}
.social-icon a{
	color:#0066C2;
}

.social-icon:hover a{
	color:#0066C2;
}
.head-contact{
	padding: 10px!important;
    color: #3466c2!important;
    font-size: 35px;
    font-weight: 900;
    font-family: 'Lilita One', cursive;
    margin-right: 19px!important;
	
}
.social-icon li .head-contact a{
	 color: #3466c2!important;

}
.social-icon li .head-contact:hover a{
	 color: #3466c2!important;

}

.middle-bar ul.social-icon li a i{color:#69be2d;}

.fl-left .logo {
    position: absolute;
    
    
}
.fl-left .logo img {
    
    width: 100%;
	margin-top:17px;
}

ul.top-right li.top-address a{
    background-image: url(../img/top-phone.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 4px;
    padding-left: 30px;
    margin-right: 38px;
    padding-right: 20px;
    border-right: solid 1px #d9d9d9;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    float: left;
    padding-top: 0px;
}
ul.top-right li.top-email a{
    background-image: url(../img/top-email.png);
    background-repeat: no-repeat;
    background-size: 21px;
    padding-left: 30px;
    background-position: 0px 12px;
    margin-right: 50px;
}

.middle-bar li{display: block;float: left;}


.btn1, .submit_btn1 input {
    background-color: #faed07;
    padding: 10px 35px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    color: #2f55d6 !important;
    border: 0;
    cursor: pointer;
}

.btn1:hover, .submit_btn1 input:hover{
	
    background-color: #c3ba0d;
	color:#2f55d6;
    border-color: #faed07;
	transition:.8s all ease;
}
.btn, .submit_btn input {
    background-color: #3465c2;
    padding: 10px 35px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    color: #fff !important;
    border:0;
	cursor:pointer;
}
.btn:hover, .submit_btn input:hover{
background-color:#071333;  
transition:.8s all ease;
}

.middle-bar {
    /*padding: 10px 0px;*/
}

ul.top-right li.phone-btn a {
    background-image: url(../img/contact-phone.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 10px 17px;
    padding: 0px 13px 10px 45px;
	margin-right: 38px;
    
}
ul.top-right li.phone-btn1 a {
    
    background-size: 20px;
	background-position: 10px 17px;
    padding: 16px 13px 13px 45px;
	margin-right: 0px;
    color:#fff;
}
ul.top-right li.phone-btn1:hover a {
	background-color:#000;
	transition:.8s all ease;
	
}
.request-quote {
    background-color: #EFE31F;
    /* color: #fff; */
    /* text-transform: uppercase; */
    font-size: 18px!important;
    font-weight: 700;
    /* background-image: url(../img/quote-icon.png); */
    background-repeat: no-repeat;
    background-size: 0px;
    background-position: 13px 16px;
    padding: 10px 17px!important;
    /* border-radius: 3px; */
}

.request-quote1 {
    float: left;
    
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px 11px 50px;
	border-radius:3px;
}

.navigations {
    background-color:#0066C2;
}
.nav-head{
	padding:0px 0px;
}

.main-navigation a {
    padding: 10px 30px;
}

.wsmenu-list > li > a{text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;font-size: 16px;    font-weight: 600;}

.main-navigation ul > li > a.active, .main-navigation ul > li >::after{
	color:#faf000!important;
	display:none;
	
	}


.main-navigation ul > li > a.active, .main-navigation ul > li > a:hover {
	display:block;
	color:#faf000!important;

	
}
.main-navigation ul > li > a {
	display:block;
	
}

/*  
.main-navigation ul > li > a.active, .main-navigation ul > li > a:hover {
    color: #fff;
  background-color:#EFE31F !important;
	border:2px solid #EFE31F;
	border-top:none;
	border-left:none;
	border-right:none;
}
*/

ul.top-right li a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
ul.top-right{margin:0;}

ul.top-right li {
    list-style-type: none;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    float: left;
    padding-top:0px;
    display: block;
}
.logo-hide{
    display: none!important;
    padding-top: 8px;
}
.site-header.fixed {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
    z-index: 9999999;
    background: #fff;
	transition:all 5s;
}
.site-header.fixed .wsmenu-click {
    display: block;
    position: absolute;
    top: 34%;
    left: 57%;
}

.site-header.fixed .wsmenu-submenu {
    top: 68px;
}

.site-header.fixed .logo-hide{
    display: inline-block!important;
    padding-top: 8px;
}


/*=============Banner========================*/
.homeSlider {
    background: #EFE31F;
	background-image: url(../img/banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 600px;
    overflow: hidden;
}
.banner {position:relative;    background-color: #fff;
    background-image: url(../img/bg-shadow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 0px;
}
.banner .caption {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 99;
    line-height: 1;
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    text-align: left;
    transform: translateY(-50%);
    
}

.caption .inner {
    /*text-shadow: 0 0 7px rgba(0,0,0,0.5);*/
    max-width: 600px;
}
.caption .inner span{font-family: 'Montserrat', sans-serif;font-size: 40px;
    line-height: 45px;display: block;}

.homeSlider .caption h4{
	visibility: inherit;
    transition: none 0s ease 0s;
    line-height: 26px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
	font-family: 'Raleway', sans-serif;
	margin:0 0px 20px ;
}
.homeSlider .caption p{
	visibility: inherit;
    transition: none 0s ease 0s;
    line-height: 24px;
    border-width: 0px;
    margin: 0px 0px 14px;
    padding: 0px;
	color:#262627;
    letter-spacing: 0px;
    font-weight: 400;
	color:#000;
    font-size: 16px;
	font-family: 'Raleway', sans-serif;
	
    
}
.homeSlider .caption h3{
    line-height: 52px;
	
    border-width: 0px;
    margin:0 0px 5px ;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 900;
    font-size: 34px;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
	text-transform:uppercase;
	
	
}




.banner .mainImage {
    position: relative;
}

/*.mainImage:before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    background: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    z-index: 9;
}
*/
.customNav{}
.customNav .customPrevBtn{z-index:9;padding:0 10px;position: absolute;top:60%; left:0;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.customNav .customNextBtn{z-index:9;padding:0 10px;position: absolute;top:60%;right:0;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.customNav i{color:#3466c2;vertical-align: top;}
.customNav a{font-size: 50px;}
.inner{
    /*background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff !important;*/
	padding: 30px !important;
    padding-bottom: 50px !important;
    font-family: 'Montserrat', sans-serif;
    
    display: inline-block;
}

.btn.white {
    background-color:#3466c2;
    
    color: #fff !important;
}
.btn.white:hover {
    background-color:#000000;
	    border: 1px solid #fff
    
    color: #fff !important;
}
.banner .btn{position: absolute;bottom: 0px;left:28px; }

.banner .inner{position: relative;}
/*=============Main Content=============================*/

.aboutHome{
    padding: 70px 0;
}

.aboutHome .heading {
    display: inline-block;
}

h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    padding-top: 0;
    font-weight: 300;
}



.proBusiness ul {
    background-color: #f9f9f9;
    padding: 20px;
}

.proBusiness {
    width: 47%;
    float: left;
    margin-right: 30px;
}

.no-right-margin {
    margin-right: 0px !important;
}

.proBusiness li {
    list-style-type: none;
    margin-bottom: 15px;
    line-height: 1;
}

.aboutHome a.btn {
    margin-top: 20px;
}

/* Services section */

.serviceHome{
    padding: 50px 0;
}

.serviceHome {
    background-image: url(../img/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.serviceHome ul {
    margin-top: 60px;
    margin-bottom: 10px;
    padding: 0;
}

.serviceHome ul li {
    display: inline-block;
    width: 22%;
    margin-right: 3%;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
    border: 1px solid #EFE31F;
    border-bottom: 0px solid #EFE31F;
    padding: 15px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 21px;
    position: relative;
}


.serviceHome ul li:last-child {
    margin-right: 0%;
}

.serviceHome ul li span {
    margin-top: -61px;
    display: inline-block;
}

.serviceHome ul li h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    min-height: 40px;
}

a.linkBtn {
    color: #EFE31F;
    padding-right: 20px;
    background-image: url(../img/right-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
	font-weight:bold;
    text-transform: uppercase;
}
a.linkBtn:hover{color:#071333;}
.serviceHome ul li:before {
    content: '';
    height: 1px;
    width: 25%;
    background-color: #EFE31F;
    position: absolute;
    left: 0%;
    bottom:0px;
}

.serviceHome ul li:after {
    content: '';
    height: 1px;
    width: 25%;
    background-color: #EFE31F;
    position: absolute;
    right: 0;
    bottom:0px;
}

/* End Services section */

/* call action blue bar */
.Call-action {
    background-color: #EFE31F;
    padding: 30px 0px;
}

.Call-action p {
    color: #3466c2;
    margin-bottom: 0px;
    font-size: 44px;
    display: inline-block;
    line-height: 75px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3466c2;
}

.Call-action .fl-right {float:right; border: #3466c2 3px solid;
    margin-top: 10px;}
.Call-action a {
    line-height: 1;
    font-size: 21px;
    font-weight: bold;
    float: right;
    color: #3464c2;
    padding: 12px 20px;
    margin-right: 0;
    /* margin-top: 10px; */
    
}

/*===================Footer========================*/


footer {background-color:#000; color: #fff;}

.site-footer {
    font-size: 18px;
}
.footer-box {
    background-color: #222;
    color: #fff;
    padding: 60px 0 40px;
}

.onethird {
    width: 370px;
    float: left;
    margin-right: 30px;
}
.onethird:last-child {
    margin-right: 0px;
}
.onethird ul{padding:0;margin:0;}
.onethird ul a{color:#fff;}
.onethird ul a:hover{color:#EFE31F;}

.onethird .menu li {
    background-image: url(../img/foot-list.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    display: inline-block;
    width: 49%;
    border: none;
    margin: 0px 0 10px 0;
    padding: 0 0 0 15px;
    line-height: 1;
}
a.readMore {
    color: #EFE31F;
    padding-right: 20px;
 /*   background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;*/
    text-transform: uppercase;
    background-position: right center;
    margin-top: 10px;
    display: inline-block;
}
.footer-box h2.widgettitle {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
}

.footer-box h2.widgettitle:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    background-color:#EFE31F;
    width: 36px;
    height: 1px;
}
.contact-information li {
     padding: 0.5em 0;
    padding-left: 30px;

}

li.foot-location {
    background-image: url(../img/foot-address.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0px 10px;
}
li.foot-phone {
    background-image: url(../img/top-phone.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0px 14px;
    padding: 10px 13px 10px 33px;
}
li.foot-email {
    background-image: url(../img/foot-email.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 0px 16px;
}

.copyright {
    background-color: #040303;
    color: #fff;
    padding: 12px 0;
    text-align: center;
	font-size: 14px;
}
.copyright a{color:#1d8fce;}

/* End footer section */

/*==================Inner Pages========================*/


.innerPages {
    padding: 50px 0 50px;
}

.innerShadow {
    background-image: url(../img/bg-shadow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    
}
.innerBanner img{display: block; width: 100%;}

.innerPages .serviceHome{padding:0;background:none;}

/* contact page */
..map {
    width: 100%;
   
}
.map-top{
	
	margin-top:80px;
}
	.c-box{
		max-height:300px;
		
	}
.contactDetails{
    
	margin-top:0px;
	
    
}
.padding-15{
	padding-left:30px;
	padding-right:30px;
	
}

.contactDetails li {
    list-style-type: none;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.20);
    padding: 15px 15px 15px 60px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.map iframe {
    display: block;
    
    margin-bottom: 0;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.20);
}

.innerPages1 {
    padding: 50px 0 0px;
}

.c-box{
	-webkit-box-shadow: 0px 0px 4px 0px rgb(150, 202, 90);
    -moz-box-shadow:0px 0px 4px 0px rgb(150, 202, 90);
    box-shadow: 0px 0px 4px 0px rgb(150, 202, 90);
     padding: 30px 10px;
    text-transform: uppercase;	
	background: #f4f9eb;
	height:162px;
	width:100%;
	
}
.contactDetails p {
    font-weight: 700;
    margin-bottom: 15px;
	text-align:center;
	    
}
.fa-adrs{
	font-size:40px;
	margin-bottom:20px;
	color:#7fc32f;
}



.contactDetails p a{color:#222;}

/* End contact page */

.testimonial-row .avatar{width:150px; height:150px; border-radius:100%;}
.testimonial-row{padding: 30px 30px 0;}
.testimonial-row .wrap{border-bottom: 1px solid #d1d1d1;padding-bottom:20px;}
.testimonial-row blockquote{margin:0;}
.testimonial-row .author {margin-top:30px;}
.author p{margin:0;}
.testimonial-row:last-child .wrap{border:0 none;padding-bottom:0;}
.social-icon li:nth-child(1){border-left:none!important;} 
.author .company{color:#EFE31F; font-weight:600;}

.serviceHome ul li:hover{transform:scale(1.1)}
/* ---- isotope ---- */
.portfolio{background-color:#f7f7f7;}

.portfolio button{font-size: 16px;font-weight:600;border:0 none; background-color: transparent;font-size: 20px; color:#000;font-family: Montserrat, sans-serif;}


/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  padding: 0px;
  background: #fff;
  color: #262524;
      width: 33%;
      min-height: 202px;
}

.element-item > * {
  margin: 0;
  padding: 0;
  text-align: center;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

.item-type-move .item-hover {overflow: hidden;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    cursor: pointer;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.item-img {
    z-index: 0;
}

.item-type-move .item-info .headline, .item-type-move .item-info .date {
    width: 100%;
    position: absolute;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0 10px;
}
.item-type-move .item-info .date {
    font-size: 14px;
    bottom: -50px;
}
.item-type-move .item-hover:hover .item-info .headline {
    top: 35%;
}
.item-type-move .item-info .headline {
    font-size: 18px;
    top: -50px;
    text-transform: uppercase;
}

.item-type-move .item-hover:hover .item-info .date {
    bottom: 35%;
}
.item-type-move .item-info .date {
    font-size: 14px;
    bottom: -50px;
}

.portfolio img {
    display: block;
    width: 100%;
}
.item-type-move .item-hover:hover {
    background: rgba(0,0,0,0.8);
}.item-info {
    color: #fff;
}
.item-type-move .item-info .line {
    height: 1px;
    width: 85%;
    margin: 10px auto 0 auto;
    background-color: #ffffff;
}

.filters-button-group{text-align: center;margin-bottom: 30px;display:block; vertical-align: middle;}
.grid{}
.filters-button-group button{cursor:pointer;border: 3px solid #6b7381;outline:0;margin: 10px 8px;text-align: left;}
.filters-button-group button:hover{text-decoration: none;border: 3px solid #1d8fce;}
.filters-button-group button.is-checked {border: 3px solid #1d8fce;}
.filters-button-group button span{font-family: 'Montserrat', sans-serif;border:0 none;color:#6b7381;}
.filters-button-group button.is-checked span{border-bottom:2px solid transparent;}
.filters-button-group button:hover span, .filters-button-group button.is-checked span{color:#1d8fce;color:#1d8fce;}
.filters-button-group button:focus{outline: 0;}
.margin-top-30{margin-top: 30px;}
.margin-bottom-30{margin-bottom: 30px;} 



.gallery-section > a{transition:all ease 0.5s;float:left;width:25%;display: block;position: relative;overflow: hidden;}
.overlay{background:rgba(0,0,0,0.5);transition:all ease 0.5s; position: absolute;left: 0;right: 0;top:-100%;height:100%;}
.gallery-section > a:hover .overlay{top:0;transition:all ease 0.5s;}
.gallery-section *{transition:all ease 0.5s;}
.gallery-section > a:hover img{transform: scale(1.5);}
.gallery-section a i{    position: absolute;width:28px;height:28px;top:50%;left:50%;transform:translate(-50% , -50%); background-image: url(../img/search-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;}

.one-half{width:49%;float: left;margin:0 2% 0px 0;}
.one-half.full{width:100%;margin-right:0;}
fieldset{margin-bottom: 30px;}
.form-element{width:100%;font-size: 18px;display: block;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0 !important;
    padding: 10px !important;
    border: 1px solid #bbb;}
form textarea{min-height: 130px;}

.one-half:last-child{margin-right:0;}
form fieldset{border:0 none; padding:0;}
.captcha-section > div{display: inline-block;}
.captcha-section .questions input{width: 250px;
    display: inline-block;}
    .submit_btn {
    margin-left: 4px;}
    label {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}

.innerPages .contact-form {
    margin-top: 30px;
}



/*------------about cms-------------------------*/
.cms-content{
    font-family: 'Raleway', sans-serif; padding:0px;
}

.sub-title.box {
    width: 770px;
}
 .sub-title {
    display: block;
    font-weight: 500;
    line-height: 26px;
    margin: 0 auto;
    padding-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
}
.text-secondary {
    color: #33332d!important;
}
.both-line {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.both-line-white {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.both-line:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 5px;
    left: 46%;
    top: 0;
    background-color: #3466c2;
}
.both-line:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 5px;
    left: 46%;
    bottom: 0;
    background-color: #3466c2;
}
.both-line-white:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 5px;
    left: 46%;
    top: 0;
    background-color: #fff;
}
.both-line-white:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 5px;
    left: 46%;
    bottom: 0;
    background-color: #fff;
}

.cms-content h1{
    
    font-size:41px;
    line-height: 1.2;
    margin: 0 0 20px 0;
   font-weight:600;
}

.cms-content h2{
    
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 20px 0;
	font-weight:600;
}
.cms-content h3{
    color:#111;
    font-size: 31px;
    line-height: 1.2;
    margin: 0 0 20px 0;
    padding: 0;
	font-weight:600;
}
.cms-content h4{
    color:#071333;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 20px 0;
    padding: 0;
	font-weight:600;
}
.cms-content h5{
    color:#111;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 20px 0;
    padding: 0;
	font-weight:600;
}
.cms-content h6{
    color: #EFE31F;
    font-size:22px;
    line-height: 1.2;
    margin: 0 0 20px 0;
    padding: 0;
	font-weight:600;
}
.cms-content p,
.cms-content ul,
.cms-content ol,
.cms-content table{
    color: #444;
    font-size: 16px;
    line-height:28px;
    margin: 0 0 20px 0;
    padding: 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-align:justify;
}
.cms-content ul,
.cms-content ol{
    list-style: none;
    margin-left: 30px;
}
.cms-content ul ul,
.cms-content ul ol,
.cms-content ol ul,
.cms-content ol ol{
    font-size: 16px;
    margin-bottom: 8px;color:#000;
}
.cms-content ul > li{
    list-style: disc;
}
.cms-content ol > li{
    list-style: decimal;color:#000;
}
.cms-content ul ul > li,
.cms-content ol ul > li{
    list-style: square; color:#000;
}
.cms-content ul ol > li,
.cms-content ol ol > li{
    list-style: lower-roman;color:#000;
}
.cms-content table{
    border: 0;
    border-collapse: collapse;
    max-width: 100%;
    vertical-align: middle;
}
.cms-content table tr th,
.cms-content table tr td{
    padding: 4px 10px;
    text-align: left;
    vertical-align: middle;
}
.cms-content table thead > tr > th,
.cms-content table thead > tr > td{
    background:#EFE31F;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.cms-content table tbody > tr > th,
.cms-content table tbody > tr > td{
    background: #fcfcfc;
    border: solid 1px #ddd;
	font-family: 'Montserrat', sans-serif;
}
.cms-content table tbody > tr:nth-child(2n) > th,
.cms-content table tbody > tr:nth-child(2n) > td{
    background: #f9f9f9;
}
.cms-content img{
    background: #fff;
    
    border-radius: 8px;
    padding: 4px;
}
.cms-content img.align-left{
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
}
.cms-content img.align-right{
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
}
.cms-content a:not(.btn),
.cms-content a:not(.button){
    color: #8B008B;
}

/*----------error----------------*/
.error-heading {
    text-align: center;
    padding: 0px 0 0px;
}
.error-heading img {
    width: 100px;
    margin: 0 auto;
}
.error-heading h2 {
    font-size: 35px;
    padding: 20px 0 0px;
    font-weight: 400;
	margin-bottom:10px;
}
.error-heading h2::after, .error-heading h2::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 104px;
    background-color: #282d57;
	display:none;
	margin-bottom:0px;
}
.error-heading p {
    font-size: 22px;
    padding-bottom: 10px;
}

.error-heading .btnSuccess {
    display: inline-block;
    background: #EFE31F;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 20px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.error-heading .btnSuccess:hover{background:#071333;}
/*-------------thankyou------------------*/
.thankyou-heading{text-align:center;}
.thankyou-heading img {
    width: 100px;
    margin: 0 auto;
}
.thankyou-heading h2 {
    font-size: 35px;
    padding: 10px 0 10px;
    font-weight: 400;
	margin-bottom:0px;
}
.thankyou-heading p {
    font-size: 22px;
    padding-bottom: 10px;
}
.thankyou-heading .btnSuccess {
    display: inline-block;
    background:#EFE31F;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 20px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.thankyou-heading .btnSuccess:hover{background:#071333;}
.thankyou-heading h2::after, .thankyou-heading h2::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 104px;
    background-color: #282d57;
	display:none;
	margin-bottom:0px;
}




.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

	.row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px
	}

/*------------------service-detail----------------*/

.innerPages .right-list ul {margin-top:0px; padding:0px;}
.innerPages .right-list ul li {
    background: #000;
    border-left: 5px solid #EFE31F;
    padding: 12px 10px;
   margin: 0px 0 15px;
   font-weight:800;
}
.innerPages .right-list ul li:hover {
    background: #EFE31F;
    border-left: 4px solid #071333;
    padding: 12px 10px;
   margin: 0px 0 15px;
    transition: .5s;
}
.innerPages .right-list ul li a {
    color: #fff;
}

/*=========================Upadte css=================================*/


/*==========Home-about==========*/

.home-about h5{
	font-weight: 800;
    font-size:22px;
}

 .about-us-left .big-img {
    width: 370px;
}
.home-about .full-row {
    position: relative;
    
}
.circle {
    border-radius: 50%;
}
.overlay-secondary:before, .overlay-primary:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.about-us-left .small-img.overlay-primary:before {
    border-radius: 50%;
	background: #faf000;
    opacity: .8;
}
.about-us-left .small-img {
    position: absolute;
    right: -6px;
    bottom: -10px;
    width: 210px;
}


/*==========home services==========*/

.home-services {
    /*background-image: url(../img/home-ser-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    background-color: #1155d6;
    
}
.ser-img{
	   position:relative;
		z-index: 10;
		text-align: center;
		border-radius: 2px;
		overflow: hidden;
		
}
.ser-img img{
	object-fit: cover;
    width: 100%;
	    
    
	
}
.ser-content:hover p{
	color:#fff!important;
	
}
.ser-content:hover {
	transform: scale(1.2);
	background:#3466c2bd;
	position:absolute;
	color:#fff;
}
.ser-content {
    transition: transform .2s;
    background: #EFE31Fe8;
    position: absolute;
    top: 26.5%;
    left: 25%;
    width: 200px;
    height: 150px;
    padding: 20px 15px;
    z-index: 999;
    margin: 0px auto;
}
.ser-content p{
	color: #3466c2;
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    /* line-height: 1.5px; */
    /* margin-top: 20px; */
    text-transform: uppercase;
    letter-spacing: 2px;
	margin:0px;
}

/*=========Inner-page service========*/
.inner-services {
    /* background-image: url(../img/home-ser-bg.jpg); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    
}



/*=========Why choose us========*/
.choose-resons .choose-text h6{
	font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-weight: 800;
    margin-top: 0;
	font-size:19px;

}
.choose-resons span {
    width: 70px;
    height: 70px;
    display: table;
    float: left;
	margin-right:20px;
	
}
.choose-resons i {
	color:#0e0e0e;
	font-size: 29px;
	line-height:71px;
}
.choose-resons .choose-text {
    display: table;
}
.choose-resons .bg-primary {
    background-color: #EFE31F!important;
}
.choose-us-right {
    position: relative;
    top: 50%;
    left: 8%;
}
.choose-us-right img {
    position: absolute;
    width: 400px;
    height: 400px;
    bottom: -188px;
    /* left: -50px; */
    border-radius: 50%;
}

/*=========Why choose us end========*/
/*=========Testimonals========*/

.item-blog-post {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
}
.item-blog-post .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
    height: 52px;
}
.item-blog-post .date .bg {
    background: #EFE31F;
    opacity: .85;
    filter: alpha(opacity=70);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.item-blog-post .date .text {
    color: #3466c2;
    height: 100%;
    line-height: 43px;
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    padding: 6px 4px;
}

.item-blog-post .date .text span.d {
    font-size: 20px;
    line-height: 24px;
}
.item-blog-post .date .text span {
    display: block;
    vertical-align: middle;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.item-blog-post .content {
    padding: 20px 20px 5px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.item-blog-post .title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
}
.item-blog-post .title a {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.item-blog-post .excerpt {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-bottom: 32px;
}

.item-blog-post:hover .content {
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 7px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.1);
}


/*=========Testimonals end========*/


/*=========Home CTA FORM ========*/

.cta-form{
	background-image: url(../img/home-ser-bg.jpg);
	background-position: 50% 1px;
	
	}

.subcribe {
    background-repeat: no-repeat;
   
}

.subcribe .container {
    position: relative;
}
.subcribe .frm-subcribe .col-md-6, .subcribe .frm-subcribe .col-md-12 {
    padding-right: 0;
}
.form-pad{
	
	padding: 0px 100px;

}
.form-pad  textarea.form-element{
	margin-bottom:0px!important;
}

.form-pad .form-element {
    width: 100%;
    font-size: 15px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0 !important;
    padding: 10px !important;
    margin-bottom: 20px;
    border: 1px solid #bbb;
}






/*=========Home CTA FORM ========*/


/*=========SER-DETAILS-PAGE ========*/
.section-bg-1 {
    background-image: url(../img/ser-details-bg.jpg);
	background-position: bottom center;
	position:relative;
}
.section-overlay-bg {
    background-color: rgba(33, 71, 140, 0.74);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
h4.subtitle {
    margin-bottom: 12px;
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
    font-family: Raleway;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 1px;
}
h2.title {
    font-size: 30px;
    line-height: 1;
    font-family: Raleway;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.9px;
    margin-bottom: 35px;
}
.light-color {
    color: #fff;
}

.team-item .team-thumbnail {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.team-item .team-title {
    margin-top: 20px;
}
.team-item .team-position {
    margin-top: 7px;
    color: #ffffff;
}



/*=========SER-DETAILS-PAGE ========*/

/*=========CONTACT-PAGE ========*/
.mb-1 {
    margin-bottom: 20px !important;
}
.far.pull-left {
	margin-right: 20px;
	float:left;
}
	
.fa.pull-left {
    margin-right: 20px;
	float:left;
}
.fas.pull-left {
    margin-right: 20px;
    float: left;
}
.getintouch > i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 2px solid #3465c2;
    color: #3465c2;
    font-size: 18px;
    position: relative;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.getintouch > i:before {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.getintouch > .getintouch-text {
    padding-left: 55px;
    font-size: 13px;
    color: #999;
}
.getintouch > .getintouch-text h4 {
    padding: 0;
    margin: 0;
    letter-spacing: 0.48px;
    font-weight: 600;
	font-size:17px;
}
.getintouch-wrap a{
	color:#000;
}
.getintouch-wrap:hover a{
	color:#000;
	text-decoration:none;
}
input, select, textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #eee;
    padding: 10px 15px;
    outline: none;
    background: #fff;
    color: #878787;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

form .row [class*="col-"], form .row [class^="col-"] {
    margin-bottom: 15px;
}






/*resposive nav*/




/*resposive mobile view*/

.mobile-display{
	display:none;
	margin-top:0px;	
	padding:0px;
}

.social-icon-mobile li {
	display:none;
	
}
.social-icon-mobile .fab {
	color:#fff;
	font-size:20px;
}	
.social-icon-mobile a {
    padding: 10px 11px;
	
}

/*button more*/
.view-more{
	
	margin:30px auto;
	
}
.view-more1 {
    margin-left: 467px;
    margin-top: 30px;
}


/*padding*/

.mb-30 {
    margin-top: 30px;
}

.white{color:#fff!important}

section{padding:80px 0px; width:100%;}

.section1 {
    padding: 80px 0px 20px!important;
    width: 100%;
}
.pb-30, .py-30 {
    padding-bottom: 15px !important;
}

.top-30{
	margin-top:30px;
}

/*mobile -view*/
#logo1 {
    display: none!important;
    background: #000!important;
}
.wsmenu-list .mob-view {
    display: none!important;
}
	
.dis-mob{
	display:none;
}	
.pb-3, .py-3 {
    padding-bottom: 5px!important;
}

.ser-details-page img{
	box-shadow:2px 3px 4px #ccc;
	border-radius:0px;
	width:100%;
}

.bg-white1 {
    background-color: #efefef2e!important;
}

