
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap'); */
/* Montserrat */
/* .font-montserrat{font-family: 'Montserrat', sans-serif;} */
.font-100{font-weight: 100;}
.font-200{font-weight: 200;}
.font-300{font-weight: 300;}
.font-400{font-weight: 400;}
.font-500{font-weight: 500;}
.font-600{font-weight: 600;}
.font-800{font-weight: 800;}
a:hover{text-decoration: none !important;}
/* Droid Serif */
.font-droid-serif{font-family: 'Droid Serif';}
.font-normal{font-weight: normal;}
.font-bold{font-weight: bold;}
/*  Droid Serif  */
/* * {font-family: 'Acumin RPro'} */
@font-face {
    font-family: 'Acumin RPro';
    src: url('../fonts/Acumin-RPro.otf') format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin RPro';
    src: url('../fonts/Acumin-BdPro.otf') format('otf');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin RPro';
    src: url('../fonts/Aileron-SemiBold.otf') format('otf');
    font-weight: bold;
    font-style: 600;
    font-display: swap;
}


/* custom colors */
:root{
    --secondary: #7c7d7d;
    --primary: #3c8f7c;
    --warning: #f47458;
    --dark-green: #06381E;
    --danger: #f34c3d;
    --success: #50a620;
    --orange: #F47458;
    /*--brown: #716261;
    --brown-light: #7b7271;
    --cream: #F9F7F4;
    --pink:#f5e1e0;
    --off-blue: #DAE1F4;
    --off-orange: #F4EADA;
    --light: #949494;
    --blue: #4267B2;
    --light-purple: #d8d2eb;
    --light-green: #e5f3e9;
    --light-yellow: #f8e6be; */
}
.text-primary{color: var(--primary) !important;}
.text-danger{color: var(--danger) !important;}
.text-secondary{color:var(--secondary) !important;}
.text-dark-green{color: var(--dark-green);}
.text-light{color: var(--light) !important;}
.text-light{color: var(--orange) !important;}
.text-blue{color: var(--blue) !important}
.text-brown-light{color: var(--brown-light);}
.bg-primary{background: var(--primary) !important;}
.bg-dark-green{background: var(--dark-green);}
.bg-light-purple{background:var(--light-purple);}
.bg-light-green{background:var(--light-green);}
.bg-light-yellow{background:var(--light-yellow);}
.bg-cream{background-color: var(--cream);}
.bg-danger{background: var(--danger) !important; border:1px solid var(--danger) !important}
.bg-brown{background: var(--brown) !important;}
.bg-brown-light{background: var(--brown-light);}
.bg-off-pink{background: var(--pink);}
.bg-off-blue{background: var(--off-blue);}
.bg-off-orange{background-color: var(--off-orange);}
.bg-dark-success{background: #2b6638;}
.bg-orange{background-color: #face6e;}
.bg-red{background-color: #ed3833 !important;}
.text-red{color: #ed3833 !important;}
.border-red{border:2px solid #ed3833 !important;}
.border-orange{border:2px solid #face6e !important;}
.border-success{border:2px solid #2b6638 !important;}
.border-secondary{border:2px solid #a1a7af !important;}
.bg-warning{background: var(--warning) !important;}
.bg-orange{background: var(--orange) !important;}
.text-warning{color: var(--warning) !important;}
.bg-success{background: var(--success) !important;}
.btn-secondary {
    color: #fff;
    background-color: #a1a7af;
    border-color: #a1a7af;
}
.overflow-auto{overflow: auto;}
#content-wrapper{height: 100vh;}
.btn-outline-primary {
    color: var(--primary);
    background-color: transparent;
    background-image: none;
    border-color: var(--primary);
}
.btn-primary, .btn-outline-primary:hover { color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-gray {
    color: var(--gray);
    background-color: transparent;
    background-image: none;
    border-color: var(--gray);
}
.btn-gray, .btn-outline-gray:hover { color: #fff;
    background-color: var(--gray);
    border-color: var(--gray);
}
.btn {
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color 0.3s ease-in-out,box-shadow .3s ease-in-out;
}
/* .btn-primary{
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
} */
.btn-primary:hover{
    color: var(--primary) !important;
    background-color: #dcebe7 !important;
    border-color: #dcebe7 !important;
}
.btn-orange{
    color: #fff;
    background-color: var(--orange) !important;
    border-color: var(--orange) !important;
}
.btn-orange:hover{
    color: #fff !important;
    background-color: #fcc4b8 !important;
    border-color: #fcc4b8 !important;
}
.btn-blue{
    color: #fff;
    background-color: #274087 !important;
    border-color: #274087 !important;
}
.btn-blue:hover{
    color: #274087 !important;
    background-color: #d5e2f1 !important;
    border-color: #d5e2f1 !important;
}
.btn-primary-light{
    color: var(--primary);
    background-color:#dcebe7 ;
}
.btn-primary-light:hover{
    color: #dcebe7;
    background-color: var(--primary) ;
}
.btn-orange-light{
    color: var(--orange);
    background-color:#fcc4b8 ;
}
.btn-orange-light:hover{
    color: #fcc4b8;
    background-color: var(--orange) ;
}
.btn-warning,.btn-warning:hover,.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: var(--warning);
    border-color: var(--warning);
}
.lh-1{line-height: 1;}
.iti{width: 100%;}
.btn.btn-dark-green{background: var(--dark-green);}
.btn.btn-danger{background-color: var(--danger) !important;}
.btn-outline-blue{color: var(--blue);background-color: transparent;background-image: none;
border-color: var(--blue);}
.btn-outline-blue:hover {color: #fff;background-color: var(--blue);border-color: var(--blue);}
/* .h2,h2{font-size: 32px !important;}
.h3,h3{font-size: 24px !important;}
.h5,h5{font-size: 14px !important;}
.h6,h6{font-size: 12px !important;}
.p,p{font-size: 16px !important;}
.h1,h1{font-size: 42px;} */
.px-10{padding-left:10rem !important; padding-right: 10rem !important;}
.btn.focus, .btn:focus{box-shadow: none !important;}
button:focus{box-shadow: none !important; outline: none !important;}
/* custom colors */
.page-link:hover{background: #06381e; color: #fff !important;}
body .rounded-left-bottom-0{border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important;}
body{background-color: var(--cream);}
.banner{background-position: center center !important; background-repeat: no-repeat !important; background-size: cover !important; min-height: 760px;}
.customNav li a{font-size: 14px;}
.customNav li.active a{background-color: var(--danger); border-radius: 6px;}
.opacity{opacity: 0.8;}
.mt-6{margin-top: 4rem;}
.mt-16{margin-top: 15.6rem;}
.cusSpace_head{margin-bottom:  32.8px !important;}
.cusSpace_sub_head{margin-bottom: 25.8px !important; font-size: 20px !important;}
.height-250{min-height: 170px;}
p{line-height: 26px !important}
.line-height-28{line-height: 28px !important}
.close{color:#777 !important;}
.line-height-auto{line-height: normal !important;}
.fixedImage{height: 200px;overflow-y: hidden;background-size: cover !important;background-position: top center!important;border-radius: 10px 10px 0 0;}
.pagination .page-item.active .page-link{background-color: #126e51;border-color: #126e51;}
.pagination .page-link{color:var(--secondary)}
.border-radius-35{border-radius: 35px;}
.commas:before{content: '"';position: absolute;left: -21px;top: 6px;font-size: 54px;}
.commas:after{content: '"';position: absolute;right: -18px;bottom: -30px;font-size: 54px;}
.arrowBounce{bottom: -90px; left: 50%; transform: translate(-50%); padding-top: 90px;}
.shadow {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}
.form-control:focus{box-shadow: none;}
.getStarted{border-radius: 6px !important;padding: 8px 50px !important;}
.seperator-top{height: 120px;}
.seperator-top-nav{height: 60px;}
.seperator-top-m{height: 70px;}
.seperator-bottom{height: 50px;}
.seperator-bottom-border{height: 70px;}
.min-height-268{min-height: 268px;}
.p-5-custom{padding:1.5rem 5rem;}
.makeHome{height:200px; margin: auto;}
.owl-dots{display: none;}
/* arrow animation */
.bounce {animation: bounce 2s infinite; cursor: pointer;}
.min-height-50{min-height: 50px;}
.bg-color:before {
    background-color: #f9faf9;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
}
.form-border {
    border: 8px solid #edf5f3;
}
.form-control { padding: .655rem 0.75rem; font-size: .9rem;}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(5);
    }
    40% {
      transform: translateY(10px);
    }
    60% {
      transform: translateY(10px);
    }
  }
/* arrow animation */
.owl-carousel .owl-item img{width: 70px !important; height: 70px; display: inline !important; margin: auto;}
.owl-nav {position: absolute;top: calc(50% - 17px); width: 100%;display: flex;justify-content: space-between;}
/* .owl-carousel .owl-stage-outer{padding: 0 25px} */
button.owl-prev>span,button.owl-next>span {font-size: 30px; border-radius: 50%; padding: 0; position: absolute; display: flex; justify-content: center; align-items: center; color: var(--primary); font-weight: 600;}
.owl-prev.disabled{display: none;}
.owl-next.disabled{display: none;}
.owl-prev img{transform: rotate(180deg);-webkit-transform: rotate(180deg); }
.owl-prev img:focus-visible,.owl-next img:focus-visible{outline: none !important;}
.item.current * p{ color: var(--warning); }
.owl-prev.disabled {
    display: block;
    opacity: 0;
}
.half-border{position: relative;}
.half-border:after{content: '';position: absolute;border-bottom: 3px solid #dee2e6;
max-width: 150px;left: 50%;bottom: 0;right: 0;top: 0;transform: translate(-50%);}
.border-radius-7{border-radius: 7px !important;}
.border-radius-10{border-radius: 10px !important;}
.border-top-left-right-radius{border-radius: 10px 10px 0 0;}
.border-bottom-left-right-radius{border-radius: 0 0 10px 10px !important;}
.make_eampact{border-radius: 10px 0px 0 10px;}
.list_product{border-radius: 0 10px 10px 0px !important;}
.iconSet{position: absolute; top:-60px;}
.videoImg{height: 400px; background-size: cover !important; border-radius: 10px; overflow: hidden;}
.videoIcon{top:50%; left: 50%; transform: translate(-50%, -50%);}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(6, 56, 31, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.upArrow{right: 30px; bottom: 35px; position: fixed;}
.nav-link{padding: .5rem 1rem !important;}
#bottomArrow{cursor: pointer;}
.commentImg{width:60px; height:60px; border-radius: 50%; background-size: cover; background-position: center center;}
.leaveReply.custom-control{padding-left: 2.3rem !important;}
.leaveReply .custom-control-label::before{width: 1.5rem !important;height: 1.5rem !important;}
.leaveReply .custom-control-label::after{width: 1.5rem !important;height: 1.5rem !important;}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color: var(--primary) !important;}
.horizontaLine:after{content: ''; position: absolute; top: 50%; left: 12px; transform: translate(-50%); border-top:1px solid #dee2e6; width: 25px;}
.tabCustom .active{background-color: var(--danger) !important; color: #fff !important; display: block; border-radius: 10px;}
.brown-gradient{background: rgb(113,98,97);background: linear-gradient(90deg, rgba(113,98,97,1) 57%, rgba(123,114,113,1) 57%);}
.cursor-pointer{cursor: pointer;}
.width-100{width: 100%;}
.share_inspire, .learn_more{min-width: 170px;height: 50px;line-height: 19px;}
.navbar-brand img{width: 150px;}
.iconSet img{width: 70px;}
.videoIcon img{width: 90px;top: 44%;position: absolute;left: 47%;}
.focusArea img{width: 35px; height: 35px;}
.missionImg{background-size: cover !important; width: 100%; height: 250px; background-position: center center; border-radius: 5px;}
.theTeam{width: 200px; height: 200px; overflow: hidden; background-size: cover !important; background-position: top left;}
.doubleLine {min-height: 80px;}
.owl-next img, .owl-prev img{width: 50px;}
.line-height-30{line-height: 30px;}
.makeHomeImg{height: 70px;}
.resiImage{max-width: 150px; height: 150px; overflow: hidden; background-size: cover; background-repeat: center center; margin: auto;}
.resilientCom{background-position: center center; background-repeat: no-repeat; background-size: cover !important;min-height: 300px;
border-radius: 10px;}
.searchIcon{width: 36px; height: 36px;}
.searchIconR{width: 33px; height: 33px;}
.climateZone{width: 33px; height: 33px;}
select{width: 268px;padding: 5px;font-size: 16px;line-height: 1;border: 0;
border-radius: 5px;height: 34px;background: url(../images/carretBlack.svg) no-repeat right #fff;
-webkit-appearance: none;background-position-x:97%;background-size: 15px 10px;
}
.topSolution{text-align: center;margin: 0 11px; width: 62px;}
.topSolution.active img{width: 80px; height: 80px;margin-top: -10px;}
.min-height-38{min-height: 38px;}
label{font-size: 16px;}
.socialIcon img{width: 35px; height: 35px;}
.inner-space{height: 110px;}
.inner-space-b{height: 90px;}
.pl-6{padding-left: 5rem;}
.min-height-40{min-height: 40px;}
.leaveReply label {margin-top: 8px;}
.border-radius-top-right{border-radius: 10px 10px 0 0;}
.border-radius-bottom-right{border-radius: 0 0 10px 10px;}
.min-height-text {min-height: 241px;}
#one{margin-top: 60px;}
.font-15{font-size: 15px !important;}
.font-18{font-size: 18px !important;}
.font-25{font-size: 25px !important;}
.mt-n2{margin-top: -4px}
.ml-n2{margin-left: -4px}
.overflow-hidden{overflow: hidden;}
.fs-10{font-size: 10px}
.commaImg{background-image: url('../images/commaLeft.png'), url('../images/commaRight.png');background-position:  left top, right bottom;background-repeat: no-repeat; background-size: 9%; padding: 30px 80px !important;}
.communitynav .active{background-color: #fff; color:#126e51 !important; border-radius: 5px;}
.communitynav li{margin: 0 17px;}
.communitynav li:nth-child(5){margin-right: 0;}
.communitynav li:nth-child(1){margin-left: 0;}
.px-custom-6 {padding-left: 3.7rem !important; padding-right: 3.7rem !important;}
.communitynav .navbar-toggler{background-color: #fff;}
.contribute{color: #fff; display: none !important; font-size: 18px;}
#topSolutionM .navbar-toggler{display: none;}
#topSolutionM .collapse{display: block;}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#126e51 !important;}
.customSelectStyles + .select2-container--default .select2-selection--single .select2-selection__arrow b{border-width: 10px 6px 0 6px !important; left: 0 !important; margin-top: -4px !important; border-color: #000 transparent transparent transparent;}
.customSelectStyles + .select2-container--default .select2-selection--single .select2-selection__arrow{height: 36px;}
.customSelectStyles + .select2-container--default .select2-selection--single{border: 1px solid #ced4da !important;}
.customSelectStyles + .select2-container .select2-selection--single{height: 38px !important;}
.customSelectStyles + .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 38px;font-size: 14px;font-family: 'Montserrat', sans-serif;font-weight: 500;}
.select2-container .select2-selection--single{height: 44px !important;}
.select2-container--default .select2-selection--single{border: 1px solid #ced4da !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 44px!important;}
.select2-container{width: 100% !important;}
.bg-generate{background-image: linear-gradient(to right, #5eddb0, #22d3c3, #00c6d2, #00b8da, #2da9da);}
.img-60{width: 60px; height: 60px;}
.topSolution .h6{font-size: 10px !important;}
.wrap,.disclaimerBox,.spaceHide{display: none;}
.arrowTop{bottom: -20px; left: 50%; transform: translate(-50%); transform: rotate(180deg); cursor: pointer;}
.dot{width: 10px; height: 10px; border-radius: 50%;}
.tooltip-inner {background-color: #dee2e6 !important; color: #000;font-size: 12px;}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {border-bottom-color: #dee2e6 !important;}
.customMargin {margin-bottom: 38px !important;}
#ui-id-2{min-width:190px;}
.BlogPaddingRight .customPadding:nth-child(odd) {
    padding-right: 50px;
}
.BlogPaddingRight .customPadding:nth-child(even) {
    padding-left: 50px;
}
.borderOnHover {border: 2px solid transparent;border-radius: 50%;}
.borderOnHover:hover {border: 2px solid var(--danger);border-radius: 50%;}
.borderOnHover.searchResults{border: 2px solid var(--danger);border-radius: 50%;}
.topMobileNav li:last-child {padding-right: 0 !important;}
.border {border: 1px solid #e4e4e4!important;}
.thumbImg{width: 70px; height: 40px; overflow: hidden; background-size: contain !important; background-position: center center  !important; border-radius: 5px;background-repeat: no-repeat !important;}
#quickNavigation{display: none !important;}
.video-container {
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 8px 20px rgba(black, 0.4);
    width: 100%;
}

	.video-wrapper {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}


.play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	pointer-events: none;
	
}
svg.video {
			width: 100px;
			height: 100px;
			fill: #fff;
			stroke: #fff;
			cursor: pointer;
			background-color: rgba(black, 0.2);
			border-radius: 50%;
			opacity: 0.9;
		}
#circle-play-b {
		cursor: pointer;
		pointer-events: auto;
        position: absolute;
		
	}
#circle-pause-b{position: absolute}

#loader_overloay{position:fixed; top:0; left:0; bottom:0; right:0; content:''; background:rgba(0,0,0,0.6); width:100%; height:100%; z-index:9999;}    
.loader {border: 8px solid #f3f3f3; border-radius: 50%;border-top: 8px solid #126e51; width: 80px;height: 80px;-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;position:absolute;top:45%;left:47%;transform:translate(-50%, -50%);z-index:99999;}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* custom design of select 2 */
/*
.customSelect2 .select2-container .select2-selection--multiple .select2-selection__rendered{position: absolute;top: 34px;background: white;padding: 2px 10px 10px 5px; width: 100%;}
.customSelect2 .select2-container--default .select2-selection--multiple .select2-selection__choice{padding-left: 0; overflow: visible;background: #fff; padding: 4px; font-size: 12px;margin-left: 15px;margin-bottom: 5px;}
.customSelect2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{right: -13px; top: -8px; left: auto; background: #126e51; width: 20px; height: 20px; border-radius: 50%; color: #fff; line-height: 0;}
.customSelect2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .customSelect2  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background: #126e51; color: #fff}
*/
/* custom design of select 2 */
.headingHeight {
    min-height: 52px;
}
.openQuickNav{display: none}
.focusWidth {
    max-width: 230px;
    height: 230px;
    margin: auto;
}
.showOne{opacity: 0.6;}
.showOne.searchResults{opacity: 1;}
#quickNav{display: none !important;}
.aboutCustomM:nth-child(1){padding-right: 50px;}
.aboutCustomM:nth-child(2){padding: 0 30px;}
.aboutCustomM:nth-child(3){padding-left: 50px;}
.owl-stage-outer {
    margin: 0 15px 0 10px;
}

.nav_tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--primary);
    background-color: #fff;
}
.nav_tabs .nav-pills .nav-link {
    color: #fff;
}
.nav_tabs button.active{background-color: var(--warning) !important; border-color: var(--warning) !important;}
.bg-danger-light{background-color:#fef9f8 }
.bg_orange{background: url('/images/bgorange.png') top center / cover}
.bg_gray{background: url('/images/bggray.png') top center / cover}


/* dashboard styles */
.sidebar #sidebarToggle::after {
    font-weight: 900;
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    margin-right: .1rem;
}
.topbar #sidebarToggleTop:hover{
    background-color: #eaecf4;
}
.sidebar .nav-item .nav-link .img-profile, .topbar .nav-item .nav-link .img-profile {
    height: 2rem;
    width: 2rem;
}

.sidebar {
    width: 0;
    /* min-height: 100vh; */
    min-height: auto;
    overflow: hidden;
}
.sidebar.toggled {
    width: 6.5rem !important;
}
.sidebar .nav-item .nav-link span {
    font-size: .65rem;
    display: block;
}
.sidebar-dark .nav-item .nav-link {
    color: var(--secondary);
}
.sidebar #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-top: 1rem;
    cursor: pointer;
}
.sidebar .nav-item .nav-link span {
    font-size: .65rem;
    display: block;
}
.sidebar .nav-item .nav-link {
    text-align: center;
    padding: .75rem 1rem;
    /* width: 6.5rem; */
}
.sidebar.toggled #sidebarToggle::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    margin-left: .25rem;
}
.back-border{position: relative}
.back-border::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 21px;
    background-color: var(--warning);
    bottom: 8px;
    right: -28px;
}
@media (min-width: 768.99px){
.custmm-border{border-bottom: 0 !important;border-right: 1px solid #dee2e6!important;}
}
@media (min-width: 768px){
#content-wrapper{overflow: hidden;}
.canva-modal{position: absolute; right: 0; top: 0; height: 100vh; margin: 0; width: 365px;}
.canva-modal .modal-content{height: 100%;}
.sidebar {
    width: 12.5rem!important;}
    .sidebar.toggled {
        overflow: visible;
        width: 6.5rem!important;
    }
    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: .75rem 1rem;
        width: 6.5rem;
    }
    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
        /* width: 14rem; */
    }
    .sidebar .nav-item .nav-link span {
        font-size: .79rem;
        display: inline;
    }
    .sidebar.toggled .nav-item .nav-link span {
        font-size: .65rem;
        display: block;
    }
}
@media only screen and (max-width: 1196px) {
.pl-6 {padding-left: 1rem;}
.contribute{color: #fff; display: block !important;}
#ui-id-2{min-width:250px;}   
}
@media only screen and (max-width: 1024px) {
    .minWidth{min-width: 250px; width: auto; margin: auto;}
    .maxWidthInput{max-width: 227px; margin:auto}
    .resilientCom{background-size: contain !important;}
    .aboutCustomM:nth-child(1){padding-right: 1rem;}
    .aboutCustomM:nth-child(2){padding: 0 1rem;}
    .aboutCustomM:nth-child(3){padding-left: 1rem;}
}
@media only screen and (max-width: 991px) {
    .arrowBounce{bottom: -60px;}
    p,.p{font-size: 12px !important;}
    .h5{font-size: 12px !important;}
    .h2, h2{font-size: 18px !important;}
    .h3,h3{font-size: 16px !important;}
    .h5, h5{font-size: 12px !important;}
    .h6,h6{font-size: 10px !important;}
    .p-5-custom{padding: 10px;}
    .mb-15{margin-bottom: 15px !important;}
    .width-100{width: auto;}
    .owl-next img, .owl-prev img{width: 30px;}
    #owl-demo1.owl-theme .owl-controls .owl-buttons .owl-prev{left: 20px;} 
    #owl-demo1.owl-theme .owl-controls .owl-buttons .owl-next{right: 20px;}
    /* .owl-nav{width: auto;right: -30px;top: calc(50% - 25px);} */
    .owl-carousel .owl-nav.disabled{display: block !important;}
    button.owl-next{position:absolute; right:0;}
    .px-6{padding: 0 5px !important;}
    .btn-group-lg>.btn, .btn-lg{padding: .3rem 0.5rem;font-size: 0.9rem;}
    br{display: none;}
    .make_eampact{border-radius: 10px !important; margin-bottom: 20px;}
    .list_product{border-radius: 10px !important;}
    .learn_more{padding: 12px !important;min-width: 275px;}
    .share_inspire{padding: 15px !important;}
    .min-height-268{min-height: auto;}
    .banner{min-height: 400px;}
    .mt-16{margin-top: 8.3rem;}
    .cusSpace_head{margin-bottom: 8.8px !important;}
    .cusSpace_sub_head{margin-bottom: 20.8px !important; font-size: 14px !important;}
    .seperator-top-m,.seperator-bottom{height: 20px;}
    .seperator-bottom-border{height: 40px;}
    .inner-space{height: 50px;}
    .inner-space-b{height: 40px;}
    p,.p{line-height: 24px !important;}
    .upArrow{display: none;}
    .mobileCustomNav li{border-bottom: 1px solid rgba(0, 0, 0, 0.07); padding: 7px 0; display: inherit;}
    .mobileCustomNav li:nth-child(6){border-bottom: none;}
    .mobileDevide{height: 40px;}
    .topMobileNav{margin-top: 20px;}
    .videoImg{height: 380px;}
    .h1,h1{font-size: 20px !important;}
    .getStarted{padding: 5px 15px !important;}
    .px-10{padding: 30px !important;}
    .share_inspire, .learn_more{min-width: 170px; height: 50px;line-height: 19px;}
    .navbar-brand img{width: 120px;}
    .navbar-toggler-icon{width: 1.2em;height: 1.2em;}
    .navbar-toggler{padding:5px;}
    .customNav li a{font-size: 12px !important;}
    .doubleLine{min-height: 30px;}
    .topSolution.active img{width: 60px; height: 60px;margin-top: -10px;}
    .min-height-38{min-height: auto;}
    .searchIcon{width: 30px; height: 30px;}
    .searchIconR{width: 25px; height: 25px;}
    .communitynav li{margin: 0;}
    .px-custom-6{padding-left: 2rem !important; padding-right: 2rem !important;}
    .min-height-text{margin-top: 20px;}
    .commaImg{padding: 20px !important;}
    #topSolutionM .navbar-toggler{display: block;}
/*    #topSolutionM .collapse{display: none;}*/
    #topSolutionM .collapse.show {display: block !important;}
    .topSolutionH{height: 25px !important;}
    .font-25{font-size: 18px !important;}
    .customMargin{margin-bottom: 15px !important;}
    .h-100{height: auto !important;}
}
@media only screen and (max-width: 768px) {
    .missionImg{height: 200px;}
    .iconSet{top: -50px;}
    .iconSet img {width: 50px;}
    .videoIcon img{width: 50px;top: 47%;left: 47.5%;}
    .owl-next img, .owl-prev img {width: 30px;}
    /* .owl-nav {width: auto;right:-15px;top: calc(50% - 25px);} */
    .topSolution.active img{width: 90px; height: 90px;margin-top: -10px;}
    .socialIcon img{width: 25px; height: 25px;}
    .leaveReply label {margin-top: 0;}
    .getStarted{padding: 5px 15px !important;}
    .banner{min-height: 420px;}
    .makeHome{max-width: 200px;}
    .mt-16{margin-top: 8.3rem;}
    .font-18{font-size: 16px !important;}
    .font-15{font-size: 14px !important;}
    .font-25{font-size: 16px !important;}
    .dot{width: 10px; height: 10px; border-radius: 50%;}
    #ui-id-2{min-width:230px;}
    .BlogPaddingRight .customPadding:nth-child(odd) {
    padding-right: 15px;
    }
    .BlogPaddingRight .customPadding:nth-child(even) {
        padding-left: 15px;
    }
    .warmFuzzy:last-child{margin-bottom: 0 !important;}
    svg.video{width: 60px;height: 60px;}
}
@media only screen and (max-width: 640px) {
    
    .videoImg{height: 210px; max-width: 210px; margin: auto;}
    .fixedImage{height: 200px;}
    .navbar-brand img{width: 100px;}
    .navbar-toggler-icon{width: 1.2em;height: 1.2em;}
    .navbar-toggler{padding: 3px;}
    .redefining .card-body{padding: 0.9rem;}
    .resilientCom{background-size: contain !important;min-height: 220px;}
    .about_us .seperator-bottom-border{height:40px;}
    /* .owl-nav {width: auto;right:85px;top: calc(50% - 30px);} */
    .contribute{font-size: 16px;}
    .IdentifyRisks h6 span{display: inline-block; margin-right: -0.25em;}
    
}
@media only screen and (max-width: 575px) {
.border-sm-right{border-right: none !important;}
.mobileMargin{max-width: 300px !important; margin: auto;}
.loader{left: 39%;}
}
@media only screen and (max-width: 545px) {
    .banner {min-height: 320px;}
    .mobileMargin {position: absolute;top: 210px;left: 50%; transform: translate(-50%);}
    .mobileSpacing{height: 100px;}
    .arrowBounce {bottom: -150px;}
}
@media only screen and (max-width: 440px) {
    .share_inspire{line-height: 11px !important;}
    .share_inspire br{display: block !important;}
    .theTeam{width: 150px; height: 150px;}
    .owl-next img, .owl-prev img{width: 30px;}
    /* .owl-nav {width: auto;right: -5px;top: calc(50% - 20px);} */
    .share_inspire, .learn_more{width: 100%;}
    .minWidth{min-width: auto; width: 100%;}
    .whiteSpace{white-space: normal !important;}
    .one,.two,.three,.four,.five{display: block !important; width: 100%;}
    .resilientCom{background-size: contain !important;min-height: 200px;}
    .topSolution{text-align: left; width: 100%; margin: 0 !important;}
    .topSolution img{display: none;}
    .topSolution .h6,h6{font-size: 9px !important;}
/*    .mobileNone{display: none !important;}*/
    .wrap{display: block;}
    .mWidth{width: 220px;}
    .pagination a.page-link{padding: 0.4rem !important; font-size: 12px !important;}
}
@media only screen and (max-width: 348px) {
    .learn_more{margin-top: 4px !important;}
    .mobileMargin{max-width: 270px !important; margin: auto;}
}
@media only screen and (min-width: 1480px) {
    .cusSpace_head{margin-bottom:  20.8px !important;}
    .cusSpace_sub_head{margin-bottom: 32.8px !important;}
}
.shadow-sm{box-shadow: 1px 0px 12px 1px rgb(0 0 0 / 5%) !important}
.zi-1{z-index: 99;}
.bet-modal-bg {
    background: url(/images/modal_bg.png) top right / cover;
}
.dropdown-toggle::after { vertical-align: middle;}
.nav_tabs * button {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav_tabs::-webkit-scrollbar, .scroll-style::-webkit-scrollbar {
    width: .5em;
  }
   
  .nav_tabs::-webkit-scrollbar-track, .scroll-style::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(60, 143, 124, .5);
    border-radius: 15px;
  }
  .nav_tabs::-webkit-scrollbar-thumb, .scroll-style::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 15px;
  }
  .btn-W .btn {width: 100px;}
  .cust-arrow.dropdown-toggle::after {
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    z-index: 99;
    margin: auto;
    color: var(--primary);
    font-size: 20px;
}
/* td.sorting_1 {
    text-align: center;
} */
.clip-right{clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);border-top-left-radius: 3px !important;}
.table-scroll{overflow: auto; height: calc(80vh - 20px);}
.tab-btns .btn{min-width: 110px;}
li.nav-item.active .nav-link svg g, .nav-link.active svg g {
    fill: #fff;stroke: #fff;
}
li.nav-item.active .nav-link svg rect, .nav-link.active svg rect {
    fill: var(--primary);
}
li.nav-item.active .nav-link * span, .nav-link.active span {
    color: var(--primary);
    font-weight: 800;
}
.nav-link svg{vertical-align: middle;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}
table.dataTable.custm-padding td {
    padding: 18px 0px 18px 18px !important;
}
.footer-btns .btn{min-width: 165px;border-width: 2px;}
.collapse-toggle::after{
    content: "\f0de";
    font-family: 'Font Awesome 5 Free';
    right: 16px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    height: 8px;
    top: 18px;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    color: var(--primary);
}
.collapse-toggle.collapsed::after{
    -webkit-transform: rotate( 180deg );
    transform: rotate( 180deg );
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 8px) !important;
}
/*button#sidebarToggle {
    display: none !important;
}*/
div#users_div {
    max-height: 400px;
    overflow: auto;
}
.forsignlebet {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    /* border: 1px solid #ccc; */
}
.forsignlebet select{min-width: 60px !important;z-index: 1; background: transparent;}
.forsignlebet a{margin-left: -20px;}
.accordion-button::after {
    width: unset;
    height: unset;
    content: "+";
    background-image: none;
    transition: transform .2s ease-in-out;
    font-size: 18px;
    color: var(--primary);
    right: 0;
    position: absolute;
    margin: auto;
    font-family: 'Font Awesome 5 Free';
    top: 9px;
    right: 25px;
    font-size: 26px;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
    content: "-";
    font-size: 40px;
    top: 8px;
}