







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

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





html {
  font-size: 24px;
}

body {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #494A52;
  font-size: 24px;
}

/* Paragraphs */

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

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #0270E0;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #494A52;
  font-size: 50px;
  text-transform: none;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #494A52;
  font-size: 38px;
  text-transform: none;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #494A52;
  font-size: 30px;
  text-transform: none;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #494A52;
  font-size: 24px;
  text-transform: none;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #494A52;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #F8FAFC;
}





button,
.button {
  border: 1px solid #494A52;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  text-transform: none;
}









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

/* Form title */

.form-title {
  color: #F8FAFC;
}

/* Labels */

form label {
  color: #494A52;
}

/* Help text */

form legend {
  color: #494A52;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #494A52;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #494A52;
}

::-moz-placeholder {
  color: #494A52;
}

:-ms-input-placeholder {
  color: #494A52;
}

::placeholder {
  color: #494A52;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #494A52;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #494A52;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(33, 34, 42, 1.0);
  border-color: #21222a;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(113, 114, 122, 1.0);
  border-color: ;
}





/* Table */

table {
  border: 1px solid #494A52;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #494A52;

  padding: 18px;

  border-color: ;
  color: #494A52;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #494A52;
}





.header {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: DM Sans;
}

.menu__child-toggle-icon {
  border-top-color: #494A52;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #21222a;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #21222a;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #71727a;
}

.menu__child-toggle-icon:active {
  border-top-color: #71727a;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #494A52;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #494A52;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #494A52;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #494A52;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: DM Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: #494A52;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #494A52;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #494A52;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #494A52;
}

.blog-post__tag-link {
  color: #494A52;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #21222a;
}

.blog-post__tag-link:active {
  color: #71727a;
}

/* Blog related posts */

.blog-related-posts__title a {
  color: #494A52;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: ;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: ;
}

#comments-listing .comment-reply-to:active {
  color: ;
}





.hs-search-results__title {
  ;
  color: ;
}





/* Blog listing */

.blog-index__post-title-link {
  color: ;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #494A52;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #494A52;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #21222a;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #71727a;
}

.pagination__link-icon svg {
  fill: #494A52;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #494A52;
  font-size: 30px;
}

.card__body svg {
  fill: #494A52;
}

/* Social follow */

.social-links__icon {
  background-color: #494A52;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #21222a;
}

.social-links__icon:active {
  background-color: #71727a;
  font-weight: 700; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #494A52;
  font-size: 30px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 25px;
    font-size: 19px;
    line-height: 26px;
    border-radius: 24px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #ff6600;
    /* border-color: #007bff; */
}


.button:hover, .button:focus {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    /* background-color: rgba(33, 34, 42, 1.0); */
    /* border-color: #21222a; */
}

.borderline {
	border-right: 1px solid #fff;
	margin-right: -37px;
	padding: 40px 30px;
}




@media (max-width: 3000px) {
	.header__container {
		flex-direction: column;
		padding: 0px;
		padding-bottom: 20px;
		background-color: #efefef;
	}
  
  .dnd_area-row-0-background-image {

    margin-top: -1px;
}
  
	.header__row-2 {
		display: none;
	}
	.header__logo--main {
		padding-top: 18px;
		float: left;
		margin-left: 10px;
		width: 45%;
	}
	.header__column {
		position: absolute;
		right: 10px;
		top: 22px;
	}
	.btn {
		padding: 7px 15px !important;
		font-size: 17px !important;
	}
	.mainheadt {
		color: #0c323f;
		line-height: 58px;
	}
	.mainheatp {
		color: #fff;
    font-size: 17px;
    text-shadow: 0px 0px 2px #000000;
    font-weight: bold;
	}
	#hs_cos_wrapper_dnd_area-dnd_partial-2-module-2 {
		display: block !important;
		margin-bottom: -8px !important;
		padding-bottom: 0px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
		padding-top: 30px !important;
	}
  
  body #hs_cos_wrapper_widget_1632725722224 {
    display: block !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
    padding-top: 0px !important;
    margin-bottom: -8px;
}
  
	.module2head {
		line-height: 43px;
		color: #0c323f;
	}
	.module2p {
		font-size: 19px;
		color: #0c323f;
	}
	.dnd_area-dnd_partial-2-module-1-padding>#hs_cos_wrapper_dnd_area-dnd_partial-2-module-1 {
		padding-top: 40px !important;
		padding-left: 31px !important;
		padding-right: 31px !important;
	}
	.moduleicons {
		margin-bottom: 0px;
	}
	.moduleicons img {
		width: 40px;
	}
	.moduleiconstext {
		font-size: 15px;
		display: inline-block;
		vertical-align: middle;
		width: 240px;
		padding: 0px 0px 26px 10px;
		font-weight: bold;
	}
	.module3header {
		font-size: 38px;
		font-weight: bold;
		color: #f60;
		line-height: 43px;
		margin-left: 0px;
	}
	.module3p {
		color: #fff;
		font-size: 19px;
		margin-left: 0px;
	}
	.module4head {
		font-size: 33px;
		line-height: 43px;
		color: #fff;
	}
	.module4p {
		color: #fff;
		font-size: 19px;
	}
	.module4imgs {
		width: 130px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.module4imgstext {
		font-size: 24px;
		text-align: center;
		margin-top: -10px;
		color: #78D1CD;
	}
	.module4imgs1 {
		width: 130px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.module4imgstext1 {
		font-size: 24px;
		text-align: center;
		margin-top: -10px;
		color: #78D1CD;
	}
	.module4imgsfull {
		border-right: 1px solid #666666;
		float: left;
		width: 50%;
	}
	.module4imgsfull1 {
		float: left;
		width: 50%;
	}
	.borderline {
		border-right: 0px solid #fff;
		margin-right: 0px;
		padding: 0px 7px;
	}
	.part1,
	.part2 {
		width: 100% !important;
		float: left;
	}
	.sliderheight {
		height: unset;
		width: 100%;
	}
	.part {
		height: unset !important;
		width: 100% !important;
		overflow: hidden;
	}
	.part2 {
		padding: 31px 31px 0 31px !important;
		background-color: #efefef;
	}
  .part3 a {
    margin: 0 31px 30px 31px !important;
  }
	.part2 h3 {
		font-weight: 700;
		text-decoration: none;
		font-family: 'DM Sans', sans-serif;
		font-style: normal;
		color: #FF4800;
		font-size: 27px;
		text-transform: none;
		margin-bottom: 10px;
	}
	.part2 h1 {
		font-weight: 700;
		text-decoration: none;
		font-family: 'DM Sans', sans-serif;
		font-style: normal;
		color: #0c323f;
		font-size: 38px;
		text-transform: none;
		line-height: 43px;
	}
	.part2 p {
		font-size: 17px;
		color: #0c323f;
		font-weight: normal;
	}
	.prev {
		bottom: 30px !important;
		right: 20% !important;
		color: #666666 !important;
		border: 1px solid #666666 !important;
	}
	.next {
    bottom: 30px !important;
		right: 10% !important;		
		color: #666666 !important;
		border: 1px solid #666666 !important;
	}
	.slideshow-container {
		max-width: 100%;
		position: relative !important;
		margin: auto !important;
		height: auto !important;
		overflow: auto !important;
	}
	#hs_cos_wrapper_widget_1632590696825 {
		background-color: #efefef;
	}
	body #hs_cos_wrapper_module_16325592877558 {
		display: block !important;
		padding-left: 0px !important;
		padding-top: 0px !important;
	}
	#hs_cos_wrapper_module_16325592877558 .hs-submit {
		text-align: center!important;
		margin-top: 40px;
	}
	form input[type=checkbox],
	form input[type=radio] {
		cursor: pointer;
		margin-right: .35rem;
		height: 24px;
		width: 21px;
	}
	body #hs_cos_wrapper_module_16325592877558 input[type="submit"] {
		background-color: #ff6600 !important;
		background-image: none !important;
		border-radius: 30px !important;
		border-width: 0px !important;
		margin-top: -46px !important;
		float: revert;
		width: 70%;
	}
	body .legal-consent-container .hs-form-booleancheckbox-display>span,
	body .legal-consent-container .hs-form-booleancheckbox-display>span p {
		margin-left: 1rem !important;
		font-size: 18px !important;
		margin-left: 0px !important;
		line-height: 24px;
	}
	body #hs_cos_wrapper_module_16325592877558 .hs-submit {
		text-align: center!important;
	}
	.dnd-section,
	.content-wrapper--vertical-spacing {
		padding: 40px 1rem;
	}

   .btntop {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 15px !important;
    font-size: 18px !important;
    line-height: 26px;
    border-radius: 24px;
}
  
 
  .mobileside2{
    padding:36px;}
  .dnd_area-dnd_partial-1-module-3-padding > #hs_cos_wrapper_dnd_area-dnd_partial-1-module-3 {
    padding-top: 36px !important;
    padding-bottom: 0px !important;
    padding-right: 26px;
}
  .module3p img{
  width: 87px !important;}
  
  .tcou {
    margin-top: 44px;
    text-align: center;
    font-size: 15px;
    color: #78d1cd;
    padding: 0px 24px;
}
  .footer h3 {
    font-size: 18px;
    line-height: 33px;
    font-weight: normal;
    color: #fff;
    margin-left: 0;
}
  
  
}

