@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400');

@font-face {
  font-family: 'font_awesome_5_freeregular';
  src: url('https://go.simsbuilders.com/hubfs/font_awesome_5_free-regular-400-webfont.woff2') format('woff2'),
    url('https://go.simsbuilders.com/hubfs/font_awesome_5_free-regular-400-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


/* ==========================================================================
Custom Menu Primary
========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */


@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}


/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Ordered Lists */

.hs_cos_wrapper_type_rich_text ol {
  list-style: none;
  counter-reset: ol-counter;
  padding-left: 30px;
}
.hs_cos_wrapper_type_rich_text ol li {
  counter-increment: ol-counter;
  margin-bottom: 10px;
}
.hs_cos_wrapper_type_rich_text ol li::before {
  content: counter(ol-counter) ". ";
  font-weight: bold;
  margin-left: -28px;
  margin-right: 10px;
}
.body-container .hs_cos_wrapper_type_rich_text a {
  /*color: #2E97BF;*/
  color:#2E97BF;
}
.body-container .hs_cos_wrapper_type_rich_text a:not(.cta-text):hover {
  text-decoration: underline;
}
.body-container p, .body-cointainer div, .body-container ul {
  font-size: 16px;
  line-height: 35px;
  color: #666666;
}
h2 {
  color: #15283E;
  font-weight: 300;
  font-family: 'Cinzel', serif;
}
.body-container a {
  text-decoration: none !important;
  color: #2E97BF;
  transition: all 0.3s ease;
}
.body-container a:hover {
  color: #15283E !important;
}
.body-container a.cta-text {
  text-decoration:none !important;
  /*color:#2E97BF;*/
  color:#2E97BF;
  text-align:center;
  font-size:11px;
  font-family: 'Montserrat', sans-serif;
  font-weight:bold;
  letter-spacing:1px;
  text-transform: uppercase;
}

body:not(.press) .body-container .hs_cos_wrapper_type_rich_text a.cta-text:after{
  content: '\e684';
  font-family: "Pe-icon-7-stroke";
  font-size: 20px;
  position: relative;
  top: 5px !important;
  line-height: 1px;
}
.body-container a.cta_button:hover {
  color: white !important;
  background: #C2A261 !important;
}


/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .custom-menu-primary .hs-menu-wrapper > ul li a, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-size: 12px !important;
    box-sizing: border-box;
    margin-left: 0 !important;
  }
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:769px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }  
}

/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 768px){ 


  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }



  /* Toggle Button
  ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 23px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 10px 10px 8px 10px;
    background: #ffffff; /* Background color */
    /* border: 1px solid #999A9D; */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #999A9D; 
    z-index: 999;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#999A9D;
    /*  background-color: #999A9D;  */
    background-color: transparent; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    /* background-color: #999A9D;  */
    border-color: transparent;
  }


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #999A9D; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #999A9D; 

  }
  /*.mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after {
  background-color:black !important;
}*/

  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    /*width: 55px !important;*/
    width: 100% !important;
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    /*border-left: 1px dotted rgba(255, 255, 255, .20);*/
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    /*margin: 0 auto !important;*/
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left:92%
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;



  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    /*    position: relative;
    padding-top: 44px; 
    margin: 10px 0 10px 0; */
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#999A9D; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    /* font-size: 22px; Font size of top level list items */
    font-size: 15px !important;
    line-height: 45px;
    overflow: visible;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300 !important;;
  }


  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    /* border-top: 1px dotted rgba(255, 255, 255, .35); */ /* Adds transparent dark highlights to top of top level list items */
    /* border-top: 1px solid #C2A261; */
    margin: 0 auto;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    border-bottom: 1px solid #C2A261;
    margin:0 22px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    border-bottom: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    /*padding:0 22px;   */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding-left: 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
    border-bottom:0px !important;	 
    border-top:0px;
    border:0px;
  }


  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }


  .mobile-open .mobile-trigger i {
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
    /*background-color:black;*/
  }
  .mobile-open .mobile-trigger i:hover {
    /*background-color:black;*/
  }

  .mobile-open .mobile-trigger i:before {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    top: 0px;
    /*background-color:black;*/
  } 

  .mobile-open .mobile-trigger i:after {
    opacity: 0;
  }


  /*.mobile-trigger:hover i  {
  color:black !important;
}*/
  .small-header .header-wrapper {
    transition: none !important;
  }
}
.custom-menu-primary .hs-menu-wrapper > ul > li{ 
  /* border-bottom: 3px solid transparent; */ /* <- here */
  transition: border-bottom 1s;
  text-decoration: none; /* I added this for clarity of effect */
}


.custom-menu-primary .hs-menu-wrapper > ul > li:hover{
  border-bottom:3px solid #ffffff; 
  /*transition: all 0.5s ease-in;  */
} 



body{
  margin: 0px !important;

}
h1,h2,h3,h4,h5,h6{
  font-family: 'Cinzel', serif;
}

p,a{
  font-family: 'Montserrat', sans-serif;
}


.row-fluid [class*="span"] {
  min-height:0px; 
}


.header-wrapper {
  z-index:120;
}

.small-header .header-wrapper {
  /* background: rgba(0,0,0, 0.5); */
  background-color:white;
  -moz-transition: all 0.s ease-in;
  /* WebKit */
  -webkit-transition: all 0.5s ease-in;
  /* Opera */
  -o-transition: all 0.5s ease-in;
  /* Standard */
  transition: all 0.5s ease-in;
  /*	z-index: 99999; */
  z-index: 120;
}

.small-header .custom-menu-primary .hs-menu-wrapper > ul > li a {
  color: #808285;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

.small-header .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
  border-bottom: 3px solid #2E97BF;
}
.small-header .custom-menu-primary .hs-menu-wrapper > ul > li a:hover {
  color: #111111;
}

.span12.widget-span.widget-type-cell.header-wrapper {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); 
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.small-header .span12.widget-span.widget-type-cell.header-wrapper {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); 
  border-bottom: 0px;
}

.span12.widget-span.widget-type-cell.banner-bg {
  display: table;
}
.banner-bg .row-fluid-wrapper.row-depth-1.row-number-3 {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.banner-content {
  min-height:330px !important; 
}


.small-header .header-wrapper .logo-sec .colored-logo {
  display:block !important; 
  width:100% !important;
}


.small-header .header-wrapper .logo-sec .logo {
  display:none;
}

.small-header .right-login-sec a {
  color: #2E97BF;
}

.small-header .right-login-sec a:nth-child(2) {
  border: 1px solid #2E97BF;
  /*     padding: 10px 10px 5px 10px; */
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-outline: none;
}
.small-header .right-login-sec a:hover:nth-child(2), .small-header .right-login-sec a:focus:nth-child(2), .small-header .right-login-sec a:active:nth-child(2) {
  /*border: 1px solid #2E97BF;*/
  border: 1px solid #2E97BF;
  /*     background-color:#2E97BF; 
  background-color: #2E97BF;*/
  background-color:#2E97BF; 
  color:white;
  transition: all 0.5s ease-in;
  -webkit-background: #2e97bf !important;
  -webkit-border-radius: 4px; 
}
.header-wrapper .right-login-sec {
  margin-top:8px;
}
.header-wrapper .contact-number {
  min-width: 140px;
  text-align: right;
  float: right;
  width:auto;
}
.header-wrapper .contact-number a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  padding: 5px 0;
  margin: 6px 0 5px;
  font-size: 15px; 
  position: relative;
  padding-left: 35px;
}
.header-wrapper .contact-number a:hover {
  color:#2E97BF;
}
.header-wrapper .contact-number a .fa {
  margin-right: 7px;
}
.small-header .header-wrapper .contact-number a {
  color: #2E97BF;

}
.header-wrapper .contact-number a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transform: rotate(100deg);
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 14px;
}
.header-wrapper.v2.contact-number a:before {
  display: none;
}
block
.header-wrapper {
  z-index: 99999;
}
.mouse-icon {
  /*margin-top:5%;  */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  margin: auto;
  text-align: center;

}
.mousey {
  width: 3px;
  padding: 10px 11px;
  height: 27px;
  border: 2px solid #ffffff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
  margin:0px auto;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #ffffff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(22px); opacity: 0;}
}
.right-login-sec a:hover:nth-child(2) {
  /*background-color: #2e97bf;*/
  background-color: #2E97BF !important;
  -webkit-background: #2e97bf !important;
  -webkit-border-radius: 4px; 
}
.banner-content #cta_button_4669371_226d0eee-2b64-4490-a900-4c042f435481:hover {
  /*background-color: #2e97bf !important;*/
  background-color: #2E97BF !important;
}
.banner-bg {
  background-size: 100% 100% !important;
}
.banner-content .cta_button {
  font-size: 12px;
  font-weight: bold;
  padding: 15px 30px;
  line-height: 12px;
  font-family: 'Montserrat', sans-serif;
}
.banner-content .cta_button:hover {
  border:1px solid transparent !important;
  transition: all 0.5s ease-in;
}
.back h2{
  position:relative; 
  font-size:18px;
  font-family: 'Cinzel', serif;
  font-weight:300;
}
.back h2:after{
  content: "";
  background: #C2A261;
  width: 25px;
  position: absolute;
  height: 3px;
  left: 45%;
  bottom: -20px;
}
.banner-bg {
  min-height: 700px !important;
}
.animation-wrapper {
  height:700px;
  overflow:hidden !important;
}
.right-login-sec {margin-top: 8px;}
.right-login-sec a{
  font-size: 12px;
  color: white;
  text-decoration: none;
  line-height: 37px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}
.right-login-sec a:nth-child(2){
  border: 1px solid #ffffff;
  /*   padding: 5px 10px; */
  padding:10px 21px 10px 21px;
  border-radius:4px;
  margin-left: 31px;
  -webkit-appearance: none;
  -webkit-outline: none;
}
.right-login-sec a:hover:nth-child(2){
  /* 	background-color:#2E97BF; 
  background-color: #2E97BF;*/
  background-color:#2E97BF;
  border:1px solid transparent;;
  transition: all 0.5s ease-in;
}
.left-login-sec {
  text-align: right;
}
.left-login-sec a {
  font-size: 12px;
  color: white;
  text-decoration: none;
  line-height: 37px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}
.small-header .left-login-sec a {
  color: #2E97BF;
}
.small-header .left-login-sec .fas {
  color: #2E97BF !important;
}
.page-center {
  max-width: 1260px !important;
  margin: 0 auto !important;
  display: block !important;
  float: none !important;
  padding: 15px 15px;
}

.page-center--small {
  max-width: 1100px !important;
}

.header-wrapper {
  position: fixed;
  /* border-bottom: 1px solid #95A6AE;  */
  padding: 22px 25px 0px 25px;
}
/*
.small-header  .header-wrapper {
position: relative;
} */
.banner-content h1{
  margin:0px;
  font-family: 'Cinzel', serif;
  color:#ffffff;
}
.about-us-new-page .body-container a:hover {
  color:  #00a0dd !important;
}
.about-us-new-page .scorll-menu ul li:after{
  content: ' ';
  display: block !important;
  width: 9px !important;
  height: 9px !important;
  background: url("https://go.simsbuilders.com/hubfs/0select/chevron-down-gray.png") top center no-repeat !important;
  background-size: auto;
  background-size: cover !important;
  position: absolute;
  top:14px;
  right: -19px;
  z-index: 0;
  cursor:pointer;
}
.about-us-new-page  .scorll-menu ul li:hover::after {
  background: url("https://go.simsbuilders.com/hubfs/0select/chevron-down-blue.png") top center no-repeat !important;
  background-size: auto;
  background-size: cover !important;

}
.about-us-new-page .scorll-menu ul li {
  position: relative;
}




