@font-face {
  font-family: "socialico";
  src: url("fonts/Socialico/Socialico.eot");
  src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
    url("fonts/Socialico/Socialico.woff2") format("woff2"),
    url("fonts/Socialico/Socialico.woff") format("woff"),
    url("fonts/Socialico/Socialico.ttf") format("truetype"),
    url("fonts/Socialico/Socialico.svg") format("svg");
}

@font-face {
  font-family: "socialico-plus";
  src: url("fonts/SocialicoPlus/socialico-plus.eot");
  src: url("fonts/SocialicoPlus/socialico-plus.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/SocialicoPlus/socialico-plus.woff2") format("woff2"),
    url("fonts/SocialicoPlus/socialico-plus.woff") format("woff"),
    url("fonts/SocialicoPlus/socialico-plus.ttf") format("truetype"),
    url("fonts/SocialicoPlus/socialico-plus.svg") format("svg");
}

@font-face {
  font-family: "CenturyGothic";
  src: url("fonts/CenturyGothic/CenturyGothic.eot");
  src: url("fonts/CenturyGothic/CenturyGothic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/CenturyGothic/CenturyGothic.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/CenturyGothic/CenturyGothic.woff")
      format("woff"),
    /* Pretty Modern Browsers */ url("fonts/CenturyGothic/CenturyGothic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("onts/CenturyGothic/CenturyGothic.svg")
      format("svg"); /* Legacy iOS */
}

*{box-sizing: border-box;}


.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}
html.suspended {
  background: rgba(0, 0, 0, 0.6);
}
html, body{width: 100% !important; max-width: 100% !important; margin: 0 auto;}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

h2 {
  color: #172D79;
  font-size: 60px;
  font-family: 'Montserrat';
  font-weight: 800;
}

/*floats*/
.fl {
  float: left;
}
.fr {
  float: right;
}

/*typography*/
.text-primary {
  color: #b11414;
}
.text-bold {
  font-weight: 700;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left;
}

/*clearings*/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block !important;
  transform: none !important;
  bottom: 0 !important;
  left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
  display: none;
}

/*gallery*/
#content .gallery-container {
  text-align: center;
}
#content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content .gallery li {
  display: inline-block;
}
#content .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 0.42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.5s ease-in-out 0s;
}
#content .thumbnail:hover {
  transform: scale(1.02);
}
#content .page_navigation {
  display: inline-block;
}
#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
#content .page_navigation > a:hover,
.page_navigation > a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

.buttons {
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  display: inline-block;
  padding: 25px 60px;
  border-radius: 40px;
  background: #2196f3;
}

.btn {
  background: #3E64AD;
  display: block;
  text-align: center;
  max-width: 270px;
  width: 100%;
  padding: 20px;
  border-radius: 50px;
  font-size: 14px;
  font-family: poppins;
  letter-spacing: 3px;
  font-weight: 600;
  color: white;
}

.text {
  text-align: left;
}
/*------------------------------------header------------------------------------*/
#banner .btn{text-transform: uppercase;}

#header nav a#pull {
  display: none;
}
#header nav ul {
  margin: 0;
  padding: 0;
}
#header nav ul li {
  display: inline-block;
  vertical-align: middle;
}
#header nav ul li a {
}
#header nav ul li.active-menu a,
#header nav ul li a:hover {
  color: #fff;
}

#header {
  margin-top: 30px;
  position: absolute;
  width: 100%;
}

#header ul li a {
  font-size: 18px;
  color: white;
  font-family: montserrat;
  font-weight: 100;
}

#header .flex {
  max-width: 1700px;
  align-items: flex-start;
  margin: 0 auto;
}

#header ul li:not(:last-child) {
  margin-right: 80px;
}

#header a.phone {
  color: white;
  font-size: 35px;
  font-family: 'Montserrat';
  font-weight: 600;
}

#header .logo {
max-width: 600px;
width: 100%;
}

#banner {
  background: url(../images/content/banner.png) no-repeat;
  background-size: 100% 100%;
  min-height: 590px;
}

#banner .text h1 {
  font-size: 100px;
  font-family: 'Montserrat';
  line-height: 110%;
}
#banner .text {
  padding: 0 5% 90px;
  text-align: left;
  color: white;
  padding-top: 390px;
}


#banner .text p {
  font-size: 35px;
  font-family: 'Montserrat';
  margin: 20px 0;
  letter-spacing: 1px;
  width: 100%;
}

