/*===============================================*/
*{
	margin: 0;
	padding: 0;
	box-shadow: none;
	box-sizing: border-box;
	transition: .5s ease-in-out;
}

body, html{
	scroll-behavior: smooth;
	transition: .5s ease-in-out;
}

a{
	text-decoration: none;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:focus {
	outline: none;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	text-transform: capitalize;
	transition: .4s ease-in-out;
	color: #252525;
}

input{
	box-shadow: none;
	border: none;
	outline: none;
	background-color: #fff;
	transition: .4s ease-in-out;
}

img{
	max-width: 100%;
	transition: .4s ease-in-out;
}

ul,li,ol {
	margin: 0;
	padding: 0;
	list-style: none;
	transition: .4s ease-in-out;
}

.container-fluid{
	padding-left: 30px;
	padding-right: 30px;
}
/*==============================================================*/

/*=====================topbar css ==============================*/
.topbar_section{
	background-color: #5E5D96;
	transition: .4s ease-in-out;
	padding-top: 3px;
	padding-bottom: 5px;
}

.left_topbar{
	/*padding: 5px;*/
	transition: .4s ease-in-out;
}

.left_topbar a{
	margin: 0px 5px;
	color: #fff;
	transition: .4s ease-in-out;
	letter-spacing: .2px;
}

.left_topbar span{
	margin: 0px 4px;
	transition: .4s ease-in-out;
	color:#fff; 
}
.right_topbar{
/*	padding: 5px;*/
	transition: .4s ease-in-out;
	float: right;
}

.right_topbar a{
	margin: 0px 3px;
	transition: 4s ease-in-out;
	background-color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 1px;
	font-size: 14px;
	color:#252525; 
}


.right_topbar a:hover{
	margin: 0px 3px;
	transition: 4s ease-in-out;
	background-color: lightgray;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 1px;
	font-size: 14px;
	color:#000; 
}

.right_topbar span{
	color: lightgray;
	font-weight: 600;
	letter-spacing: .2px;
}
/*=====================topbar css end==============================*/

/*======================navbar css=================================*/
.navbar{
	background-color: #fff !important;
	outline: none;
	border:none;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 50%);
    }

    .navbar .navbar-nav > li > a{
    	color: #252525 !important;
    	font-size: 16px;
    	font-weight: 500;
    	text-transform: capitalize;
    	letter-spacing: .3px;
    	margin: 0px 7px;
    }

    .navbar-brand img{
    	width: 280px;
    }

    .navbar .get_btn > li > a{
    	background-color: #252525 !important;
    	padding: 10px 20px 10px 20px;
    	text-transform: capitalize;
    	color: #fff;
    	font-weight: 500;
    	border-radius: 2px;
    	transition: .4s ease-in-out;
    }

    .navbar .get_btn > li > a:hover{
    	background-color: #035389 !important;
    	padding: 10px 20px 10px 20px;
    	text-transform: capitalize;
    	color: #fff;
    	font-weight: 500;
    	border-radius: 2px;
    	transition: .4s ease-in-out;
    }
    .navbar .dropdown > .dropdown-menu{
    	padding: 0;
    	outline: none;
    	border: none;
    	box-shadow: none;
    	transition: .4s ease-in-out;
        margin-top: 10px;
        position: absolute;
        top: 80%;
    	

    }

    .navbar .dropdown:hover .dropdown-menu{
    	display: block;
    	transition: .4s ease-in-out;
    	/*animation: nav_ani .6s ease-in-out;*/
    	position: absolute;
        top: 80%;

    }

    @keyframes nav_ani{

from{
position: absolute;
    	 top: 180%;
}

to{
	position: absolute;
    	 top: 100%;

}

    }


    .navbar .dropdown > .dropdown-menu > li > a{
    	color:#252525;
    	font-weight: 500;
    	line-height: 28px;
    	font-size: 14px;
    	letter-spacing: .3px; 
    	transition: .4s ease-in-out;
    }

   .navbar .navbar-toggler{
   	border: none !important;
   	outline: none !important;
   	box-shadow: none !important;
   }

   .navbar .navbar-toggler .fa{
   	color: #5E5D96 !important;
   }


    #phlogo{
        display: none;
    }


/*=========================navbar css end=========================*/


/**/
.desktop_section_bn{
	display: ;
}

.phone_section_bn{
	display: none;
}

/**/

/*===========================about us =========================*/
.about_section{
	margin-top: 80px;
	margin-bottom: 60px;
}

