/************** For All Sizes ***************/
@font-face {
    font-family: Butler;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Butler_Ultra_Light.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: italic;
    font-weight: 200;
    src: url("../fonts/Butler_Ultra_Light_Stencil.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Butler_Light.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/Butler_Light_Stencil.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Butler_Regular.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/Butler_Regular_Stencil.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Butler_Medium.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/Butler_Medium_Stencil.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Butler_Bold.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: italic;
    font-weight: 600;
    src: url("../fonts/Butler_Bold_Stencil.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Butler_ExtraBold.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/Butler_ExtraBold_Stencil.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Butler_Black.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: italic;
    font-weight: 800;
    src: url("../fonts/Butler_Black_Stencil.otf") format("opentype");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/Poppins-Thin.ttf");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Poppins-ExtraLight.ttf");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Poppins-Light.ttf");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Poppins-Medium.ttf");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Poppins-SemiBold.ttf");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Poppins-ExtraBold.ttf");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/Poppins-Black.ttf");
}
body,html{
	width: 100%!important;
	scroll-behavior: smooth;
	height: 100%;
}
.overlayed::before {
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1000;
}
h1{
	font-family: Butler;
	color: black;
}
h2,h3,h4,h5,h6,span,a,p,li{
	font-family: Poppins;
	color: black;
}
.special-font{
	/* special web color; */
}

@media (max-width: 767px){
	.show-big{
		display: none !important;
	}
}

@media (min-width: 767px){
	.show-small{
		display: none !important;
	}
}

.container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.nav-menu{
	background-color: rgb(255,255,255);
	position: fixed;
	top: 0;
	z-index: 10;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	padding: 0 10%;
}
.nav-menu-tab{
	min-height: 50px;
	flex-direction: column;
	display: flex;
	justify-content: center;
	font-size: 16px;
	color: black;
	font-weight: 600;
	text-align: center;
	min-width: 170px;
	cursor: pointer;
	text-underline-offset:5px;
}
.nav-menu-tab:hover{
	text-decoration: underline;
	color: black;
	font-weight: 700;
}
.nav-menu div:nth-of-type(2){
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.left__menu{
	z-index: 100;
	width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	background-color: white;
	height: 100%;
	display: none;
	transition: width 0.1s height 1s ease-in 2s;
}
.x-button{
	font-size: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.link{
	cursor: pointer;
}
.link-div{

	border-bottom: 2px solid rgb(1,43,115);
	text-align: center;
	padding: 20px;
}
.link-div:first-child{
	border-top: 2px solid rgb(1,43,115);

}
.collapse-link{
	color: black;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
.collapse-link:hover{
	color: black;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
.col-logo-pad{
	margin-top: 30px;
	margin-bottom: 30px;
}
.container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.row{
	margin-right: 0;
	margin-left: 0;
}
.content-middle{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sub-title-div{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.middle-line{
	margin-left: 10px;
	width: 80px;
	border: 1px solid black;
}
li button{
	visibility: hidden;
}
.slick-dots{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.slick-next , .slick-prev{
	background-color: transparent;
	border-radius: 0;
	border:0; 
}
.slick-next:focus{
	outline: 0;
}
.slick-prev:focus{
	outline: 0;
}
.right-arrow , .left-arrow{
	color: black;
	width: 20px;	
}

label{
	display: inline-flex;
}

/************* New Size Perminant Classes *************/
/************************************************/
@media (min-width: 1400px){
	.padding-1{
		padding: 100px 15%;
	}
}
@media (min-width: 992px) and (max-width: 1400px){
	.padding-1{
		padding: 100px 10%;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.padding-1{
		padding: 80px 7.5%;
	}
}
@media (min-width: 576px) and (max-width: 768px){
	.padding-1{
		padding: 80px 30px;
	}
	.nav-menu-tab {
		min-width: 100px;
	}
}
@media (max-width: 576px){
	.padding-1{
		padding: 60px 15px;
	}
}
@media (min-width: 768px){
	.logo-width{
		max-width: 170px;
		max-height: 100%;
	}
}
@media (min-width: 576px) and (max-width: 768px){
	.logo-width{
		max-width: 150px;
		max-height: 100%;
	}
}
@media (max-width: 576px){
	.logo-width{
		max-width: 150px;
		max-height: 100%;
	}
}

.left-arrow{
	position: absolute;
	top:50%;	
	transform: translateY(-50%);
	z-index: 1;	
}
.right-arrow{
	position: absolute;
	top:50%;
	left: 90%;
	transform: translateY(-50%);
	z-index: 1;
}
.cta-btn{
	color: white;
	min-width: 230px;
	max-width: 240px;
	padding: 10px;
	text-align: center;
	background-color: rgb(3,175,231);
	font-size: 20px;
	font-weight: 500;
	border-radius: 0;
	min-height: 60px;
	border:none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
}
.cta-btn:hover{
	font-weight: 700;
	color: white;
	border:none;
}
@media (max-width: 500px){
	.cta-btn{
		min-width: 40%!important;
		max-width: 60%!important;
		font-size: 16px;
	}
}
.nav-pos{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
#footer{
	padding-top: 0;
	padding-bottom: 0;
}
.footer-text-div{
	padding: 30px;
	text-align: center;
	border-top: 1px solid rgb(228,228,228);
}
.footer-text{
	font-size: 0.9rem;
}
/************** new classes ***************/
/************ First Section *****************/

/*******************************************/
@media (min-width: 300px) and (max-width: 330px){
	.g-recaptcha{
		position: relative;
		left: -20px;
	}
}
@media (max-width: 300px){
	#rc-anchor-container{
		max-width: 220px!important;
	}
	.rc-anchor-normal-footer{
		display: none!important;
	}
}

.form-group input:focus {
    outline: 0;
}

.form-group .success input, .form-group .success textarea {
    border-color: #09c372;
}

.form-group.error input, .form-group.error textarea {
    border-bottom: 2px solid #ff3860;
}

.form-group .error {
    color: #ff3860;
    font-size: 16px;
    margin-bottom: .3rem;
    margin-top: 0px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    overflow: hidden;
    outline: 0;
}

.modal {
    text-align: center;
    height: auto;
    top: 50% !important;
    width: 400px !important;
    left: 50% !important;
    transform: translateX(-50%);
	box-shadow: 0 0 6px -1px #d3d3d3;
	background: white;
}

.modal-content {
    background: white;
    border: none !important;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.modal-content p {
    margin: 1rem;
}

.modal-content .close-btn {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
	.modal {
	  text-align: center;
	  height: auto;
	  left: auto !important;
	  top: 50% !important;
	  width: 400px !important;
	  left: 50% !important;
	  transform: translateX(-50%);
	  }
	}

@media (max-width: 600px) {
	.modal {
        height: auto;
    }
	.modal-content p {
		font-size: 14px;
	}
}

@media screen and (max-width: 475px) {
    .modal {
        text-align: center;
        height: auto;
        top: 50% !important;
        width: 90% !important;
        left: 50% !important;
        transform: translateX(-50%);
    }
    .modal-content .close-btn {
        right: 0;
    }
    }

    @media screen and (max-width: 300px) {
        .modal {
            width: 90% !important;
			height: 70px;
        }
        .modal-content {
            height: auto;
        }
        .modal-content p {
            margin-top: 25px;
        }
        }