@media screen and (max-width: 1600px) {
  .banner-content h1{
    font-size:50px;
    line-height:60px;
    font-weight: 300;
  }
}

@media screen and (min-width: 1601px) {
  .banner-content h1{
    font-size:60px;
    line-height:72px;
    font-weight: 300;
  }


}

.banner-content p{
  animation-delay: 2s;
  animation-duration: 2s;
}
figcaption.show-on-hover h2 {
  animation-delay: 1s;
  animation-duration: 1s;
}


figcaption.show-on-hover p {
  animation-delay: 1s;
  animation-duration: 1s;
}


.colored-logo {
  display:none !important; 
}


.show-on-hover.box.foo:hover div,.show-on-hover.box.foo:focus div,.show-on-hover.box.foo:active div {
  border: 1px solid #C2A261; 
}


.banner-content p{
  font-size:24px;
  line-height:30px;
  margin:0px;
  color:#ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
}

.banner-content .cta_button {
  margin-top:50px;
}


.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  /*padding: 42px 17px;*/
  padding: 15px 17px 37px 17px;
  border-bottom: 3px solid transparent; 
}

.custom-menu-primary .hs-menu-wrapper > ul > li a{
  color:white;
  text-decoration:none;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
}
.custom-menu-primary .hs-menu-wrapper > ul { 
  margin-left:60px; 
  margin-top:0px !important;
  margin-bottom:0px !important;
}

@media only screen and (min-width: 769px) and (max-width: 900px){
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-left:0px; 
  }


}

/* animation */
/*
.animated {
-webkit-animation-duration: 10s !important;
-moz-animation-duration: 10s !important; 
-o-animation-duration: 10s !important;
animation-duration: 10s !important;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
} */

.hero-image-caption h1 {
  opacity: 1;
  transform: translateY(0px) scale(1);
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 12s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 12s;
}
.hero-image-text {
  opacity: 1;
  transform: translateY(0px) scale(1);
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 14s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 14s;
}


.banner-content {
  text-align:center;
}
.banner-content h1 {
  transition-delay: 15s;
  animation-duration: 15s;
}

@media (min-width: 901px) {
  .preffered-partner-sec .span12 > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: stretch;
  }
}

.preffered-partner-right-image { 
  background-image: url("https://go.simsbuilders.com/hubfs/box-modern-interior.jpg");
  background-size: cover;
}

.preffered-partner-left-sec {
  display: flex !important;
  align-items: center !important;
  vertical-align: middle;
}
.preffered-partner-left-sec.description {
  padding: 3%;
}

.member-head-sec img.team-img {
    border: 2px solid #9F895A;
}

@media (min-width:901px) and (max-width:1024px) {
  .preffered-partner-left-sec,
  .preffered-partner-right-image {
    min-height: 730px !important;
  }
}

@media (min-width:768px) and (max-width:900px) {
  .description.preffered-partner-left-sec,
  .preffered-partner-right-image { 
    width: 50% !important;
    min-height: 680px !important;
    margin-left: 0 !important;
  }

  .vertical-text.preffered-partner-left-sec,
  .vertical-text.preffered-partner-left-sec .row-fluid-wrapper{
    width: 100%;
    height: auto !important;
  }
  .vertical-text.preffered-partner-left-sec p {
    writing-mode: initial;
    transform: rotate(0deg);
    position: relative;
    top: unset !important;
    left: unset;
    right: unset;
    width: 100%;
    text-align: center;
  }
}

.preffered-partner-left-sec a {
  text-decoration: none !important;
  font-size:11px;
  /*color: #2E97BF;*/
  color:#2E97BF;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.preffered-partner-left-sec a::after {
  /*     content: "\f105"; */
  font-size: 20px;
  content: '\e684'; 
  font-family: 'Pe-icon-7-stroke';
  position: relative;
  top: 5px !important;
}.preffered-partner-left-sec a:hover {
  color: #15283E;
}


.vertical-text {
  border-right: 1px solid rgba(112,112,112,0.25);

}
.preffered-partner-left-sec h2{
  font-size: 30px;
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
  position:relative;
  color:#15283E;
  line-height: 42px;
}
.preffered-partner-left-sec h2:after{
  content: "";
  background: #C2A261;
  width: 25px;
  position: absolute;
  height: 3px;
  left: 0px;
  bottom: -12px;

}
.preffered-partner-left-sec p{
  font-size: 16px;
  line-height:35px;
  font-family: 'Montserrat', sans-serif;
  color:#666666;
  margin-top: 40px !important;
  margin-bottom: 35px !important;
}
.description {
  padding:0 5%; 
}


.vertical-text p{
  /*	writing-mode:tb-rl; */
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform:rotate(270deg);
  transform: rotate(270deg);
  white-space:nowrap;
  display:block;
  /*	writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg); */
  color: #C2A261;
  font-size:12px;
  line-height:56px;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 0;
  right: 8px;
  top:48%;
}

.span12.widget-span.widget-type-widget_container.lazy.slider.slick-initialized.slick-slider {
  /*     min-height: 300px !important; */
}
.slick-slide img{
  margin:0 auto; 
}


.four-oppertunity-sec {
  background-color:#F7F7F7;
  padding:5% 0;
}

.four-oppertunity-sec .row-fluid .span3 {
  width: 25%;
}

.hs-cta-wrapper {
  z-index: 9;
  position: relative;
}


.box {
  position:relative;
  vertical-align: middle;
  display: inline-block;
  transition: 15s;
  /*  cursor: pointer; */
  /* border: 2px solid #15283E; */
  -webkit-transition:0.5s !important;
}

.box:hover {
  /* border: 2px solid rgba(202,177,123,0); */
  /*border: 2px solid #CAB17B; */
  /* color: #FFF; */
} 
.team-shutter-in-out-diag-2  {
  display:table;
  height:100%;
}
figcaption.show-on-hover.box.foo{
  display:table-cell;
  height:100%;
}
.show-on-hover.box.foo > div {
  height: 100%;
  vertical-align: middle;
  padding:0px;
}

.box::before, .box::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 1s; 

}

.foo::before {
  /* border-bottom: 1px solid #CAB17B;
  border-left: 1px solid #CAB17B; */
  -webkit-transform-origin: 0 100%;

}

.foo::after {
  /*  border-top: 1px solid #CAB17B;
  border-right: 1px solid #CAB17B; */

  -webkit-transform-origin: 100% 0%;
}




.box:hover::after, .box:hover::before {
  -webkit-transform: scale(1); 
}

.story-sec{
  padding:5% 0;
}

.story-sec a::after {
  font-size: 20px;
  content: '\e684'; 
  font-family: 'Pe-icon-7-stroke';
  position: relative;
  top: 5px;
}
.story-left-sec {
  padding: 0 4%;
}
.story-left-sec h2{ 
  font-size: 30px;
  font-family: 'Cinzel', serif;
  position: relative;
  font-weight: 300;
  width: 95%;
  margin-top:0px;
}
.story-left-sec h2:after {
  content: "";
  background: #C2A261;
  width: 25px;
  position: absolute;
  height: 3px;
  left: -1px;
  bottom: -13px;
}

.story-left-sec p{ 
  font-size: 16px;
  line-height: 35px;
  font-family: 'Montserrat', sans-serif;
  color:#666666;
  margin-bottom: 35px;
  margin-top: 40px;
}
.story-left-sec a{
  text-decoration: none !important;
  font-size: 11px;
  /*color: #2E97BF;*/
  color:#2E97BF;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.story-left-sec a:hover {
  color:#15283E;
}
.slide p{
  text-align:center;
  font-size:30px;
  line-height:42px;
  font-family: 'Cinzel', serif;
}
.slide span{
  text-align:center;
  font-size:30px;
  line-height:42px;
  font-family: 'Cinzel', serif;
}
.slide image{
  text-align:center;
  font-size:30px;
}
.slide span{
  text-align:center;
  margin: 20px auto;
  display: block;
}
.slide span.name {
  color: #15283E;
  font-family: "Montserrat";
  font-size: 20px;
}
.oppertunity-header-content {
  max-width: 800px;
  margin: 0 auto !important;
  display: block !important;
  float: none !important;
}

.oppertunity-header-content h2{
  font-size:30px;
  text-align:center;
  margin:0px;
  line-height:36px;
  font-family: 'Cinzel', serif;
  color:#15283E;
  margin: 10px 0;
  position:relative;
  font-weight: 300;
}

.oppertunity-header-content h2:after{
  content: "";
  background: #C2A261;
  width: 25px;
  position: absolute;
  height: 3px;
  left: 48%;
  bottom: -17px;
}


.oppertunity-header-content p{
  font-size:16px;
  text-align:center;
  font-family: 'Montserrat', sans-serif;
  line-height:35px;
  color:#666666;
  margin-top:35px;
}
span.title-sec {
  color: #15283E;
  text-align: center;
  margin: 0 auto;
  display: block;
  /* padding: 15% 18%; */
  padding: 40px 57px;

  background-color: white;
  position:relative;
}
span.title-sec:after{
  content: "";
  background: #C2A261;
  width: 25px;
  position: absolute;
  height: 3px;
  left: 45%;
  bottom: 23px;
}
}

.image-bottom-sec {
  background-color:white;
  padding:5% 0;
}
.oppertunity-columns span {
  text-align:center;
}
.oppertunity-columns img{
  width: 100% !important;
}
.oppertunity-columns {
  margin-left: 0 !important;
}
.oppertunity-columns-one {
  background-color:#15283E;
  text-align:center;
  padding:38px 26px;
}
.oppertunity-columns-one p{
  font-size:16px;
  color:#FFFFFF;

  transform: translateY(0px) scale(1);
  transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;

}
.oppertunity-columns-one h2{
  font-size:18px;
  color:#FFFFFF;
  margin-top:0px;
  transform: translateY(0px) scale(1);
  transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}
#flip-this .back {
  color: #666666;
  text-align: center;
  position:relative;
  background-size:100% 100%;
  /*	padding: 22% 10%;*/
  background-repeat: no-repeat;
  background-size:cover !important;
}
.inner-border p{
  /* margin-top:10%; */
  font-family: 'Montserrat', sans-serif;
  font-size:16px;
}

.inner-border .content-container{
  padding: 3% 3%;
  width:94% !important;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  width: 40px;
  /*background-color: #2E97BF;*/
  background-color:#2E97BF;
  color: white;
  border-radius: 38px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px !important;
}
.social-icon-sec {
  margin-top:2.8em;
}
.footer-wrapper {
  padding:5%;
}
.desktop-view .footer-wrapper{
  display:block !important;
}
.span12.widget-span.widget-type-cell.mobile-view.footer-wrapper {
  display: none;
}
.social-icon-sec p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999A9D;
  padding: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
  line-height: 15px;
}
.social-icon-sec a{
  font-family: 'Montserrat', sans-serif;
  font-size:12px;
  color:#999A9D;
  text-decoration:none;
  line-height: 15px;
}
.footer-wrapper .social-icon-sec .hs_cos_wrapper_type_rich_text > a + a{
  margin-left: 10px;
}

