/* common css strats here */

ul {list-style-type:none; padding:0px; margin: 0px;}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/ 

a{text-decoration:none !important;}/* for removing underline for anchor*/

button:focus { outline: 0px !important; }

a:hover { text-decoration: none; }

textarea { resize: none;}

.w-100{width:100%;}

.w-auto{width:auto !important;}

.h-100 {height:100%;}

.h-50p {height:50px;}

/* for display */

.d-inline-flex{display:inline-flex ;}/* for display inline */

.d-inline-block{display:inline-block ;}

.d-flex{display:flex ;}/* for display inline */

/* for positions */

.pos-relative{position:relative;}

.pos-absolute{position:absolute;}

/* padding styles */

.p-0{padding:0px;}

.p-5p{padding:5px;}

.p-10p{padding:10px;}

.p-15p{padding:15px;}

.p-20p{padding:20px;}

.p-30p{padding:30px;}

.p-40p{padding:40px;}

.pt-5p{padding-top:5px;}

.pt-10p{padding-top:10px;}

.pt-15p{padding-top:15px;}

.pt-20p{padding-top:20px;}

.pt-40p{padding-top:40px;}

.pt-50p{padding-top:50px;}

.ptb-5p{padding-top:5px;padding-bottom:5px;}

.ptb-10p{padding-top:10px;padding-bottom:10px;}

.ptb-15p{padding-top:15px;padding-bottom:15px;}

.ptb-20p{padding-top:20px;padding-bottom:20px;}

.ptb-25p{padding-top:25px;padding-bottom:25px;}

.ptb-30p{padding-top:30px;padding-bottom:30px;}

.ptb-40p{padding-top:40px;padding-bottom:40px;}

.ptb-50p{padding-top:50px;padding-bottom:50px;}

.ptb-60p{padding-top:60px;padding-bottom:60px;}

.ptb-70p{padding-top:70px;padding-bottom:70px;}

.plr-10p{padding-left:10px;padding-right:10px;}

.plr-20p{padding-left:20px;padding-right:20px;}

.plr-30p{padding-left:30px;padding-right:30px;}

.pb-10p{padding-bottom:10px;}

.pb-15p{padding-bottom:15px;}

.pb-20p{padding-bottom:20px;}

.pb-30p{padding-bottom:30px;}

.pb-40p{padding-bottom:40px;}

.pb-60p{padding-bottom:60px;}

.pb-80p{padding-bottom:80px;}

.ptb-4060p{padding-top:40px;padding-bottom:60px;}

.pr-0p{padding-right:0px;}

.pl-0p{padding-left:0px;}

.pl-10p{padding-left:10px;}

.pl-15p{padding-left:15px;}

.pl-20p{padding-left:20px;}

.pl-25p{padding-left:25px;}

.pl-40p{padding-left:40px;}

.pl-50p{padding-left:50px;}

.pr-20p{padding-right:20px;}

.pr-30p {padding-right:30px;}

.pr-40p {padding-right:40px;}

.pr-50p{padding-right:50px;}


/* margin styles */

.mlr-auto{margin-left:auto;margin-right:auto;}

.m-0{margin:0px;}

.m-15p{margin:15px;}

.m-lr-auto{margin:0px auto;}

.mt-5p{margin-top:5px;}

.mt-10p{margin-top:10px;}

.mt-15p{margin-top:15px;}

.mt-20p{margin-top:20px;}

.mt-25p{margin-top:25px;}

.mt-30p{margin-top:30px;}

.mt-40p{margin-top:40px;}

.mt-55p{margin-top:55px;}

.mt-50p{margin-top:50px;}

.mt-60p{margin-top:60px;}

.mt-70p{margin-top:70px;}

.mt-80p{margin-top:80px;}

.mt-90p{margin-top:90px;}

.mt-100p{margin-top:100px;}

.mt-120p{margin-top:120px;}