@media (max-width: 2600px)and (min-width: 1350px) {
  
  
  .tcou {
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    color: #78d1cd;
    padding: 0px 120px;
}
  
  body #hs_cos_wrapper_widget_1632725722224 {
   display: block !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
    padding-top: 1px !important;
    margin-bottom: -8px;
}
  body .dnd_area-dnd_partial-1-column-2-row-0-padding {
    padding-bottom: 161px !important;
    padding-top: 161px !important;
    margin-left: -51px;
}
  .ico1{
    width: 50%;
    float: left;
    margin-left: -46px;
}
  .ico2{
    width: 50%;
    float: left;
}
  .mobileside2 {
   padding-top: 70px !important;
    padding-left: 67px !important;
    padding-right: 55px !important;
}
  .moduleicons {
    margin-bottom: 0px;
    margin-left: 44px;
    width: 299px;
}
  
 
    
  
  
  .row-fluid .span6 {
    width: 50%;
}
  .row-fluid [class*='span'] {
    display: block;
    float: left;
    
    min-height: 1px;
    margin-left: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
	.dnd-section,
	.content-wrapper--vertical-spacing {
		padding: 40px 1rem;
	}
	.header {
		background-color: rgb(239 239 239);
	}
	.header__column {
		position: absolute;
		/* right: 168px; */
		top: 1px;
		padding-right: 50px;
	}
	.mainheatp {
		color: #fff;
		font-size: 20px;
		text-shadow: 2px 0 6px #00000087;
    padding-right: 147px;
	}
	
	.btn {
		padding: 9px 23px !important;
		font-size: 17px !important;
	}
	#hs_cos_wrapper_dnd_area-dnd_partial-2-module-2 {
		display: block !important;
		margin-bottom: -8px !important;
		padding-bottom: 0px !important;
		padding-left: 130px !important;
		padding-right: 130px !important;
		padding-top: 115px !important;
	}
	body .dnd_area-dnd_partial-2-module-1-padding>#hs_cos_wrapper_dnd_area-dnd_partial-2-module-1 {
		padding-top: 42px !important;
		padding-left: 66px !important;
		padding-right: 31px !important;
	}
	#hs_cos_wrapper_module_16324853486582 {
		display: block !important;
		padding-left: 0px !important;
		margin-left: -40px;
	}

	.module3header {
		font-size: 42px;
		font-weight: bold;
		color: #f60;
		line-height: 43px;
		margin-left: 10px;
	}
	.module3p {
		color: #fff;
		font-size: 22px;
		margin-left: 10px;
		width: 472px;
	}
	.module3p img {
    width: 115px !important;
}
	.module4head {
		font-size: 42px;
		line-height: 43px;
		color: #fff;
		margin-bottom: 40px;
	}
	.module4p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 33px;
}
	.module4imgsfull {
		border-right: 1px solid #666666;
		float: left;
		width: 50%;
	}
	.module4imgs {
    width: 130px;
    margin-left: auto;
    margin-right: 32px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
}
	.module4imgstext {
		font-size: 24px;
		text-align: center;
		margin-top: -10px;
		color: #78D1CD;
		margin-left: 233px !important;
	}
	.module4imgstext1 {
		font-size: 24px;
		text-align: center;
		margin-top: -10px;
		color: #78D1CD;
	}
	.module4imgsfull1 {
    float: left;
    width: 21%;
}
	.sliderheight {
    height: unset;
    width: 100%;
}
	.part {
		height: unset !important;
		width: 50% !important;
		overflow: hidden;
	}
	.part2 {
    padding: 72px 72px 0 67px !important;
    background-color: #efefef;
  }
  .part3 a {
    margin: 0 72px 50px 67px !important;
  }
	.part2 p {
    font-size: 21px;
    color: #0c323f;
    font-weight: normal;
    margin-top: 20px;
}
	.part2 h1 {
		font-weight: 700;
		text-decoration: none;
		font-family: 'DM Sans', sans-serif;
		font-style: normal;
		color: #0c323f;
		font-size: 45px;
		text-transform: none;
		line-height: 55px;
		margin-top: 30px;
		margin-bottom: 0px;
  /*  min-height: 165px; */
	}
	.prev {
		bottom: 75px !important;
		right: 10% !important;
		color: #666666 !important;
		border: 1px solid #666666 !important;
		width: 46px !important;
		height: 46px !important;
		text-align: center !important;
		padding: 10px !important;
	}
	.next {
		right: 5% !important;
		bottom: 75px !important;
		color: #666666 !important;
		border: 1px solid #666666 !important;
		width: 46px !important;
		height: 46px !important;
		text-align: center !important;
		padding: 10px !important;
	}
	body #hs_cos_wrapper_dnd_area-dnd_partial-1-module-3 {
		display: block !important;
		padding-top: 0px !important;
	}
	.cell_1632499245136-vertical-alignment>div {
		flex-shrink: 0 !important;
		margin-left: -12px;
		padding: 42px 0px;
	}
	#hs_cos_wrapper_dnd_area-dnd_partial-5-module-2 {
		display: block !important;
		padding-bottom: 16px !important;
		margin-top: 41px;
	}
	.cell_1632559307417-vertical-alignment>div {
		flex-shrink: 0 !important;
		margin-top: 0px;
		margin-left: -109px;
		padding: 0px 96px 0px 0px;
	}
	.module2head {
		line-height: 53px;
		color: #0c323f;
		font-size: 46px;
	}
	.module2p {
		font-size: 22px;
		color: #0c323f;
		font-weight: normal;
	}
	.cell_16325592877554-vertical-alignment>div {
		flex-shrink: 0 !important;
		margin-top: 37px;
		margin-left: 48px;
		margin-right: -26px;
	}