.footer-wrapper h2{
  margin-top:0px;
  color:#15283E;
  font-size:16px;
  line-height:32px;
  font-family: 'Cinzel', serif;
  font-weight:300;
  text-transform: uppercase;
  margin-bottom:5px;
}

.footer-link-sec-1{
  width: 20% !important;
  margin-left: 60px !important;
}
.footer-link-sec-2{
  width: 15% !important;
  margin-left: 60px !important;
}
.footer-link-sec-2{
  width: 15% !important;
  margin-left: 60px !important;
}


.footer-wrapper ul{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top:0px;
}
.footer-wrapper ul li a{
  color:#666666;
  text-decoration:none;
  line-height:36px;
  font-size:14px;
  font-family: 'Montserrat', sans-serif;
}
.footer-wrapper ul li a:hover{
  /*color:#2E97BF;*/
  color:#2E97BF;
}
.footer-wrapper ul li{
  color:#808285;
}




.footer-wrapper  .footer-link-sec-4 p{
  color:#666666;
  text-decoration:none;
  line-height:1.5;
  font-size:14px;
  font-family: 'Montserrat', sans-serif;
  margin:0;
}
.footer-right-container .footer-info-block{
  margin-left:15px !important;
  width:25% !important;
}
.footer-right-container .footer-link-sec-2 {
  width:15% !important;
}
.footer-right-container .footer-link-sec-4 ul{
  margin:0;
}
.footer-link-sec-4 ul a{
  position:relative;
  padding-left:20px;
}
.footer-link-sec-4 ul a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transform: rotate(100deg);
  position: absolute;
  left:0px;
  top: -6px;
  font-size: 13px;
}


.flip-horizontal:nth-child(1) {
  float: left;
  width: 40% !important;
  height: 500px !important;
}
.flip-horizontal:nth-child(2) {
  width: 30% !important;
  float: left !important;
  height: 500px !important;
}
.flip-horizontal:nth-child(3) {
  width: 30% !important;
  float: left!important;
  height: 700px !important;
  clear: right !important;
}
.flip-horizontal:nth-child(4) {
  width: 30% !important;
  float: left!important;
  height: 500px !important;
  clear: right !important;
  margin-top:-200px;
}
.flip-horizontal:nth-child(5) {
  width: 40% !important;
  float: left!important;
  height: 500px !important;
  margin-top:-200px;
}
.flip-horizontal:nth-child(6) {
  width: 30% !important;
  float: left!important;
  height: 300px !important;

}

.hover-animation:nth-child(1) {
  float: left;
  width: 39% !important;
  height: 500px !important;
  margin-right:15px;
  margin-bottom:15px;
}
.hover-animation:nth-child(2) {
  width: 29% !important;
  float: left !important;
  height: 500px !important;
  margin-right:15px;
  margin-bottom:15px;
}
.hover-animation:nth-child(3) {
  width: 29% !important;
  float: left!important;
  height: 700px !important;
  clear: right !important;
  margin-bottom:15px;
}
.hover-animation:nth-child(4) {
  width: 29% !important;
  float: left!important;
  height: 500px !important;
  clear: right !important;
  margin-top:-200px;
  margin-right:15px;
  margin-bottom:15px;
}
.hover-animation:nth-child(5) {
  width: 39% !important;
  float: left!important;
  height: 500px !important;
  margin-top:-200px;
  margin-right:15px;
  margin-bottom:15px;
}
.hover-animation:nth-child(6) {
  width: 29% !important;
  float: left!important;
  height: 300px !important;
  margin-bottom:15px;
}
.view-first:nth-child(1) {
  float: left;
  width: 100% !important;
  height: 100% !important;
}
.view-first:nth-child(2) {
  width: 30% !important;
  width: 100% !important;
  height: 100% !important;
}
.view-first:nth-child(3) {
  width: 30% !important;
  width: 100% !important;
  height: 100% !important;
  clear: right !important;
}
.view-first:nth-child(4) {
  width: 100% !important;
  height: 100% !important;
  float: left!important;
  clear: right !important;
  margin-top:-200px;
}
.view-first:nth-child(5) {
  width: 100% !important;
  height: 100% !important;
  float: left!important;
  margin-top:-200px;
}
.view-first:nth-child(6) {
  width: 100% !important;
  height: 100% !important;
  float: left!important;
}


.hover-animation:nth-child(1) .content-container {
  display: table-cell;
  height: 500px;
  vertical-align: middle;
}
.hover-animation:nth-child(2) .content-container{
  display: table-cell;
  height: 500px;
  vertical-align: middle;
}
.hover-animation:nth-child(3) .content-container{
  display: table-cell;
  height: 700px;
  vertical-align: middle;
}
.hover-animation:nth-child(4) .content-container{
  display: table-cell;
  height: 500px;
  vertical-align: middle;
}
.hover-animation:nth-child(5) .content-container{
  display: table-cell;
  height: 500px;
  vertical-align: middle;
}
.hover-animation:nth-child(6) .content-container{
  display: table-cell;
  height: 300px;
  vertical-align: middle;
}

.content-container h2{
  position:relative; 
  font-size:18px;
  color:#15283E !important;
  font-family: 'Cinzel', serif !important;
  font-weight:300;
}
.content-container h2:after{
  content: "";
  background: #C2A261;
  width: 25px;
  position: absolute;
  height: 3px;
  left: 0;
  right:0;
  margin:auto;
  bottom: -20px;
}
.content-container p {
  margin-top: 25px;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  line-height:28px;
  color:#666666 !important;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 300 !important;
}


@media (max-width: 767px) {
  .content-container p {
    font-size: 13px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .right-login-sec a:nth-child(2){
    display:none;
  }
  .left-login-sec{
    display: none !important;
  }
  .right-login-sec{
    display: none !important;
  }
  .phone-number-show .right-login-sec{
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  .phone-number-show .right-login-sec a{
    position: relative;
    color: #78787a;
    right: 68px;
    top: 23px;
  }
  /*   .right-login-sec a{
  position: absolute;
  color: #78787a;
  padding-right: 81px;
  padding-top: 9px;
  display: inline-block;
  right: 0;
} */
}

.back {
  display: table;
  height:100% !important;
}


li.hs-menu-item.hs-menu-depth-1:nth-child(6) {
  display: none;
}
li.hs-menu-item.hs-menu-depth-1:nth-child(7) {
  display: none;
}

.show-on-hover.box.foo > div {
  padding: 61px 29px;
}

/* ----------------------------------------------
* Generated by Animista on 2018-10-1 20:35:11
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation kenburns-top
* ----------------------------------------
*/

.kenburns-top {
  -webkit-animation: kenburns-top 5s ease-out both; 
  animation: kenburns-top 5s ease-out both;
}


@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.15) translateY(-15px);
    transform: scale(1.15) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.15) translateY(-15px);
    transform: scale(1.15) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}




/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}

}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}

} /*End of Zoom in Keyframes */



figcaption.show-on-hover:hover, .show-on-hover:focus,.show-on-hover:active {
  background-color: #15283E !important;
  z-index:99999;
  opacity: 1;
}

figcaption:hover {
  background-color: #15283E !important;
  z-index:99999;
}
figcaption:focus {
  background-color: #15283E !important;
  z-index:99999;
}

figcaption.show-on-hover:focus {
  background-color: #15283E !important;
  z-index:99999;
}


figcaption.show-on-hover {
  text-align:center;
}
figcaption.show-on-hover h2{
  /*  font-size:18px;
  line-height:28px; */
  font-size: 14px;
  line-height: 24px;
  position:relative;
  font-family: 'Cinzel', serif;
  font-weight:300;
  color:white !important;
}

figcaption.show-on-hover h2:after {
  content: "";
  background: #C2A261;
  width: 25px;
  position: absolute;
  height: 3px;
  left: 45%;
  bottom: -7px;
}

figcaption.show-on-hover .cta_button {
  text-transform: uppercase;
  padding: 6px 20px !important;
  font-size: 12px !important;
  border-radius: 3px !important;
  font-weight: bold !important;
  margin-top: 5% !important;
}

figcaption.show-on-hover p{
  /* font-size:16px;
  line-height:28px; */
  font-size: 13px;
  line-height: 23px;
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
}


.member-cta {text-transform: uppercase;font-weight:600 !important;color: #ffffff;padding: 10px 0;margin: 25px auto 0 !important;max-width: 200px;float: none;/*border: solid 2px #fff */;display: block;text-align: center;font-size: 16px;line-height: 26px;
  outline: none;position: relative;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;overflow: hidden;z-index:9;text-decoration:none !important;}
