







/* 1a. Containers */




/* 1b. Breakpoints */






/* 1c. Colors */














/* 1d. Typography */













/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */


;



/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */










































/* 1l. Tables */











/* 1m. Site Header */




















/* 1n. Site Footer */
















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

@media screen and (min-width: 1200px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 80px 0px;
}

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

/* General  */
.container {
  max-width: 1300px;
}

@media screen and (max-width: 768px) {
  .mobile-col {
    flex-direction: column;
  }
}





html {
  font-size: 16px;
}

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  color: ;
  font-size: 16px;
  overflow-x: hidden;
}

/* Paragraphs */

p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: ;
  font-size: 16px;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #fdd300;
  /* font-size: 16px; */
}
a:link {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #fdd300;
  /* font-size: 16px; */
}

a:hover, a:focus {
  font-weight: normal; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #23EDC0;
  /* font-size: 16px; */
  color: #14deb1;
}

a:visited {
  font-weight: normal; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #23EDC0;
  /* font-size: 16px; */
  color: #14deb1;
}

a.button:disabled {
  background-color: #e6e6e6;
  pointer-events: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: ;
  text-transform: none;
}



h1 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: ;
  font-size: 48px;
  text-transform: none;
  letter-spacing: 0px;
}

h2 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: ;
  font-size: 36px;
  text-transform: none;
  letter-spacing: 0px;
}

h3 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: ;
  font-size: 25px;
  text-transform: none;
  letter-spacing: 0px;
}

h4 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: ;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0px;
}

h5 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: ;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0px;
}

h6 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: ;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0px;
}



/* Lists */

ul {
  list-style-type: ;
}

ul,
ol {
  padding-left: 2.5rem;
  margin: 1.5rem 0;
}

ul li,
ol li {
  margin: 0.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Blockquote */

blockquote {
  border-left: 7px solid 

  
  
    
  


  rgba(0, 42, 57, 1)

;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  background-color: #d0d0d0;
}





/* Primary Button */

button,
.button {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(241, 71, 145, 1.0)

;
  border: 1px none #f14791;
  border-radius: 32px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  padding: 10px 50px;
  text-transform: none;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #f14791;
  color: #ffffff;
}

button:active,
.button:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(255, 255, 255, 100);
  background-color: #ffffff;
  border: 1px solid #f14791;
  border-color: #ff97e1;
}


/* Secondary Buttons */

.button.button--secondary {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  background-color: 

  
  
    
  


  rgba(241, 71, 145, 0.0)

;
  border: 1px solid #f14791;
  border-radius: 32px;
  fill: #FFFFFF;
  padding: 10px 50px;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(241, 71, 145, 0.0)

;
  border: 1px solid #f14791;
  color: #f14791;
  fill: #f14791;
}

.button.button--secondary:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(255, 151, 225, 0);
  border: 1px solid #f14791;
  border-color: #ff97e1;
  color: #ff97e1;
  fill: #ff97e1;
}



.blog.two .blog-post-item {
  box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}


/* Simple Buttons */

.button.button--simple {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  fill: #FFFFFF;
  text-transform: none;
}


.blog.two .featured-blog .post-header-title a:hover {
  color: 

  
  
    
  


  rgba(253, 211, 0, 1)

;
}

.blog .author-social-media a {
  color: 

  
  
    
  


  rgba(253, 211, 0, 1)

;
}

.blog.two .topic-link:hover {
  background: 

  
  
    
  


  rgba(0, 42, 57, 1)

;
  color: #fff;
}

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 {
  outline: 

  
  
    
  


  rgba(253, 211, 0, 1)

 auto 5px;
}


.button.button--simple:after {
  content: none;
}



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  border: none;
  color: #f14791;
  fill: #f14791;
}



.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  content: none;
}



.button.button--simple:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  border: none;
  color: #ff97e1;
  fill: #ff97e1;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 10px 50px;
}

.button.button--large {
  font-size: 18px;
  padding: 10px 50px;
}





form {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #CBE8F8;
  border-radius: 4px;
  padding: 45px 45px;
}

.hs-form-field {
  margin-bottom: 20px;
}

.submitted-message {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #CBE8F8;
  border-radius: 4px;
  padding: 45px 45px;
}