.borderline {
    border-right: 1px solid #fff;
    margin-right: -121px;
    padding: 60px 89px 83px 105px;
}
	body #hs_cos_wrapper_module_16325592877558 input[type="submit"] {
		background-color: #ff6600 !important;
		background-image: none !important;
		border-radius: 30px !important;
		border-width: 0px !important;
		margin-top: -80px !important;
		float: right;
		width: 29%;
	}
	body .legal-consent-container .hs-form-booleancheckbox-display>span,
	body .legal-consent-container .hs-form-booleancheckbox-display>span p {
		margin-left: 1rem !important;
		font-size: 18px !important;
		margin-left: 0px !important;
		line-height: 24px;
		margin-top: 33px;
		/* border: 0px solid; */
	}
	form input[type=submit],
	form .hs-button {
		border: 1px solid #494A52;
		padding-top: 15px;
		padding-right: 37px;
		padding-bottom: 15px;
		padding-left: 37px;
		font-family: 'DM Sans', sans-serif;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		background-color: rgba(73, 74, 82, 1.0);
		border-radius: 6px;
		color: #FFFFFF;
		font-size: 22px;
		text-transform: none;
	}
	.footer p,
	.footer h1,
	.footer h2,
	.footer h3,
	.footer h4,
	.footer h5,
	.footer h6,
	.footer label,
	.footer span,
	.footer li,
	.footer img {
		color: #494A52;
		margin: 7px -5px;
	}
	.footer img {
		margin-left: 5px;
		margin-bottom: 0px;
	}
	.footer h3 {
		font-size: 15px;
		line-height: 31px;
		font-weight: normal;
	}
	.content-wrapper {
		max-width: 1600px;
	}
	.header__container {
		flex-direction: column;
		padding: 0px;
		padding-bottom: 20px;
		background-color: #efefef;
		padding-left: 50px;
	}
  
  
  #hs_cos_wrapper_widget_1632590696825 {
    background-color: #efefef;
    height: unset;
    overflow: hidden;
}
 .slideshow-container {
    
    margin-bottom: -9px !important;
}
  
  .footer h3 {
    font-size: 18px;
    line-height: 33px;
    font-weight: normal;
    color: #fff;
    margin-left: 0;
}
    
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1023px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    
    body .dnd_area-dnd_partial-1-column-2-row-0-padding {
    padding-bottom: 63px !important;
    padding-top: 30px !important;
    margin-left: -23px;
    
}
    
    .header__column {
    position: absolute;
    right: 10px;
    top: 0px;
}
    
    body .dnd_area-dnd_partial-2-module-1-padding>#hs_cos_wrapper_dnd_area-dnd_partial-2-module-1 {
    padding-top: 0px !important;
    padding-left: 12px !important;
    padding-right: 0px !important;
}
  .module2head {
    line-height: 37px;
    color: #0c323f;
    font-size: 35px;
    margin-bottom: 11px;
    margin-top: 36px;
    padding-left: 34px;
}
    .mobileside2 {
    padding: 0px;
   
}
   .module2p {
    font-size: 15px;
    color: #0c323f;
    font-weight: normal;
    padding-left: 0px;
    padding-right: 10px;
}
    .moduleicons {
    margin-bottom: 5px;
    margin-left: 0px;
    width: 180px;
}
    .moduleicons img {
    width: 28px;
}
    .moduleiconstext {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    padding: 0px 0px 18px 0px;
    font-weight: bold;
}
    
    .module4imgs {
    width: 130px;
    margin-left: auto;
    /* margin-right: auto; */
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 51px;
}
    .module4imgstext {
    font-size: 24px;
    text-align: center;
    margin-top: -10px;
    color: #78D1CD;
    margin-left: 113px !important;
}
    
    .ico1{
    width: 50%;
    float: left;
}
    
    .ico2{
    width: 50%;
    float: left;
}
   body #hs_cos_wrapper_widget_1632725722224 {
    display: block !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
    padding-top: 60px !important;
    margin-bottom: -8px;
}

    .cell_1632499245136-vertical-alignment > div {
    flex-shrink: 0 !important;
    width: 132%;
}
    
    .module3p img {
    width: 115px !important;
    }
    
    
   .tcou {
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    color: #78d1cd;
    padding: 0px 106px;
}
    
  .module4p {
    color: #fff;
    font-size: 19px;
    padding: 0px 75px;
}
    
   #hs_cos_wrapper_dnd_area-dnd_partial-2-module-2 {
    display: block !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 132px !important;
    width: 28%;
    position: absolute;
}
    
    .cell_1632482260740-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: 83% !important;
}
    
    .part2 {
      width: 100% !important;
      float: left;
      padding: 23px 23px 0 23px !important;
    }
    .part3 a {
        margin: 0 23px 30px 23px !important;
    }
    .part2 h1 {
    font-weight: 700;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    color: #0c323f;
    font-size: 31px;
    text-transform: none;
    line-height: 32px;
    margin-bottom: 15px;
}
    
    .next {
      bottom: 30px !important;
      right: 5% !important;      
    }
    .prev {
      bottom: 30px !important;
      right: 12% !important;
    }
   #hs_cos_wrapper_widget_1632590696825 {
    background-color: #efefef;
    height: auto;
    overflow: hidden;
}
    .part2 p {
    font-size: 16px;
    color: #0c323f;
    font-weight: normal;
    margin-top: 15px;
}
    
   .borderline {
    border-right: 1px solid #fff;
    margin-right: -37px;
    padding: 10px 0px 59px 0px;
}
   .m2h {
    padding-left: 0px !important;
    margin-top: 50px;
    margin-bottom: 19px;
    width: 90%;
    font-size: 34px;
}
    
    .m2p{
    
    font-size: 16px;
    color: #0c323f;
    font-weight: normal;
    padding-left: 9px;
    padding-right: 128px;
    
    }
    
    
    
    
    
    
    .cell_16325592877554-vertical-alignment>div {
    flex-shrink: 0 !important;
    margin-top: -1px;
    margin-left: -10px;
    margin-right: -6px;
}
    body #hs_cos_wrapper_module_16325592877558 input[type="submit"] {
    background-color: #ff6600 !important;
    background-image: none !important;
    border-radius: 30px !important;
    border-width: 0px !important;
    margin-top: -15px !important;
    float: right;
    width: 63%;
}
    body .legal-consent-container .hs-form-booleancheckbox-display>span p {
    margin-left: 1rem !important;
    font-size: 18px !important;
    margin-left: 0px !important;
    line-height: 24px;
    margin-top: 33px;
    /* border: 0px solid; */
}
    
    #hs_cos_wrapper_module_16325592877558 input[type="text"] {
    border-radius: 0px !important;
    border-width: 0px !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    margin-bottom: -12px;
}
    
    #hs_cos_wrapper_module_16325592877558 input[type="email"] {
    border-radius: 0px !important;
    border-width: 0px !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    margin-bottom: -11px;
}
    #hs_cos_wrapper_module_16325592877558 input[type="tel"] {
    border-radius: 0px !important;
    border-width: 0px !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    margin-bottom: -11px;
}
    
    .footer span, .footer li, .footer img {
    color: #494A52;
    margin: 7px 0px;
}
    
    
   .part {
    height: unset !important;
    width: 50% !important;
    overflow: hidden;
}
    .sliderheight {
    height: 56vh;
    width: auto;
    margin-bottom: -8px;
}
    
    .module4imgstext {
    font-size: 24px;
    text-align: center;
    margin-top: -10px;
    color: #78D1CD;
    margin-left: 137px !important;
}
    
    .module4imgsfull1 {
    float: left;
    width: 32%;
}
    
    
}

