







/* 1a. Containers */




/* 1b. Colors */








/* 1c. Typography */


























/* 1d. Buttons */








/* Button Types */

/* Primary Btn */



/* Hover */




/* Secondary Btn */



/* Hover */




/* Light Btn */



/* Hover */




/* Dark Btn */



/* Hover */





/* 1e. Forms */













/* forms Button */











/* 1f. Tables */













/* 1g. Header */


/* Notification Bar */




/* Top Bar Header */







/* Main Header */






/* Active Item*/






/* Fixed Header */







/* Active Item*/




/* Mobile Menu */












/* 1h. Footer */







/* footer Bottom Bar */








/* Back To Top Widgets */







/* Hover Back To Top  */










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

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

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

/* Bootstrap Override CSS */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	padding-right: 0!important;
	padding-left: 0!important;
}





html {
  font-size: 17px;
}

body {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 17px;
	line-height: 25px;
}

/* Paragraphs */

p {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
	line-height: 25px;
}

/* Anchors */

a {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #001028;
}

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

a:active {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #283850;
}

/* Headings */

h1 {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;
  color: #ff522b;
  font-size: 72px;
  text-transform: none;
}

h2 {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;
  color: #ff522b;
  font-size: 44px;
  text-transform: none;
}

h3 {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ff522b;
  font-size: 34px;
  text-transform: none;
}

h4 {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ff522b;
  font-size: 28px;
  text-transform: none;
}

h5 {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ff522b;
  font-size: 24px;
  text-transform: none;
}

h6 {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ff522b;
  font-size: 20px;
  text-transform: none;
}

@media (max-width: 768px) {
  h1 {
		font-size: 44px;
	}
	.ot-section_heading h1 {
		font-size: 44px!important;
	}
	h2 {
		font-size: 34px;
	}
	.ot-section_heading h2 {
		font-size: 34px!important;
	}
	h3 {
		font-size: 28px;
	}
	.ot-section_heading h3 {
		font-size: 28px!important;
	}
	h4 {
		font-size: 24px;
	}
	.ot-section_heading h4 {
		font-size: 24px!important;
	}
	h5 {
		font-size: 20px;
	}
	.ot-section_heading h5 {
		font-size: 20px!important;
	}
	h6 {
		font-size: 17px;
	}
	.ot-section_heading h6 {
		font-size: 17px!important;
	}
	p,
	body {
    font-size: 16px!important;
	}
}
/* Blockquote */

blockquote {
  border-left-color: #4a6587;
}

.mb-10 {
	margin-bottom: 10px;
}

video {
	max-width: 100%;
}

/* Rich Text li Line Height */

.hs_cos_wrapper_type_rich_text ul li {  
	line-height: 27px;
	list-style: none;
}
.hs_cos_wrapper_type_rich_text ul li:before {
	content: '\f192';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -25px;
	color: #001028;
	font-size: 14px;
}

@media (max-width: 767px) {
	.hs_cos_wrapper_type_rich_text ul li {
		line-height: 25px;
		padding: 7px 0;
	}
}





button,
.button,
.btn {
  border: 1px solid #ff522b;

  padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;

  font-weight: 500; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  background-color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
	font-size: 18px;
  text-transform: none;
	transition: all 0.4s ease;
}

button:active,
.button:active,
.btn:active
button:hover,
.button:hover,
.btn:hover,
.btn:focus {
  font-weight: 500; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  background-color: rgba(215, 42, 3, 1.0);
  border-color: #d72a03;
}



/* Button Styles */

/* Solid Button */
.btn.btn-primary {
	background-color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
	color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

!important;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

!important;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background-color: 

  
  
    
  


  rgba(0, 16, 40, 1.0)

!important;
  border-color: 

  
  
    
  


  rgba(74, 101, 135, 1.0)

!important;
	color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

!important;
}

.btn.btn-secondary {
	background-color: 

  
  
    
  


  rgba(74, 101, 135, 1.0)

!important;
	border-color: 

  
  
    
  


  rgba(74, 101, 135, 1.0)

!important;
	color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
	background-color: 

  
  
    
  


  rgba(138, 164, 191, 1.0)

!important;
  border-color: 

  
  
    
  


  rgba(138, 164, 191, 1.0)

!important;
	color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
}