.left_txt_about h3{
    font-weight: 600;
    text-align: right;
    border-right: 4px solid #252525;
    padding-right: 15px;
    margin-bottom: 20px;
}

.left_txt_about p{
	text-align: right;
	font-size: 16px;
	line-height: 30px;
	color: gray;
	word-spacing: .4px;
	letter-spacing: .2px;
	margin-bottom: 20px;
}

.about_btn{
	float: right;
	margin-bottom: 40px;
	position: relative;
	
}

.over_btn_circle{
	position: absolute;
	bottom: 1%;
	right: 3%;
	background-color:#fff;
	height: 10px;
	width: 10px;
	border-radius: 100px;
}


.about_btn a{
	background-color: #5E5D96;
	padding: 10px 23px 10px 23px;
	color: #fff;
	border-radius: 3px;
	font-weight: 500;
	text-transform: capitalize;
	transition: .4s ease-in-out;
	position: relative;
}


.about_btn a:hover{
	background-color: #252525;
	padding: 10px 23px 10px 23px;
	color: #fff;
	border-radius: 3px;
	font-weight: 500;
	text-transform: capitalize;
	transition: .4s ease-in-out;
}

.right_ab_img{
	text-align: center;
	margin-bottom: 10px;
	transition: .4s ease-in-out;
	position: relative;
	transition: 5s ease-in-out;
}

.overlay_sq_ab1{
	position: absolute;
	top: 5%;
	left: 5%;
	transition: 5s ease-in-out;
	height: 25px;
	width: 25px;
	line-height: 25px;
	border:2px solid lightgray;
	background-color: #fff;
		animation: absq 8s infinite linear;
}


@keyframes absq{
	from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(-359deg);

		}
}


.overlay_sq_ab2{
	position: absolute;
	top: 15%;
	right: 5%;
	transition: 5s ease-in-out;
	height: 25px;
	width: 25px;
	line-height: 25px;
	border:2px solid lightgray;
	background-color: #fff;
animation: absq2 8s infinite linear;
}


@keyframes absq2{
	from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);

		}
}

.overlay_sq_ab3{
	position: absolute;
	bottom: 2%;
	right: 20%;
	transition: 5s ease-in-out;
	height: 25px;
	width: 25px;
	line-height: 25px;
	border:2px solid lightgray;
	background-color: #fff;
animation: absq3 8s infinite linear;
}


@keyframes absq3{
	from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(-359deg);

		}
}


.overlay_sq_ab4{
	position: absolute;
	bottom: 2%;
	left: 5%;
	transition: 5s ease-in-out;
	height: 25px;
	width: 25px;
	line-height: 25px;
	border:2px solid lightgray;
	background-color: #fff;
animation: absq4 8s infinite linear;
}


@keyframes absq4{
	from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);

		}
}

.right_ab_img img{
	display: block;
	width: 100%;
	margin: auto;
}
/*===========================about us end=========================*/

/*===========================service css */
.services_section{
	background-color: #E8EFF5;
	padding-top: 50px;
	padding-bottom: 50px;
}
.service_head_ti{
	text-align: center;
	margin-bottom: 40px;
}

.service_head_ti h3 span{
	color: #252525;
}