@media screen 
  and (min-device-width: 481px) 
  and (max-device-width: 767px) {

body .dnd_area-row-4-background-image {
    background-image: none !important;
    background-size: cover !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-color: #01696d;
}
   body #hs_cos_wrapper_widget_1632725722224 {
    display: block !important;
    padding-left: 10px!important;
    padding-right: 10px !important;
    padding-top: 10px !important;
}
    
    .ico1{
    width: 50%;
    float: left;
}
    .ico2{
         width: 50%;
    float: left;
    

}
.mainheadt {
    color: #0c323f;
    line-height: 58px;
    width: 52%;
}
.mainheatp {
    color: #fff;
    font-size: 17px;
    text-shadow: 2px 0 6px #00000087;
    width: 52%;
}
.module3p {
    color: #fff;
    font-size: 19px;
    margin-left: 10px;
    width: 53%;
}
.module4imgsfull1 {
    float: left;
    width: 33%;
}
.module4imgsfull {
    border-right: 1px solid #666666;
    float: left;
    width: 32%;
    margin-left: 122px;
}
.part2 h1 {
  width: 100%;}
.footer h3 {
    font-size: 18px;
    line-height: 33px;
    font-weight: normal;
    color: #fff;
    margin-left: 0;
}

    

}



@media screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1350px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    
    
   
    body .dnd_area-dnd_partial-2-module-1-padding>#hs_cos_wrapper_dnd_area-dnd_partial-2-module-1 {
    padding-top: 42px !important;
    padding-left: 26px !important;
    padding-right: 6px !important;
}
    
    #hs_cos_wrapper_widget_1632590696825 {
    background-color: #efefef;
    height: 100vh;
    overflow: hidden;
}
    
   .mobileside2 {
    padding: 66px 44px;
    margin-left: 0px;
}
    .ico1{
    width: 50% !important;
    float: left;
}
    
    .ico2{
    width: 50% !important;
    float: left;
}
    
    .moduleiconstext {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    padding: 0px 0px 22px 2px;
    font-weight: bold;
}
    
    body #hs_cos_wrapper_widget_1632725722224 {
    display: block !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
    padding-top: 2px !important;
    margin-bottom: -8px;
}
    
    .module2head {
    line-height: 35px;
    color: #0c323f;
      margin-bottom: 15px;
}
    .module2p {
    font-size: 19px;
    color: #0c323f;
    margin-bottom: 21px;
}
    .header__column {
    position: absolute;
    right: 10px;
    top: 0px;
}
    .dnd_area-dnd_partial-1-column-2-row-0-padding {
    padding-bottom: 88px;
    padding-top: 88px;
}
    .module4imgsfull1 {
    float: left;
    width: 26%;
}
    .module4imgsfull {
    border-right: 1px solid #666666;
    float: left;
    width: 50%;
    padding-left: 210px;
}
    .tcou {
    margin-top: 41px;
    text-align: center;
    font-size: 17px;
    color: #78d1cd;
    padding: 0px 224px;
}
    .footer h3 {
    font-size: 19px;
    line-height: 36px;
    font-weight: normal;
    color: #fff;
    margin-left: -5px;
}
    
    
    
}