.mt-130p{margin-top:130px;}

.mt-220p{margin-top:220px;}

.mb-0p{margin-bottom:0px;}

.mb-5p{margin-bottom:5px;}

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

.mb-15p{margin-bottom:15px;}

.mb-20p{margin-bottom:20px;}

.mb-25p{margin-bottom:25px;}

.mb-30p{margin-bottom:30px;}

.mb-40p{margin-bottom:40px;}

.mb-60p{margin-bottom:60px;}

.mb-70p{margin-bottom:70px;}

.mb-80p{margin-bottom:80px;}

.mb-100p{margin-bottom:100px;}

.mtb-2040p{margin-top:20px;margin-bottom:40px;}

.mtb-5p{margin-top:5px;margin-bottom:5px;}

.mtb-10p{margin-top:10px;margin-bottom:10px;}

.mtb-15p{margin-top:15px;margin-bottom:15px;}

.mtb-20p{margin-top:20px;margin-bottom:20px;}

.mtb-30p{margin-top:30px;margin-bottom:30px;}

.mtb-40p{margin-top:40px;margin-bottom:40px;}

.mtb-50p{margin-top:50px;margin-bottom:50px;}

.mtb-60p{margin-top:60px;margin-bottom:60px;}

.mlr-10p{margin-left:10px;margin-right:10px;}

.mlr-20p{margin-left:20px;margin-right:20px;}

.ml-5p{margin-left:5px;}

.ml-10p{margin-left:10px;}

.ml-15p{margin-left:15px;}

.ml-20p{margin-left:20px;}

.ml-50p{margin-left:50px;}

.mr-5p{margin-right:5px;}

.mr-10p{margin-right:10px;}

.mr-15p{margin-right:15px;}

.mr-20p{margin-right:20px;}

.mr-30p {margin-right: 30px;}

.mr-40p {margin-right: 40px;}

.mr-50p {margin-right: 50px;}

/* for box shadow */

/* for border radius  */

.brad-0 {border-radius: 0;}

.brad-2 {border-radius: 2px;}

.brad-3 {border-radius: 3px;}

.brad-4 {border-radius: 4px;}

.brad-5 {border-radius: 5px;}

.brad-8 {border-radius: 8px;}

.brad-50 {border-radius: 50px;}

/* for borders  */

.br-0p {border: 0;}