.btn.btn-dark {
	background-color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
  border-color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
	color: 

  
  
    
  


  rgba(138, 164, 191, 1.0)

!important;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus {
	background-color: 

  
  
    
  


  rgba(0, 16, 40, 1.0)

!important;
  border-color: 

  
  
    
  


  rgba(0, 16, 40, 1.0)

!important;
	color: 

  
  
    
  


  rgba(138, 164, 191, 1.0)

!important;
}

.btn.btn-light {
	background-color: 

  
  
    
  


  rgba(138, 164, 191, 1.0)

!important;
  border-color: 

  
  
    
  


  rgba(138, 164, 191, 1.0)

!important;
	color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
}
.btn.btn-light:hover,
.btn.btn-light:focus {
	background-color: 

  
  
    
  


  rgba(74, 101, 135, 1.0)

!important;
  border-color: 

  
  
    
  


  rgba(74, 101, 135, 1.0)

!important;
	color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
}

/* Link buttons */

/* Dark LInk btn */
.btn.btn-link-dark {
	color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
	background-color: transparent!important;
	border: 0!important;
	padding: 0!important;
}
.btn.btn-link-dark:hover,
.btn.btn-link-dark:focus {
	color: 

  
  
    
  


  rgba(0, 16, 40, 1.0)

!important;
}

/* Primary LInk btn */
.btn.btn-link-primary {
	color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
	background-color: transparent!important;
	border: 0!important;
	padding: 0!important;
}
.btn.btn-link-primary:hover,
.btn.btn-link-primary:focus {
	color: 

  
  
    
  


  rgba(0, 16, 40, 1.0)

!important;
}

/* Light LInk btn */
.btn.btn-link-light {
	color: 

  
  
    
  


  rgba(138, 164, 191, 1.0)

!important;
	background-color: transparent!important;
	border: 0!important;
	padding: 0!important;
}
.btn.btn-link-light:hover,
.btn.btn-link-light:focus {
	color: 

  
  
    
  


  rgba(74, 101, 135, 1.0)

!important;
}

/* Secondary LInk btn */
.btn.btn-link-secondary {
	color: 

  
  
    
  


  rgba(74, 101, 135, 1.0)

!important;
	background-color: transparent!important;
	border: 0!important;
	padding: 0!important;
}
.btn.btn-link-secondary:hover,
.btn.btn-link-secondary:focus {
	color: 

  
  
    
  


  rgba(138, 164, 191, 1.0)

!important;
}

/* Outline Button */

.btn.btn-outline-primary {
	background-color: transparent!important;
	border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

!important;
	color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
	background-color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
	color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

!important;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

!important;
}

.btn.btn-outline-secondary {
	background-color: transparent!important;
	border-color: 

  
  
    
  


  rgba(74, 101, 135, 1.0)

!important;
	color: 

  
  
    
  


  rgba(74, 101, 135, 1.0)

!important;
}
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus {
	background-color: 

  
  
    
  


  rgba(74, 101, 135, 1.0)

!important;
	border-color: 

  
  
    
  


  rgba(74, 101, 135, 1.0)

!important;
	color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
}

.btn.btn-outline-dark {
	background-color: transparent!important;
	border-color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
	color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
}
.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus {
	background-color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
  border-color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
	color: 

  
  
    
  


  rgba(138, 164, 191, 1.0)

!important;
}

.btn.btn-outline-light {
	background-color: transparent!important;
	border-color: 

  
  
    
  


  rgba(138, 164, 191, 1.0)

!important;
	color: 

  
  
    
  


  rgba(138, 164, 191, 1.0)

!important;
}
.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus {
	background-color: 

  
  
    
  


  rgba(138, 164, 191, 1.0)

!important;
  border-color: 

  
  
    
  


  rgba(138, 164, 191, 1.0)

!important;
	color: 

  
  
    
  


  rgba(255, 82, 43, 1.0)

!important;
}

/* Bootstrap Default */
.btn.btn-success {
	color: #fff!important;
	background-color: #28a745!important;
	border-color: #28a745!important;
}
.btn.btn-success:hover,
.btn.btn-success:focus {
	color: #fff!important;
	background-color: #218838!important;
	border-color: #1e7e34!important;
}
.btn.btn-outline-success {
	color: #28a745!important;
	background-color: transparent!important;
	border-color: #28a745!important;
}
.btn.btn-outline-success:hover,
.btn.btn-outline-success:focus {
	color: #fff!important;
	background-color: #28a745!important;
	border-color: #28a745!important;
}

.btn.btn-danger {
	color: #fff!important;
	background-color: #dc3545!important;
	border-color: #dc3545!important;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
	color: #fff!important;
	background-color: #c82333!important;
	border-color: #bd2130!important;
}
.btn.btn-outline-danger {
	color: #dc3545!important;
	background-color: transparent!important;
	border-color: #dc3545!important;
}
.btn.btn-outline-danger:hover,
.btn.btn-outline-danger:focus {
	color: #fff!important;
	background-color: #dc3545!important;
	border-color: #dc3545!important;
}

.btn.btn-warning {
	color: #212529!important;
	background-color: #ffc107!important;
	border-color: #ffc107!important;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
	color: #212529!important;
	background-color: #e0a800!important;
	border-color: #d39e00!important;
}
.btn.btn-outline-warning {
	color: #ffc107!important;
	background-color: transparent!important;
	border-color: #ffc107!important;
}
.btn.btn-outline-warning:hover,
.btn.btn-outline-warning:focus {
	color: #212529!important;
	background-color: #ffc107!important;
	border-color: #ffc107!important;
}

.btn.btn-info {
	color: #fff!important;
	background-color: #17a2b8!important;
	border-color: #17a2b8!important;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
	color: #fff!important;
	background-color: #138496!important;
	border-color: #117a8b!important;
}
.btn.btn-outline-info {
	color: #17a2b8!important;
	background-color: transparent!important;
	border-color: #17a2b8!important;
}
.btn.btn-outline-info:hover,
.btn.btn-outline-info:focus {
	color: #fff!important;
	background-color: #17a2b8!important;
	border-color: #17a2b8!important;
}

.btn.focus,
.btn:focus {
	box-shadow: none!important;
}

span.btn-arrow {
	padding-left: 10px;
}




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

/* Form title */

.form-title {
  color: #4a6587;
}

/* Labels */

form label {
  color: #001028;
}

/* Help text */

form legend {
  color: #ff522b;
}

/* 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 {
  border: 1px solid #DEE8F4;
;
  background-color: 

  
  
    
  


  rgba(248, 250, 251, 1.0)

;
  color: #ff522b;
  border-radius: 5px;
}
.hs-input {
	width: 100%!important;
}
/* Focus Visible  */

form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible,
form input[type=tel]:focus-visible,
form input[type=number]:focus-visible,
form input[type=file]:focus-visible,
form select:focus-visible
form textareainput:focus-visible {
	border-color: #001028!important;
	outline: 0!important;
	background-color: 

  
  
    
  


  rgba(248, 250, 251, 1.0)

!important;
  color: #ff522b!important;
  border-radius: 5px!important;
}

form .hs-richtext {
	margin-bottom: 30px;
}
/* Form placeholder text */

::-webkit-input-placeholder {
  color: #4D4D4D;
}

::-moz-placeholder {
  color: #4D4D4D;
}

:-ms-input-placeholder {
  color: #4D4D4D;
}

::placeholder {
  color: #4D4D4D;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #4D4D4D;
}

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

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

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

/* Submit button */

/* Form BUtton css */

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

  padding-top: 10px;
padding-right: 35px;
padding-bottom: 10px;
padding-left: 35px;

  font-weight: 500; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  background-color: 

  
  
    
  


  rgba(0, 16, 40, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: none;
}

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

  
  
    
  


  rgba(255, 82, 43, 1.0)

;
  border-color: 

  
  
    
  


  rgba(18, 91, 229, 1)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

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

  
  
    
  


  rgba(255, 82, 43, 1.0)

;
  border-color: 

  
  
    
  


  rgba(18, 91, 229, 1)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}





/* Table */

table {
  border: 1px solid #ff522b;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #ff522b;

  padding: 18px;

  border-color: ;
  color: #ff522b;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 16, 40, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #ff522b;
}






/* Notification Bar */

.header-notification-bar {
	background-color: 

  
  
    
  


  rgba(0, 16, 40, 1.0)

;
	color: #FFFFFF;
}
.header-notification-bar a {
	color: #FFFFFF;
	text-decoration: underline;
}
.header-notification-bar a:hover {
	text-decoration: none!important;
}

/* Top Bar Header */

.top-bar-header {
	background-color: 

  
  
    
  


  rgba(74, 101, 135, 1.0)

;
	color: #FFFFFF;
}
.top-bar-header ul li a,
.top-bar-header a {
	color: #FFFFFF!important;
	transition: all 0.2s ease;
}
.top-bar-header svg,
.top-bar-header .social-links__icon svg {
	fill: #FFFFFF!important;
}
.top-bar-header ul li a:hover,
.top-bar-header a:hover {
	color: #ff522b!important;
}

.top-bar-header .social-links__icon:hover svg {
	fill: #ff522b!important;
}
.top-bar-header ul li {
	padding: 0 10px;
}
.top-bar-header ul li::last-child {
	padding-right: 0!important;
}

/* Main Header */

.header {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}
/* .header__logo img {
	object-fit: cover;
} */
.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #4D4D4D;
	
}

.menu__child-toggle-icon {
  border-top-color: #4D4D4D;
	font-size: 14px;
	color: #4D4D4D;
}


.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: #252525;
}

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

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

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

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


@media (min-width: 767px) {
  .menu.menu--desktop  .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 0px solid #001028;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu.menu--desktop .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 0px solid #001028;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #4D4D4D;
  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: arial, helvetica, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #4D4D4D;
}

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

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #4D4D4D;
  }
}

.top-bar-header a:hover {
	text-decoration: none;
}
.header-notification_text, 
.header-notification_text a {
	font-weight: 500;
}
.header__navigation--toggle {
	display: flex;
	align-items: center;
}
.header__navigation--toggle i {
	color: #4D4D4D;
	fill: #4D4D4D;
	font-size: 22px;
}

/* Fixed Header css */


.fixed-header {
	position: fixed!important;
	background-color: #fff;!important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999!important;
	box-shadow: 0px 1px 12px 0px rgb(0 0 0 / 15%);
	transition: all 0.7s ease!important;	
}
.fixed-header .menu__item.menu__item--depth-1 .menu__link,
.fixed-header .header__logo .logo-company-name,
.fixed-header .header__language-switcher-label-current,
.fixed-header .header__language-switcher .lang_list_class li a {
	color: #8aa4bf;
}
.fixed-header .menu__child-toggle-icon {
	color: #8aa4bf!important;
}
.fixed-header .menu__submenu .menu__link,
.fixed-header .menu__submenu .menu__link:hover,
.fixed-header .menu__submenu .menu__link:focus {
  color: #4D4D4D!important;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

!important;
}
.fixed-header ul.menu__submenu li.menu__item.menu__item--has-submenu:hover ul.menu__submenu--level-3 li.menu__item a.menu__link {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

!important;
	color: #4D4D4D!important;
}


/* Toggle Icon Color */
header.header.fixed-header .header__navigation--toggle i {
	color: #8aa4bf!important;
	color: #8aa4bf!important;
	font-size: 22px;
}


.fixed-header .menu--desktop .menu__item.menu__item--depth-2.menu__item--has-submenu span.menu__child-toggle-icon,
.fixed-header .menu--desktop .menu__item.menu__item--depth-3.menu__item--has-submenu span.menu__child-toggle-icon,
.fixed-header .menu--desktop .menu__item.menu__item--depth-4.menu__item--has-submenu span.menu__child-toggle-icon {
	position: absolute;
	transform: translateY(-70%) rotate(270deg);
	color: #4D4D4D!important;
	fill: #4D4D4D!important;
}