@media screen 
  and (min-device-width: 1601px) 
  and (max-device-width: 2400px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
.header__container {
    flex-direction: column;
    padding: 0px;
    padding-bottom: 13px;
    background-color: #efefef;
    padding-left: 0px;
}
    
.header__column {
    position: absolute;
    /* right: 168px; */
    top: 1px;
    padding-right: 154px;
}
    
    .mainheadt {
    color: #0c323f;
    line-height: 58px;
    font-size: 76px;
}
    .mainheatp {
    color: #fff;
    font-size: 32px;
    text-shadow: 2px 0 6px #00000087;
    padding-right: 3px;
}
    .btn {
    padding: 22px 55px !important;
    font-size: 25px !important;
      border-radius: 35px !important;
}
    
    body .dnd_area-dnd_partial-1-column-2-row-0-padding {
    padding-bottom: 270px !important;
    padding-top: 270px!important;
    margin-left: -260px;
}
    .module2head {
    line-height: 69px;
    color: #0c323f;
    font-size: 76px;
}
    .module2p {
    font-size: 31px;
    color: #0c323f;
    font-weight: normal;
}
    
    .moduleicons img {
    width: 57px;
}
    .moduleiconstext {
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    width: 278px;
    padding: 0px 0px 47px 10px;
    font-weight: bold;
}
    .moduleicons {
    margin-bottom: 0px;
    margin-left: 44px;
    width: 360px;
}
    
    .mobileside2 {
    padding-top: 70px !important;
    padding-left: 80px !important;
    padding-right: 6px !important;
}
    
    
    .module3header {
    font-size: 76px !important;
    font-weight: bold;
    color: #f60;
    line-height: 87px;
    margin-left: -230px;
}
    
    
    .module3p {
    color: #fff;
    font-size: 31px;
    margin-left: -230px;
    width: 616px;
}
    
    .module3p img {
    width: 150px !important;
    }
    
    body .dnd_area-row-3-max-width-section-centering > .row-fluid {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
    
    .module4p {
    color: #fff;
    font-size: 31px;
    margin-bottom: 33px;
    padding: 0px;
}
    
    
    .module4head {
    font-size: 76px;
    line-height: 59px;
    color: #fff;
    margin-bottom: 40px;
}
    .module4imgs {
    width: 134px;
    margin-left: auto;
    margin-right: 32px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
}
    
    .module4imgs1 {
      width: 319px;}
    
    
    .tcou {
    margin-top: 40px;
    text-align: center;
    font-size: 25px;
    color: #78d1cd;
 
}
    
    .part2 h3 {    
    font-size: 40px;
    }
    
    .part2 h1 {
    font-weight: 700;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    color: #0c323f;
    font-size: 66px;
    text-transform: none;
    line-height: 85px;
    margin-top: 30px;
    margin-bottom: 0px;
    /* min-height: 319px; */
}
    .part2 p {
    font-size: 31px;
    color: #0c323f;
    font-weight: normal;
    margin-top: 20px;
}
    .part2 {
    padding: 72px 143px 0 80px !important;
    background-color: #efefef;
    }
    
    .part3 a {
      margin: 0 0 50px 80px !important;
    }
    .prev {
      bottom: 120px !important;
      right: 15% !important;
      color: #666666 !important;
      border: 2px solid #666666 !important;
      width: 55px !important;
      height: 55px !important;
      text-align: center !important;
      padding: 14px !important;
    }
    .next {
      bottom: 120px !important;
      right: 10% !important;      
      color: #666666 !important;
      border: 2px solid #666666 !important;
      width: 55px !important;
      height: 55px !important;
      text-align: center !important;
      padding: 14px !important;
    }
    
    .cell_1632559307417-vertical-alignment>div {
    flex-shrink: 0 !important;
    margin-top: 0px;
    margin-left: -349px;
    padding: 0px 99px 0px 0px;
}
      
    
  .module2head {
    line-height: 88px;
    color: #0c323f;
    font-size: 76px;
}
    .borderline {
    border-right: 1px solid #fff;
    margin-right: -121px;
    padding: 32px 89px 32px 105px;
}
    
    
    .cell_16325592877554-vertical-alignment>div {
    flex-shrink: 0 !important;
    margin-top: 37px;
    margin-left: 80px;
    margin-right: -238px;
}
    
    
    .footer span, .footer li, .footer img {
    color: #494A52;
    margin: 0px 0px;
}
  .footer h3 {
   
    margin: 7px -28px;
}
    
    .footer h3 {
    font-size: 21px;
    line-height: 36px;
    font-weight: normal;
    color: #fff !important;
    margin-left: -183px;
}
    
    
  
}

.btntop{
display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 25px;
    font-size: 19px;
    line-height: 26px;
    border-radius: 24px;
}

.btntop-primary{
  color: #0C323F;
    background-color: #78D1CD;
  font-weight:bold;
    /* border-color: #007bff; */
}




/*Additional Class*/

@media screen 
  and (min-device-width: 1350px) 
  and (max-device-width: 2599px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    
    .sliderheight {
   
    margin-bottom: -8px;
}
  
    body .dnd_area-row-0-padding {
    padding-top: 255px !important;
    padding-bottom: 239px !important;
    padding-right: 26px;
    margin-left: -51px;
}

.widget_1632786697185-flexbox-positioning > div {
    max-width: 100%;
    flex-shrink: 0 !important;
    margin-bottom: -8px !important;
}

.cell_16327872918363-vertical-alignment > div {
    flex-shrink: 0 !important;
    padding: 47px 0px;
}
.module4head {
   
    margin-top: 40px;
}
.module4p {
    
    margin-bottom: 47px;
}

.tcou {
    margin-top: 46px;
  margin-bottom: 86px;
}
.borderline {
    border-right: 1px solid #fff;
    margin-right: -23px;
    padding: 60px 50px 83px 13px;
 
}

form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    display: inline-block;
    font-size: .875rem;
    padding: 12px;
    width: 100%;
  border-radius: 0px;
    border: 0px;
}

#hs_cos_wrapper_widget_1632790060106 {
    border-style: none !important;
    border-width: 0px !important;
    display: block !important;
    padding-right: 20px;
    margin-left: 43px;
}
form .hs_submit.hs-submit {
    text-align: center;
}
form input[type=submit], form .hs-button {
   background-color: #ff6600 !important;
    background-image: none !important;
    border-radius: 30px !important;
    border-width: 0px !important;
/*     margin-top: -177px !important;
    float: right; */
    width: 29%;
}

.legal-consent-container~.hs_recaptcha {
    margin-top: 44px !important;
}


}



@media screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1349px) 
  and (-webkit-min-device-pixel-ratio: 1) { 

.header {
    background-color: rgb(239 239 239);
}


    
   #hs_cos_wrapper_widget_1632786697185_ {
    display: block !important;
    padding-left: 11px !important;
    padding-right: 11px;
    padding-top: 70px !important;
    margin-bottom: 8px;
    background-color: #f3f3f3;
}
    
    #hs_cos_wrapper_widget_1632786697185_ img {
    margin-bottom: -8px;
}
.part {
    height: unset !important;
    width: 50% !important;
    overflow: hidden;
}
    
    .prev {
    bottom: 25px !important;
    right: 43% !important;
    color: #666666 !important;
    border: 1px solid #666666 !important;
}
    .next{
       bottom: 25px !important;
    }
    
    .module2head {
    line-height: 45px;
    color: #0c323f;
    margin-bottom: 15px;
}
    #hs_cos_wrapper_widget_1632790060106 {
    
    padding-right: 0px;
    margin-left: 23px;
}
    
    form input[type=submit], form .hs-button {
    padding-right: 10px;
   
    padding-left: 10px;
    width: 29%;
}
  .part2 {
    padding: 66px 44px 0 44px !important;
    background-color: #efefef;
  }
  .part3 a {
    margin: 0 44px 50px 44px !important;
  }    
	.part2 p {
    font-size: 19px;
    color: #0c323f;
    font-weight: normal;
    margin-top: 10px;
}
	.part2 h1 {
		font-weight: 700;
		text-decoration: none;
		font-family: 'DM Sans', sans-serif;
		font-style: normal;
		color: #0c323f;
		font-size: 38px !important;
		text-transform: none;
		line-height: 40px !important;
		margin-top: 20px;
		margin-bottom: 0px;
    /* min-height: 165px; */
	}
	.prev {
		bottom: 40px !important;
		right: 10% !important;
		color: #666666 !important;
		border: 1px solid #666666 !important;
		width: 36px !important;		
		height: 36px !important;
		text-align: center !important;
		padding: 6px !important;
	}
	.next {
		right: 6% !important;
		bottom: 40px !important;
		color: #666666 !important;
		border: 1px solid #666666 !important;
		width: 36px !important;
		;
		height: 36px !important;
		;
		text-align: center !important;
		;
		padding: 6px !important;
	}

}