body.inner.services-page .content.inner ul li {
  text-align: left;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

body.inner.gallery-page .inner.content img {
  height: 300px;
  object-fit: contain;
}

body.inner.services-page .content.inner ul {
  max-width: 1500px;
  column-count: 4;
  margin: 50px auto 0;
}

.content.inner .row {
  padding: 20px 5%;
}

.content.inner .row h1 {
  margin-bottom: 20px;
  font-size: 50px;
}

.socials a {
  margin-bottom: 70px;
}

.socials {
  position: absolute;
  transform: translateY(-60%);
  top: 45%;
  right: 50px;
  display: flex;
  flex-direction: column;
  /* column-gap: 190px; */
}

.first-sec{
  background: url(../images/content/pressure.png) no-repeat;
  background-size: 100% 100%;
  min-height: 590px;
}


.first-sec h1 {
  color: #3E64AD;
  font-size: 90px;
  font-family: 'Montserrat';
  font-weight: 900;
  line-height: 100%;
  text-shadow: 3px 3px 7px #757575;
}

.first-sec .text p {
  font-size: 25px;
  font-family: 'Montserrat';
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 140%;
  text-shadow: 1px 1px 2px #656565;
  max-width: 760px;
  width: 100%;
}

.first-sec {
  padding: 120px 5% 290px;
}

.first-sec .text {
  max-width: 890px;
  margin: 0 0px 0 auto;
}

.first-sec a.call span {
  font-size: 50px;
  display: block;
}

.first-sec a.call {
  color: #3E64AD;
  font-size: 25px;
  font-family: 'Montserrat';
  font-weight: 700;
  text-shadow: 2px 1px 4px #414141;
  line-height: 190%;
}

.first-sec a.btn {
  margin-top: 40px;
}

.second-sec .text {
    background: url(../images/content/services-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 120px 5%;
    max-width: 1500px;
    margin: 0 auto;
    top: -90px;
    position: relative;
}

.second-sec ul li {
  font-family: 'Montserrat';
  margin-bottom: 25px;
  font-weight: 500;
  color: #444444;
}

.second-sec ul {
  padding: 10px 3%;
  column-count: 2;
  font-size: 28px;
  max-width: 700px;
}

.second-sec {
  background: url(../images/content/left-bg.png) no-repeat;
  background-size: contain;
  margin-top: -120px;
}

.testimonials .text {
  background: none;
}

.testimonials .title {
  column-gap: 70px;
  align-items: end;
}

.testimonials .title h2 span {
  font-weight: 100;
  color: #333333;
}

.testimonials.flex img.testi {
  width: 100%;
  margin-left: 150px;
 margin-right: -150px;
  max-width: 900px;
  top: -130px;
  position: relative;
}

.flex.rate h3 {
  color: #143180;
  font-family: 'Montserrat';
  font-size: 30px;
  font-weight: 900;
}

.flex.rate {
  margin-top: 90px;
  justify-content: flex-start;
}

.testimonials .text p {
  font-size: 55px;
  font-family: 'Montserrat';
  margin: 30px 0;
}

.testimonials .container {
  padding: 0 7%;
}

.third-sec {
  background: url(../images/content/right-bg.png) no-repeat;
  background-size: 30% 100%;
  margin-top: -420px;
  background-position: right;
  padding: 190px 0;
}

.third-sec .pagination{
  margin: 0 auto;
  display: block;
}
.third-sec img.gallery{
  width: 100%;
  margin: 50px auto 0;
}
.third-sec h2 span {
  display: block;
  color: #333333;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 4px;
}

.third-sec .inner {
  max-width: 1450px;
  margin: 120px auto 0;
}


.fourth-sec {
  background: url(../images/content/estimate.png) no-repeat;
  background-size: 100% 100%;
  padding: 90px 3% 390px;
  color: white;
  min-height: 590px;
}

.fourth-sec .text {
  max-width: 1000px;
  margin: 0 0 0 auto;
}

.fourth-sec h3 {
  font-size: 35px;
  font-family: 'Montserrat';
  font-weight: 100;
  letter-spacing: 2px;
}

.fourth-sec h2 span {
  display: block;
  font-weight: 800;
  font-family: 'Montserrat';
  margin: 20px auto;
}

.fourth-sec h2 {
  color: white;
  font-size: 80px;
  font-weight: 100;
  letter-spacing: 2px;
}

#footer .flex:nth-child(1) {
  max-width: 1500px;
  margin: 20px auto;
}

#footer a {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 18px;
  column-gap: 20px;
}