.fixed-header .menu--desktop .menu__item.menu__item--depth-2.menu__item--has-submenu:hover span.menu__child-toggle-icon,
.fixed-header .menu--desktop .menu__item.menu__item--depth-3.menu__item--has-submenu:hover span.menu__child-toggle-icon,
.fixed-header .menu--desktop .menu__item.menu__item--depth-4.menu__item--has-submenu:hover span.menu__child-toggle-icon {
	color: #FFFFFF!important;
	fill: #FFFFFF!important;
}

@media (min-width: 767px) {
  .fixed-header .menu.menu--desktop  .menu__submenu,
  .fixed-header .header__language-switcher .lang_list_class {
    border: 0px solid #001028;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .fixed-header .menu.menu--desktop .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 0px solid #001028;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

/* Active and hover */
.fixed-header .menu--desktop ul.menu__submenu li.menu__item:hover a.menu__link {
	background-color: #081630!important;
	color: #FFFFFF!important;
}
.fixed-header ul.menu__submenu li.menu__item a.menu__link--active-link {
	background-color: #081630!important;
	color: #FFFFFF!important;
} 
header.header.fixed-header .menu--desktop ul.menu__submenu li.menu__item.menu__link--active-branch a.menu__link.menu__link--active-link {
	background-color: #081630;
	color: #FFFFFF;
}
header.header.fixed-header ul.menu__submenu--level-2 li.menu__item.menu__link--active-branch a.menu__link {
	background-color: #081630!important;
	color: #FFFFFF!important;
}
header.header.fixed-header ul.menu__submenu--level-2 li.menu__item.menu__link--active-branch span.menu__child-toggle-icon {
	color: #FFFFFF!important;
}
header.header.fixed-header ul.menu__submenu--level-2 li.menu__item.menu__link--active-branch ul.menu__submenu.menu__submenu--level-3 li.menu__item.menu__link--active-branch a.menu__link.menu__link--active-link {
	background-color: #081630!important;
	color: #FFFFFF!important;
}
header.header.fixed-header ul.menu__submenu--level-2 li.menu__item.menu__link--active-branch ul.menu__submenu.menu__submenu--level-3 li.menu__item.menu__link--active-branch ul.menu__submenu.menu__submenu--level-4 li.menu__item.menu__link--active-branch a.menu__link.menu__link--active-link {
	background-color: #081630!important;
	color: #FFFFFF!important;
}
header.header.fixed-header ul.menu__submenu.menu__submenu--level-3 li.menu__item.menu__link--active-branch a.menu__link.menu__link--active-link {
	background-color: #081630!important;
	color: #FFFFFF!important;
}
.fixed-header ul.menu__submenu li.menu__item.menu__item--has-submenu:hover ul.menu__submenu--level-3 li.menu__item a.menu__link {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

!important;
	color: #4D4D4D!important;
}
.fixed-header ul.menu__submenu li.menu__item.menu__item--has-submenu ul.menu__submenu--level-3 li.menu__item:hover a.menu__link {
	background-color: #081630!important;
	color: #FFFFFF!important;
}






.footer {
  background-color: 

  
  
    
  


  rgba(8, 22, 48, 1.0)

;
}

/* Footer content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: 

  
  
    
  


  rgba(138, 164, 191, 1)

;
}


.footer p,
.footer label,
.footer span,
.footer li a,
.footer img {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}
.footer svg {
	color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
	fill: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}
.footer svg:hover {
  color: 

  
  
    
  


  rgba(74, 101, 135, 1)

!important;
	fill: 

  
  
    
  


  rgba(74, 101, 135, 1)

!important;
}

.footer li a:hover {
  color: 

  
  
    
  


  rgba(74, 101, 135, 1)

!important;
}
.footer .footer_info_links div {
	line-height: 40px!important;
}
.footer .footer_info_links a {
	color: #FFFFFF!important;
	text-decoration: none;	
}
.footer .footer_info_links a:hover {
	color: #4a6587!important;
}
/* @media screen and (min-width: 1380px) {
	footer .container-fluid {
		padding: 0!important;
	}
} */
@media (max-width: 1379px) {
	footer .container-fluid {
		padding: 0 20px!important;
	}
}


.footer-bottom_bar {
  background-color: 

  
  
    
  


  rgba(8, 22, 48, 1.0)

;
}

/* Footer content */

.footer-bottom_bar p,
.footer-bottom_bar h1,
.footer-bottom_bar h2,
.footer-bottom_bar h3,
.footer-bottom_bar h4,
.footer-bottom_bar h5,
.footer-bottom_bar h6,
.footer-bottom_bar label,
.footer-bottom_bar span,
.footer-bottom_bar li a,
.footer-bottom_bar img {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}
.footer-bottom_bar a {
	text-decoration: none;
}

.footer-bottom_bar svg {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
	fill: 

  
  
    
  


  rgba(255, 255, 255, 1)

!important;
}
.footer-bottom_bar svg:hover {
  color: 

  
  
    
  


  rgba(74, 101, 135, 1)

;
	fill: 

  
  
    
  


  rgba(74, 101, 135, 1)

;
}

.footer-bottom_bar li a:hover {
	color: 

  
  
    
  


  rgba(74, 101, 135, 1)

!important;
}

.footer-bottom_bar .dnd-section {
	border-top: 2px solid #525966;

}
.footer ul li {
	width: 100%;
}

@media (max-width: 767px) {
	.footer-bottom_bar .dnd-section .dnd-column {
		margin-bottom: 20px!important;
	}
	.footer-bottom_bar .dnd-section .dnd-column:last-child {
		margin-bottom: 0!important;
	}
	.footer-bottom_bar .footer-bottom-menu ul {		
    flex-direction: row!important;
    justify-content: center!important;
	}
  .footer-bottom_bar .hs-menu-wrapper ul li a {
    line-height: 48px;
  }
}




/* The Blog Style css is in blog.css  this file is in css/templates/blog.css */





.hs-search-results__title {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;
  color: #ff522b;
}
input#hs-login-widget-remember {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  width: fit-content!important;
}
a.hs-login-widget-show-password {
  float: right;
}
a.hs-register-widget-show-password {
  float: right!important;
}
a.hs-reset-widget-show-password {  
  float: right!important;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none;
  text-transform: none;
}

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

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #d72a03;
}

.blog-index__post-title-link:active {
  color: #ff7a53;
}

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

/* Blog pagination */

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

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

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

.pagination__link-icon svg {
  fill: #000000;
}

/* Pricing card */

.card__price {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ff522b;
  font-size: 34px;
}

.card__body svg {
  fill: #001028;
}

/* Social follow */

.social-links__icon svg {
	fill: #4D4D4D;	
}

.social-links__icon {
	background: none!important;
}

.social-links__icon:hover,
.social-links__icon:focus {
	background: none!important;
}




  
/* New Css */

.color--light h1,
.color--light h2,
.color--light h3,
.color--light h4,
.color--light h5,
.color--light h6 {
	color: #8aa4bf;
}
.color--light p,
.color--light div {
	color: #FFFFFF;
}
.color--light svg {
	color: #8aa4bf;
	fill: #8aa4bf;
}
/* Hero Slider Module */
.hero_slider-module .hero-text {
	max-width: 1240px;
}
/* End of Hero Slider Module */

/* New Module Structure Css */

.flex .flex-item-50 {
	flex-basis: 50%;
	-moz-flex-basis: 50%;
	-webkit-flex-basis: 50%;
	-o-flex-basis: 50%;
}
.flex .flex-item-100 {
	flex-basis: 100%;
	-moz-flex-basis: 100%;
	-webkit-flex-basis: 100%;
	-o-flex-basis: 100%;
}
@media (max-width: 767px) {
	.flex .flex-item-50 {
		flex-basis: 100%!important;
		-moz-flex-basis: 100%!important;
		-webkit-flex-basis: 100%! important;
		-o-flex-basis: 100%!important;
	}
}

/* End of New Module Structure Css */