.main_div_ser{
	background-color: white;
	padding: 30px 20px 30px 20px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.main_div_ser2{
	background-color: white;
	padding: 15px 20px 15px 20px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}


.over_lay_circle{
	position: absolute;
	bottom: 3%;
	left: 3%;
	height: 10px;
	width: 10px;
	line-height: 10px;
	text-align: center;
	background-color: #252525;
	border-radius: 100%;
	transition: .4s ease-in-out;
}

.main_div_ser:hover .over_lay_circle{
	position: absolute;
	bottom: 3%;
	right: 3%;
	height: 12px;
	width: 12px;
	line-height: 12px;
	text-align: center;
	background-color: #252525;
	border-radius: 100%;
	transition: .4s ease-in-out;
}



.over_lay_circle2{
	position: absolute;
	top: 3%;
	right:  3%;
	height: 10px;
	width: 10px;
	line-height: 10px;
	text-align: center;
	background-color: #5E5D96;
	border-radius: 100%;
}

.services_icon_div{
	text-align: center;
	margin-bottom: 6px;
}

.services_icon_div img{
	display: block;
	margin: auto;
	background-color: #E8EFF5;;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}

.service_txt_div_ic{
	text-align: center;
}


.service_txt_div_ic h4 a{
	font-size: 17px;
	color: #5E5D96;
}

.service_txt_div_ic p{
	font-size: 16px;
	line-height: 27px;
	color: gray;
	letter-spacing: .2px;
	word-spacing: .4px;
}

.see_all_btn{
	text-align: center;
	transition: .4s ease-in-out;
	position: relative;
}

.see_all_btn a{
	background-color: #5E5D96;
	padding: 10px 30px 10px 30px;
	border-radius: 100px;
	color: white;
	font-weight: 500;
}

/*===========================service css end*/


/*===========================css .trucking*/
.trucking_section{
	margin-top: 50px;
	margin-bottom: 50px;
}

.trucking_left_txt{
	text-align: right;
}

.trucking_left_txt h3{
	font-size: 23px;
}

.trucking_left_txt p{
	color: gray;
	font-size: 16px;
	letter-spacing: .2px;
	word-spacing: .2px;
	line-height: 28px;
	margin-top: 6px;
}

.trucking_right_a_div a{
	display: block;
}

.trucking_right_a_div{
	text-align: center;
	background-color: #252525;
	padding: 20px 10px 20px 10px;
	border-radius: 5px;
	margin-bottom: 15px;
	display: block;
}

.trucking_right_a_div p{
	color: #fff;
	margin-top: 5px;
	font-weight: 500;
}
/*===========================css .trucking end*/


/*why choose us css================*/

.why_choose_us_section{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color:  #E8EFF5;
	margin-top: 20px;
	margin-bottom: 30px;
}

.why_choose_head_ti{
	text-align: center;
	margin-bottom: 30px;
}
.why_choose_head_ti h3{
	font-weight: 600;
}
.why_choose_head_ti span{
	color: #252525;
}

.why_choose_mai_div_bg{
	background-color: #fff;
	text-align: center;
	padding: 40px 15px 40px 15px;
	margin-bottom: 30px;
	position: relative;
}

.why_choose_mai_div_bg:before{
	position: absolute;
	content: '';
	border-top:4px solid #252525;;
	width: 20px;
	left: 0;
	top: 0;
}


.why_choose_mai_div_bg:before{
	position: absolute;
	content: '';
	border-left:4px solid #252525;;
	height: 20px;
	left: 0;
	top: 0;
}

.over_lay_squre{
	position: absolute;
	top: 5%;
	left: 5%;
	transition: .4s ease-in-out;
	background-color: white;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border:2px solid lightgray;
	animation: rotation 8s infinite linear;
}


@keyframes rotation{
	from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(-359deg);

		}
}

.over_lay_squre2{
	position: absolute;
	bottom: 5%;
	left: 5%;
	transition: .4s ease-in-out;
	background-color: white;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border:2px solid lightgray;
	animation: rotation2 8s infinite linear;
}

@keyframes rotation2{
	from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);

		}
}



.why_choose_icon_div{
	text-align: center;
	background-color: #fff;
	transition: .7s ease-in-out;
}

.why_choose_mai_div_bg:hover .why_choose_icon_div .fa{
	transform: rotate(360deg);
		transition: .7s ease-in-out;
		background-color: #252525;

}

.why_choose_icon_div .fa{
	font-size: 30px;
	margin-bottom: 10px;
	background-color: #5E5D96;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	font-size: 44px;
	border-radius: 100%;
}

.why_choose_txt_div{
	text-align: center;
}

.why_choose_txt_div p b{
	color: gray;
	font-size: 23px;
	text-transform: capitalize;
	font-weight: 500;
}

.why_choose_txt_div p b span{
	color: #252525;
}
/*why choose us css================*/


/*testomonial css =========================*/

.testomonials_section{
	margin-top: 70px;
	margin-bottom: 70px;
	position: relative;
}

.testomonials_head_ti{
	text-align: center;
	margin-bottom: 50px;
}

.testomonials_head_ti h3{
	font-weight: 600;
	letter-spacing: .2px;
	margin-bottom: 5px;
}

.testomonials_head_ti h3 span{
	color: #252525;
}

.testomonials_head_ti p{
	font-size: 16px;
	color: gray;
	letter-spacing: .2px;
	word-spacing: .1px;
}

.main_testomonials_bg{
	background-color: #E8EFF5;
	text-align: center;
	padding: 40px 25px 25px 25px;
	position: relative;
}