#footer .nav.flex {
  padding: 0 5%;
}

#footer .nav.flex p {
  font-size: 15px;
  font-family: 'Montserrat';
}

.nav.flex ul li a {
  font-weight: 100 !important;
}

.nav.flex ul {
  list-style: none;
  column-gap: 30px;
}
.nav.flex {
  background: #172C79;
  color: white;
}

form {
  padding: 50px 5%;
  max-width: 1500px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.37);
  margin-top: -290px;
  position: relative;
  background: white;
}

form p {
  text-align: center;
  font-size: 15px;
  line-height: 150%;
  font-family: 'Poppins';
  letter-spacing: .30px;
}
form h2 {
  text-align: center;
  font-size: 56px;
  font-family: 'Poppins';
  margin: 0;
  font-weight: 900;
}
form h3 {
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-family: 'Poppins';
  letter-spacing: 5px;
}
form input[type='text'], textarea {
  padding: 20px;
  width: 100%;
  background: #F3F3F3;
  font-family: 'Poppins';
  box-shadow: 0px 3px 9px 0px rgb(8 8 8 / 37%) inset;
  border: none;
}

form label {
  font-size: 15px;
  font-family: 'Poppins';
  letter-spacing: .40px;
}

form textarea {
  height: 200px;
}

form .flex {
  column-gap: 20px;
  margin-bottom: 20px;
}

form [type="submit"] {
  margin: 20px auto;
  background: #172C79;
  border: none;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 600;
  letter-spacing: 1px;
  max-width: 200px;
  width: 100%;
}

.inner.content {
  text-align: center;
  font-family: 'Montserrat';
  margin: 50px 0 190px;
}











/*------------------------------------contact form messages-----------------------------------*/
form .messages p {
  display: none;
  font-family: Arial !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}
form .loading {
  display: none;
}
form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
form [type="submit"] {
  margin: 20px auto;
}

/*------------------------contact form------------------------*/
.ctc-form {
  margin: 0 auto;
  text-align: center;
}
.ctc-form input[type="text"],
.ctc-form textarea {
  font-family: Arial;
  font-size: 16px;
  color: #000;
  height: 45px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 auto 8px;
}
.ctc-form textarea {
  height: 120px;
  padding-top: 10px;
}
.ctc-form button {
  display: block;
}
.ctc-form .recap {
  display: inline-block;
}
.ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}
.ctc-form .ctc-hide {
  display: none;
}

/*------------------------social media------------------------*/
#footer .socials{
  padding:60px 0 50px;
}
#footer .socials a{
  font-family: 'socialico';
  font-size: 23px;
  background: #fff;
  padding:5px 6px;
  border-radius: 50%;
  margin:0 20px;
}
#footer .socials a:first-of-type{
  padding:5px 10px;
}

/*footer*/
#footer {
}

#footer .silver img {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
}

/*inner pages*/
.inner #content {
  min-height: 400px;
  padding: 40px 0;
}

/*privacy policy*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}
.inPrivacyBox p {
  text-align: justify !important;
}

/** Responsive
-------------------------------------------------------*/

@media (max-width: 767px) {
  .first-sec .text {
    max-width: 900px;
    margin: 0 120px 0 auto;
}
}


@media (max-width: 480px){
  .first-sec h1{font-size: 40px;}
  h2 {font-size: 40px;}
  .fourth-sec h2 {font-size: 30px;}
  .first-sec a.call {line-height: 120%;font-size: 12px;}
}
/*
@media screen and (max-width: 1024px){
	body {min-width: 320px}
	.row {width: 95%}
}

@media screen and (max-width: 800px){
	#header {padding: 0}
	#header .row {width: 100%}
	#header nav {display:block; height: auto; }
  	#header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; padding: 0 15px;}
  	#header nav ul li { width: 100%;position: relative; }
  	#header nav ul li a { display: block; float:none; padding: 10px 0;}
  	#header nav a {text-align: left; width: 100%;}
	#header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#header nav a#pull {display: block; color: #fff; background-color: #000; height: 30px;padding: 10px 0; width: 100%; position: relative;}
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
	
	.cta{background: #035B96  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #013f9a ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
}*/