/* Form Title */

.form-title {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(#null, 1.0)

;
  border: 1px none #CBE8F8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #ffffff;
  font-size: 36px;
  padding: 24px 24px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: ;
  font-size: 16px;
  padding: 0px 0px;
}
form ul.inputs-list li input + span{
    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: ;
  font-size: 16px;
}
  
form div.in-focus > label {
  color: ;
}

label.hs-form-radio-display,
label.hs-form-checkbox-display {
  font-family: {font=Inter, font_set=GOOGLE, styles={font-family=Inter, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=16, size_unit=px, color=null, variant=null, fallback=sans-serif, style=font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=font-size: 16px;font-family: Inter, sans-serif;};
}

.hs-fieldtype-radio label,
.hs-fieldtype-checkbox label {
  color: ;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: ;
  font-size: 14px;
}

/* Inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #ffffff;
  border: 1px none #D0D0D0;
  border-radius: 4px;
  color: ;
  font-size: ;
  padding: 18px 20px;
}

input::-webkit-input-placeholder {
  color: #CBD1D6;
}

input::-moz-placeholder {
  color: #CBD1D6;
}

input:-ms-input-placeholder {
  color: #CBD1D6;
}

input:-moz-placeholder {
  color: #CBD1D6;
}

input::placeholder {
  color: #CBD1D6;
}

form .in-focus select {
  color: ;
}


/* Inputs - Checkbox/Radio */

form ul.inputs-list li input + span:before {
  border: 1px solid #CBE8F8;
  border-radius: 4px;
}

form .input ul.invalid.error > li input + span:before {
  border-color: 

  
  
    
  


  rgba(0, 42, 57, 1)

;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid ;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button:hover {
  background-color: 

  
  
    
  


  rgba(0, 42, 57, 1)

 !important;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #000c1b !important;
}

.hs-datepicker .is-today button.pika-button {
  color: #000c1b;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #FF7A6E;
}

.hs-error-msgs li,
.hs-error-msgs li label {
  color: #FF7A6E !important;
}

.hs-error-msgs li a {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Submit */



form input[type=submit],
form .hs-button {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(241, 71, 145, 1.0)

;
  border: 1px none #f14791;
  border-radius: 32px;
  color: #ffffff;
  display: inline-block;
  fill: #ffffff;
  padding: 10px 50px;
  text-transform: none;
  text-align: center;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #f14791;
  color: #ffffff;
}

form input[type=submit]:active,
form .hs-button:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(255, 255, 255, 100);
  border: 1px solid #f14791;
  border-color: #ff97e1;
}





form input[type=submit],
form .hs-button {
  font-size: 16px;
}







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
}

th,
td {
  border: 1px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(#null, 1.0)

;
  padding: 15px 15px;
}

tr:nth-child(odd) {
  background-color: rgba(241, 71, 145, .35);
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(13, 37, 71, 1.0)

;
  border-bottom: 2px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

tbody + tbody {
  border-top: 2px solid #D0D0D0;
}





/* Primary header  */

.header {
  background-color: {color=#002a39, opacity=0, rgba=rgba(0, 42, 57, 0), rgb=rgb(0, 42, 57), hex=#002a39, css=rgba(0, 42, 57, 0%)};
  border-bottom: 1px none #FFFFFF;
  box-shadow: none;
}

.header__container {
  max-width: 1300px;
}

/* Logo */

.logo-company-name {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

/* Site Navigation */

.header__main-bar {
  background-color: #002a39;
}

.header__navigation {

}

.header__menu .header__navigation .menu-link {
  color: theme.colors.primary.color;
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
  font-size: 16px;
}

.header__menu .header__navigation .menu-link:hover {
  color: theme.colors.primary.color;

  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: ;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link {
  color: ;
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    color: theme.colors.primary.color;
    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    text-transform: none;
  }
  /*   nav {
  background-color: #fff;
} */
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover {
  color: #FFFFFF;
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(241, 71, 145, 1.0)

;
}

.navigation-primary a {
  ;
  font-size: ;
  color: ;
}

.navigation-primary a:hover,
.navigation-primary a:focus {
  opacity: 1;
  ;
  font-size: ;
  color: ;
  background-color: ;
}

.navigation-primary a.active-item {
  ;
  font-size: ;
  color: ;
  background-color: ;
}






.footer {
  background-color: rgba(74, 88, 94, 1.0);
  border-top: 1px none #fdd300;
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
}

.footer__navigation a {
  color: #FFFFFF;
}

.footer__form .form-title {
  color: 

  
  
    
  


  rgba(253, 211, 0, 1)

;
}
.footer__navigation h4 {
  color: 

  
  
    
  


  rgba(253, 211, 0, 1)

;
  text-align: center;

}
.footer .footer__form label {
  color: #FFFFFF;
}

.blog.two .topic-link
{
  background: 

  
  
    
  


  rgba(253, 211, 0, 1)

;
}

easymovie {
  color: 

  
  
    
  


  rgba(253, 211, 0, 1)

;
}

.footer__form form input[type=submit], form .hs-button {
  border-radius: 32px; 
}





/* Blog Meta - Author/Avatar/Timestamp */

.blog-author__name {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

.blog-index__post__date {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Tags/Topics */
.blog-tag {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Blog Listing */

.blog-navigation .blog-navigation__text {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: ;
}

/* Blog Pagination */

.blog-pagination__link {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Blog Post */

.blog-post__title {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: ;
  font-weight: 700;
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  color: ;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

/* Recent Posts */

.blog-recent-posts .content-wrapper > h2 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 700;
}





/* Error Pages - Global */

.error-page:before {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: ;
}

.hs-search-results__title:hover {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-size: 20px;
}

/* Password Prompt */

.password-prompt input[type=password] {
  margin-bottom: 20px;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type=email] {
  margin-bottom: 20px;
  padding: 18px 20px !important;
}





/* Icon */

body .icon svg {
  fill: 

  
  
    
  


  rgba(0, 42, 57, 1)

;
  width: 16px;
}

/* Social Follow */

body .social-links__icon {
  background-color: 

  
  
    
  


  rgba(253, 211, 0, 1)

;
}

body .social-links__icon:hover,
body .social-links__icon:focus,
body .social-links__icon:active {
  background-color: 

  
  
    
  


  rgba(253, 211, 0, 1)

;
  opacity: 0.8;

}

/* Testimonial Slider */

body .tns-nav button {
  background-color: rgba(

  
  
    
  


  rgba(253, 211, 0, 1)

, 0.15);
}

body .tns-nav .tns-nav-active,
body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: 

  
  
    
  


  rgba(253, 211, 0, 1)

;


}


/** SHADOWS **/

.theme-shadow {
  box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.15); 
}  

.hs-menu-item:hover a, .hs-menu-item:focus a {
  color: #fdd300;
}

/** Border Radius **/

.theme-border-radius-card {
  border-radius: 20px; 
}

.theme-border-radius-card-left-half {
  border-radius: 20px 0px 0px 20px;
}

.theme-border-radius-card-right-half {
  border-radius: 0px 20px 20px 0px;
}

.theme-border-radius-card-top-half {
  border-radius: 20px 20px 0px 0px;
}

.theme-border-radius-button {
  border-radius: 20px; 
}

.theme-border-radius-image {
  border-radius: 20%; 
}

/* Outline */

.theme-outline {
  border: 1px solid #000000; 
}

/* ===== Common-Css-Being ===== */
* { margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
body { font-family: Inter, sans-serif; color: #10284f; }
.row-fluid [class*="span"].no-height { min-height: auto }
.container,
.row-fluid .container[class*="span"] { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; float: none; box-sizing: border-box }
.container:after,
.row-fluid .container[class*="span"]:after { clear: both; content: ""; display: table }
.row { margin-right: -15px; margin-left: -15px }
.text-center { text-align: center }
.text-left { text-align: left }
.text-right { text-align: right }
.hs_cos_wrapper_type_module { width: 100%; max-width: 100%; }
input, button, textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline: 0; border: 1px solid #ccc; background: #fff; height: 43px; padding: 0 20px; font-family: Inter, sans-serif; border-radius: 4px; font-size: 16px; width: 100% }
input[type=checkbox], input[type=radio] { width: auto; height: auto;border-radius: 4px; }
textarea { padding: 15px 20px; height: 100px; border-radius: 4px; }
input[type=submit], button { width: auto; border: 0; cursor: pointer; background: url(images/blank.png) no-repeat left top #01adf1; font-size: 17px; line-height: 24px; font-weight: 700; padding: 8px 20px; color: #fff; display: inline-block }
input[type=submit]:hover, button:hover { background-color: #00658b }
.form-title { display: none; }
form input[type=submit], form .hs-button { display: flex; justify-content: center; align-items: center; line-height: 1; background-color: #f24293; border: 1px solid #f24293; }
form input[type=submit]:hover, form .hs-button:hover { background-color: #fdd300; border: 1px solid #fdd300; }
form input[type=submit]:focus, form .hs-button:focus { background-color: #fdd300; border: 1px solid #fdd300; }
form input[type=submit]:active, form .hs-button:active { background-color: #fdd300; border: 1px solid #fdd300; }
span.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form { box-sizing: content-box !important; display: inline-block; margin: 0; vertical-align: top; width: 100%; height: auto; overflow: unset !important; }
ul.hs-error-msgs { margin: 0; padding: 0; list-style: none; float: left; width: 100% }
ul.no-list.hs-error-msgs.inputs-list { display: none; }
.hs-error-msgs li { margin: -24px 0 0 0 !important; position: absolute; }
.hs-error-msgs li label { position: relative; font-size: 12px; margin: 0; bottom: -1px; }
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module { width: 100%; display: inline-block; vertical-align: top; padding: 0; margin: 0; }
h1,h2,h3,h4,h5,h6 { font-family: Inter, sans-serif; margin-top:0; font-weight:700; margin-bottom:10px; color:#10284f; }
a { -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }

.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:45%; left:0; width:auto; height: auto; font-size:0px; color:#000000; cursor:pointer; transform: translateY(-50%);}
.slick-slider .slick-arrow.slick-prev:before{content:'\f104'; font-size:63px; line-height:30px; font-family: FontAwesome; color:white; }
.slick-slider .slick-arrow.slick-next:before{content:'\f105'; font-size:63px; line-height:30px; font-family: FontAwesome; color:white;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0px;}
.slick-slider .slick-dots{ padding-left:0px; position:absolute; left:0; right:0; bottom:20px; text-align:center;}
.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.slick-slider .slick-dots li button{width:12px; height:12px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5;} 
.slick-slider .slick-dots li.slick-active button{opacity:1;}

@media(max-width:1200px){
  .footer__container {padding: 0 15px;  }
  .container{padding-left:48px;padding-right:48px;
}
@media(max-width:991px){
  h1 {font-size: 36px;line-height: 46px;}
  h2 { font-size: 30px;line-height: 40px; }
  h3 { font-size: 24px; }
}
@media(max-width:980px){
  .footer .footer__navigation {margin: 0 auto 20px;display: block;width: 100%;}
  .footer .footer__form{width: 100%;max-width: 540px;text-align: left;}
  .footer {padding: 30px 0;}
  .footer form input[type=submit], form .hs-button {max-width: 100%;}
  .footer__top-section {margin-bottom: 1.8rem;}
  .footer__bottom-section {padding: 0;}
  .footer__bottom-section p {margin: 0;}

}
@media(max-width:767px){
  h1 {font-size: 30px;line-height: 40px;}
  h2 { font-size: 25px;line-height: 33px; }
  h3 { font-size: 21px;line-height: 30px; }
  p{margin-bottom:20px;}
}
/* ===== Common-Css-End ===== */

/* ===== Footer-Css-Being ===== */
.footer { background-color: #102750; position: relative; z-index: 1; }
.footer .footer__follow-me .social-links a.social-links__link { margin: 0; }
.footer__navigation h4 { color: #f24293; }
.footer__bottom-section a { color: #f24293; }
.footer__bottom-section h1, .footer__bottom-section h2, .footer__bottom-section h3, .footer__bottom-section h4, .footer__bottom-section h5, .footer__bottom-section h6, .footer__bottom-section p, .footer__bottom-section a, .footer__bottom-section div, .footer__bottom-section span { opacity: 0.9; }
/* ===== Footer-Css-End ===== */