.testomonials_overlay_sq{
	position: absolute;
	bottom: 5%;
	left: 5%;
	transition: .4s ease-in-out;
	background-color: rgba(255, 102, 0,.3);
	width: 20px;
	height: 20px;
	line-height: 20px;
	border:2px solid  rgba(255, 102, 0,.3);;
	animation: rotation 8s infinite linear;
}


.testomonials_overlay_sq2{
	position: absolute;
	top: 5%;
	right: 5%;
	transition: .4s ease-in-out;
	background-color: rgba(255, 102, 0,.5);
	width: 20px;
	height: 20px;
	line-height: 20px;
	border:2px solid  rgba(255, 102, 0,.5);;
	animation: rotation2 8s infinite linear;
}


@keyframes rotation2{
	from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(-359deg);

		}
}



.testomonials_overlay_sq3{
	position: absolute;
	bottom: 5%;
	left: 5%;
	transition: .4s ease-in-out;
	background-color: rgba(255, 102, 0,.5);
	width: 20px;
	height: 20px;
	line-height: 20px;
	border:2px solid  rgba(255, 102, 0,.5);;
	animation: rotation 8s infinite linear;
}

@keyframes rotation{
	from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);

		}
}

.main_testomonials_bg img{
	width: 30px !important;
	margin: auto;
	margin-bottom: 20px;
}

.testomonials_img_box{
	text-align: center;
	margin-top: 30px;
}

.testomonials_txt_div p{
	font-size: 16px;
	letter-spacing: .3px;
	word-spacing: .2px; 
	font-weight: 400;
	color: gray;
	line-height: 28px;
}



.testomonials_img_box img{
	width: 80px !important;
	text-align: center;
	margin: auto;
	border-radius: 100%;
	border:2px solid #5E5D96;

}

.testomonials_img_box p{
	margin-top: 15px;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 20px;
	color: #5E5D96;
}

.owl-prev{
    font-size: 25px !important;
    box-shadow: none !important;
    background-color: #5E5D96 !important;
    color:  #fff !important;
    outline: none !important;
    width: 37px!important;
    height: 37px!important;
    line-height: 25px!important;
    text-align: center!important;
    border-radius: 100% !important;
    position: absolute;
    top: 45%;
    left: 0;

}

.owl-next{
    font-size: 25px !important;
    box-shadow: none !important;
    background-color: #5E5D96 !important;
    color:  #fff !important;
    outline: none !important;
    width: 37px!important;
    height: 37px!important;
    line-height: 25px!important;
    text-align: center!important;
    position: absolute;
    top: 45%;
    right: 0;
    border-radius: 100% !important;
}

/*testomonial css =========================*/


/*form section css home=======================*/

.form_section_home{
	margin-bottom: 20px;
}

.form_haed_ti{
	text-align: center;
	margin-bottom: 50px;
}
.form_haed_ti h3{
	font-weight: 600;
}

.form_haed_ti h3 small{
	font-size: 14px;
	color: #252525;
}

.right_form_home{
	background-color: #E8EFF5;
	padding: 50px;
	border-radius: 4px;
	position: relative;
}

.overlay_squre_div_form{
	position: absolute;
	top: 5%;
	right: 5%;
	height: 20px;
	width: 20px;
	line-height: 20px;
	background-color: rgba(3, 88, 146,.2);
	border:2px solid lightgray;
	animation: rotation 8s infinite linear;
}

@keyframes form_sq{
	from{
		transform: rotate(0deg);
	}

	to{
		transform: rotate(359deg);
	}
}

.right_form_home input{
	padding: 12px;
}

.right_form_home input, textarea{
	margin-bottom: 25px;
	border:none !important;
	box-shadow: none !important;
	outline: none !important;
}

.home_map_div{
	margin-top: 40px;
	
}


.locationRowCss .locationCss{
	margin-top: 40px;
	padding-top: 80px;
    padding-right: 141px;
    padding-left: 28px;
}


/*form section css home=======================*/