@media screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1023px) 
  and (-webkit-min-device-pixel-ratio: 1) { 

body .dnd_area-row-0-padding {
   padding-top: 180px !important;
    padding-bottom: 130px !important;
    padding-right: 26px;
    margin-left: 0px;
}
.mobileside2 {
    padding: 0px;
    margin-left: 23px;
}
    #hs_cos_wrapper_widget_1632786697185_{
   display: block !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
    padding-top: 74px !important;
    margin-bottom: 8px;
    background-color: #f3f3f3;
    }
    
     #hs_cos_wrapper_widget_1632786697185_ img{
       margin-bottom: -8px;
}
    .cell_16327872918363-vertical-alignment > div {
    flex-shrink: 0 !important;
    padding: 47px 0px;
    width: 132%;
}
    
    .borderline {
    border-right: 1px solid #fff;
    margin-right: -35px;
    padding: 10px 0px 16px 0px;
}
    
    #hs_cos_wrapper_widget_1632790060106 {
    border-style: none !important;
    border-width: 0px !important;
    display: block !important;
    padding-right: 20px;
    margin-left: 3px;
}
    body .legal-consent-container .hs-form-booleancheckbox-display>span p {
    margin-left: 1rem !important;
    font-size: 15px !important;
    margin-left: 0px !important;
    line-height: 24px;
    margin-top: 33px;
    /* border: 0px solid; */
}
    

    form input[type=submit], form .hs-button {
    background-color: #ff6600 !important;
    background-image: none !important;
    border-radius: 30px !important;
    border-width: 0px !important;
    margin-top: 0px !important;
    float: right;
    width: 98%;
}

    .m2p {
    font-size: 16px;
    color: #0c323f;
    font-weight: normal;
    padding-left: 0px;
    padding-right: 37px;
}
    
   
.footer h3 {
    font-size: 15px !important;
    line-height: 0px !important;
    font-weight: normal;
    color: #fff !important;
    margin-left: 0px !important;
}
    /*TEXT*/
    .module2head {
    line-height: 37px;
    color: #0c323f;
    font-size: 35px;
    margin-bottom: 11px;
    margin-top: 36px;
    padding-left: 0px;
}
    
   
    form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    display: inline-block;
    font-size: .875rem;
    padding: 12px;
    width: 100%;
    border-radius: 0px;
    border: 0px;
}
    .widget_1632786697185-flexbox-positioning > div {
    margin-bottom: -8px !important;
}
    
    .teama{
margin-left: 10px;
    margin-right: 10px;
}.teama h2{
    font-size: 42px;
    font-weight: bold;
    color: #78d1cd;
    line-height: 43px;
  text-align: center;
}
.teama p{
    color: #f60;
    font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 60px;
  padding: 0 95px !important;

}
.teamp {
    width: 50% !important;
  float: left;
  margin-bottom: 20px;
}
.tname{
color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 15px !important;
    display: inline-block;
    vertical-align: middle;
    width: 63%  !important;
    padding: 0px 0px 1px 10px;
    margin-top: -15px;
}

.tpos{
color: #78d1cd;
    font-weight: normal;
    text-align: left;
    font-size: 12px !important;
    display: inline-block;
    vertical-align: middle;
    width: 63%  !important;
    padding: 0px 0px 5px 10px;
    margin-top: -40px !important;
}

.tdes {
   color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 10px !important;
    display: inline-block;
    vertical-align: middle;
    width: 63%  !important;
    padding: 0px 0px 26px 10px;
    margin-top: -26px  !important;
}
.tdes a {
    color: #f7f7f7 !important;
}

.timg{
float:left;
margin-right: 10px;
}

.timg img{
    width: 90px !important;
}


   
}

@media screen 
  and (min-device-width: 250px) 
  and (max-device-width: 380px) 
  and (-webkit-min-device-pixel-ratio: 1) {

.timg {
    float: left;
    margin-right: 7px !important;
    margin-left: -15px !important;
}

.tname {
   
    width: 73% !important;
    
}

}