/* Header Full Width Section Module */
.d-inline {
	display: inline-block!important;
}
.bg-video video.video-local {
	position: absolute;
	width: 100%;
	object-fit: cover;
	max-height: 100%;
	object-position: center;
}
/* End of Header Full Width Section Module */

/* Flex Column Grid  */
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex !important;
	flex-flow: row wrap !important;
	-moz-flex-flow: row wrap !important;
	-webkit-flex-flow: row wrap !important;
	-o-flex-flow: row wrap !important;
}
.flex .flex-item.flex-item-6 {
  flex-basis: 16.66%;
  -moz-flex-basis: 16.66%;
  -webkit-flex-basis: 16.66%;
  -o-flex-basis: 16.66%;
}
.flex .flex-item.flex-item-5 {
  flex-basis: 20%;
  -moz-flex-basis: 20%;
  -webkit-flex-basis: 20%;
  -o-flex-basis: 20%;
}
.flex .flex-item.flex-item-4 {
	flex-basis: 25%;
	-moz-flex-basis: 25%;
	-webkit-flex-basis: 25%;
	-o-flex-basis: 25%;
}
.flex .flex-item.flex-item-3 {
	flex-basis: 33.33%;
	-moz-flex-basis: 33.33%;
	-webkit-flex-basis: 33.33%;
	-o-flex-basis: 33.33%;
}
.flex .flex-item.flex-item-2 {
	flex-basis: 50%;
	-moz-flex-basis: 50%;
	-webkit-flex-basis: 50%;
	-o-flex-basis: 50%;
}
.flex .flex-item.flex-item-1 {
	flex-basis: 100%;
	-moz-flex-basis: 100%;
	-webkit-flex-basis: 100%;
	-o-flex-basis: 100%;
}

/* End of Flex Column Grid */

/* Tab Content Module Css */

.ot-tab_content_module a.nav-link .tab-desc {
	color: ;
}
.ot-tab_content_module li.nav-item.active a.nav-link,
.ot-tab_content_module li.nav-item.active a.nav-link .tab-title,
.ot-tab_content_module li.nav-item.active a.nav-link .tab-desc {
	color: #4a6587;
}
.ot-tab_content_module li.nav-item.active a.nav-link svg {
	fill: #4a6587;
}

/* End of Tab Content Module Css */


/* Step/Process Module */


.step_module .step-box:hover .step-iit-bg {	
	background-color: #4a6587;
	border: 10px solid #4a6587;
}


/* Case Study Module */

.ot-case_study_module .content_text .main_title {
	color: #001028;
}

/* Owl Carousel Custom Css */


.owl-theme .owl-nav [class*=owl-]{
  color: #4D4D4D;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #4a6587;
  text-decoration: none;
}
.owl-theme .owl-nav i.fa {
  font-size: 30px;
}
.owl-dot span {
  background-color: #4D4D4D!important;
  width: 30px!important;
  height: 5px!important;
	margin: 5px 7px;
  border-radius: 10px!important;
  opacity: 0.3;
  display: inline-block!important;
  transition: all 0.4s ease;
}
.owl-dot.active span {
  background-color: #4a6587!important;
  opacity: 1;
}

/* Team Module */

.team_member_module .team_icon-li a {
	color: #4D4D4D!important;
}
.team_member_module .team_icon-li a:hover {
	color: #4a6587!important;
}

/* Footer Menu */

/* .footer .hs-menu-wrapper ul li a:hover {
	font-weight: 600;
} */