/*.member-cta:hover {background:#fff !important; color:#464646;border:solid 2px #fff;}*/
.member-cta:hover:after {height: 375%;opacity: 1;}
.member-cta:after {width: 100%;height: 0;top: 50%;left: 50%;background: #ffffff;opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn:after {content: '';position: absolute;z-index: -1;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.member-wrapper {margin:0 0 25px 0}
.member-wrapper .member-detail {text-align:center;}
.member-detail h3 {margin: 15px 0px 0 0;}
.member-detail p {margin-top: 0 !important;font-weight: 300;}
/*.member-wrapper:nth-child(3n+1) {margin-left: 0 !important;}*/
.member-wrapper:nth-child(4n+1) {margin-left: 0 !important;}

[class^='team-'], [class*=' team-'] {position: relative;display: inline-block;margin: 0;max-width: 100%;background: transparent;
  color: #ffffff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; 
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
} 

[class^='team-'] > img, [class*=' team-'] > img {vertical-align: top;max-width: 100%;} 
[class^='team-'] figcaption, [class*=' team-'] figcaption {background: transparent;padding: 15px 15px;position: absolute;top: 0;bottom: 0;
  left: 0;right: 0;color: #ffffff;}


[class^='team-'], [class*=' team-'], [class^='team-']:before,
[class^='team-']:after, [class*=' team-']:before, [class*=' team-']:after,
[class^='team-'] *, [class*=' team-'] *, [class^='team-'] *:before,
[class^='team-'] *:after, [class*=' team-'] *:before, [class*=' team-'] *:after {
  box-sizing: border-box;-webkit-transition: all 0.35s ease;-moz-transition: all 0.35s ease;transition: all 0.35s ease;}
.team-shutter-out-vert:before {top: 50%;bottom: 50%;left: 0;right: 0;}
.team-shutter-out-vert:hover:before {top: 0;bottom: 0;}
.team-shutter-out-diag-2:before {top: 50%;bottom: 50%;left: -35%;right: -35%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
} 

.team-shutter-out-diag-2:hover:before {top: -35%;bottom: -35%;}
[class^='team-shutter-in-']:after,
[class^='team-shutter-in-']:before,
[class*=' team-shutter-in-']:after,
[class*=' team-shutter-in-']:before {
  /*  background: rgba(21,46,62);;position: absolute;content: ''; */
  background-color:#15283E;
}

.team-shutter-orange:after,
.team-shutter-orange:before,
.team-shutter-orange:after,
.team-shutter-orange:before {
  /* background: rgba(21,40,62);position: absolute;content: ''; */
  background-color:#15283E;

}

[class^='team-shutter-in-']:after, [class*=' team-shutter-in-']:after {top: 0;left: 0;}
[class^='team-shutter-in-']:before, [class*=' team-shutter-in-']:before {right: 0;bottom: 0;}
[class^='team-shutter-in-'] figcaption, [class*=' team-shutter-in-'] figcaption {opacity: 0;z-index: 1;}
[class^='team-shutter-in-']:hover figcaption, [class*=' team-shutter-in-']:hover figcaption {opacity: 1;-webkit-transition-delay: 0.21s;-moz-transition-delay: 0.21s;transition-delay: 0.21s;}
.team-shutter-in-out-diag-2:after, .team-shutter-in-out-diag-2:before {width: 200%;height: 200%;-webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;transition: all 0.6s ease;opacity: 0.75;}
.team-shutter-in-out-diag-2:after {
  -webkit-transform: skew(45deg) translateX(-100%);
  -moz-transform: skew(45deg) translateX(-100%);
  -ms-transform: skew(45deg) translateX(-100%);
  -o-transform: skew(45deg) translateX(-100%);
  transform: skew(45deg) translateX(-100%);
}
.team-shutter-in-out-diag-2:before {
  -webkit-transform: skew(45deg) translateX(100%);
  -moz-transform: skew(45deg) translateX(100%);
  -ms-transform: skew(45deg) translateX(100%);
  -o-transform: skew(45deg) translateX(100%);
  transform: skew(45deg) translateX(100%);
}
.team-shutter-in-out-diag-2:hover:after {
  -webkit-transform: skew(45deg) translateX(0%);
  -moz-transform: skew(45deg) translateX(0%);
  -ms-transform: skew(45deg) translateX(0%);
  -o-transform: skew(45deg) translateX(0%);
  transform: skew(45deg) translateX(0%);
}
.team-shutter-in-out-diag-2:hover:before {
  -webkit-transform: skew(45deg) translateX(0%);
  -moz-transform: skew(45deg) translateX(0%);
  -ms-transform: skew(45deg) translateX(0%);
  -o-transform: skew(45deg) translateX(0%);
  transform: skew(45deg) translateX(0%);
}

.blue-box-padding {
  padding: 61px 29px;
}
.blue-box-padding .cta_button:hover {
  border:1px solid transparent !important;
}
a#cta_button_4669371_27619a99-1224-4cbb-b240-975c38457262:hover{
  border:1px solid transparent !important;
}



/* Blog Style */



/* End  Blog */
@media screen and (max-width: 768px) {
  .hs-cta-img {
    width:100%;
    height:auto;
  }
  .social-icon-sec {
    margin-top:7%;
  }
  .left-login-sec {
    display: none !important;
  }
  .right-login-sec a:nth-child(2) {
    display: none;
  }
  .header-wrapper {
    background-color:white;       
  }
  .header-wrapper {
    padding: 15px 0px;
  }
  .span2.widget-span.widget-type-cell.logo-sec {
    padding: 0 25px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-bottom:0px; 
  }
  .banner-bg {
    width: 100% !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-left: 0px;
  }

  .right-login-sec {
    display:none !important; 
  } 


  .header-wrapper {
    width:100% !important; 
  }
  .logo-sec {
    display: inline !important;
    float: left !important;
  }
  li.hs-menu-item.hs-menu-depth-1:nth-child(6) {
    display: block;
    border: 1px solid white;
    margin: 5% auto 0;
    width: 92%;  	
    border-radius: 4px;

  }
  li.hs-menu-item.hs-menu-depth-1:nth-child(7) {
    display: block;
    border: 1px solid white;
    margin: 5% auto 0;
    width: 92%;
    border-radius: 4px;

  }  
  li.hs-menu-item.hs-menu-depth-1:nth-child(6) a {
    text-align:center;
    font-weight: 600 !important;
    line-height:35px;
    border-bottom: 0 none !important;
  }
  li.hs-menu-item.hs-menu-depth-1:nth-child(7) a {
    text-align:center;
    font-weight: 600 !important;
    line-height:35px;
    border-bottom: 0 none !important;
  }

  li.hs-menu-item.hs-menu-depth-1:nth-child(6) a:hover {
    border:1px solid transparent;
  }
  li.hs-menu-item.hs-menu-depth-1:nth-child(7) a:hover {
    border:1px solid transparent;
  }


  .header-wrapper {
    border-bottom: 0px;
  }
  .flip-horizontal:nth-child(1) {
    float: left;
    width: 100% !important;
    height: 500px !important;
  }
  .flip-horizontal:nth-child(2) {
    width: 100% !important;
    float: left !important;
    height: 500px !important;
  }
  .flip-horizontal:nth-child(3) {
    width: 100% !important;
    float: left!important;
    height: 700px !important;
    /* clear: right !important; */
  }
  .flip-horizontal:nth-child(4) {
    width: 100% !important;
    float: left!important;
    height: 500px !important;
    margin-top:0px;
    /*  clear: right !important; */

  }
  .flip-horizontal:nth-child(5) {
    width: 100% !important;
    float: left!important;
    height: 500px !important;
    margin-top:0px;
  }
  .flip-horizontal:nth-child(6) {
    width: 100% !important;
    float: left!important;
    height: 300px !important;

  }
  .flip-horizontal:nth-child(3):hover .back {
    padding: 30% 5% !important;
    background-repeat: no-repeat;
  } 


  .hover-animation:nth-child(1) {
    width: 100% !important;
    height:auto;
    /*     height: 500px !important;  */
  }
  .hover-animation:nth-child(2) {
    width: 100% !important;
    height:auto;
    /*     height: 500px !important; */
  }
  .hover-animation:nth-child(3) {
    width: 100% !important;
    height:auto;
    /*     height: 700px !important; */
  }
  .hover-animation:nth-child(4) {
    width: 100% !important;
    height:auto;  	
    margin-top:0px;
    /*     height: 500px !important; */
  }
  .hover-animation:nth-child(5) {
    width: 100% !important;
    height:auto;
    margin-top:0px;
    /*     height: 500px !important; */
  }
  .hover-animation:nth-child(6) {
    width: 100% !important;
    height:auto;
    /*     height: 100% !important; */
  }


  .story-right-image img{
    width:100% !important; 	
    max-width:100% !important; 	
  }
  .preffered-partner-left-sec {
    height:auto; 
  }
  .banner-content h1 {
    font-size: 36px;
    line-height: 35px;
  }
  .banner-content{
    padding-left:5%;
    padding-right:5%;
  }

  .banner-content {
    /* padding-top: 35%; */
  } 

  .four-oppertunity-sec .row-fluid .span3 {
    width: 100%;
  }

  .logo-sec img {
    /* width: 60% !important; */
    width: auto !important; 
    /*     margin-top: 5%; */
  }
  .single-post .logo-sec  img{
    width: 200px !important;
  }
  .blog .logo-sec img{
    width: 200px !important;
  }

  .vertical-text p {
    writing-mode: initial;
    transform: rotate(0deg);
    position:relative;
    top:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    transition: border-bottom 0s !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover{
    background-color:#57ABCB;
    border-bottom:0px;
    padding:0px !important;
    transition: border-bottom 0s !important;
  }
  .hs-menu-children-wrapper {
    background: #3D3D3D;
    border-bottom: 0px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    background-color:transparent;
  }
  .hs-menu-children-wrapper:hover {
    background: #3D3D3D;
    border-bottom: 0px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    background-color:transparent;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    background-color:#3D3D3D;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inherit;
    padding: 0;
  }

  .preffered-partner-left-sec {
    padding:4% 3%; 
  }
  .span1.widget-span.widget-type-cell.vertical-text.preffered-partner-left-sec{
    width:100%;
    display: block !important;
    text-align: center !important;
  }

  span.title-sec {
    padding: 10% 4%;
  }
  .logo {
    display:none !important; 
  }

  .colored-logo {
    display:block !important; 
  }

  .header-wrapper {
    position: relative;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding-bottom: 10%;
    /*     margin-top:30px; */
    margin-top:65px;
  }

  .preffered-partner-left-sec h2 {
    margin:0px;
  }
  .description {
    padding-top:0px; 
  }
  .preffered-partner-left-sec p {
    font-size: 13px;
    line-height: 27px;
    font-weight:300;
  }
  .kenburns-top {
    -webkit-animation: none; 
    animation: none;;
  }
  .animation-wrapper {
    height:auto;
  } 
  .banner-bg {
    height:auto;
    background-size:cover !important;
    background-position:center center !important;
  }
  .mouse-icon {
    display:none !important;  
  }
  .story-left-sec {
    padding: 17px 4%;
  }	
  .member-wrapper.span3 {
    display: block;
    float: none;
    margin: 10px auto !important;
    width: 50% !important;
  }
  .slider {
    width: 100% !important;
    margin: 50px auto !important;
    display: block !important;
    float: none !important;
  }
  .slide p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight:300;
  }
  .span12.widget-span.widget-type-widget_container.lazy.slider.slick-initialized.slick-slider {
    min-height: auto !important;
  }
  .span12.widget-span.widget-type-cell.desktop-view.footer-wrapper {
    display: none;
  }
  .span12.widget-span.widget-type-cell.mobile-view.footer-wrapper {
    display:block !important;
  }
  .footer-link-sec-1{
    width: 100% !important;
    margin-left: 0px !important;
    text-align:center;
  }
  .footer-link-sec-2{
    width: 100% !important;
    margin-left: 0px !important;
    text-align:center;
  }
  .footer-link-sec-2 h2{
    padding-top:20px;
  }
  .footer-link-sec-3{
    width: 100% !important;
    margin-left: 0px !important;
    text-align:center;
  }
  .footer-link-sec-3 h2{
    padding-top:20px;
  }
  .footer-logo-sec {
    text-align: center;
    padding-top: 50px;
    margin:0 auto;
    display:block;
    float:none;
  }
  .header-wrapper .contact-number {
    display:block;
  }
  .footer-wrapper .footer-link-sec-4 .change-number{
    /*  display:none; */
  }

}

@media only screen and (min-width: 769px) and (max-width: 925px){
  .footer-logo-sec .fab {
    /*background-color: #2e97bf;*/
    background-color:#2E97BF;
    border-radius: 38px;
    color: white;
    font-size: 15px;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
    width: 30px;
  }

}

@media screen and (max-width: 610px) {
  .member-wrapper.span3 {
    display: block;
    float: none;
    margin: 10px auto !important;
    width: 80% !important;
  }
}
@media screen and (max-width: 400px) {
  .member-wrapper.span3 {
    display: block;
    float: none;
    margin: 10px auto !important;
    width: 100% !important;
  }
  .phone-number-show .right-login-sec a{
    top: 15px;
  }
}
@media screen and (max-width: 330px) {
  .show-on-hover.box.foo > div {
    padding: 35px 25px;
  }
}

@media screen and (min-width: 769px) {

  /* .row-fluid .custom-menu-primary ul li { padding:0 5px 24px; } */
  .row-fluid .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a { background:; color:;  }
  /* .row-fluid .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a { color:; }  */
  /* .row-fluid .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a { color:#fff; } */
  .row-fluid .custom-menu-primary .hs-menu-wrapper ul li ul {  width:230px; padding:1px 0 2px; margin:2.5px 0 0 0; background:;  position: absolute;  top:100%;  left:0 !important;  }


  .row-fluid .custom-menu-primary .hs-menu-wrapper ul li ul li { padding: 0px; margin: 0px; display: block; float: none; text-transform: none;border-bottom:1px solid #999A9D; }
  .row-fluid .custom-menu-primary .hs-menu-wrapper ul li ul li a:link , .row-fluid .custom-menu-primary .hs-menu-wrapper ul li ul li a:visited { padding:9px 0px; line-height:20px; color:#999B9D !importnat; width:100%; font-size:12px; position:relative; }
  .row-fluid .custom-menu-primary .hs-menu-wrapper ul li ul li:last-child a:link , .row-fluid .custom-menu-primary .hs-menu-wrapper ul li ul li:last-child a:visited { border-bottom:none; }

  .row-fluid .custom-menu-primary .hs-menu-wrapper ul li ul li a { position:relative; z-index:22; }
  .row-fluid .custom-menu-primary .hs-menu-wrapper ul li ul li.hs-item-has-children > a:after { content:"\f105"; display:inline-block; font-family: 'FontAwesome'; float:right; }
  .row-fluid .custom-menu-primary .hs-menu-wrapper ul li ul li a:before { content:''; height:100%; position:absolute; top:100%; left:0; bottom:0; right:0; background:; opacity:0; z-index:-1;  }
  .row-fluid .custom-menu-primary .hs-menu-wrapper ul li ul li a:hover:before { opacity:1; top:0; }

  .row-fluid .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul { left:100% !important; top:0; } 
  .row-fluid .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-2 ul { opacity:0; visibility:hidden; }
  .row-fluid .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-2:hover ul { opacity:1; visibility:visible;}

  .row-fluid .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-3 ul { opacity:0; visibility:hidden; }
  .row-fluid .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-3:hover ul { opacity:1; visibility:visible;}


  .row-fluid .top.fixed .row-fluid .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a { background:; color:; }
  .row-fluid .top.fixed .row-fluid .search-icon:before { color:; }
  .row-fluid .top.fixed .row-fluid .search-section { margin:10px 0; border-left:1px solid rgba(0,0,0,0.4); height:35px; }

  .row-fluid .top.fixed .row-fluid .logo1 , .row-fluid .logo-fixed { display:none; }
  .row-fluid .top.fixed .row-fluid .logo-fixed { display:block; margin-top:0; }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper { display: block; }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { display:none; }

  .row-fluid .top.fixed .row-fluid .custom-menu-primary ul li { padding:1px 2px 18px; }
  .row-fluid .top.fixed .row-fluid .custom-menu-primary ul li ul.hs-menu-children-wrapper li { padding-bottom:0; }
  .custom-menu-primary .hs-menu-wrapper > ul > li {position:relative;text-align:left;}
  li.hs-menu-item.hs-menu-depth-2 {
    padding: 5% !important;
    /*       background: #57ABCB; */
    background-color:white;
    /*  margin-left: 11% !important;
    margin-top: 5% !important; */
    width: 100%;

  } 
  .row-fluid .custom-menu-primary .hs-menu-wrapper ul li ul li  a{
    color:#999B9D !important;
  }
  .row-fluid .custom-menu-primary .hs-menu-wrapper ul li ul li  a:hover{
    /*color:#2E97BF !important;*/
    color:#2E97BF !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1080px){
  figcaption.show-on-hover h2 {
    font-size: 15px;
    line-height: 23px;
    position: relative;
  }
  figcaption.show-on-hover p {
    font-size: 15px;
    line-height: 23px;
    position: relative;
    font-weight:300;
  }
  .menu-right{
    margin:0px;
  }
  .right-login-sec a:nth-child(2){
    margin-left: 10px;
  }


}


@media only screen and (min-width: 769px) and (max-width: 900px){

  .preffered-partner-left-sec h2 {
    font-size: 23px;
    font-weight: 300;
  }
  .preffered-partner-left-sec p {
    font-size: 14px;
    line-height: 26px;
    font-weight:300;
  }

  .banner-content h1 {
    font-size: 35px;
    line-height: 50px;
  }

  .banner-content p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    font-weight:300;
  }

  .banner-content {
    /* padding-top: 30%; */
  } 

}

@media only screen and (min-width: 769px) and (max-width: 850px){

  .show-on-hover.box.foo > div {
    padding: 10px !important;
  }
  figcaption.show-on-hover h2 {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    position: relative;
  }
  figcaption.show-on-hover p {
    font-size: 12px;
    line-height: 19px;
    font-weight:300;
  }
  .right-login-sec a {
    font-size:11px; 
  }
}
@media only screen and (min-width: 851px) and (max-width: 1200px){
  .show-on-hover.box.foo > div {
    padding: 12px 7px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1139px){
  .menu-right{
    margin: 0 !important;
    width: 24.928% !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 959px){
  figcaption.show-on-hover .cta_button {
    font-size: 15px !important;
    padding:6px 10px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 990px){
  .span3.widget-span.widget-type-custom_widget.right-login-sec {
    margin-left: 16px;
  }
  .right-login-sec a:nth-child(2) {
    padding: 7px 5px 5px;
    margin-left: 5px;
  }
  .right-login-sec a {
    font-size: 10px;
  }
  .small-header .right-login-sec a:nth-child(2){
    padding: 5px 5px 5px;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1025px){

  .right-login-sec a:nth-child(2) {
    padding: 10px 5px 5px;
    margin-left: 20px;
  }
}

.logo img {
  height: auto !important;
}

@media only screen and (min-width: 769px) and (max-width: 1070px){
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding:0 1%;
  }

  .logo-sec img{
    width:100%; 
    max-width:100%;
    margin-top:6%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-left:0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 11px;
  }

  .span2.widget-span.widget-type-custom_widget.logo-sec {
    width: 10%;
  }

  .span8.widget-span.widget-type-custom_widget.custom-menu-primary.js-enabled {
    width:60%;
    margin-left: 0;
  }

  .span2.widget-span.widget-type-custom_widget.right-login-sec {
    margin-left: 0;
    width: 25%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1080px){
  .span3.widget-span.widget-type-cell.footer-link-sec-3 {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1098px){
  .hover-animation:nth-child(1) {
    float: left;
    width: 100% !important;
    /*       height: 500px !important; */
    margin-right:15px;
    margin-bottom:15px;
  }
  .hover-animation:nth-child(2) {
    width: 100% !important;
    float: left !important;
    /*       height: 500px !important; */
    margin-right:15px;
    margin-bottom:15px;
  }
  .hover-animation:nth-child(3) {
    width: 100% !important;
    float: left!important;
    /*       height: 700px !important; */
    clear: right !important;
    margin-bottom:15px;
  }
  .hover-animation:nth-child(4) {
    width: 100% !important;
    float: left!important;
    /*  height: 500px !important; */
    clear: right !important;
    margin-top:0px;
    margin-right:15px;
    margin-bottom:15px;
  }
  .hover-animation:nth-child(5) {
    width: 100% !important;
    float: left!important;
    /* height: 500px !important; */
    margin-top:0px;
    margin-right:15px;
    margin-bottom:15px;
  }
  .hover-animation:nth-child(6) {
    width: 100% !important;
    float: left!important;
    /*  height: 300px !important; */
    margin-bottom:15px;
    margin-top:-308px !important;
  }
  .container.hover-animation {
    float: left;
    margin: 7px;
    width: 48% !important;
  }

}

@media only screen and (min-width: 769px) and (max-width: 1120px){
  .small-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 15px 8px 37px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 15px 8px 37px 10px;
  }

}

@media only screen and (min-width: 900px) and (max-width: 1280px){
  .preffered-partner-left-sec p {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    line-height: 25px;
  }

  .preffered-partner-left-sec p {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    line-height: 25px;
  }

}
@media only screen and (min-width: 769px) and (max-width: 1180px){
  .footer-logo-sec img{
    width:100% !important;
  }
  .story-right-image img{
    width:100%; 
    max-width:100%;
  }
}



@media only screen and (min-width: 1070px) and (max-width: 1145px){
  .span2.widget-span.widget-type-custom_widget.logo-sec {
    width: 10%;
  }
  .span2.widget-span.widget-type-custom_widget.logo-sec img{
    width: 100% !important;
    margin-top:10% !important;
  }

  .span8.widget-span.widget-type-custom_widget.custom-menu-primary.js-enabled {
    width:60%;
    margin-left: 0;
  }

  .span2.widget-span.widget-type-custom_widget.right-login-sec {
    margin-left: 0;
    width: 25%;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1120px) and (max-width: 1300px){
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 15px 9px 37px 13px;
  }
  .small-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 15px 9px 37px 13px;
  } 	
}
@media only screen and (max-width: 600px){
  .banner-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 5000px){
  .banner-content  {
    /* padding-top: 10% !important;  */
  } 
}

/* internal page */

p ,ul,ol{
  font-family: "Montserrat",sans-serif; 
}
.inner-page-banner-content {
  min-height: 250px !important;
  padding:0 10%;
}
body {
  font-family: 'Montserrat',sans-serif;
}

.inner-page-banner-content h1{
  color:white;
  text-align:center;
  font-size:60px;
  font-weight: 300;
  margin: 0;
  font-family: 'Cinzel', serif;
}
.inner-page-banner-content p{
  color:white;
  text-align:center;
  font-size:24px;
  font-weight:300;
}
.inner-page-banner {
  display: table !important;
}
.inner-page-banner .row-fluid-wrapper.row-depth-1.row-number-2 {
  display: table-cell !important;
  vertical-align: middle !important;
  background-color: rgba(0,0,0,0.1);  
  width:100% !important;
}
.page-navigation.fixed {
  position: fixed;
  top: 99px;
  left: 0px;
  right: 0px;
  z-index: 100;
}
.page-navigation{
  background-color:#F3F1EA;
}
.page-navigation ul {
  text-align:center;
  margin: 0;
}
.page-navigation ul  li{
  display: inline;
  padding: 0 30px;
}
.page-navigation ul  li a{
  text-decoration:none;
  color:#666666;
  font-size:13px;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 1px;
}
.page-navigation ul  li a:hover{
  /*color:#2E97BF;*/
  color:#2E97BF;
}
.page-navigation li.hs-menu-item.hs-menu-depth-1:nth-child(6) {
  display: inline-block !important;
}


.how-works-sec {
  text-align:center; 
  width: 800px !important;
  margin: 0 auto !important;
  display: block !important;
  float: none !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
.how-works-sec h2 {
  color:#15283E;
  font-size:30px;
  font-weight: 300;
  font-family: 'Cinzel', serif;
}
.plain-links .how-works-sec a,  .plain-links .our-process-sec a {
  text-decoration:none;
  /*color:#2E97BF;*/
  font-family: 'Montserrat', sans-serif;
  color:#2E97BF;
  transition: all 0.3s ease;
  font-weight: normal;
  text-transform: none;
  font-size: unset;
}

.plain-links .how-works-sec a:after {
  display: none;
}

.plain-links .how-works-sec a:hover, .plain-links .our-process-sec a:hover {
  color: #15283E !important;
}

.how-works-sec a:not([role="menuitem"]) {
  text-decoration:none;
  /*color:#2E97BF;*/
  font-size:11px;
  font-weight:bold;
  font-family: 'Montserrat', sans-serif;
  color:#2E97BF;
}
.how-works-sec a:not([role="menuitem"]):after {
  content: '\e684';
  font-family: "Pe-icon-7-stroke";
  font-size: 20px;
  position: relative;
  top: 5px !important;
}
.where-we-build a:after {
  content: none;
}
.how-works-sec h2:after {
  content: "";
  width: 25px;
  height: 4px;
  margin: 0 auto;
  display: block;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  background-color: #C2A261;
  position: relative;
}


.how-works-sec p, .how-works-sec a:not([role="menuitem"]) {
  font-size:16px;
  line-height:35px;
  padding-bottom:15px;
  color:#666666;
}

.our-process-sec {
  background-color:#F5F4F1;
  padding-bottom:50px;
}
.our-process-sec a{
  text-decoration: none;
  font-size: 11px;
  /*color: #2E97BF;*/
  font-weight: bold;
  font-family: 'font_awesome_5_freeregular';
  text-transform: uppercase;
  text-align:left !important;
  display: inherit;
  color:#2E97BF;
}
.our-process-sec h2{
  text-align:center;
  color:#15283E;
  font-size:30px;
  font-weight:300;
  padding-top:55px;
}
.our-process-sec h2:after {
  content: "";
  width: 25px;
  height: 3px;
  margin: 0 auto;
  display: block;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  background-color: #C2A261;
  position: relative;
}
.our-process-slide h3{
  text-align: left;
  font-size: 24px;
  line-height: 42px;
  color:#17293E;
  font-weight:300;
}
.our-process-slide p{
  text-align: left;
  font-size: 16px;
  line-height: 35px;
  color:#666666;
}
@media (max-width: 767px) {
  .our-process-slide h3{
    font-size: 20px;
    line-height: 35px;
  }
  .our-process-slide p{
    font-size: 15px;
    line-height: 27px;
  }
}
.slick-dots li button:before {
  font-size:40px !important;
  color:#17293E !important;
  opacity: 0.5 !important;
  margin-top: 40px;
}
.slick-dots li.slick-active button:before {
  color:#C2A261 !important;
  opacity: 1 !important;
}

.faq-sec {
  padding-top: 100px;
}

.accordion-top-img {
  background-image: url("https://go.simsbuilders.com/hubfs/ELLICOTT-00023-faq-img.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  height: 250px !important;
  display: table !important;
}
.accordion-top-img .row-fluid-wrapper.row-depth-2.row-number-1 {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center;
}
.accordion-top-img h2 {
  color:#ffffff;
  font-size:36px;
  line-height:43px;
  font-weight:300;
  font-family: 'Cinzel', serif;
}

.accordion-top-img h2:after {
  content: "";
  width: 25px;
  height: 3px;
  margin: 0 auto;
  display: block;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  background-color: #C2A261;
  position: relative;
}
.ui-icon {
  float:right; 
}
.accordion-menu li > a {
  padding:0px; 
  margin-left:0px;
}
.ui-accordion .ui-accordion-header {
  padding-left:0px !important; 
}
.accordion-menu li > a{
  color:#15283E !important;
  font-size:20px !important;
  line-height:24px !important;
  font-family: 'Cinzel', serif;
  font-weight:300;
  border:0px;
  border-bottom:1px solid #9ACDEF;
}

.ui-widget-content {
  font-size:16px !important;
  color:#666666 !important;
  line-height:35px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  padding: 0 !important;
  border:0px !important;
}

.li.wrapper {
  margin-top:50px !important;	   
}
li.col2.wrapper {
  margin: 50px 0 0 50px;
}

.accordion-menu li > a:focus {
  outline:none !important;
}

.why-work-sec {
  display: table !important;
}

@media (min-width: 1099px) {
  .why-work-sec {
    background-image: url("https://go.simsbuilders.com/hubfs/why-work-with-sims-sec.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    display: table !important;
  }
}
.left-list {
  margin-left: 150px !important;
}
.why-work-sec .row-fluid-wrapper.row-depth-1.row-number-2 {
  display: table-cell;
  vertical-align: middle;
}

.center-white-sec {
  background-color:white;
  width: 1000px !important;
  padding: 1%;
  margin: 0 auto !important;
  display: block !important;
  float: none !important;
}

.center-white-sec .row-fluid-wrapper.row-depth-1.row-number-4 {
  position: relative;
  border: 1px solid #CAB17B;
}
.white-sec-inner-content {
  padding:20px 40px;
}
.white-sec-inner-content ul{
  color:#666666;
}
.white-sec-inner-content ul li{
  font-size:16px;
  line-height:35px;
}

@media (max-width: 768px) {
  .white-sec-inner-content .span6 {
    width: 100% !important;
  }
  .white-sec-inner-content .span6:first-of-type ul {
    margin-bottom: 0;
  }
  .white-sec-inner-content .span6:last-of-type ul {
    margin-top: 0;
  }
}

.center-white-sec h2{
  text-align:center;
  color:#15283E;
  font-weight:300;
}
.center-white-sec h2:after {
  content: "";
  width: 25px;
  height: 3px;
  margin: 0 auto;
  display: block;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  background-color: #C2A261;
  position: relative;
}

.center-white-sec p{
  text-align:center;
  color:#666666;
  font-size:16px;
  line-height:35px;
}
.team-sec {
  background-color:#17293E;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.team-sec .hs_cos_wrapper_widget_container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.member-head-sec h2{
  text-align:center;
  font-size:30px;
  line-height:30px;
  font-weight:300;
  color:#ffffff;
}

.member-head-sec h2:after {
  content: "";
  width: 25px;
  height: 3px;
  margin: 0 auto;
  display: block;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  background-color: #C2A261;
  position: relative;
}
span.member-title h3 {
  font-weight: 300 !important;
  font-size:19px;
  color:#ffffff;
}

.member-head-sec p{
  text-align: center;
  width: 65%;
  margin: 0 auto;
  line-height: 35px;
  color: rgba(255,255,255,0.75);
  color:#ffffff;
}
span.member-designation p {
  font-weight: 100;
  line-height: 30px;
  color:#ffffff;
}
span.member-dp img{
  border: 2px solid #9F895A !important;
  /* padding: 4% !important; */
  border-radius: 50%;
}
.meet-team-link {
  text-align:center;
  margin-top:20px;
}
.meet-team-link a{
  text-decoration:none !important;
  /*color:#2E97BF;*/
  text-align:center;
  font-size:11px;
  font-family: 'Montserrat', sans-serif;
  font-weight:bold;
  letter-spacing:1px;
  color:#2E97BF;
  transition: all 0.3s ease;
}
.meet-team-link a:hover{
  color:white !important;
}
.meet-team-link a:after{
  content: '\e684';
  font-family: "Pe-icon-7-stroke";
  font-size: 20px;
  position: relative;
  top: 5px !important;
}
.view.view-first.hover-animation.inner-description {
  text-align: left;
  padding-left:35px;
}
.inner-description a {
  text-decoration:none !important;
  /*color:#2E97BF;*/
  font-size:11px;
  font-weight:bold;
  font-family: 'Montserrat', sans-serif;
  color:#2E97BF;
}
.inner-description a:after{
  content: '\e684';
  font-family: "Pe-icon-7-stroke";
  font-size: 20px;
  position: relative;
  top: 5px !important;
}
.view.view-first.hover-animation.inner-description a{
  text-align: left;
  padding-left:35px;
  /*color:#2E97BF;*/
  font-size:11px;
  text-decoration:none;
  font-weight:bold;
  font-family: 'Montserrat', sans-serif;
  color:#2E97BF;
}

.view.view-first.hover-animation.inner-description h2{
  padding-left:35px;
} 

.inner-description .content-container h2:after {
  content: "";
  background: #C2A261;
  width: 25px;
  position: absolute;
  height: 3px;
  left: 35px !important;
  right: 0;
  margin: 0 !important; 
  bottom: -20px;
}


.inner-description:nth-child(1) {
  float: left;
  width: 29% !important;
  height: 500px !important;
  margin-right:15px;
  margin-bottom:15px;
}
.inner-description:nth-child(2) {
  width: 39% !important;
  float: left !important;
  height: 500px !important;
  margin-right:15px;
  margin-bottom:15px;
}
.inner-description:nth-child(3) {
  width: 29% !important;
  float: left!important;
  height: 300px !important;
  clear: right !important;
  margin-bottom:15px;
}
.inner-description:nth-child(4) {
  width: 39% !important;
  float: left!important;
  height: 500px !important;
  clear: right !important;
  margin-top:0px; 
  margin-right:15px;
  margin-bottom:15px;
}
.inner-description:nth-child(5) {
  width: 29% !important;
  float: left!important;
  height: 500px !important;
  margin-top:0px; 
  margin-right:15px;
  margin-bottom:15px;
}
.inner-description:nth-child(6) {
  width: 29% !important;
  float: left!important;
  height: 700px !important;
  margin-bottom:15px;
  margin-top:-200px;
}
.inner-description .view-first:nth-child(1) {
  float: left;
  width: 100% !important;
  height: 100% !important;
}
.inner-description.view-first:nth-child(2) {
  width: 30% !important;
  width: 100% !important;
  height: 100% !important;
}
.inner-description.view-first:nth-child(3) {
  width: 30% !important;
  width: 100% !important;
  height: 100% !important;
  clear: right !important;
}
.inner-description.view-first:nth-child(4) {
  width: 100% !important;
  height: 100% !important;
  float: left!important;
  clear: right !important;
  margin-top:-200px;
}
.inner-description.view-first:nth-child(5) {
  width: 100% !important;
  height: 100% !important;
  float: left!important;
  margin-top:-200px;
}
.inner-description.view-first:nth-child(6) {
  width: 100% !important;
  height: 100% !important;
  float: left!important;
}


.inner-description .view-first .mask {
  background-color: rgba(255,255,255,0.9) !important; /*--- 12-1 ---*/
}
/*--- 12-1 ---*/
.inner-description .content-container h2:empty:after {
  display: none;
}

.resource-sec {
  padding:5% 0; 
  background-color:#F7F7F7;
  text-align:center;
}
.resource-sec h2{
  color:#15283E;
  font-size:30px;
  line-height:36px;
  font-weight:300;
  font-family: 'Cinzel', serif;
}
.resource-sec h2:after {
  content: "";
  width: 25px;
  height: 3px;
  margin: 0 auto;
  display: block;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  background-color: #C2A261;
  position: relative;
}
.resource-sec p{
  color:#666666;
  font-size:16px;
  line-height:35px;
  width: 55% !important;
  margin: 0 auto !important;
  padding-bottom:72px; 
  font-weight: 300;
}
.custom-resource-sec {
  padding:5% 0; 
  background-color:#F7F7F7;
}
.custom-resource-sec .subhead-desc p{
  color:#666666;
  font-size:16px;
  line-height:35px;
  width: 55% !important;
  margin: 0 auto !important;
  padding-bottom:72px; 
  font-weight: 300;
  text-align:center;
}

.custom-resource-sec h2{
  color:#15283E;
  font-size:30px;
  line-height:36px;
  font-weight:300;
  font-family: 'Cinzel', serif;
  text-align:center;
}
.custom-resource-sec h2:after {
  content: "";
  width: 25px;
  height: 3px;
  margin: 0 auto;
  display: block;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  background-color: #C2A261;
  position: relative;
}


@media only screen and (max-width: 768px) {
  .page-navigation.fixed {
    position: static;
  }
  .page-navigation ul li {
    margin: 4px 8px;
    padding: 4px 7px;
    margin: 0;
    text-align: left;

  }
}
.blog-right-box:hover {
  -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
  -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
  box-shadow: 0px 3px 12px rgba(0,0,0,0.1);
  transition: all 0.6s ease 0s;
  overflow: hidden;

}

.bgimg-main11 img {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.blog-right-box:hover .bgimg-main11 img {
  /* -webkit-transform: scale(1.2);
  transform: scale(1.2);
  overflow: hidden; */
} 
.post-topic {
  text-align: left;
  background: white;
  /* padding: 15% 5%; */
  padding: 30px;
}
.bgimg-main11 img{
  width:100%; 
  height: 225px;
}
.post-topic a{
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration:none;
  color:#15283E;
  font-size:16px;
  line-height:28px;
  font-family: 'Cinzel', serif;
  padding: 5px;
}
.post-topic a:after {
  content: "";
  width: 25px;
  height: 3px;
  margin: 0 auto;
  display: block;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  background-color: #C2A261;
  position: relative;
}
a.blog-name {
  /*color:#2E97BF;*/
  font-size:12px;
  font-weight:bold;
  font-family: 'Montserrat',sans-serif;
  color:#2E97BF;
}
a.blog-name:after {
  content: none;
}

.post-content {
  padding-top:20px;
  color:#666666;
  font-size:15px;
  line-height:35px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 300;
}
.bottom-cta{ background:#39393A}
.bottom-cta h1{
  font-size: 36px;
  color: #ffffff;
  font-family: 'Cinzel', serif;
  font-weight: 300;
  margin: 20px auto;
  float: none;
  display: block;
  text-align: center;
  /*     margin-left: 5%; */
}
.title-cta {
  padding: 0 10%;
}
.title-cta .hs-cta-wrapper, .bottom-btn-box {
  width: 100%;
  display: block;
  margin-top: 15px;
  margin-left: 0 !important;
  text-align: center;
}

.title-cta a#cta_button_4669371_27619a99-1224-4cbb-b240-975c38457262 {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 11px 44px 10px;
}
.title-cta a#cta_button_4669371_27619a99-1224-4cbb-b240-975c38457262:hover {
  background:#C2A261;
  border: 1px solid #C2A261;
}

.dream-home {
  background: url('https://go.simsbuilders.com/hubfs/Portfolio/split-form-img.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7.56% 7%;
}
.dream-home h1{
  color: #15283E;
  font-size: 30px;
  font-family: 'Cinzel', serif;
  font-weight: 300;
}
.dream-home h2{
  color: #15283E;
  font-size: 30px;
  font-family: 'Cinzel', serif;
  font-weight: 300;
}
.dream-home h3{
  color: #15283E;
  font-size: 30px;
  font-family: 'Cinzel', serif;
  font-weight: 300;
}
.dream-home h1:after {
  content: "";
  width: 25px;
  height: 3px;
  /* margin: 0 auto; */
  display: block;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  background-color: #C2A261;
  position: relative;
}
.dream-home h2:after {
  content: "";
  width: 25px;
  height: 3px;
  /* margin: 0 auto; */
  display: block;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  background-color: #C2A261;
  position: relative;
}
.dream-home h3:after {
  content: "";
  width: 25px;
  height: 3px;
  /* margin: 0 auto; */
  display: block;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  background-color: #C2A261;
  position: relative;
}

.bottom-cta h2{
  font-size: 36px;
  color: #ffffff;
  font-family: 'Cinzel', serif;
  font-weight: 300;
  /*margin-left: 5%; */
  margin: 0 auto;
  text-align: center;
}
.bottom-cta .cta_button  {
  font-family: 'Raleway', sans-serif !important;
  font-weight:600 !important;
  font-size: 13px !important;
  border-radius: 4px !important;
  padding: 10.5px 30px !important;
}
.bottom-cta .cta_button:hover {
  background: #C2A261 !important;
}

.overlay {
  background: rgba(255,255,255,0.95);
  padding: 8px;
}
.dream-home .overlay p {
  line-height: 28px;
  font-size: 14px;
  font-weight:300;
}
.overlay > .hs_cos_wrapper {
  border: 1px solid #C2A261;
  padding: 20px 30px;
}

/** Forms **/

form input, form textarea, form select {
  font-family: 'Montserrat',sans-serif;
  color: #333 !importnat;
  padding-left: 15px !important;
  border: 1px solid #17293e;
  font-weight: 400 !important;
  padding: 0 15px !important;
  width: calc(100% - 30px) !important;
}
form .select, .subscribe-sec input#email-1e387ae7-990b-4e8a-b2b7-b13ce10537e5 {
  border: 1px solid #17293e;
  width: 100% !important;
}
form .select-styled {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px;
}
form .select-options li {
  padding: 12px 0 12px 15px;
  text-indent: 0;
}
form textarea {
  padding: 15px !important;
}
form .hs-error-msgs {
  padding-left: 10px;
}
form .hs-error-msgs li {
  list-style-type: none;
}
form .hs-error-msgs li label {
  color: #2E97BF !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Montserrat',sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Montserrat',sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Montserrat',sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: 'Montserrat',sans-serif;
}

.form-wrapper {
  margin: 0 !important;
  width: 51.28% !important;
  background: #F3F1EA;
  padding-left: 6%;
  padding-right:6%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

/* .about-us-new-page .hs-responsive-embed-wrapper.hs-responsive-embed{
min-width: 100% !important;
max-height: 100% !important;
} */

.map-col #hs_cos_wrapper_module_1579510195972984 {
  height: 100%;
}

@media (min-width: 768px) {
  .form-wrapper > div {
    position: relative;
    /*     top: 50%;
    transform: translateY(-50%); */
    width: 100%;
  }
  .form-section-wrapper .form-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.form-wrapper .form-title{
  color: #15283E;
  font-size: 30px;
  font-family: 'Cinzel', serif;
  font-weight: 300;
  text-align: center;
}

.form-wrapper .form-title:after {
  content: "";
  width: 25px;
  height: 3px;
  margin: 0 auto;
  display: block;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  background-color: #C2A261;
  position: relative;
}

.form-wrapper input, .form-wrapper textarea {
  height: 38px;
  width: 100% !important;
  border: 1px solid #17293E;
  box-sizing: border-box;
  font-family: 'Montserrat',sans-serif;
  padding: 10px 12px;
}
.form-wrapper fieldset {
  width: 100%;
  max-width: 100% !important;
}
.form-wrapper label {
  margin: 12px 0 10px 0;
  display: block;
  font-size:12px;
  font-weight: 300;
}
.form-wrapper textarea {
  height:90px !important;
}

.form-wrapper .hs-button.primary.large{
  width: auto !important;
  padding: 15px 35px;
  background: transparent;
  /*color: #2E97BF;*/
  color:#2E97BF;
  margin: 30px;
  /*border-color: #2E97BF;*/
  border-color:#2E97BF;
  font-size: 12px;
  line-height: 8px;
  font-weight: bold !important;
  text-transform: uppercase;
  cursor: pointer;
  border-radius:4px;
  -webkit-appearance: none;
  -webkit-outline: none;
}
.form-wrapper .hs-button.primary.large:hover, .form-wrapper .hs-button.primary.large:focus, .form-wrapper .hs-button.primary.large:active {
  /*background: #2E97BF;*/
  background:#2E97BF;
  color: #ffffff;
  -webkit-background: #2e97bf !important;
  -webkit-border-radius: 4px; 
}
.form-wrapper .actions{text-align:center;}

.form-wrapper .form-columns-2 .hs-form-field:first-child .input{margin-right:20px;}

.form-section-wrapper>.row-fluid-wrapper>.row-fluid {
  display: flex;
}
.hover-image {
  background-repeat:no-repeat !important;
  background-position:center center  !important;
  background-size:cover  !important;
  position: absolute;
  top: 0px; left: 0px;
  width: 100%;
  height: 100%;
}

.press-release {
  text-align:center; 
  padding:5% 0;
}
.press-release h2{
  color:#15283E;
  font-size:30px;
  line-height:36px;
  font-weight:300;
}
.press-release h2:after {
  content: "";
  width: 25px;
  height: 3px;
  margin: 0 auto;
  display: block;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  background-color: #C2A261;
  position: relative;
}
.press-release p{
  color:#666666;
  font-size:16px;
  line-height:35px;
  width: 55% !important;
  margin: 0 auto !important;
}

.press-release-data {
  margin-top:72px; 
}
img.resize {
  border: 1px solid #CFCFCF;
}

/*404 page */

.error-body-content {
  background-color:#F5F4F1;
  padding:5% 0;
}

.error-body-content input.hs-search-field__input {
  padding-left: 10px;
  line-height:31px;
  border: 1px solid #17293E;
  height: 35.5px !important;
}
.error-body-content h1 {
  font-family: 'Cinzel', serif;
  color:#15283E;
  font-size:60px;
  font-weight:300;
  line-height:72px;
  margin: 0;
}
.error-body-content p {
  color:#666666;
  font-size:24px;
  font-weight:300;
  line-height:38px;
  margin: 0 auto;
  width: 61%;
}
@media screen and (max-width: 768px) {
  .inner-page-banner {
    width:100% !important;  
  }
  .inner-page-banner-content h1 {
    font-size: 30px;
    line-height: 40px;	
  }
  .page-navigation ul li {
    display: block;
    padding: 0;
    text-align: left;
  }
  .page-navigation li.hs-menu-item.hs-menu-depth-1:nth-child(6) {
    display: block !important;
    border:0px;
    margin:0;
    width:100%;
  }
  .how-works-sec {
    width: 100% !important; 
  }
  .center-white-sec{
    width: 100% !important; 
  }
  .inner-description:nth-child(1) {
    float: left;
    width: 100% !important;
    height: 500px !important;
    margin-right:15px;
    margin-bottom:15px;
  }
  .inner-description:nth-child(2) {
    width: 100% !important;
    float: left !important;
    height: 500px !important;
    margin-right:15px;
    margin-bottom:15px;
  }
  .inner-description:nth-child(3) {
    width: 100% !important;
    float: left!important;
    height: 300px !important;
    clear: right !important;
    margin-bottom:15px;
  }
  .inner-description:nth-child(4) {
    width: 100% !important;
    float: left!important;
    height: 500px !important;
    clear: right !important;
    margin-top:0px; 
    margin-right:15px;
    margin-bottom:15px;
  }
  .inner-description:nth-child(5) {
    width: 100% !important;
    float: left!important;
    height: 500px !important;
    margin-top:0px; 
    margin-right:15px;
    margin-bottom:15px;
  }
  .inner-description:nth-child(6) {
    width: 100% !important;
    float: left!important;
    height: 700px !important;
    margin-bottom:15px;
    margin-top:0px;
  }
  .inner-description .view-first:nth-child(1) {
    float: left;
    width: 100% !important;
    height: 100% !important;
  }
  .inner-description.view-first:nth-child(2) {
    width: 30% !important;
    width: 100% !important;
    height: 100% !important;
  }
  .inner-description.view-first:nth-child(3) {
    width: 30% !important;
    width: 100% !important;
    height: 100% !important;
    clear: right !important;
  }
  .inner-description.view-first:nth-child(4) {
    width: 100% !important;
    height: 100% !important;
    float: left!important;
    clear: right !important;
  }
  .inner-description.view-first:nth-child(5) {
    width: 100% !important;
    height: 100% !important;
    float: left!important;
  }
  .inner-description.view-first:nth-child(6) {
    width: 100% !important;
    height: 100% !important;
    float: left!important;
  }
  .memebrs {
    height: 350px;
    margin-top: 40px;
  }
  .team-sec .hs_cos_wrapper_widget_container > div {
    width: 20%;
    float: left;
  }



  .accordion-top-img {
    width:100% !important;
  }
  .pageContent {
    width:auto; 
  }

  .accordion-menu li {
    width:50%;
    float:left;
  }
  .left-list {
    margin-left: 0px !important;
  }
  li.col2.wrapper {
    margin:0px; 
  }
  .blog-right-box {
    margin-top:30px; 
  }
  .left-column {
    width:100%; 
  }
  .right-column {
    width:100%; 
  }
  button.slick-prev.slick-arrow {
    display: none !important;
  }
  button.slick-next.slick-arrow {
    display: none !important;
  }



}

@media (max-width: 767px){


  .dream-home {
    padding: 6% 6%;
  }
  .form-section-wrapper > .row-fluid-wrapper > .row-fluid {
    flex-flow: row wrap;
  }
  .form-section-wrapper .span6.widget-type-cell,
  .form-section-wrapper .span6.widget-type-cell.form-wrapper {
    width: 100% !important;
  }
  .inner-main-heading h1 {
    font-size: 35px;
    line-height: 42px;
  }
  .sub-title {
    font-size: 18px;
  }

  .small-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 !important;
  }
}



@media only screen and (min-width: 769px) and (max-width: 820px){
  .how-works-sec {
    width:100% !important; 
  }
  .footer-link-sec-4 ul li:last-child {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px){
  .span7.widget-span.widget-type-custom_widget.custom-menu-primary.js-enabled {
    width:83%; 
  }
}
@media screen and (max-width: 500px) { 
  .memebrs {
    float: none;
    height: 350px;
    margin-top: 40px;
    width: 100%;
    margin:0 auto;
  }
}

@media screen and (max-width: 600px) { 
  .accordion-menu li {
    float: left;
    width: 100%;
  }
  .ui-accordion .ui-accordion-content {
    position:relative; 
  }
}
@media (max-width: 768px) {
  .team-sec .hs_cos_wrapper_widget_container > div {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px){
  .pageContent {
    width:auto; 
  }
  .team-sec .hs_cos_wrapper_widget_container > div {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1098px){
  .container.hover-animation.inner-description {
    float: left;
    width: 47% !important;
    height:500px !important;
    margin-top: 0;
  }
  .inner-description:nth-child(6){
    margin-top:0px !important;
  }
  .memebrs {
    height: 350px;
    margin-top: 40px;
  }
  .center-white-sec {
    width:100% !important;  
  }
  .left-list {
    margin-left: 100px !important;
  }
}
@media only screen and (min-width: 1098px) and (max-width: 1200px){
  .memebrs {
    height: 350px;
    margin-top: 40px;
  }
  .team-sec .hs_cos_wrapper_widget_container > div {
    width: 33.333%;
  }
}


@media only screen and (min-width: 769px) and (max-width: 1320px){
  .our-process-sec {
    padding:0 5%; 
  }
}

.ui-icon-triangle-1-e {
  background-position: -66px 4px !important;
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png") !important;
}
.ui-icon-triangle-1-s {
  background-position: 0px 4px !important;
}
.slick-prev:before, .slick-next:before {
  color:#17293E !important;
}
.slick-prev:hover:before {
  color:#C2A261 !important;
}
.slick-next:hover:before  {
  color:#C2A261 !important; 
}
.ui-accordion .ui-accordion-content {
  overflow: visible !important;
  height:auto !important;
}

/**/
.form-wrapper .form-title {
  position: relative;
  left: -10px;
}
.dream-home .overlay p {
  font-size: 16px;
  color: #666666;
  padding-top: 15px;
}
.dream-home .overlay ul li {
  font-size: 16px;
  color: #666666;
  font-weight: 300;
}


@media (max-width:1270px){

  .custom-menu-primary .hs-menu-wrapper > ul {margin-left: 0px !important;/*margin-top:0px !important;*/ margin-bottom:0px !important;} 

}
@media (max-width:880px){

  .custom-menu-primary .hs-menu-wrapper > ul > li, .small-header .custom-menu-primary .hs-menu-wrapper > ul > li {padding: 8px 2px 30px 2px;}
  .right-login-sec{margin-top:2px;}
  .header-wrapper .right-login-sec {
    margin-top: 2px;
  }
}
@media (max-width:789px){

  .custom-menu-primary .hs-menu-wrapper > ul > li, .small-header .custom-menu-primary .hs-menu-wrapper > ul > li {padding: 8px 1.5px 30px 1.5px;}

}

@media (max-width:768px){

  .custom-menu-primary .hs-menu-wrapper > ul > li, .small-header .custom-menu-primary .hs-menu-wrapper > ul > li {padding: 0 !important; }

}


.small-header .header-wrapper .logo-sec .colored-logo img{
  width:100%;
}

@media screen and (max-width: 768px) {
  .small-header .header-wrapper .logo-sec .colored-logo img {
    width: auto !important;
  }
}

@media screen and (min-width: 1369px) {
  .small-header .header-wrapper .logo-sec .colored-logo img{    
    width: auto !important;
  }
}

a#cta_button_4669371_226d0eee-2b64-4490-a900-4c042f435481:hover {
  background-color: none !important;
  background: none !important;
}
@media (min-width: 768px) {
  .lp_form_dteam-section .page-center2 > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: stretch;
  }
}

.lp_form_dteam, .offer-holder {
  height: auto;
}

.lp_form_dteam {
  padding-bottom: 50px;
}

.block-select3 .widget-module {
  font-size: 13px;
}



/*----------- 12-1 --------------*/

h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight:bold;
  color: #666;
  font-size: 22px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}


#feature-project {
  padding-top: 5%;
}
.portfolio-detail #photos {
  padding-top: 0px;
}

.footer-link-sec-4 ul li{
  color: #666666;
  text-decoration: none;
  line-height: 36px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.footer-link-sec-4 ul a:before{
  display:none;
}
.footer-link-sec-4 ul a {
  padding-left: 0;
}
.footer-link-sec-4 ul li:last-child{
  font-size: 13px;
  line-height: 20px;
}


/*--------------------17-06----------------------*/
@media(max-width:1100px){
  .footer-right-container .footer-info-block{
    width:50% !important;
    margin:0 !important;
    padding: 0 10px 0 25px;
  }
  .footer-right-container > .row-fluid-wrapper > .row-fluid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media(max-width:1025px){
  .header-wrapper .contact-number a{
    font-size:13px;
  }
  .header-wrapper .contact-number a::before {
    left: 14px;
    top: 9px;
    font-size: 12px;
  }
}

@media(max-width:768px){
  .header-wrapper{
    position:relative;
  }
  .header-wrapper .contact-number {
    position:absolute;
    right:60px;
    top: 23px;
  }
  .header-wrapper .contact-number a{
    color:#808080;
  }
  .footer-wrapper .footer-link-sec-4{
    text-align:center;
    width: 100%;
    margin-left: 0px !important;
  }
  .footer-wrapper .footer-link-sec-4 ul{
    margin:0 !important;
  }
  .footer-wrapper .footer-link-sec-4 p{
    max-width:265px;
    margin:0 auto;
  }
  .header-wrapper .logo-sec{
    padding:0 15px !important;
  }
  .right-login-sec{display: block !important;}
  .right-login-sec .change-number a {
    position: relative;
    color: #78787a;
    right: 68px;
    top: 22px;
  }
  .right-login-sec {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
  }

}
@media(max-width:480px){
  .header-wrapper .logo-sec img{
    width: 180px !important;
    height:auto;
  }
  .about-us-new-page .form-wrapper .form-columns-2 .hs-form-field:first-child .input, .about-us-new-page fieldset .input {
    margin-right: 0 !important;
  }
  .about-us-new-page .scorll-menu ul li{
    margin: 0px 22px 0 10px;
  }

}
@media (max-width: 400px){
  .header-wrapper .contact-number {
    right: 50px;
  }
  .header-wrapper .contact-number a {
    font-size: 12px;
    padding-left: 17px;
  }
  .header-wrapper .contact-number a:before{
    font-size: 11px;
    top: 8px;
    left: 0;
  }
  .header-wrapper .logo-sec img{
    width: 160px !important;
    height:auto;
  }
  .mobile-trigger{
    top:15px;
  }
  .header-wrapper .contact-number {
    right: 55px;
    top: 15px;
  }
  .about-us-new-page.small-header .header-wrapper .logo-sec .colored-logo img {
    max-width: 120px;

  }
  .about-us-new-page .right-login-sec a{
    font-size: 11px;
  }

}
@media(max-width:400px){
  .right-login-sec .change-number a{
    top: 14px
  }
}

@media(max-width:350px){
  .footer-wrapper .social-icon-sec a i{
    height: 28px;
    width: 28px;
    line-height: 28px !important;
    font-size: 14px;
  }
  .header-wrapper .logo-sec img {
    width: 125px !important;
  }
  .header-wrapper .contact-number {
    right: 55px;
    top: 13px;
  }
  .mobile-trigger {
    top: 13.5px;
  }
}




/*--------------------------------------------  09-11-2019 -------------------------------------*/
.hero-container .hero-image img {
  width: 100% !important;
  margin-top: -150px;
}
.hero-container  {
  margin-top:-20px;
}
.hero-container  .hero-image {
  height: 60vh;
  overflow:hidden;
}
.after-hero-section-container {
  padding:80px 0 60px;
}
.after-hero-section-container .section-text {
  text-align:center;
}
.after-hero-section-container .section-text p {
  font-size: 16px;
  line-height: 35px;
  padding-bottom: 15px;
  color:#666666;
  text-align: center;
}
.after-hero-section-container .section-text ul li {
  font-size: 16px;
  line-height: 35px;
}
.scorll-menu{
  margin-top:-4px;
  background:#f3f1ea;
  text-align: center;
}
.scorll-menu .page-center {
  padding: 17px 15px;
}
.scorll-menu ul {
  padding:0;
  margin:0;
  font-size: 16px;
  line-height: 35px;
  color:#666666;
}
.scorll-menu ul li {
  list-style: none;
  display:inline-block;
  margin: 0px 22px;    
  text-align: center;
}
.scorll-menu ul li a {
  font-family: 'Montserrat',sans-serif;
  font-size: 13px;
  color:#666;
  text-transform: uppercase;
}

@media(max-width:991px){
  .after-hero-section-container {
    padding: 60px 0;
  }
}

@media(max-width:767px){
  .hero-container .hero-image img {
    margin-top: 0;
  }
  .after-hero-section-container {
    padding: 50px 0;
  }
}




/*****************************
 *        BREADCRUMBS        *
 *****************************/

.breadcrumbs {
  padding: 0.75rem 0; 
}

.breadcrumbs ul {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin: 0;
  line-height: 150%;
  color: rgba(255,255,255,0.75) !important;
  text-shadow: 2px 2px 5px #000;
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
  position: relative;
  margin: 0;
}

.breadcrumbs li:after {
  content: "/";
  display: inline-block;
  margin: 0 10px;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li a {
  color: #fff;
  text-decoration: underline !important;
  border: none !important;
}

.breadcrumbs li a:hover {
  color: rgba(255,255,255,0.75) !important;
}

.breadcrumbs li:last-child a {
  text-decoration: none !important;
  pointer-events: none;
  cursor: default;
}

.breadcrumbs li:last-child a:hover {
  color: #fff !important;
}

.breadcrumbs.breadcrumbs--dark {
  padding: 0.5rem 0 2rem;
}

.breadcrumbs.breadcrumbs--dark ul {
  color: #888888 !important;
  text-shadow: none;
}

.breadcrumbs.breadcrumbs--dark li a {
  color: #666666;
}

.breadcrumbs.breadcrumbs--dark li a:hover {
  color: #888888 !important;
}

.breadcrumbs.breadcrumbs--dark li:last-child a:hover {
  color: #666666 !important;
}