@media screen 
  and (min-device-width: 250px) 
  and (max-device-width: 480px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    
    
       .teama{
margin-left: 10px;
    margin-right: 10px;
}.teama h2{
    font-size: 42px;
    font-weight: bold;
    color: #78d1cd;
    line-height: 43px;
  text-align: center;
}
.teama p{
    color: #f60;
    font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
  padding: 0 1px !important;

}
.teamp {
    width: 100% !important;
  float: left;
  margin-bottom: 20px;
}
.tname{
color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 15px !important;
    display: inline-block;
    vertical-align: middle;
    width: 69%  !important;
    padding: 0px 0px 1px 10px;
    margin-top: -15px;
}

.tpos{
color: #78d1cd;
    font-weight: normal;
    text-align: left;
    font-size: 12px !important;
    display: inline-block;
    vertical-align: middle;
    width: 63%  !important;
    padding: 0px 0px 5px 10px;
  line-height: 12px;
    margin-top: -40px !important;
}

.tdes {
   color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 10px !important;
    display: inline-block;
    vertical-align: middle;
    width: 69%  !important;
    padding: 0px 0px 26px 10px;
    margin-top: -26px  !important;
}
.tdes a {
    color: #f7f7f7 !important;
}

.timg{
float:left;
margin-right: 10px;
}

.timg img{
    width: 88px !important;
}
  
    
    
    
    
  body .dnd_area-row-4-background-image {
    background-image: none !important;
    background-size: cover !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-color: #01696d;
}
    .btntop{
    padding: 2px 10px !important;
    margin-top: 8px;
    font-size: 15px !important;
     margin-right: 20px !important;
    }
   
    .header__logo--main {
    padding-top: 18px;
    float: left;
    margin-left: 20px;
    width: 45%;
}
     
   .mobileside2 {
    padding: 36px 20px;
}
    .dnd-section, .content-wrapper--vertical-spacing { padding: 36px 20px 36px 20px;
}
    .part2 {
        padding: 31px 19px 0 19px !important;
        background-color: #efefef;
    }
    .part3 a {
        margin: 0 19px 30px 19px !important;
    }
    
    
     body .footer {
    background-color: #0c323f !important;
    padding: 0 0px !important;
}
    
    
    
    .ichand{

padding-bottom: 5px;
}

  body .dnd_area-row-0-padding {
    padding-top: 250px !important;
    padding-bottom: 220px!important;
    padding-right: 3px;
    margin-left: 0px;
    padding-left: 20px;
}
    
    .header {
    position: fixed;
    height: 70px;
    z-index: 9999999;
    width: 100%;
}
    .header__container {
    flex-direction: column;
    padding: 0px;
    padding-bottom: 22px;
    background-color: #efefef;
}
    
    .borderline {
    border-right: none;
   
    padding: 2px 20px 0px 0px;
}
    
    #hs_cos_wrapper_widget_1632790060106 {
    border-style: none !important;
    border-width: 0px !important;
    display: block !important;
    padding-right: 0px;
    margin-left: 0px;
}
     body .widget_1632785050556-padding > #hs_cos_wrapper_widget_1632785050556 {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 81px;
}
    
     form input[type=submit], form .hs-button {
    background-color: #ff6600 !important;
    background-image: none !important;
    border-radius: 30px !important;
    border-width: 0px !important;
    margin-top: 0px !important;
    width: 46%;
    align-content: center;
    margin-left: 27%;
    margin-right: 27%;
       font-size: 22px;
    padding-top: 12px;
    padding-right: 25px;
    padding-bottom: 12px;
    padding-left: 25px;
    
    
}
    
    form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    display: inline-block;
    font-size: 16px;
    padding: 12px;
    width: 100%;
    border-radius: 0px;
    border: 0px;
}
    
  .footer h3 {
    font-size: 18px !important;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    margin-left: 0;
    margin-bottom: 0px;
}
    
    .part2 p {
    font-size: 18px;
    color: #0c323f;
    font-weight: normal;
}
    
    .part2 h1 {    
    font-size: 37px;
    text-transform: none;
    line-height: 42px;
    /* min-height: 125px; */
    padding-right: 28px;
}
    
    .part2 p {
    font-size: 18px;
    color: #0c323f;
    font-weight: normal;
    /*  min-height: 235px; */
}
    
    .mainheadt {
    color: #0c323f;
    line-height: 50px;
    font-size: 39px;
    margin-bottom: 9px;
}
    .prev {
    bottom: 31px !important;
    right: 22% !important;
    color: #666666 !important;
    border: 1px solid #666666 !important;
}
    .next {
    right: 8% !important;
    bottom: 31px !important;
    color: #666666 !important;
    border: 1px solid #666666 !important;
}
     
}


@media screen 
  and (min-device-width: 480px) 
  and (max-device-width: 767px) 
  and (-webkit-min-device-pixel-ratio: 1) { 


 body .dnd_area-row-0-padding {
    padding-top: 135px!important;
    padding-bottom: 88px !important;
    padding-right: 3px;
    margin-left: 0px;
}
    
    body .widget_1632785050556-padding > #hs_cos_wrapper_widget_1632785050556 {
    padding-top: 0px !important;
    padding-left: 6px !important;
}
    
    form input[type=submit], form .hs-button {
    background-color: #ff6600 !important;
    background-image: none !important;
    border-radius: 30px !important;
    border-width: 0px !important;
    margin-top: 0px !important;
    width: 46%;
    align-content: center;
    margin-left: 27%;
    margin-right: 27%;
    
    
}
    
    form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    display: inline-block;
    font-size: .875rem;
    padding: 12px;
    width: 100%;
    border-radius: 0px;
    border: 0px;
}
.moduleiconstext {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 154px;
    padding: 0px 0px 26px 10px;
    font-weight: bold;
}
.module3p {
    color: #fff;
    font-size: 19px;
    margin-left: 10px;
    width: 75%;
}
    .module4imgsfull {
    border-right: 1px solid #666666;
    float: left;
    width: 32%;
    margin-left: 95px;
}
    
    .ichand{

padding-bottom: 5px;
}

    
     .teama{
margin-left: 10px;
    margin-right: 10px;
}.teama h2{
    font-size: 42px;
    font-weight: bold;
    color: #78d1cd;
    line-height: 43px;
  text-align: center;
}
.teama p{
    color: #f60;
    font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
  padding: 0 1px !important;

}
.teamp {
    width: 100% !important;
  float: left;
  margin-bottom: 20px;
}
.tname{
color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 15px !important;
    display: inline-block;
    vertical-align: middle;
    width: 63%  !important;
    padding: 0px 0px 1px 10px;
    margin-top: -15px;
}

.tpos{
color: #78d1cd;
    font-weight: normal;
    text-align: left;
    font-size: 12px !important;
    display: inline-block;
    vertical-align: middle;
    width: 63%  !important;
    padding: 0px 0px 5px 10px;
    margin-top: -40px !important;
}

.tdes {
   color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 10px !important;
    display: inline-block;
    vertical-align: middle;
    width: 74%  !important;
    padding: 0px 0px 26px 10px;
    margin-top: -26px  !important;
}
.tdes a {
    color: #f7f7f7 !important;
}

.timg{
float:left;
margin-right: 10px;
}

.timg img{
    width: 90px !important;
}
    
    
    

}


@media screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1350px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    
    body .legal-consent-container .hs-form-booleancheckbox-display>span, body .legal-consent-container .hs-form-booleancheckbox-display>span p {
    margin-left: 1rem !important;
    font-size: 14px !important;
    margin-left: 0px !important;
    line-height: 24px;
}
    
     .teama{
margin-left: 10px;
    margin-right: 10px;
}.teama h2{
    font-size: 42px;
    font-weight: bold;
    color: #78d1cd;
    line-height: 43px;
  text-align: center;
}
.teama p{
    color: #f60;
    font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
  padding: 0 100px !important;

}
.teamp {
    width: 50% !important;
  float: left;
  margin-bottom: 20px;
}
.tname{
color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 15px !important;
    display: inline-block;
    vertical-align: middle;
    width: 63%  !important;
    padding: 0px 0px 1px 10px;
    margin-top: -15px;
}

.tpos{
color: #78d1cd;
    font-weight: normal;
    text-align: left;
    font-size: 12px !important;
    display: inline-block;
    vertical-align: middle;
    width: 63%  !important;
    padding: 0px 0px 5px 10px;
    margin-top: -40px !important;
}

.tdes {
   color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 10px !important;
    display: inline-block;
    vertical-align: middle;
    width: 63%  !important;
    padding: 0px 0px 26px 10px;
    margin-top: -26px  !important;
}
.tdes a {
    color: #f7f7f7 !important;
}

.timg{
float:left;
margin-right: 10px;
}