footer .hs-menu-wrapper.hs-menu-flow-vertical ul {
	display: table!important;	
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .hs-menu-wrapper.hs-menu-flow-vertical ul li {
	padding: 10px;
	display: inline;
}
footer .hs-menu-wrapper.hs-menu-flow-vertical ul li:first-child {
	padding-left: 0!important;
}
footer .hs-menu-wrapper.hs-menu-flow-vertical ul li:last-child {
	padding-right: 0!important;
}
@media (max-width: 767px) {
	footer .hs-menu-wrapper.hs-menu-flow-vertical ul {
		display: block!important;
	}
	footer .hs-menu-wrapper.hs-menu-flow-vertical ul li {
		display: block;
		padding-left: 0!important;
		padding-right: 0!important;
		padding-top: 0!important;
	}
}
footer .hs-menu-wrapper.no-flyouts.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li.hs-menu-item:first-child {
	margin-top: 10px!important;
}


.footer ul li {
	margin-bottom: 10px;
}
.footer ul li:last-child {
	margin-bottom: 0!important;
}
.footer ul {
	margin: 0!important;
}
.footer ul a {
	text-decoration: none!important;
}
.footer ul li.active a {
	color: 

  
  
    
  


  rgba(74, 101, 135, 1)

!important;
	font-weight: 500;
}
/* Footer Bottom Bar Menu */

.footer-bottom_bar ul {
	justify-content: flex-end;
}
.footer-bottom_bar ul li {
	margin: 0 10px;
}
.footer-bottom_bar ul li:last-child {
	margin-right: 0!important;	
}
.footer-bottom_bar ul li::after {
	content: '|';
	padding-left: 15px;
}
.footer-bottom_bar ul li:last-child::after {
	content: ''!important;
}

/* Header */

.menu--desktop ul.menu__submenu li.menu__item:hover a.menu__link {
	background-color: #F7F7F7;
	color: #001028;
}
header.header .menu--desktop ul.menu__submenu li.menu__item.menu__link--active-branch a.menu__link.menu__link--active-link {
	background-color: #F7F7F7;
	color: #001028;
}
header.header ul.menu__submenu--level-2 li.menu__item.menu__link--active-branch a.menu__link {
	background-color: #F7F7F7!important;
	color: #001028!important;
}
header.header ul.menu__submenu--level-2 li.menu__item.menu__link--active-branch span.menu__child-toggle-icon {
	color: #001028!important;
}
header.header ul.menu__submenu--level-2 li.menu__item.menu__link--active-branch ul.menu__submenu.menu__submenu--level-3 li.menu__item.menu__link--active-branch a.menu__link.menu__link--active-link {
	background-color: #F7F7F7!important;
	color: #001028!important;
}
header.header ul.menu__submenu--level-2 li.menu__item.menu__link--active-branch ul.menu__submenu.menu__submenu--level-3 li.menu__item.menu__link--active-branch ul.menu__submenu.menu__submenu--level-4 li.menu__item.menu__link--active-branch a.menu__link.menu__link--active-link {
	background-color: #F7F7F7!important;
	color: #001028!important;
}
header.header ul.menu__submenu.menu__submenu--level-3 li.menu__item.menu__link--active-branch a.menu__link.menu__link--active-link {
	background-color: #F7F7F7!important;
	color: #001028!important;
}
ul.menu__submenu.menu__submenu--level-3 li.menu__item.menu__link--active-branch a.menu__link {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	color: #4D4D4D;
}
ul.menu__submenu li.menu__item.menu__item--has-submenu:hover ul.menu__submenu--level-3 li.menu__item a.menu__link {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

!important;
	color: #4D4D4D!important;
}
ul.menu__submenu li.menu__item.menu__item--has-submenu ul.menu__submenu--level-3 li.menu__item:hover a.menu__link {
	background-color: #F7F7F7!important;
	color: #001028!important;
}

.menu--desktop .menu__item.menu__item--depth-2.menu__item--has-submenu span.menu__child-toggle-icon,
.menu--desktop .menu__item.menu__item--depth-3.menu__item--has-submenu span.menu__child-toggle-icon {
	position: absolute;
	transform: translateY(-70%) rotate(270deg);
	color: #4D4D4D;
	fill: #4D4D4D;
}
.menu--desktop .menu__item.menu__item--depth-2.menu__item--has-submenu:hover span.menu__child-toggle-icon,
.menu--desktop .menu__item.menu__item--depth-3.menu__item--has-submenu:hover span.menu__child-toggle-icon,
.menu--desktop .menu__item.menu__item--depth-4.menu__item--has-submenu:hover span.menu__child-toggle-icon {
	color: #001028;
	fill: #001028;
}
.menu--mobile .menu__item.menu__item--depth-2.menu__item--has-submenu span.menu__child-toggle-icon {
	right: 0!important;
	text-align: right;
}
.menu--desktop ul li.menu__item a.menu__link {
	font-size: 18px;
}
/* Header Search Bar Custom Css */


.menu--desktop .ot-header-search {
	font-size: 16px;
	height: 115px;
	left: 0;
	position: fixed;
	right: 0;
	top: -180px;
	transition: top .6s ease-in-out,background .4s ease-in-out;
	width: 100vw;
 	z-index: 150;
	background-color: #8aa4bf;
	color: #ff522b;
}

.menu--desktop .ot-header-search.active {
	box-shadow: 0px 15px 30px rgb(0 0 0 / 5%);
	top: 0!important;
}
.menu--desktop .ot-header-search-inner {
	left: 50%;
	position: absolute;
	top: 32px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	max-width: 1240px;
}
.menu--desktop .ot-search-input {
	width: 95%!important;
	border: 0;
	background: transparent!important;
}
.menu--desktop .ot-search-input::placeholder {
	color: #4D4D4D!important;
}

.menu--desktop .ot-search-input:focus {
	border: 0!important;
	outline: 0!important;	
}

.header__search.header--element {
	display: flex;
	align-items: center;
}

/* Hamburger Menu */

header.header {
	position: relative;
	z-index: 9;
	padding: 10px 0;
}
/* @media (max-width: 1200px) {
	.header__navigation.open {
		display: none!important;
	}
} */

/* @media (min-width: 1200px) {
	.header__navigation.open {
		display: none !important;
  }
} */
/* @media (max-width: 767px) {
	.header__navigation.open {
		width: 100%;
	}
} */

/* .ot--light {
	background-color: #ffffff;
} */


.ot-burger {
	color: #8aa4bf;
	background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.ot-burger {
  box-shadow: 0px 15px 30px rgba(0,0,0,.05);
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  position: fixed;
  right: -100%;
  transition: right .6s ease-in-out,width .4s ease-in-out;
  top: 0;
  width: 400px;
  z-index: 1001;
	height: 100%;
	overflow-y: scroll;
	opacity: 0;
}

.ot-burger--open {
  right: 0!important;
	opacity: 1;
}
.ot-burger__trigger-close {
  font-size: 15px;
  display: block;  
  position: relative!important;
  text-transform: none;
  height: 5vh;
}
.ot-header__close--toggle span {
	text-align: right!important;
	margin-right: 20px!important;
	margin-left: auto;
	display: block;
	font-size: 20px;
	color: #8aa4bf!important;
}
.ot-header__close--toggle i {
	font-size: 22px;
	color: #8aa4bf!important;
	fill: #8aa4bf!important;
}
/* .ot-burger-close-icon {
  position: absolute!important;
  top: 50%!important;
  transform: translateY(-50%);
  right: 0;
  transition: all .4s ease;
} */
.ot-burger .menu__child-toggle-icon {
	border-top-color: #8aa4bf;
	font-size: 14px;
	color: #8aa4bf;
}

.navigation-primary.navigation-hamburger ul.submenu {
  width: 100%!important;
}
.ot-burger__menu {
  flex: 1;
  overflow-y: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin: 28px 30px;
}
.per-burger-bottom-bar {
  padding: 20px 30px 30px 30px;
}
.ot-burger .burger-section {
	position: relative;
	display: block;
	padding: 20px 30px;
}
.burger-header.burger-section {
	margin-top: 20px;
	margin-bottom: 0;
}
.ot-burger .social-links__icon svg {
	color: #8aa4bf;
	fill: #8aa4bf;
}

/* Burger MEnu Style */


@media (max-width: 1199px) {
  .ot-header-right-bar {
    right: 40px!important;
  }
	.menu__submenu.menu__submenu--level-2,
	.menu__submenu.menu__submenu--level-3 {
		margin-top: 10px;
	}
}
@media (min-width: 1200px) {
  .ot-toggle-close-mobile-only {
    display: none !important;
  }
  .ot-burger--open {
    display: none!important;
  }
}
@media (max-width: 1199px) {
/* 	.menu--mobile .menu__item--depth-1,
	.menu--mobile .menu__item--depth-2, 
	.menu--mobile .menu__item--depth-3 {
    border-top: 1px solid #DEE8F4!important;
	} */
/* 	.menu--mobile .menu__item--depth-1:first-child,
	.menu--mobile .menu__item--depth-2:first-child,
	.menu--mobile .menu__item--depth-3:first-child {
		border-top: 0!important;
	} */
/* 	.menu--mobile .top-bar-menu .menu__item--depth-1:first-child {
		border-top: 1px solid #DEE8F4!important;
	} */
	.ot-burger .menu--mobile ul.menu__wrapper li.menu__item a.menu__link,
	.ot-burger .menu--mobile ul.menu__submenu--level-2 li.menu__item a.menu__link,
	.ot-burger .menu--mobile ul.menu__submenu--level-3 li.menu__item a.menu__link,
	.ot-burger .menu--mobile ul.menu__submenu--level-4 li.menu__item a.menu__link,
	.ot-burger .menu--mobile ul.menu__submenu--level-5 li.menu__item a.menu__link {
		background-color: transparent!important;
		color: #8aa4bf;
	}
	.ot-burger .menu--mobile ul.menu__submenu li.menu__item.menu__item--has-submenu:hover ul.menu__submenu--level-3 li.menu__item a.menu__link {
		background-color: transparent!important;
		color: #8aa4bf!important;
	}
	.ot-burger .menu--mobile ul.menu__submenu li.menu__item.menu__item--has-submenu:hover ul.menu__submenu--level-4 li.menu__item a.menu__link {
		background-color: transparent!important;
		color: #8aa4bf!important;
	}
	.ot-burger .menu--mobile ul.menu__submenu li.menu__item.menu__item--has-submenu:hover ul.menu__submenu--level-5 li.menu__item a.menu__link {
		background-color: transparent!important;
		color: #8aa4bf!important;
	}
	.ot-burger .menu--mobile li.menu__item a.menu__link {
		background-color: transparent!important;
		color: #8aa4bf!important;
	}
	.ot-burger .menu--mobile .menu__submenu .menu__link, .menu__submenu .menu__link:hover, .menu__submenu .menu__link:focus {
		background-color: transparent;
		color: #8aa4bf!important;
	}
	.ot-burger .menu--mobile .menu__item {
		background-color: transparent;
		color: #8aa4bf!important;
	}		
  .ot-header__menu {
    display: none!important;
  }
	.ot-burger ul.contact-icon {
		margin-bottom: 20px;
	}
	.ot-burger ul.contact-icon li {
		display: block!important;
		padding-bottom: 10px;
	}
	.ot-burger ul.contact-icon li a {
		color: #8aa4bf!important;
		margin-left: 10px;
	}
	.ot-burger .topbar-social-follow {
		border-top: 1px solid #8aa4bf;
	}
	.ot-burger .social-links {
		margin-top: 20px;
		justify-content: flex-start!important;
	}
	.ot-burger .header__cta {
		margin-top: 20px;
	}

	/* 	Active ITem css */

	.ot-burger .menu--mobile ul.menu__wrapper li.menu__item.menu__item--depth-1.menu__item--has-submenu.menu__link--active-branch a.menu__link {
		color: #ff522b;
	}
	.ot-burger .menu--mobile ul.menu__wrapper li.menu__item.menu__item--depth-1.menu__item--has-submenu.menu__link--active-branch ul.submenu.menu__submenu--level-2 li.menu__item a.menu__link {
		color: #8aa4bf!important
	}
	.ot-burger .menu--mobile ul.menu__submenu li.menu__item.menu__link--active-branch a.menu__link.menu__link--active-link {
		color: #ff522b;
	}
	.ot-burger .menu--mobile ul.menu__submenu--level-2 li.menu__item.menu__link--active-branch a.menu__link {		
		color: #ff522b!important;
	}
	.ot-burger .menu--mobile ul.menu__submenu--level-2 li.menu__item.menu__link--active-branch span.menu__child-toggle-icon {
		color: #ff522b!important;
	}
	.ot-burger .menu--mobile ul.menu__submenu--level-2 li.menu__item.menu__link--active-branch ul.menu__submenu.menu__submenu--level-3 li.menu__item.menu__link--active-branch a.menu__link.menu__link--active-link {
		color: #ff522b!important;
	}
	.ot-burger .menu--mobile ul.menu__submenu--level-2 li.menu__item.menu__link--active-branch ul.menu__submenu.menu__submenu--level-3 li.menu__item.menu__link--active-branch ul.menu__submenu.menu__submenu--level-4 li.menu__item.menu__link--active-branch a.menu__link.menu__link--active-link {		
		color: #ff522b!important;
	}
	.ot-burger .menu--mobile ul.menu__submenu.menu__submenu--level-3 li.menu__item.menu__link--active-branch a.menu__link.menu__link--active-link {
		color: #ff522b!important;
	}	
	
	
	.ot-burger .menu--mobile ul.menu__submenu--level-2 li.menu__item.menu__link--active-branch span.menu__child-toggle-icon {
		color: #ff522b!important;
	}
	
}
@media (max-width: 767px) {
	.ot-burger {
		width: 100%!important;
	}
}
@media (max-width: 575px) {
  .ot-header-right-bar {
    display: none !important;
  }
}

/* Social Follow */

.topbar-social-follow .social-links {
  align-items: center;
  display: flex!important;
  flex-wrap: wrap;
  justify-content: center;
}

.topbar-social-follow .social-links__icon {
  margin: 0 15px;
  position: relative;  
}

.topbar-social-follow .social-links__icon svg {
	height: 18px;  
  width: auto;
}

.topbar-social-follow .social-links__icon:hover svg,
.topbar-social-follow .social-links__icon:focus svg,
.topbar-social-follow .social-links__icon:active svg {
  fill: #FFF;
}


/* Team Tab Module */

.ot-team_tab ul.nav li a {
	color: #4D4D4D;
}
.ot-team_tab ul.nav li a.active {
	color: #001028;
}
.ot-team_tab .tabs-dropdown {
	border-bottom: 1px solid #001028;
}

/* Counter Module */

.ot-counter_module .counter-number,
.ot-counter_module .counter-after {
	color: #4a6587;
}

/* End of Counter Module */


/* Pricing Module */


/* End of Pricing Module */

/* Dnd Spacing CSS */

.dnd-section .dnd-column .dnd-row {
	margin-bottom: 30px;
}
.dnd-section .dnd-column .dnd-row:last-child {
	margin-bottom: 0!important;
}
.dnd-module p:last-child {
	margin-bottom: 0!important;
}

@media screen and (min-width: 1380px) {
	.dnd-section,
	.content-wrapper--vertical-spacing {
		padding-left: 0!important;
		padding-right: 0!important;
	}
}
@media (max-width: 767px) {
/* 	Section */
	.dnd-section,
	.content-wrapper--vertical-spacing {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.dnd-section .dnd-column {
		margin-bottom: 30px;
	}
	.dnd-section .dnd-column:last-child {
		margin-bottom: 0!important;
	}
}

/* End of DNd Spacing Css */


/* Portfolio Module */

.portfolio_module .category {	
	background-color: #001028;
	color: #8aa4bf;
}

/* Event Module */

.ot-event_module .event_grid .date,
.ot-event_module .event_list .date {
	background-color: #001028;
	color: #8aa4bf;
}


/* Map Content Module */


.ot-map_content_module .contact_info .contact_link {
	color: #ff522b;
}
.ot-contact_social_media .social-icon .social_icon-li a.social-icon {
	color: #4D4D4D;
}

/* Subscribe Module */

.ot-subscribe_module form input[type=text]::placeholder,
.ot-subscribe_module form input[type=email]::placeholder,
.ot-subscribe_module form input[type=password]::placeholder,
.ot-subscribe_module form input[type=tel]::placeholder,
.ot-subscribe_module form input[type=number]::placeholder,
.ot-subscribe_module form input[type=file]::placeholder,
.ot-subscribe_module form select::placeholder,
.ot-subscribe_module form textarea::placeholder {
	color: #FFFFFF!important;
}


/* Blog Latest Module */


.recent-post-section .recent-post-link .description {
	color: #4D4D4D;
}
.recent-post-section button.owl-prev,
.recent-post-section button.owl-next {
	background-color: #8aa4bf!important;
	border: 0!important;
	border-radius: 100px!important;
	box-shadow: 0px 4px 50px -5px rgb(13 23 36 / 12%);
	transition: all 0.4s ease;
}
.recent-post-section button.owl-prev:hover,
.recent-post-section button.owl-next:hover,
.recent-post-section button.owl-prev:active,
.recent-post-section button.owl-next:active {
	background-color: #001028!important;
}

.recent-post-section button.owl-prev i.fa,
.recent-post-section button.owl-next i.fa {
	font-size: 16px;
}
.recent-post-section button.owl-prev:hover i,
.recent-post-section button.owl-next:hover i {
	fill: #8aa4bf!important;
	color: #8aa4bf!important;
}
.recent-post-section .ot-recent_post_sidebar .post-title:hover {
	color: #001028;
}
/* End of Blog Latest Module */


/* Templates custom css */
@media (min-width: 768px) {
	.body-container--contact.map_column .dnd-section .row-fluid .span6 {
		width: 50%;
	}
}
.body-container--contact.map_column .dnd-section .row-fluid [class*='span'] {
	margin-left: 0!important;
}
@media (max-width: 767px) {
	.body-container--contact.map_column .dnd-section .dnd-column {
		margin-bottom: 0!important;
	}
}


/* Back To Top Button Css */

#ot-back_to_top_btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 100px;
  right: 22px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
	background-color: 

  
  
    
  


  rgba(18, 91, 229, 1.0)

;
	padding: 10px;
margin-top: 0px;
margin-bottom: 0px;

	border: 1px solid #125BE5;

	border-radius: 100px;
}
#ot-back_to_top_btn.show {
  opacity: 1;
  visibility: visible;
}
#ot-back_to_top_btn i {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 22px;
  width: 22px;
	color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
/* Hover  */

#ot-back_to_top_btn:hover {
	background-color: 

  
  
    
  


  rgba(255, 233, 35, 1.0)

;	
	border-color: 

  
  
    
  


  rgba(255, 233, 35, 1.0)

!important;
}