.br-gray-1p {border: 1px solid #e0dcdc;}

.br-blue-1p {border: 1px solid #223b74;}

.br-btmgray-1p {border-bottom: 1px solid #e0dcdc;}

.br-tpgray-1p {border-top: 1px solid #e0dcdc;}

.br-g2-1p {border: 1px solid #dee2e6;}

/* for letter spacing  */

.ls-1p {letter-spacing: 1px;}

.ls-2p {letter-spacing: 2px;}

.ls-4p {letter-spacing: 4px;}

/* for text-patterns*/

.txt-up {text-transform: uppercase;}

.txt-cap {text-transform: capitalize;}

.txt-undline {text-decoration: underline !important; }

/* for backgorund colors */

.bg-white{background-color:white;}

.bg-black{background-color:#000000;}

.bg-trans {background: transparent;}

.bg-blue {background-color: #0460a9;}

.bg-gray {background-color: #f2f4f8;}

.bg-yellow {background-color: #ffc90c;}

.bg-lightblue {background-color: #f5f9fc;}

.bg-green {background-color: #76a33a;}

/* for text-colors*/

.text-black{color:#000000;}

.text-white{color:#ffffff;}

.text-color{color: #353535;}

.text-orange{color: #fe1b36;}

.text-c1color{color: #202020;}

.text-c2color{color: #313131;}

.text-c3color{color: #3f3f3f;}

.text-c4color{color: #7f7f7f;}

.text-c5color{color: #262626;}


/* for text-alignment*/

.align-items { align-items: center;}

.align-flex-end {align-items: flex-end;}

.justify-space {justify-content: space-between;}

.justify-center {justify-content: center;}

.justify-flex-end {justify-content: flex-end;}

.wh-space {white-space: pre-line;}

.obj-fit {object-fit: cover;}

.btn_pd {padding:10px 25px;}

/* for font-size */

.font10 {font-size: 10px;}

.font11 {font-size: 11px;}

.font12 {font-size: 12px;}

.font13 {font-size: 13px;}

.font14 {font-size: 14px;}

.font15{font-size:15px;}

.font16{font-size:16px;}

.font17{font-size:17px;}

.font18{font-size:18px;}

.font19{font-size:19px;}

.font20{font-size:20px;}

.font22{font-size:22px;}

.font23{font-size:23px;}

.font24{font-size:24px;}

.font26{font-size:26px;}

.font28{font-size:28px;}

.font30{font-size: 30px;}

.font34{font-size: 34px;}

.font36{font-size: 36px;}

.font44{font-size: 44px;}

.font40{font-size: 40px;}

.font50{font-size: 50px;}

.font52{font-size: 52px;}

/* for line-hieght */

.lh-15p {line-height: 15px;}

.lh-16p {line-height: 16px;}

.lh-18p {line-height: 18px;}

.lh-20p {line-height: 20px;}

.lh-22p {line-height: 22px;}

.lh-23p {line-height: 23px;}

.lh-24p {line-height: 24px;}

.lh-25p {line-height: 25px;}

.lh-26p {line-height: 26px;}

.lh-27p {line-height: 27px;}

.lh-28p {line-height: 28px;}

.lh-29p {line-height: 29px;}

.lh-32p {line-height: 32px;}

.lh-33p {line-height: 33px;}

.lh-42p {line-height: 42px;}

.lh-44p {line-height: 44px;}

/* for font-weight */

.fw-600 {font-weight: 600;}

/* for font related css */

.fnt-generis-rg{font-family: 'sui_generis_rg';}

.fnt-impact{font-family: 'Impact';}

.fnt-Muli-Light{font-family: 'Muli-Light';}

.fnt-Muli{font-family: 'Muli';}

.fnt-Muli-semibold{font-family: 'Muli-SemiBold';}

.fnt-museosanscyrl-500{font-family: 'museosanscyrl_500';}

.fnt-museosanscyrl-700{font-family: 'Museo Sans Cyrl 700 Regular';}

.fnt-OpenSans-reg{font-family: 'OpenSans-Regular';}

.fnt-OpenSans-SemiBold{font-family: 'OpenSans-SemiBold';}

.fnt-futurapt-bold{font-family: 'Futura PT Bold';}

.fnt-JosefinSans-bold{font-family: 'JosefinSans-Bold';}

.fnt-osw-reg{font-family: 'Oswald-Regular';}

.fnt-tung-semibold{font-family: 'Tungsten-SemiBold';}

.fnt-mont-bold{font-family: 'MONT-BOLD';}

.fnt-mont-heavy{font-family: 'MONT-HEAVY';}

/* Monsterrat */

.fnt-mons-light{font-family: 'Montserrat Light';}

.fnt-mons-reg{font-family: 'Montserrat Regular';}

.fnt-mons-med{font-family: 'Montserrat-Medium';}

.fnt-mons-SemiBold{font-family: 'Montserrat-SemiBold';}


/* Roboto */

.fnt-robo-light{font-family: 'Roboto-Light';}

.fnt-robo-reg{font-family: 'Roboto-Regular';}

.fnt-robo-med{font-family: 'Roboto-Medium';}

.fnt-robo-bold{font-family: 'Roboto-Bold';}

/* poppins */

.fnt-Poppins-Light{font-family: 'Poppins-Light';}

.fnt-Poppins-Regular{font-family: 'Poppins-Regular';}

.fnt-Poppins-Medium{font-family: 'Poppins-Medium';}

.fnt-Poppins-SemiBold{font-family: 'Poppins-SemiBold';}

.fnt-Poppins-Bold{font-family: 'Poppins-Bold';}

/* Raleway */

.fnt-Raleway-SemiBold{font-family: 'Raleway-SemiBold';}

/* for text-alignment*/

.align-center {align-items:center;}

.text-center { text-align: center;}

.text-right { text-align: right;}

.text-left { text-align: left;}

.text-end { text-align: end;}

.text-justify {text-align: justify;}

.text-initial {text-align: initial;}

body {	
	font-size: 15px;
	line-height: 26px;
	color: #353535;
	font-family: 'Roboto-Regular';
	overflow-x: hidden; 
}

.container {
    max-width: 1170px !important;
    padding-left: 0;
    padding-right: 0;
}
.header_bottom_block .container {
    max-width: 1370px !important;
}

/*----- navbar toggler  css -----*/

.navbar-toggler.x {
  border: none;
}
.navbar-toggler.x:focus {
  outline: none;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* ------------------------------------------------------------------------------------------------------------*/
		/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.common-section {
	padding-top:80px; 
	padding-bottom:80px;
}

.section-title {
	font-size: 30px;
	color: #252525;
	font-family: 'Roboto-Light';
	text-transform:uppercase;
}
.webLine {
    display: block;
    padding: 2px;
    max-width:65px;
    margin-bottom: 9px;
    background: #fe1b36;
    /* margin-top: 7px; */
}

.sub-title{
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 30px;
	color: #525252;
	font-family: 'Roboto-Light';
}

.bg-properties {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-control:focus {box-shadow: none;}
.form-control {height:45px;}


/* HEADER SECTION STARTS HERE   */

.header-sec {
	/* filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.15)); */
	background-color: #ffffff;
	/* position: fixed; */
	top: 0;
	width: 100%;
	z-index: 9999;
}

		/* HEADER-TOP CSS  */

.subheader{padding: 10px 0px;}
.header_top_block ul li{padding-left:20px;}
.req-btn, .log-btn{font-size: 14px;border-radius:50px;font-family: 'Montserrat Light';}
.req-btn{color: #ffffff;padding: 8px 22px;background-color: #ff7800;border:0;}
.req-btn img{margin-right:5px; transform: translateY(-1px);}
.log-btn{color: #323232;padding: 6px 20px;background-color: rgba(27,63,155,0);border: 2px solid #ff7800;}
.call_block h6{font-size: 11px;letter-spacing: 2px;text-transform: uppercase;color: #6d6c6c;font-family: 'Poppins-Regular';text-align:end;}
.call_block p{font-size:16px;letter-spacing:0.5px;color: #323232; line-height: 18px;}
/* .call_block p span{color: #fe1b36;} */
.call_block p a{color: #404040;}
.call_block img{height:35px;}

.call_block {
    border: 1px solid #33a1d2;
    padding:5px 20px;
    border-radius: 50px;
}
.subheader.extraclass {display:none;}
.header-sec.extraclass {filter:none;}

/* HEADER-BOTTOM CSS  */

.logo{height:72px;}
/* .header_bottom_block {background:#172d7e;} */
.header_bottom_block .navbar {padding: 0px;}
/* .navbar-brand{display:none;} */
/* .menu {margin: 0px auto;justify-content: space-between;width: 100%;} */
.menu li {
    /* background-image: url(../images/nav-br.png); */
    /* background-position: left; */
    /* background-repeat: no-repeat; */
    /* display: block; */
    position: relative;
	margin-left:40px;
}

/* .navbar-brand{padding: 0; margin: 0;} */
.menu li:first-child{background-image: none;}
.menu a {
	font-size: 14px;
	text-transform: uppercase;
	color: #323232;
	font-family: 'Roboto-Regular';
	padding:16px 0px !important;
}
.menu .active a,
.menu .nav-item:hover a{
 color:#fe1b36;
}

.menu .active:before, .menu li:hover:before {
    content: '';
    height:3px;
    background-color: #fe1b36;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 2px;
}

.no-br:hover:before { display:none !important;}
/* sub menu */

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  float: left;
  min-width: 220px;
  background:#fff;
  background-clip: padding-box;
  transition: all 0.3s ease 0s;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  transform-origin: 0 0 0;
}
.sub-menu li {float: none; margin: 0; border-bottom: 1px solid #e8e8e8;}

.sub-menu a {
  display: block;
  position: relative;
  padding: 12px !important;
  color:#323232 !important;
  filter: none;
  font-size: 13px !important;
}
.sub-menu li:last-child {border-bottom: 0px;}
.sub-menu li:hover {background-color:#172d7e;}
.sub-menu li:hover:before { display:none !important;}
.sub-menu li:hover a{color:#fff !important;}

.menu-item-has-children {position: relative;}
.menu-item-has-children:hover .sub-menu { transform: scaleY(1); visibility: visible; opacity: 1;}
.res-toggle {
  position: absolute;
  right: -10px;
  top: 8px;
  cursor: pointer;
  color: white;
  display:none;
}

/* banner-sec css */

.main-bg{
	background-image: url(../images/banner-bg.png);
	background-size: 100%;
	padding-top: 200px;
	padding-bottom: 250px;
	margin-bottom: -180px;
	background-repeat: no-repeat;
	background-color: #1b3f9b;
}
/* .main-bg{
	background-image:url(../images/banner-bg.png);
	background-size: 100% 100%;
	padding-top:200px;
	padding-bottom:250px;
	margin-bottom: -180px;	
} */

.banner-title{
	font-size: 42px;
	line-height: 52px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'sui_generis_rg';
	filter: drop-shadow(0px 4px 3px rgba(0,13,48,0.6));
}

.banner-btn{
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Poppins-Light';
	padding: 9px 25px;
	border-radius:50px;
	background-color: rgba(27,63,155,0);
	border: 2px solid #fe1b36;
}


.track-block {
    background-color: #000859ba;
    padding:35px;
	margin-top:130px;
}
.track-hd:before, .track-hd:after{
	content: '';
    width: 3px;
    height: 45px;
    background-color: #fe1b36;
    position: absolute;
	top: 50%;
transform: translateY(-50%);
}
.track-hd:before {left: 0;}

.track-hd:after { right: 0;}

.track-title{
	font-size: 28px;
	line-height: 27px;
	/* text-transform: capitalize; */
	color: #ffffff;
}

.track-ip{width: 430px;}
.track-ip input{
	width:100%;
	height: 52px;
	border-radius: 26px;
	filter: drop-shadow(0px 4px 4px rgba(39,31,0,0.2));
	background-color: #ffffff;
	border:0;
	padding:20px;
}
.track-ip button{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 23px;
	color: #ffffff;
	font-family: 'Poppins-Regular';
	width: 90px;
	height: 44px;
	border-radius: 22px;
	background-image: linear-gradient(90deg, #00a8e7 0%, #0045aa 100%);
	position: absolute;
	right: 5px;
	top: 4px;
	border:0;
}

.track-ico {
	position: absolute;
	right: 45px;
	top: 0; 
}

/* LATEST UPDATES SECTION CSS */

.latest-sec {width: 100%;padding:10px 0px;font-size: 15px; }
.latest-sec p {margin: 0px;}
.update-heading {font-size: 21px;letter-spacing: 1px;line-height: 26px;text-transform: uppercase;color: #ffffff;font-family: 'Impact';}
.update-heading img{margin-left: 5px; margin-top: -3px;}
.update-content {font-size: 13px;line-height:30px;color: #ffffff;font-family: 'Muli';}
.update-content marquee{position: absolute; top:0px;}
.update-content ul {display:inline-flex;}
.update-content ul li { padding-right:45px;}

/* PRICE SECTION CSS */

.price-sec{padding-top:50px;}

.trck-box {
    overflow: hidden;
	 position: relative;
    /* height: 100%; */
    border-radius: 5px;
}
.trck-box img {
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 2s;
    height: 250px;
    border-radius: 5px;
}
.trck-content {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins-Medium';
    position: absolute;
    bottom: 15px;
    left: 30px;
    z-index: 50;
}
.rec {
    width: 100%;
    height: 151px;
    background-image: linear-gradient(#02020200, #020202);
    position: absolute;
    bottom: 0;
}
.trck-box:hover img {
    transform: scale(1.1);
    transition: 2s;
}




/* ABOUT SECTION CSS */

.abt-sec:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    left: 0;
    width:70%;
    height: 100%;
}

.know-btn {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fe1b36;
    font-family: 'Poppins-Light';
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #fe1b36;
    padding: 3px 20px;
}
.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/*  SERVICE SECTION CSS */

.service-sec {
	background-image: linear-gradient(0deg, #f8f8f8 0%, #ffffff 100%);
}

.view-btn {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ff7800;
    font-family: 'Roboto-Regular';
    border-radius: 50px;
    background-color: #f5f5f5;
    border: 0;
    padding: 2px 12px;
}

.white-btn{
	background-color:#3b5aa8;
	color: #ffffff;
}

/* .courier-boy, .service-box{ */
	/* height:100%; */
/* } */

.courier-boy img {
	margin-top: -10px;
}

.service-box {
	filter: drop-shadow(0px 6px 10px rgba(0,61,115,0.1));
	background-color: #ffffff;
	padding:45px; 
}
.service-box h4{
	font-size:22px;
	line-height: 24px;
	text-transform: uppercase;
	color: #0d2f86;
	font-family: 'Roboto-Medium';
}
.service-box p{
	font-size: 14px;
	line-height: 21px;
	color: #171717;
	font-family: 'Roboto-Light';
}

.vc-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}
.cleango-icon {
    width: 30px;
    height: 30px;
    border-bottom: solid 35px #f6f7fb;
    border-right: solid 35px #f6f7fb;
    border-left: solid 35px transparent;
    border-top: solid 35px transparent;
    margin-left: auto;
    /* margin-top: -70px; */
    border-radius: 6px 0px;
}
.cleango-icon img {
    margin: 7px;
    width: auto !important;
}

	/* owl carosel left & right icons css */
.premiumleft,.premiumright {position: absolute;top: 32%; }
.premiumleft {left:-11%;}
.premiumright {right:-11%;}


/* FEATURE SECTION CSS */

/* dream css */

.designs {overflow:hidden; }
/* .designs {overflow:hidden; background-color: #f8f8f8;} */
.boxes {
	margin-left:calc((100% - 1230px) / 2);
	display:flex;
	flex-wrap:wrap;
	/* align-items:center; */
	filter: drop-shadow(0px 10px 7.5px rgba(0,0,0,0.15));
    background-color: #ffffff;
}

/* .dream-left-blk{padding: 50px 0px;} */
/* .dream-rgt-blk{padding-left:50px;} */

.dream-left-blk{width:570px;}
.dream-rgt-blk{width:47%;}

@media only screen and (min-width:576px){
	.boxes {margin-left:calc((100% - 540px) / 2);}
}
@media only screen and (min-width:768px){
	.boxes {margin-left:calc((100% - 720px) / 2);}
}
@media only screen and (min-width:992px){
	.boxes {margin-left:calc((100% - 960px) / 2);}
}
@media screen and (min-width:1200px){ 
	.boxes {margin-left:calc((100% - 1170px) / 2);}	
}

.feature-content{
    padding: 50px;
}
.feature-box{
	color: #202020;
	font-family: 'Roboto-Light';
	margin-top:20px;
}

.feature-box h4{
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 30px;
	color: #202020;
	font-family: 'Roboto-Light';
	margin-bottom:0;
}

.feature-box p{
	font-size: 15px;
	line-height: 22px;	
}


/* CLIENT SECTION CSS */

.capability-block{
	filter: drop-shadow(0px 8px 10px rgba(0,0,0,0.2));
	background-color: #ffffff;
}
.capability-c{padding:50px;}
.list-li li {
    background: url(../images/list-li.png) no-repeat left 1px;
    margin-bottom:2.8%;
    line-height: 24px;
    padding-left: 35px;
    vertical-align: middle;
    margin-left: 0;
    background-size: 28px 22px;
}

.client-sec {
    background-image: url(../images/client-bg.png);
    padding-top: 270px;
    padding-bottom:90px;
    margin-top: -181px;
}
.client-box {
	border-radius: 4px;
	filter: drop-shadow(0px 8px 10px rgba(0,0,0,0.2));
	background-color: #ffffff;
	padding:25px;
	margin: 4px;
}

.client-icon img{
	width: 106px !important;
	height: 106px;
	border-radius:50%;
}

/* TRUSTED SECTION CSS */

.trusted-sec{
	padding-top:60px;
	padding-bottom:20px;
}
.trusted-sec h4{
	font-size: 30px;
	color: #3c414c;
	font-family: 'Poppins-Medium';
}
.trusted-sec h6{
	font-size: 18px;
	color: #3c414c;
	font-family: 'Poppins-Regular';
}
.trusted-sec p{
	font-size: 16px;
	line-height: 22px;
	color: #3c414c;
	font-family: 'Poppins-Regular';
}
.trusted-sec p a{color: #0434ad;}

.acc-btn{
	font-size: 16px;
	color: #ffffff;
	font-family: 'Poppins-Medium';
	width: 269px;
	height: 55px;
	border-radius:50px;
	background-color: #ff7800;
	border:0;
}

/* FOOTER SECTION CSS */

.vehicle-ico {margin-bottom: -80px; margin-top:20px;}
.footer-sec {
    background-color: #f7f6f6;
    /* padding-top:85px; */
	padding-top:55px;
	padding-bottom:55px;
}
.footer-title{
	font-size: 20px;
	text-transform: uppercase;
	color: #272727;
	font-family: 'Montserrat-SemiBold';
}

.foot-li { 
	/* display: flex; */
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
    /* width: 100%; */
    /* height:65px; */
	padding-left: 25px;
}
.foot-li li{margin-top:5px;}
.foot-li li::before {
    content: '';
    height: 2px;
    width: 7px;
    margin-right: 10px;
    background-color: #2069bf;
    margin-left: -25px;
    display: inline-block;
    transform: translateY(-2px);
}
.foot-li a{font-size: 13px;text-transform: uppercase;color: #444444;}

.fmiddle-block{
	/* padding:28px 27px 27px 27px; */
	padding:21px 20px 20px 20px;
	background:#fff;
	filter: drop-shadow(0px 4px 10.5px rgba(0,0,1,0.17));
}

	/* subscribe box css */

.subscribe-box {width: 338px;margin-left: auto;}
.subscribe-box img { margin-left: 5px; margin-bottom:-35px;}
.subscribe-box input{
	background-color: transparent;
	width: 338px;
	height: 47px;
	background-color: #ffffff;
	border: 1px solid #c3c3c3;
	width: 100%;
	padding: 0px 15px;
	font-size:14px;
	font-family: 'Poppins-Light';
	color: #272727;
}
.subscribe-box button{	
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 14px;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 2px;
	background-color: #ff7800;
	height:37px;
	border:0;
	padding: 0px 15px;
	position:absolute;
	right: 5px;
	top: 5px;
}
.subscribe-box input:focus, .track-ip input:focus{color: #272727;border-color: 0;outline: 0;box-shadow: none;}
.subscribe-box ::placeholder {color: #272727 !important;}

	/* social icons */

.f-icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:15px;
	color:#292b2b;
	border:1px solid #292b2b;
	border-radius:50px;
	display:inline-block;
	margin:0px 0px 0px 7px;
	transform: translateY(5px);
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	}
.f-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size:16px;
}

	/* copy right css */

.copy-right {filter: drop-shadow(0 0 10px rgba(0,0,0,0.06));background-color: #ffffff;padding: 25px 0px;}
.copy-right, .copy-right p{font-size:14px; color: #202020;}
.fcloud_txt {color:#fe1b36 !important;}





/* about css venky */
.about{
	position:relative;
}

.about-title
{
	position: absolute;
	font-size: 42px;
	line-height: 52px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'sui_generis_rg';
	filter: drop-shadow(0px 4px 3px rgba(0,13,48,0.6));
	top: 50%;
	left: 20%;
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0; 
}
.get-in
{
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fe1b36;
	font-family: 'Poppins-Light';
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid #fe1b36;
	padding: 3px 20px;
}
 


.contact
{
	font-family: 'Roboto-Light';
}
label,
input,
textarea {
    display: block;
    width: 100%;
}

ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
padding: 0 0px;
}
span {
    font-weight: 700;
    color: #102a43;
    line-height: 35px;
    line-height: 2.5rem;
    font-size: 12px;
    font-size: 0.8rem;
    text-transform: uppercase;
}
.button[type="submit"] {
    background: #161515;
    color: white;
    font-size: 1.2rem;
    border-radius: 5px;
    margin-top: 1.3em;
	width: 50%;
	padding:10px;
}
.button img
{
	max-height: 25px;
}
.ar
{
	position: absolute;
transform:translate(25%,-28%);
}


form {
    background-color: #ffffff;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
}

.required-star {
    color: #fc4366;
}

input,
textarea {
    width: 100%;
    padding: 5px 20px;
    border: 1px solid #e1e2eb;
    background-color: #fff;
    color: #102a43;
    caret-color: #829ab1;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 2rem;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
    border-radius: 3px;
    line-height: 2rem;
	
}

.card
{
	padding: 20px;
}
.browsemore-bg4 {
	border-radius: 25px;
	background-image: linear-gradient(90deg, #3197f7 0%, #5553cb 100%);
	font-size: 16px;
	color: #ffffff;
	line-height: 15px;
	padding: 9px 20px;
}	

.career-title
{
	font-size: 30px;
	color: #252525;
	font-family: 'Roboto-Light';
	text-transform:uppercase;
  font-weight: bold;
}

.card-body
{
	margin: 0px auto;
}
.color_blue{color: #0d2f86;}
label {
    margin-top: .5rem;
    margin-bottom: 0;
  }


  /*  form-work */
.alert-dismissible .btn-close  {
	opacity: 1;
	font-size: 20px;
  }
  
  em.error{
	font-style: normal !important;
	color: red;
  }
  fieldset.has-error{
	border-color:red !important
  }
  .alert{
	position: fixed;
	top: 85px;
	max-width: 500px;
	right: 10px;
	box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
	border: 0px;
	padding: 30px 50px 30px 30px;
	z-index: 1000;
	-webkit-animation: cssAnimation 10s forwards;
	animation: cssAnimation 10s forwards;
  }
  
  @keyframes cssAnimation {
	0% {
		opacity: 1;
	}
  
	90% {
		opacity: 1;
	}
  
	100% {
		opacity: 0;
	}
  }
  
  @-webkit-keyframes cssAnimation {
	0% {
		opacity: 1;
	}
  
	90% {
		opacity: 1;
	}
  
	100% {
		opacity: 0;
	}
  }
  
  
  .form-control:focus {
	border-color: red !important;
  }
  
  /*  */