/*footer======================================css*/
.footer{
	background-image: url(../images/fbg2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.overlay_footer_bg{
	background-color: rgba(0, 0, 0,.9);
	padding-top: 50px;
	padding-bottom: 30px;
}

.footer_logo{
	margin-bottom: 10px;
}

.footer_logo p{
	font-size: 15px;
	color: lightgray;
	margin-top: 10px;
	letter-spacing: .3px;
	word-spacing: .1px;
}

.footer_logo p span{
	float: ;

}


.footer_logo p span a{
	
	background-color: transparent !important;
	
	margin-top: 7px;
	
}

.footer_logo p a{
	background-color: #5e5d96;
	width:23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin: 0px 2px;
}

.footer_head_ti h3{
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	letter-spacing: .3px;
	word-spacing: .1px;
}

.footer_quick_li li a{
	line-height: 28px;
	color: lightgray;
	text-transform: capitalize;
	font-size: 15px;
	letter-spacing: .3px;
	word-spacing: .1px;
	display: block;
}

.fooetr_add p b{
	color: #fff;
	text-transform: capitalize;
	letter-spacing: .3px;
	word-spacing: .1px;
	font-size: 15px;

}

.fooetr_add p{
	color: lightgray;
	font-size: 15px;
	letter-spacing: .3px;
	word-spacing: .1px;

}

.footer_num_div a b{
	color: #fff;
	text-transform: capitalize;
	letter-spacing: .3px;
	word-spacing: .1px;
	font-size: 15px;
}

.footer_num_div a{
	display: block;
	color: lightgray;
	line-height: 30px;
}

.copyright_section{
	background-color: #5E5D96;
}

.copyright_txt{
	text-align: center;
}

.copyright_txt p{
	color: white;
	font-size: 15px;
	letter-spacing: .2px;
	word-spacing: .2px;
	margin-top: 13px;
}

.copyright_txt p a{
	color: #fff;
	font-weight: 600;
}
/*footer========================================css*/

/**/

.scrollup {
	background-color: #252525;
	border-radius: 100%;
	bottom: 20px;
	color: #ffffff;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 99;
}
.scrollup:hover {
	background-color: #5E5D96;
	color: #fff;
}
.scrollup:focus {
	color:#fff;
}

/**/


/*-- Page Title --*/

.page-title-area-section{
  background-image: url(../images/fbg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
}

.page-title-area {
  background-color:rgba(0,0,0,.7);
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  position: relative;
}

.page-title-area img {
  position: absolute;
  left: 0;
  right: 0;
  top: 87px;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  opacity: .20;
}

.page-title-area .page-title-content {
  position: relative;
}

.page-title-area .page-title-content h2 {
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 14px;
}

.page-title-area .page-title-content ul {
  margin: 0;
  padding: 0;
}

.page-title-area .page-title-content ul li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

.page-title-area .page-title-content ul li a {
  color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
  color: #fdb819;
}

.page-title-area .page-title-content ul li i {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 4px;
}

/*-- End Page Title --*/

/**/

.conatct_haed_ti{
	margin-top: 50px;
}


.contact_add p b{
	color: #5E5D96;
	text-transform: capitalize;
}

.contact_add p{
	font-size: 16px;
	color: gray;
	line-height: 30px;
}
.cont_num_div a {
	display: block;
	line-height: 30px;
	color: gray;
}

.cont_num_div a b{
	color: #5E5D96;
	text-transform: capitalize;
}

/**/

/**/
.tips_section{
margin-top: 80px;
margin-bottom: 80px;	
}

.tip_txt_div h3{
	font-weight: 600;
    text-align: right;
    border-right: 4px solid #252525;
    padding-right: 15px;
    margin-bottom: 20px;
    font-size: 20px;
}

.tip_txt_div p{
	text-align: right;
	font-size: 16px;
	line-height: 30px;
	color: gray;
	word-spacing: .4px;
	letter-spacing: .2px;
	margin-bottom: 20px;
}
/**/

/**/
.ournetwork_section{
	margin-top: 80px;
	margin-bottom: 80px;
}

.ournetwork_txt h3{
text-transform: capitalize;
font-size: 22px;
}
.ournetwork_txt ul{
	margin-bottom: 25px;
}

.ournetwork_txt li{
	line-height: 33px;
	font-size: 15px;
	color: gray;
	font-weight: 500;
}

.ournetwork_imgbox{
	text-align: center;
	position: relative;
}
/**/

/**/

.servicelist_section{
	margin-top: 70px;
	margin-bottom: 70px;
}

 .servicelist_txt h3{
	font-weight: 600;
    text-align: right;
    border-right: 4px solid #252525;
    padding-right: 15px;
    margin-bottom: 20px;
   
}

.servicelist_txt h5{
	text-align: right;
	line-height: 30px;
	
}

.servicelist_txt p{
	text-align: right;
	line-height: 30px;
	color: gray;
	font-weight: 400;
}

.servicelist_txt ul{
	text-align: right;
	list-style: square !important;
	margin-top: 15px;
	margin-bottom: 15px;
}

.servicelist_txt li{
color: #252525;
font-weight: 500;
line-height: 30px;
font-size: 16px;
}

.ournetwork_imgbox img{
	margin-bottom: 20px;
}
/**/

.clients_section{
	background-color: #E8EFF5;
	padding-bottom: 60px;

}

.clients_head_ti{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}


.css-s9wnrr {
    height: 600px;
    text-align: center;
    position: relative;
}

.css-1r7s4dx {
    width: 100%;
    padding: 24px;
}
.css-fgi145 {
    margin: 0 auto 32px;
    width: 225px;
    height: 197px;
}
.relative {
    position: relative!important;
}
.css-fgi145 svg {
    width: 230px;
    height: 180px;
    display: block;
}
svg {
    max-height: 100%;
}

.form_main_div h2 {
	color: #F15D30;
}

.form_main_div {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	padding: 14px 20px 14px 20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.form_main_div h3{
	text-align: center;
	padding-bottom: 10px;
}

.form_main_div2 {
	box-shadow: rgba(0, 0, 0, 1.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	margin-top: 30px;
	padding: 10px 20px 10px 20px;
}
.top_form_div{
	background-color:rgb(245 245 245) !important;
   	border-radius: 10px;
	  
  }

  .top_form_div h5{
	font-size: 30px;
	font-weight: 700;
	
  }
  
  .top_form_div {
    background-color: rgba(255,255,255,1) !important;
    border-radius: 10px;
}

 .top_form_div{
	background-color:rgba(255,255,255,1) !important;
   
	border-radius: 10px;
  }
  
  .top_form_div h5{
	font-size: 30px;
	font-weight: 700;
  }
  
  .input_div .form-control {
	color: #fff !important;
	font-size: 15px;
}

.input_div input {
	background-color: transparent !important;
	background-color: rgba(255, 255, 255) !important;
	border: none;
	border: 1px solid #C3C3C3;
	border-radius: 0px;
	margin-bottom: 20px;
	box-shadow: none !important;
}


.input_div input:focus {
	background-color: transparent !important;
	background-color: rgba(255, 255, 255, .5) !important;
	border: none;
	border: 1px solid #252525;
}

.input_div input:-webkit-autofill,
.input_div input:-webkit-autofill:hover,
.input_div input:-webkit-autofill:focus,
.input_div input:-webkit-autofill:active {
	transition: background-color 5000s;
	-webkit-text-fill-color: #252525;

}

.input_div .input-group-addon {
	background-color: transparent !important;
	background-color: rgba(255, 255, 255, .5) !important;
	border: none !important;
}

.input_div ::placeholder {
	font-size: 14px;
	color: #252525;
	text-transform: capitalize;
	font-weight: 500;
}

.input_div textarea {
	resize: none;
	background-color: transparent !important;
	background-color: rgba(255, 255, 255, .5) !important;
	border: 1px solid #C3C3C3;
	border-radius: 0px;
	border: 1px solid #C3C3C3;
	border-radius: 0px;
	margin-bottom: 25px;
	box-shadow: none !important;
}

.input_div textarea:focus {
	border: 1px solid #C3C3C3;
}

.input_div .form-control {
	color: #252525 !important;
	font-size: 15px;
	font-weight: 500;
	
}

.input_div .btn {
background-color: #000000 !important;
    padding: 12px 75px 12px 75px;
    color: #fff;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .5px;
    margin-bottom: 10px;
    animation: pulse 1500ms infinite;
}

.input_div1 .btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 2px 8px 4px 8px;
    margin: auto;
    transition: .5s ease-in-out;
    background-color: #c4302b !important;
    text-align: center;
	margin-right: 60px;
    margin-top: -18px;
}

/*.form_main_div .input_div input.btn {*/
    
/*}*/

.btn {
    display: inline-block;
    /*font-weight: 400;*/
    line-height: 1.5;
    /*color: #212529;*/
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    /*cursor: pointer;*/
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    user-select: none;
    /*background-color: transparent;*/
    /*border: 1px solid transparent;*/
    /*padding: .375rem .75rem;*/
    /*font-size: 1rem;*/
    /*border-radius: .25rem;*/
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.openPopUp a{
    background-color: #252525 !important;
    padding: 10px 20px 10px 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
    transition: .4s ease-in-out;
       

}

.openPopUp {
 text-align: end !important;

}