#ot-back_to_top_btn:hover i {
	color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

!important;
}


/* Top bar menu dropdown css */

.topbar-menu ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	background-color: #ffffff;
	z-index: 1050;
	box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
	border-radius: 3px;		
	text-align: left;
	text-transform: none;
	top: 100%;
	max-width: fit-content;
}
.topbar-menu ul.hs-menu-children-wrapper li.hs-menu-item {
	padding-left: 0!important;
	padding-right: 0!important;
}
.topbar-menu ul.hs-menu-children-wrapper li.hs-menu-item a {
	color: #4D4D4D!important;
	display: block;
	padding: 10px 30px;
	transition: background-color .3s;
	width: 100%;
}
.topbar-menu ul.hs-menu-children-wrapper li.hs-menu-item:hover a {
	background-color: #f7f7f7!important;
	color: #001028!important;
}
.topbar-menu li.hs-menu-item.hs-item-has-children a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	margin-left: 10px;
}
.topbar-menu .hs-menu-children-wrapper li.hs-menu-item a:after {
	content: ''!important;
	font-family: 'FontAwesome';
	margin-left: 0!important;
}

@media (max-width: 1199px) {
	.top-bar-menu ul.hs-menu-children-wrapper {
		visibility: visible!important;
		opacity: 1!important;
		display: block!important;
/* 		position: relative!important; */
	}
	.top-bar-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
		left: 0!important;
    opacity: 1!important;
    position: relative!important;
	}
	.menu--mobile .top-bar-menu .hs-item-has-children ul.open-menu-list {
		position: relative!important;
	}
