







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */









.fontWhite, .fontWhite a, .fontWhite h1, .fontWhite h2, .fontWhite h3, .fontWhite h4, .fontWhite h5, .fontWhite h6 { color:#fff; }


/* 1h. Site footer */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 16px;
}

body {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #48618a;
}

/* Paragraphs */

p { 
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  color: #191a1a;
}
img { max-width: 100%; vertical-align: middle;  }

a:hover,
a:focus {
  color: #000000;
}

a:active {
  color: #414242;
}

/* Headings */

h1 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #48618a;
  font-size: 50px;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Poppins; font-style: normal;
  color: #48618a;
  font-size: 42px;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: Poppins; font-style: normal;
  color: #48618a;
  font-size: 30px;
}

h4 {
  font-weight: 700; text-decoration: none; font-family: Poppins; font-style: normal;
  color: #48618a;
  font-size: 24px;
}

h5 {
  font-weight: 700; text-decoration: none; font-family: Poppins; font-style: normal;
  color: #000000;
  font-size: 16px;
}

h6 {
  font-weight: 700; text-decoration: none; font-family: Poppins; font-style: normal;
  color: #48618a;
  font-size: 14px;
}

@media(max-width: 991px){
  h1 { font-size: 34px }
  h2 {  font-size: 30px }
  h3 { font-size: 28px; }
  h4 { font-size: 24px;  }}
}


/* Blockquote */

blockquote {
  border-left-color: #333c4e;
}





