/* 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%;}

.h-100 {height:100%;}

/* for display */

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

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

/* for positions */

.pos-relative{position:relative;}

.pos-absolute{position:absolute;}

/* padding styles */

.p-0{padding:0px;}

.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-50p{padding-left:50px;}

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

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


/* margin styles */

.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-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;}

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

.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;}

.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-10p{margin-left:10px;}

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

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

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

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

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

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

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

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

/* 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;}

/* 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; }

/* for backgorund colors */

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

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

.bg-trans {background: transparent;}

.bg-grey {background-color: #f2f2f2;}

.

/* for text-colors*/

.text-black{color:#000000;}

.text-white{color:#ffffff;}

.text-orange{color: #ff7800;}

.text-blue{color: #40297a;}

.text-gold{color: #d0b85d;}

.ft-color{color: #13203e;}



/* 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;}

/* for font-size */

.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;}

.font20{font-size:20px;}

.font22{font-size:22px;}

.font23{font-size:23px;}

.font26{font-size:26px;}

.font28{font-size:28px;}

.font30{font-size: 30px;}

.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-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-futurabt-book{font-family: 'futura-book-bt';}

.fnt-futurapt-book{font-family: 'futura-pt-book';}

.fnt-futurapt-Medium{font-family: 'futura-pt-Medium';}

.fnt-HypatiaSansPro-Reg{font-family: 'HypatiaSansPro-Regular';}

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

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

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

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

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

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

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

.fnt-arial-bold{font-family:"arial-bold";}

/* 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;
	font-family: 'Poppins-Light';
	color: #2b2b2b;
}

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

/*----- 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:60px; 
	padding-bottom:60px;
}

.sub_title {
	font-size: 20px;
	line-height: 44px;
	color: #0077c5;
	font-family: 'HypatiaSansPro-Regular';
}
.sub_title2 {
	font-size: 20px;
	line-height: 26px;
	color: #0077c5;
	font-family: 'HypatiaSansPro-Regular';
}

.sec_title {
	font-size: 42px;
	line-height: 40px;
	color: #161c2d;
	font-family: 'HypatiaSansPro-Bold';
}

.bg-properties {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
	
.form-control {
    height: 45px;
    border-radius: 0px;
    border: 1px solid #cccccc;
}

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


/* HEADER SECTION STARTS HERE   */

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

		/* HEADER-TOP CSS  */

.header_top_block ul li{padding: 0px 20px;}

.header_top_block ul li:last-child{padding: 0px 0px 0px 20px;}

.mail_block a {color: #363c4a;}

.call_block span {color: #1d80b7;}

.call_block a {color: #1a284d;}

.call_block img {display: inline-block; transform: translateY(-2px);}

	/* social icons */

.icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:14px;
	border-radius:50px;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	display:inline-block;
	margin:3px 8px -2px 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.icon i {font-size:15px; position:absolute;left:9px; top:10px;}

.fb i {left:10px; top:8px; color: #0259bf;}

.tw i {left: 7px; top: 7px; color: #00c5fa;}

.gp i {left: 8px; top: 7px; color: #007bb6;}

.icon:hover {filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.15)); background-color: #ffffff;}

	/* header top border line */

.header-line {
    height: 1px;
    width: 100%;
    /* background-color: #e5e7ea; */
    position: absolute;
    right: 0;
    background-image: url(../images/integretas.png);
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-line.extraclass {display:none;}

	/* HEADER-BOTTOM CSS  */

.header_bottom_block .navbar {padding: 0;}

.logo {
    transform: translateY(-8px);
    margin-top: -25px !important;
    padding-right: 30px;
    background: white;
    /* padding-left: 30px; */
}

.menu {align-items: center; margin-top:2px;}

.menu li {margin-left:30px; position: relative;}

.menu a {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #344c5c;
	font-family: 'futura-pt-book';
	text-transform: uppercase;
}
.contact-menu {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 3px 15px;
	background-image: linear-gradient(90deg, #00a9f1 10%, #00bf7c 100%);
	
}
.contact-menu a, .contact-menu a:hover {color: #ffff;}

.menu .menu-active a {color: #000;}

.menu a:hover {color: #000;}

.menu-active:before {
    content: '';
    position: absolute;
    left: -7px;
    bottom: 0px;
    border-radius: 50px;
    width: 36px;
    z-index: -1;
    height: 36px;
    background-color: #fdb913;
}

.subheader.extraclass {display:none;}

.headerlogo.extraclass {transform: translateY(0px) !important; padding: 25px 0px 4px 0px;}

.dropdown-menu {
	margin:0px;
	min-width:250px;
	padding-bottom:0px !important;
	padding:20px;	
	border:0px; border-radius:0px 0px 4px 4px;
}

.dropdown-menu a {
    display: block;
    position: relative;
    padding: 15px 12px;
	border-bottom: 1px solid #e8e8e8 !important;
	color: #344c5c !important;
	text-transform: capitalize;
    letter-spacing: 0px;
}

.dropdown-menu a:last-child {border-bottom: 0px solid #e8e8e8;}

.dropdown-menu a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    width: 10px;
    height: 2px;
    opacity: 0;
    background-color: #0092ff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.dropdown-toggle::after {vertical-align: 0.20em !important;}

.dropdown:hover .dropdown-menu {display: block;}

.dropdown-menu a:hover {background:transparent; color:#000000;}

.dropdown-menu a:hover:after {opacity: 1; left: -7px;}

/* banner-sec css */

.banner-sec,.inner-banner {margin-top: 100px;}

.carousel-indicators {bottom: 25px;}

.carousel-indicators li {width: 9px; height: 9px; border-radius: 50%;  background-color: #33bbd9;}

/* about-sec css */

.about-sec {background-image:url("../images/about-bg.png");}

.abt_left_br {position:relative;  padding-left: 15px; color: #161c2d;}

.abt_left_br::before {
    content: '';
    position: absolute;
    background-color: #fdb812;
    width: 3px;
    height: 75%;
    left: 0px;
    top: 5px;
}

.about_btn {
    color: #2b2b2b;
    padding: 8px 35px 6px 35px;
    display: inline-block;
    position: relative;
    z-index: 0;
}

.about_btn a{color: #2b2b2b;}

.about_btn:before {
  content:"";
  position:absolute;
  z-index:-1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  padding: 1px;
  border-radius: 50px;
  background: linear-gradient(to right, #00ace4, #00bc8e);
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;

}

.work .do-it {border-right: 1px solid #afafaf; padding-right: 20px; text-align:center;}

.work:last-child .do-it {border-right: 0px solid #afafaf; padding-right: 0px;}

	/* Our Popular Services */

.service__icon {padding:25px 30px}

.service__content {padding:25px 30px 30px 30px;}

.service-item .service__icon:after, .service-item .service__icon:before {
    content: '';
    position: absolute;
    /* top: 0; */
    left: 0;
    height: 1px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: calc(90% + 0px);
    background-color: #e6e8eb;
    bottom: 0;
}
.service-item .service__icon:after {width: 0; background-color: #fcb914;}

.service-item:hover .service__icon:after {width: calc(90% + 0px);}

.read_more:before {
    content: '';
    position: absolute;
    left: -3px;
    bottom: -3px;
    border-radius: 50px;
    width: 35px;
    z-index: -1;
    height: 35px;
    background-color: #fdb913;
}

.border-gradient {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #05bbef, #fcb914);
}

/* Keep Your Business section */

.business-section {
    background-image: url(../images/1.png);
    background-size: 75% 100%;
    background-repeat: no-repeat;
    background-position: right;
    padding: 50px 0px;
	border-bottom:1px solid #e2e4ea;
}

.business_content {padding-left: 75px;}

/* client section */

.c-icon img {width: auto !important; margin: 0px auto;}

.client-sec .owl-nav {margin-top: 0 !important;}

/* Get Help section */

.help-section {background-image: url(../images/business-contact.png); border-radius: 15px; padding:50px 0px;}

.help-section h2 {font-size: 48px;}

.help-section a {filter: drop-shadow(0px 6px 5px rgba(0,0,0,0.2)); background-color: #33c1d1; padding: 15px 25px 12px 25px;}

/* footer section */

.footer_block {background-color: #f4f5f8; padding-top:50px; padding-bottom:40px;}

/* .reach-us {border-top: 1px solid #dddfe5; padding:35px 0px;} */

.reach-us p{color: #171717;}

.copyright_block {padding: 25px 0px; background-color: #0081d6;}


/* ----------------------------------------------------------------------------- */
		/* ABOUT PAGE CSS  */
/* ----------------------------------------------------------------------------- */

.inner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inner_content h1 {font-size: 44px; margin: 0;}

.vision-box {filter: drop-shadow(0 0 15px rgba(0,0,0,0.13)); padding: 23px;}

.update-soon {margin-top:150px;margin-bottom:150px;}



/* ------------------------------------------------------------------------------------------------------------*/
		/* CONTACT PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.contact-info {
    padding: 30px 30px 25px;
	 transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.contact-info:hover {
    box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}

.contact-info i {
    font-size: 30px;
    margin-top: 2px;
    line-height: 1;
    float: left;
    color: #43baff;
}

.main-form {
    padding: 45px 45px;
    /* background-image: linear-gradient( */
/* 90deg, #00bb90 0%, #00a8d7 100%); */
	background-image: linear-gradient(90deg, #00a9f1 10%, #00bf7c 100%);

    color: #fff;
}
.main-form input, .main-form textarea {
    /* background-image: linear-gradient( 
90deg, #00bb90ad 0%, #00a8d7d9 100%); */
    border: 0;
    color: #fff !important;
    background-image: linear-gradient( 90deg, #00a9f199 10%, #00bf7c99 100%);
}

.form-control:focus {
    box-shadow: none;
    background-image: linear-gradient( 90deg, #00a9f199 10%, #00bf7c99 100%);
}

::placeholder { 
  color: #fff !important;
}

.contact_btn {padding: 10px 45px;height:55px;}

/*----------- kiran ---------*/
.alert-success {
    color: #ff4706;
    background-color: #fff;
    border-color: #fff;
}

 .list-li li{
  background:url(../images/list-li.png) no-repeat left 4px; margin-bottom:1.1%; line-height:24px;
  padding-left:25px;
  vertical-align:middle;
  margin-left:22px;
  }

.list-min-hight{min-height:1145px;}


@media only screen and (max-width:980px){ 
.list-min-hight{min-height:1278px;}

}
@media only screen and (max-width:780px){ 
.list-min-hight{min-height:auto;}

}