/* 	.menu--mobile .top-bar-menu li.hs-menu-item.hs-item-has-children a:after {
		content: '\f107';
		font-family: 'FontAwesome';
		margin-left: 10px;
	} */
	.menu--mobile .top-bar-menu li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item a:after {
		content: '';
	}
	.menu--mobile .top-bar-menu ul {
		flex-direction: column;
	}
	.menu--mobile .top-bar-menu ul li {
		padding: 10px 0;
	}
	.menu--mobile .top-bar-menu ul li a {
		background: transparent;
		color: #8aa4bf;
		text-decoration: none;
	}
	/* 	Mobile Top Bar Menu Active Css */
	.menu--mobile .top-bar-menu li.hs-menu-item.active.active-branch a {
		color: #ff522b!important;
	}
}


/* Form Checkbox default css */

.hs-fieldtype-checkbox input[type=checkbox],
.hs-fieldtype-radio input[type=radio],
.hs-fieldtype-booleancheckbox input[type=checkbox] {
	width: fit-content!important;
}







.header-notification-bar .content-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}
.top-bar-header .content-wrapper {
	padding-top: 16px;
	padding-bottom: 16px;
}
ul.contact-icon {
	margin-left: 0!important;
	padding-left: 0!important;
	margin-bottom: 0;
}

ul.contact-icon li {
	display: inline-block;
	padding-right: 5px;
}

/* Menu Css */

/* Menu */

.menu--desktop {
  display: block;
}

.menu--mobile {
  display: none;
}

@media (max-width: 1199px) {
  .menu--desktop {
    display: none;
  }

	.menu--mobile {
		display: block;
	}
	.menu--mobile ul {
		width: 100%;
	}
	.menu--mobile ul li.menu__item {
		width: 100%;
	}	
}


/* Menu items */

.menu__item {
  position: relative;
}

.menu__link {
	text-decoration: none;
}

.menu__link:hover,
.menu__link:focus,
.menu__link:active {
  text-decoration: none;
}

/* .menu__link--active-link,
.menu__link--active-branch {
  font-weight: bold;
} */

/* @media (min-width: 768px) and (max-width: 1150px) {
  .menu__link {
    font-size: 0.833rem;
  }
} */

@media (max-width: 1199px) {
  .menu__item {
    display: block;
    width: 100%;
  }
	.ot-burger .menu--mobile ul li.menu__item a.menu__link,
	.ot-burger .menu--mobile ul li.hs-menu-item a {
		font-size: 18px;
		display: block;
	}
}

/* Menu items - top level */

.menu__item--depth-1 {
  display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
/*   padding: 0.7rem 0.875rem;
  text-transform: uppercase; */
}

/* .menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
} */

@media (max-width: 1199px) {
  .menu__item--depth-1 {
    padding: 10px 0;
  }
/* 	.menu__submenu.menu__submenu--level-2 .menu__item:last-child .menu__link {
		padding-bottom: 0!important;
	} */
/* 	.menu__item--depth-1.menu__item--has-submenu {
		padding-bottom: 0!important;
	} */

/*   .menu__item--depth-1 > .menu__link {
    padding: 0.35rem 1.225rem;
  } */

  .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }
}

/* Menu items - submenus */

.menu__submenu {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  width: 270px;
  z-index: 99;
}

.menu__item--open > .menu__submenu {
  display: block;
}

/* .menu__submenu--level-2 {
  transform: translateX(-50%);
} */

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
  transform: unset;
}

.menu__submenu .menu__item {
	/*   border-bottom: 1px solid #D1D6DC; */
  padding: 0;
  width: 100%;
}

.menu__submenu .menu__link {
  display: block;
  padding: 10px 30px;
  transition: background-color 0.3s;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
  padding-right: 3rem;
}

/* Creates the triangle at the top of the submenu drop down */


@media (max-width: 1199px) {
  .menu__submenu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
    transform: unset;
    width: 100%;
  }

  .menu__submenu .menu__item {
    background-color: #FFF;
    border-bottom: none;
/*     border-top: 2px solid #EBEFF3; */
    padding: 0;
  }

  .menu--mobile .menu__submenu .menu__link {
    display: block;    
    transition: all 0.2s ease;
    width: 100%;
  }
	.menu--mobile .menu__submenu.menu__submenu--level-2 .menu__link {
		padding: 12px 20px;
	}
	.menu--mobile .menu__submenu.menu__submenu--level-3 .menu__link {
		padding: 12px 40px!important;
	}
	.menu--mobile .menu__submenu.menu__submenu--level-4 .menu__link {
		padding: 12px 60px!important;
	}

  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus {
    background-color: inherit;
    transition: none;
  }

  .menu__item--has-submenu > .menu__link {
    width: 70%;
  }

  .menu__submenu--level-3 .menu__item .menu__link {
    padding: 10px 30px;
  }
}

/* Menu icons */

@media(min-width: 1200px) {
  .menu__submenu .menu__child-toggle {
    margin-left: auto;
		padding: 0 30px;
  }

  .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 2;
  }

  .menu__item--depth-1 > .menu__child-toggle {
    position: static;
    right: 0;
		top: 0;
		vertical-align: middle;
	}
}
.menu__child-toggle-icon {    
	display: block;    
	margin-left: 1px;    
}
.menu__child-toggle-icon:after {
	content: '\f107';
	font-family: FontAwesome;
}	
@media (max-width: 1199px) {
  .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .menu--mobile .menu__child-toggle-icon {
/*     background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoOTAgOS42IDkuNikiIHg9IjEuMiIgeT0iOS42IiB3aWR0aD0iMTYuOCIgaGVpZ2h0PSIxIiByeD0iLjUiLz48L2c+PC9zdmc+); */
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    margin-right: 0;
		margin-left: auto;
		text-align: right!important;
/*     margin-right: 1.05rem; */
    transition: none!important;
		transform: none!important;
    width: 20px;
  }

  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(180deg);
    transition: transform 0.4s;
  }
		
	.ot-burger .menu--mobile ul.menu__submenu.menu__submenu--level-3.no-list, 
	.ot-burger .menu--mobile ul.menu__submenu.menu__submenu--level-4.no-list {
		margin-top: 0!important;
	}	
}

/* End of Menu Css */


/* Search Button Css */

.header-blue .navbar .form-inline .search-field {
  display:inline-block;
  width:80%;
  background:none;
  border:none;
  border-bottom:1px solid transparent;
  border-radius:0;
  color:#ccc;
  box-shadow:none;
  color:inherit;
  transition:border-bottom-color 0.3s;
}

.header-blue .navbar .form-inline .search-field:focus {
  border-bottom:1px solid #ccc;
}
.search__mobile .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
	width: 100%;
}
.search__mobile .ot-header-search {
	margin-bottom: 20px;
}
.search__mobile .header__search {
	padding: 0!important;
	width: 100%!important;
}
@media (max-width: 767px) {
	.header__search {
		padding: 0;
/*     margin-bottom: 20px; */
	}
}

.header__column.header__column_menu {
	display: block;
	margin: auto!important;
}
.header__column.header__column_menu {
	display: block;
	margin-left: auto!important;
	margin-right: auto!important;
}
@media (min-width: 1200px) {
	.header__column.menu--desktop.header__column_search {
		display: block;
		margin-right: 0;
		margin-left: auto;
	}
}
.menu--desktop ul.menu__wrapper li.menu__item.menu__item--depth-1 {
	padding: 10px 15px;
}

/* Search Widget Css */

.ot-search-function a#search-click {
	color: #4D4D4D;
}

header.header.fixed-header .ot-search-function a#search-click {
	color: #8aa4bf;
}

.ot-search-function .ot-search-container .close-btn {
	background-color: #4D4D4D;	
}
.ot-search-function .ot-search-container .close-btn #close-search-box {
	color: #8aa4bf;
}

.ot-search-function .ot-search-container .close-btn:hover a,
.ot-search-function .ot-search-container .close-btn a:focus-visible {
	transform: rotate(180deg);
	transition: all 0.9s ease;
	outline: 0;
}
.ot-search-function .search-heading .search-title {
	color: #ff522b;
	font-size: 24px;
}
@media (max-width: 767px) {
	.ot-search-function .search-heading .search-title {
		font-size: 18px;
	}
}
/* End of Search Widget Css */