button,a.cta_button,a.button {
  background-color: 

  
  
    
  


  rgba(72, 97, 138, 1.0)

;
  border: 1px solid #48618a;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

button:hover,
button:focus,
a.button:hover,
a.button:focus,
a.cta_button:hover,
a.cta_button:focus {
  background-color: #FFFFFF;
  border-color: 

  
  
    
  


  rgba(72, 97, 138, 1.0)

;
  color:

  
  
    
  


  rgba(72, 97, 138, 1.0)

;
}

button:active,
.button:active {
  background-color: #FFFFFF;
  border-color: 

  
  
    
  


  rgba(72, 97, 138, 1.0)

;
  color:

  
  
    
  


  rgba(72, 97, 138, 1.0)

;
}

.whiteButton a.cta_button { background-color:#FFFFFF; border-color: #FFFFFF;   color:

  
  
    
  


  rgba(72, 97, 138, 1.0)

; }


/* background images */
.bg { background-size: cover; background-position: center center; background-repeat:no-repeat }
.overlay {  position: relative; }
.overlay:before {content: '';position: absolute;width: 100%;top: 0;left: 0;height: 100%;background: rgba(34,147,215,0.5); }
.overlay > * {  position: relative;  z-index: 2; }



/* Paddings */
/*unique paddings*/

.pb10,.p10-0 { padding-bottom:10px; }
.pb20,.p20-0 { padding-bottom:20px; }
.pb30,.p30-0 { padding-bottom:30px  }
.pb40,.p40-0 { padding-bottom:40px; }
.pb50,.p50-0 { padding-bottom:50px; }
.pb60,.p60-0 { padding-bottom:60px; }
.pb70,.p70-0 { padding-bottom:70px; }
.pt10,.p10-0 { padding-top:10px; }
.pt20,.p20-0 { padding-top:20px; }
.pt30,.p30-0 { padding-top:30px  }
.pt40,.p40-0 { padding-top:40px; }
.pt50,.p50-0 { padding-top:50px; }
.pt60,.p60-0 { padding-top:60px; }
.pt70,.p70-0 { padding-top:70px; }
.pl15, .p15 { padding-left:15px; }
.pr15, .p15 { padding-right:15px; }
.pt15, .p15 { padding-top:15px; }
.pb15, .p15 { padding-bottom:15px; }
.pl0,.p0-0 { padding-left:0; }
.pr0,.p0-0 { padding-right:0; }
.pt0,.p0-0 { padding-top:0; }
.pb0,.p0-0 { padding-bottom:0; }
.p90-0  { padding-top: 90px;padding-bottom: 90px; }
.p80-0  { padding-top: 80px;padding-bottom: 80px; }
.pb90 { padding-bottom: 90px; }
.p0-10 { padding-left: 10px; padding-right: 10px  } 
.p0-20 { padding-left: 20px; padding-right: 20px  } 
.p0-30 { padding-left: 30px; padding-right: 30px  } 



/*-=-=-  Tablet Portrait and Smaller Devices -=-=-*/
@media (max-width:991px ) {

  .pb40,.p40-0 { padding-bottom:25px; }
  .pb50,.p50-0 { padding-bottom:30px; }
  .pb60,.p60-0 { padding-bottom:35px; }
  .pb70,.p70-0 { padding-bottom:40px; }
  .pt40,.p40-0 { padding-top:25px; }
  .pt50,.p50-0 { padding-top:30px; }
  .pt60,.p60-0 { padding-top:35px; }
  .pt70,.p70-0 { padding-top:40px; }
  .p90-0 { padding: 40px 0; }
  .pb90 { padding-bottom: 40px; }

}






textarea, 
input[type="text"],
input[type="number"], input[type="email"],
input[type="tel"], select { 
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-color: #D1D6DC;
  color: #48618a;
  }
form input[type="radio"]+span:before,form input[type="checkbox"]+span:before {  color:#48618a }
form input[type="radio"]:checked+span:before {  background:#48618a ; border-color:#48618a  }
form input[type="checkbox"]:checked+span:before {  border-color:#48618a; font-size:12px; background:#48618a ;  }

label.hs-error-msg {color: #f00;}


form,
.submitted-message {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(72, 97, 138, 0.1)

;
  color: #333c4e;
}

/* Form label */

form label {
  color: #48618a;
}

/* Form help text */

form legend {
  color: #48618a;
}



input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #48618a;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #48618a;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #48618a;
}

.fn-date-picker td .pika-button:hover {
  background-color: #48618a !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #48618a;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(72, 97, 138, 1.0)

;
  border: 1px solid #48618a;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #FFFFFF;
  border-color: 

  
  
    
  


  rgba(72, 97, 138, 1.0)

;
  color: 

  
  
    
  


  rgba(72, 97, 138, 1.0)

;
} 

form input[type=submit]:active,
form .hs-button:active {
  background-color: #FFFFFF;
  border-color: 

  
  
    
  


  rgba(72, 97, 138, 1.0)

;
  color:

  
  
    
  


  rgba(72, 97, 138, 1.0)

;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #48618a;
}

th,
td {
  border-color: #48618a;
  color: #48618a;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(72, 97, 138, 1.0)

;
  border-bottom-color: #48618a;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #48618a;
}

tbody + tbody {
  border-top-color: #48618a;
}



/* alignment  */
.text-left { text-align:left }
.text-center { text-align:center }
.text-right { text-align:right }






/* Header */
/* Top Header Strip */
.headerTopStrip {  background: 

  
  
    
  


  rgba(21, 86, 134, 0.73)

; }
.headerTopStrip a {  color: #FFFFFF; }
.header {background-color: 

  
  
    
  


  rgba(72, 97, 138, 0.3)

; }
.header .hs-menu-wrapper > ul > li > a {  color: #FFFFFF;  }
.header .hs-menu-wrapper ul li.hs-item-has-children > ul { background-color: #fff;  }
.header .hs-menu-wrapper ul li.hs-item-has-children>ul>li a  { color: #494A52  }
.header .hs-menu-wrapper ul li.hs-item-has-children>ul>li:hover >  a { background-color:  rgba(73, 74, 82, .04) ; color: #48618a }
.header .rightSideCTA a.cta_button { background-color: #FFFFFF; border-color: #FFFFFF;  color: #48618a  }

@media(max-width:991){
  .rightSideNavigation {  background: 

  
  
    
  


  rgba(21, 86, 134, 0.73)

; }
  a.expandMenu i { background-color: #FFFFFF }
  .rightSideNavigation { background: 

  
  
    
  


  rgba(21, 86, 134, 0.73)

; }
  .header .hs-menu-wrapper ul li.hs-item-has-children>ul>li + li  { border-top-color:

  
  
    
  


  rgba(21, 86, 134, 0.73)

  }
  .header .hs-menu-wrapper>ul>li + li {  border-top-color: 

  
  
    
  


  rgba(21, 86, 134, 0.73)

; }
}

@media(max-width: 767px){
  .header .rightSideCTA a.cta_button {  padding: 10px 15px; }

}

/* width */
.maxWidth900 {  max-width: 900px;  margin: 0 auto; }
.maxWidth660 {  max-width: 660px;  margin: 0 auto; }









.footer {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}
.footerCont i { color: #191a1a }
/* Footer Content */

.footer p,
.footer a,
.footer div,
.footer span {
  color: #48618a;
}


/*Blog */



/* Body */
.sBoxLink a svg  { stroke: #48618a  }
.quoteIcon svg path { fill: #333c4e }
.authName { color: #333c4e }
.slick-dots li button {  background: #48618a; opacity:0.2  }
.slick-dots li.slick-active button {  background: #48618a; opacity: 1 }
.slick-dots li button:before { content: ''; }
.slick-dots li button {   width: 10px;  height: 10px;  border-radius: 50%; transition:all ease 0.3s; -webkit-transition:all ease 0.3s }
.slick-dots li {  width: auto;  height: auto; }

/* Counter Module */
.numberVal { color: #48618a }
.bottomNText { color: #333c4e  }

/* Custom Link */
a.link { position: relative; display: inline-block; font-weight: 600; }
a.link:before {content: '';position: absolute;bottom: -1px;width: 50%;height: 2px;background: #48618a;left: 0;transition: all ease 0.3s;-webkit-transition: all ease 0.3s;}
a.link:hover:before { width: 100%; }

/*  FeaturedIcon */
.featuredIcon svg path {fill: #48618a;}

/* Box Module */
.BoxV1Inner { border: 1px solid rgba(51, 60, 78, .1) ; }


/* Team Listing */
.TeamCol {background: #48618a; }
.TeamRightTopTitle {color: #333c4e }












body .icon svg {
  fill: #48618a;
}

body .tns-nav button.tns-nav-active {
  background-color: #48618a;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #48618a;
}

body .team-member__description {
  background-color: #333c4e;
}


/* Blog */
a.author-link,.postDate {color: #333c4e;}
.listDetail {border-bottom-color: #333c4e;}
.postDate:before {background: #333c4e;}

.BlogTitle h4 a {color: #333c4e;}
.BlogTitle h4 a:hover {color: #48618a;}

.blogPagination ul li a {   color: #48618a; border-color: rgba(51, 60, 78, .1); }
.blogPagination ul li.active a { border-color: #48618a;background: #48618a; }



.RecentBox ,.BlogTextBox {border-bottom-color: #48618a;}
.allTagList ul li a { background-color: #48618a;color: #fff;border-color: #48618a; }
.postname a {color: #48618a }




@media (max-width: 767px){

  .listDetail { border-bottom-color: #48618a; }
}