.timg img{
    width: 90px !important;
} 
    
    body .dnd_area-row-0-padding {
    padding-top: 237px!important;
    padding-bottom: 216px !important;
    padding-right: 3px;
    margin-left: 0px;
}
    .mainheatp {
    color: #fff;
    font-size: 17px;
    text-shadow: 2px 0 6px #00000087;
    width: 56%;
}
    .widget_1632786697185-flexbox-positioning > div {
   
    margin-bottom: -8px !important;
}
    .cell_16327872918363-vertical-alignment > div {
    flex-shrink: 0 !important;
    padding: 50px 0px;
}
    
    .sliderheight {
    height: unset;
    width: 100%;
    margin-bottom: -8px;
}
    form .hs_submit.hs-submit {
      text-align: center;
    }
     body form input[type=submit], form .hs-button {
    background-color: #ff6600 !important;
    background-image: none !important;
    border-radius: 30px !important;
    border-width: 0px !important;
/*     margin-top: -182px !important;
    float: right; */
    width: 30%;
    }
     form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    display: inline-block;
    font-size: 15px;
    padding: 12px;
    width: 100%;
    border-radius: 0px;
    border: 0px;
}
   .legal-consent-container~.hs_recaptcha {
    margin-top: 50px !important;
}
   .borderline {
    border-right: 1px solid #fff;
    margin-right: -38px;
    padding: 2px 82px 0px 0px;
}
    
    
   .footer h3 {
    font-size: 15px;
    line-height: 0px;
    font-weight: normal;
    color: #fff;
    margin-left: 0px;
}
    .header {
    
    position: fixed;
    height: 93px !important;
    z-index: 9999999;
    width: 100%;
   
}
    
    .part2 h1 {
      font-weight: 700;
      text-decoration: none;
      font-family: 'DM Sans', sans-serif;
      font-style: normal;
      color: #0c323f;
      font-size: 48px;
      text-transform: none;
      line-height: 53px;
    }
    
}



@media screen 
  and (min-device-width: 1600px) 
  and (max-device-width: 3000px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    
    
    body .dnd_area-dnd_partial-1-column-2-row-0-padding {
   padding-top: 296px !important;
    padding-bottom: 260px !important;
    padding-right: 26px;
    margin-left: -51px;
}
    
    .borderline {
    
  margin-left: -237px;
}
.footer p {
    color: #fff;
    font-size: 13px;
    margin: 7px -230px !important;
}
.footer h3 {
    
    margin-left: -230px !important;
}
}




.header {
    
    position: fixed;
    height: 74px;
    z-index: 9999999;
    width: 100%;
   
}

.ichand{

padding-bottom: 6px;
}

.moduleiconstext {
   
    color: #0c323f;
}

footer .dnd_area-row-6-background-color{

background-color: rgba(12, 50, 63, 1) !important;

}

.module_16333341629573-flexbox-positioning > div {
    max-width: 100%;
    flex-shrink: 0 !important;
    margin-bottom: -12px;
}
a {
    
    color: #9ce8e3 !important;
}
.footer p{

    color: #fff;
    font-size: 13px;
    margin: 7px 0px;
}


.dnd_area-row-5-padding {
   
    margin-top: -1px !important;
}

.hs-error-msg {
    color: #ff6600;
    margin-top: -12px !important;
    padding-top: 0px !important;
    font-size: 16px !important;
    margin-bottom: -13px !important;
}


@media screen and (min-device-width: 250px) and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio: 1){



body .dnd_area-row-0-padding {
    padding-top: 175px !important;
    padding-bottom: 125px!important;
    padding-right: 3px;
    margin-left: 0px;
    padding-left: 20px;
}
.header__container {
    flex-direction: column;
    padding: 0px;
    padding-bottom: 29px;
    background-color: #efefef;
}
.btntop {
    padding: 2px 10px !important;
    margin-top: -2px;
    font-size: 13px !important;
    margin-right: 9px !important;
}
  
  .part2 p {
    font-size: 18px;
    color: #0c323f;
    font-weight: normal;
    /* min-height: 300px !important; */
}
.moduleiconstext {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 226px;
    padding: 0px 0px 26px 10px;
    font-weight: bold;
}
  .module3p img {
    width: 70px !important;
}
  
  .footer h3 {
    font-size: 18px !important;
    line-height: 22px;
    font-weight: normal;
    color: #fff;
    margin-left: 0;
    margin-bottom: 8px;
}
     
  
}
a:hover, a:focus {
    font-weight: normal;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    color: #efefef !important;
}

.teama{
margin-left: 10px;
    margin-right: 10px;
}.teama h2{
    font-size: 42px;
    font-weight: bold;
    color: #78d1cd;
    line-height: 43px;
  text-align: center;
}
.teama p{
    color: #f60;
    font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 60px;
  padding: 0 130px;

}
.teamp {
    width: 50%;
  float: left;
  margin-bottom: 20px;
}
.tname{
color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    width: 76%;
    padding: 0px 0px 1px 10px;
    margin-top: -15px;
}

.tpos{
color: #78d1cd;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 76%;
    padding: 0px 0px 5px 10px;
    margin-top: -31px;
}

.tdes {
   color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 67%;
    padding: 0px 0px 26px 10px;
    margin-top: -15px;
}
.tdes a {
    color: #f7f7f7 !important;
}

.timg{
float:left;
margin-right: 10px;
}

.timg img{
    width: 108px;
}


@media screen and (min-device-width: 768px) and (max-device-width: 1350px) and (-webkit-min-device-pixel-ratio: 1){
.row-fluid .span6 {
    width: 50%;
}
.row-fluid [class*='span'] {
    display: block;
    float: left;
    min-height: 1px;
    margin-left: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
  .mobileside2 {
    
}

}

@media screen and (min-device-width: 1601px) and (max-device-width: 3000px) and (-webkit-min-device-pixel-ratio: 1){

.teama{
margin-left: 10px;
    margin-right: 10px;
}.teama h2{
    font-size: 42px;
    font-weight: bold;
    color: #78d1cd;
    line-height: 43px;
  text-align: center;
}
.teama p{
    color: #f60;
    font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 60px;
  padding: 0 130px;

}
.teamp {
    width: 50%;
  float: left;
  margin-bottom: 20px;
}
.tname{
color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    width: 76%;
    padding: 0px 0px 1px 10px;
    margin-top: -15px;
}

.tpos{
color: #78d1cd;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 76%;
    padding: 0px 0px 5px 10px;
    margin-top: -31px;
}

.tdes {
   color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 67%;
    padding: 0px 0px 26px 10px;
    margin-top: -15px;
}
.tdes a {
    color: #f7f7f7 !important;
}

.timg{
float:left;
margin-right: 10px;
}

.timg img{
    width: 108px;
}

}



form select {
    padding: 9px;
}
.tnamepad {
    padding-top: 50px !important;
}
.tdespad{
    margin-top: -50px !important;
}