/* Social Follow */

.topbar-social-follow .social-links {
  align-items: center;
  display: flex!important;
  flex-wrap: wrap;
  justify-content: center;
}

.topbar-social-follow .social-links__icon {
  margin: 0 15px;
  position: relative;  
}

.topbar-social-follow .social-links__icon svg {
	height: 18px;  
  width: auto;
}

.topbar-social-follow .social-links__icon:hover svg,
.topbar-social-follow .social-links__icon:focus svg,
.topbar-social-follow .social-links__icon:active svg {
  fill: #FFF;
}


/* Team Tab Module */

.ot-team_tab ul.nav li a {
	color: #4D4D4D;
}
.ot-team_tab ul.nav li a.active {
	color: #001028;
}
.ot-team_tab .tabs-dropdown {
	border-bottom: 1px solid #001028;
}

/* Counter Module */

.ot-counter_module .counter-number,
.ot-counter_module .counter-after {
	color: #4a6587;
}

/* End of Counter Module */


/* Pricing Module */


/* End of Pricing Module */

/* Dnd Spacing CSS */

.dnd-section .dnd-column .dnd-row {
	margin-bottom: 50px;
}
.dnd-section .dnd-column .dnd-row:last-child {
	margin-bottom: 0!important;
}
@media (max-width: 767px) {
	.dnd-section .dnd-column .dnd-row {
		margin-bottom: 30px!important;
	}
}
.dnd-module p:last-child {
	margin-bottom: 0!important;
}

@media screen and (min-width: 1380px) {
	.dnd-section,
	.content-wrapper--vertical-spacing {
		padding-left: 0!important;
		padding-right: 0!important;
	}
}
@media (max-width: 767px) {
/* 	Section */
	.dnd-section,
	.content-wrapper--vertical-spacing {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.dnd-section .dnd-column {
		margin-bottom: 30px;
	}
	.dnd-section .dnd-column:last-child {
		margin-bottom: 0!important;
	}
}

/* End of DNd Spacing Css */


/* Portfolio Module */

.portfolio_module .category {	
	background-color: #001028;
	color: #8aa4bf;
}

/* Event Module */

.ot-event_module .event_grid .date,
.ot-event_module .event_list .date {
	background-color: #001028;
	color: #8aa4bf;
}


/* Map Content Module */


.ot-map_content_module .contact_info .contact_link {
	color: #ff522b;
}
.ot-contact_social_media .social-icon .social_icon-li a.social-icon {
	color: #4D4D4D;
}

/* Subscribe Module */

.ot-subscribe_module form input[type=text]::placeholder,
.ot-subscribe_module form input[type=email]::placeholder,
.ot-subscribe_module form input[type=password]::placeholder,
.ot-subscribe_module form input[type=tel]::placeholder,
.ot-subscribe_module form input[type=number]::placeholder,
.ot-subscribe_module form input[type=file]::placeholder,
.ot-subscribe_module form select::placeholder,
.ot-subscribe_module form textarea::placeholder {
	color: #FFFFFF!important;
}


/* Blog Latest Module */


.recent-post-section .recent-post-link .description {
	color: #4D4D4D;
}
.recent-post-section button.owl-prev,
.recent-post-section button.owl-next {
	background-color: #8aa4bf!important;
	border: 0!important;
	border-radius: 100px!important;
	box-shadow: 0px 4px 50px -5px rgb(13 23 36 / 12%);
	transition: all 0.4s ease;
}
.recent-post-section button.owl-prev:hover,
.recent-post-section button.owl-next:hover,
.recent-post-section button.owl-prev:active,
.recent-post-section button.owl-next:active {
	background-color: #001028!important;
}

.recent-post-section button.owl-prev i.fa,
.recent-post-section button.owl-next i.fa {
	font-size: 16px;
}
.recent-post-section button.owl-prev:hover i,
.recent-post-section button.owl-next:hover i {
	fill: #8aa4bf!important;
	color: #8aa4bf!important;
}
.recent-post-section .ot-recent_post_sidebar .post-title:hover {
	color: #001028;
}
/* End of Blog Latest Module */


/* Templates custom css */
@media (min-width: 768px) {
	.body-container--contact.map_column .dnd-section .row-fluid .span6 {
		width: 50%;
	}
}
.body-container--contact.map_column .dnd-section .row-fluid [class*='span'] {
	margin-left: 0!important;
}
@media (max-width: 767px) {
	.body-container--contact.map_column .dnd-section .dnd-column {
		margin-bottom: 0!important;
	}
}


/* Back To Top Button Css */

#ot-back_to_top_btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 100px;
  right: 22px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
	background-color: 

  
  
    
  


  rgba(18, 91, 229, 1.0)

;
	padding: 10px;
margin-top: 0px;
margin-bottom: 0px;

	border: 1px solid #125BE5;

	border-radius: 100px;
}
#ot-back_to_top_btn.show {
  opacity: 1;
  visibility: visible;
}
#ot-back_to_top_btn i {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 22px;
  width: 22px;
	color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
/* Hover  */

#ot-back_to_top_btn:hover {
	background-color: 

  
  
    
  


  rgba(255, 233, 35, 1.0)

;	
	border-color: 

  
  
    
  


  rgba(255, 233, 35, 1.0)

!important;
}

#ot-back_to_top_btn:hover i {
	color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

!important;
}

/* Caching Issues css  */

/* .caching {
	display: none;
} */


/* Event Template css */


/* Event Landing V2 */

.body-container--event-landing-2 .banner-form {
	background: #FFFFFF;
	box-shadow: 0px 10px 100px -3px rgba(8, 22, 48, 0.12);
	border-radius: 5px;
	padding: 50px 30px;
}
.body-container--event-landing-2 .banner-form li.hs-form-booleancheckbox .hs-input {
	width: fit-content!important;
}


/* Event Landing V3 */

.body-container--event-landing-3 .banner-section .fw_header_section .header-content {
	background: #FFFFFF;
	box-shadow: 0px 7px 40px -5px rgba(8, 22, 48, 0.1);
	border-radius: 10px;
	padding: 70px 50px;
}
@media (max-width: 767px) {
	.body-container--event-landing-3 .banner-section .fw_header_section .header-content {
		padding: 50px 30px;
	}
}
@media (max-width: 375px) {
	.body-container--event-landing-3 .banner-section .fw_header_section .header-content {
		padding: 30px 20px;
	}
}

/* Event Contact Us Page */

/* Form */
.body-container--event-contact .banner-form {
	background: #FFFFFF;
	box-shadow: 0px 10px 100px -3px rgba(8, 22, 48, 0.12);
	border-radius: 5px;
	padding: 50px 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* MultiDays Timeline MOdule */

.ot-multiple_days_timeline_module .event-date {
	color: #001028;
}

/* Blog Listing Classic Style Module */

.ot-blog-listing-classic-module .post-title .title-link {
	color: #ff522b;
	font-weight: 600;
}
.ot-blog-listing-classic-module .hubspot-topic_data a.topic-link {
	color: #001028;
}

/* Event Landing Page 3 Banner  */

/* .fw_header_section.ot-event-landing-3-banner .section {
	padding-left: 0!important;
	padding-right: 0!important;
} */

/* Event Detail Page Form */

.event-detail_form form {
	background: #FFFFFF;
	box-shadow: 0px 10px 100px -3px rgba(8, 22, 48, 0.12);
	border-radius: 5px;
	padding: 30px;
}

/* Theme Accessibility Code */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
/* End of Theme Accessibility Code */

/* Countdown Timer Module  */

.ot-countdown_module .number {
	font-family: arial, helvetica, sans-serif;
	color: #ff522b;
}
.ot-countdown_module .color--light .number {
	color: #8aa4bf;
}

/* End of Countdown Timer Module */

/* Podcast List Module */

.podcast_list_module .podcast_box {  
	border-radius: 10px;
	margin-bottom: 10px;
}

/* End of podcast list Module */