h1, h2,h3, h4, h5, h6, p, span, ul, li, a{margin:0;padding:0;font-family: 'Lato', sans-serif;}
a{text-decoration:none !important;}
body{margin:0;padding:0;font-family: 'Lato', sans-serif;}
.no_space{padding-right:0px;padding-left:0px;}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

	/************************** popup  ************************************/
	.modal{top:0%;    background: #000000de;}
	.modal-dialog { max-width: 500px;margin: 180px auto 0;}
	.pop_heading { width: 100%; padding: 20px;}
	.pop_heading h5 {font-size: 19px;font-weight: 700;margin: 0 0 15px;border-left: 4px solid #2BB3E0;padding: 0 20px;line-height: 29px;text-transform: uppercase;}
	.pop_heading h4 {font-size: 23px;font-weight: 700;color: #2BB3E0;padding: 0 0 0 30px;}
	.field { width: 100%;position: relative;margin: 0 0 10px;}
	span.pop_icon {position: absolute;color: #2BB3E0;left: 13px;top: 7px;}
	.field .form-control {width: 100%; border-radius: 0;  padding: 3px 0 4px 37px;resize: none;}
	.modal-content {box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;border-radius: 30px;}
	#popupform p { text-align: center; font-size: 14px; color: #f10e0e;margin: 19px 0 0;}
	.modal-header{padding:0;border:none;}
	button.pop_btn {font-size: 16px;text-transform: uppercase;color: #fff;background: #2BB3E0;padding: 10px 0;border: none;width: 100%;}
	button.close {background: url(img/cross.png) no-repeat 0 0; width: 20px; height: 20px; position: absolute; top: 9px;right: 15px;display: block; opacity: 1;}
	.fade.in{overflow:hidden;}
	/************************** popup  ************************************/


span.bolder {font-weight: 700;}
h2 {font-size: 32px;margin: 0 0 15px;  font-weight: 700; text-transform: capitalize;}
ul li{list-style: none;}
p {
    font-size: 15px;
    line-height: 24px;
}
img {
    max-width: 100%;
}

/************header**************/
.header { width: 100%;   background: #041326; }
.logo { width: 100%; margin: 24px 0; }

.head_right { width: 100%; text-align: right; border-bottom: 1px solid #2BB3DF;     padding: 10px 0;}
.head_right ul li { display: inline-block; margin: 0 0 0 20px; }
.head_right ul li span { margin: 0 20px 0 0; color: #2BB3E0; display: inline-block; text-align: center; padding: 5px 0 0; }
.head_right ul li a { color: #fff; font-size: 14px; font-weight: 300; }
.head_mid {     text-align: right;margin: 6px 0;}
.head_mid .navbar-nav > li { display: inline-block; float: none; }
.main_navigation { width: 100%; padding: 9px 0; }
.navbar-inverse { background-color: transparent; border: none; }
.navbar-collapse.collapse { float: none; padding: 0; }
.navbar-inverse .navbar-nav > li > a { color: #fff; padding: 0 14px;  font-weight: 600; text-transform: uppercase; }
.dropdown-menu { padding: 8px 0; margin: 0; background-color: #fff; top: 28px; }
.dropdown-menu > li > a { color: #000; text-align: left; font-size: 15px; text-transform: capitalize; font-weight: 500; }
ul.dropdown-menu li { width: 100%; border-bottom: 1px dashed #ababab; }
.caret { color: #2BB3E0; margin-left: 9px; }
.navbar-inverse .navbar-nav > li > a:hover { color: #f70000; transition: 0.7s; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #000; background-color: transparent; }
.nav.navbar-nav { display: block; }
.navbar-nav { float: none; }
.navbar.navbar-inverse { margin-bottom: 0; }
.navbar { min-height: auto; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #2BB3E0;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a.main_btn { padding: 10px 30px; top: 14px; color: #000; font-weight: 600; }
.navbar-inverse .navbar-nav > li > a.main_btn:hover { background: #342ead; color: #fff; }
.navbar-inverse .navbar-nav > li:nth-child(5) a {
    background: #2BB3E0;
    color: #fff;
    padding: 8px 25px;
    border-radius: 8px;
}


/****************** Banner ********************/

.h_m_banner {
    width:  100%;
    background: url(img/main_banner.jpg) no-repeat top center;
    background-size: cover;
    padding: 80px 0;
    background-position: center;
}

.bnnr_left {
    width:  100%;
}

.bnnr_left h1 {
    font-size: 56px;
    color: #fff;
    font-weight: 500;
}

.bnnr_left h1 strong{
    color: #ffdf47;
	font-weight: 700;
}

.bnnr_left ul {
    margin: 35px 0;
}
.bnnr_left ul li {
    position: relative;
    padding: 0 0 9px 30px;
    color: #ffffff;
    font-size: 18px;
    padding-top: 5px;
}


.bnnr_left ul li:before {
    content: "\2713";
    color: #2BB3E0;
    margin-right: 10px;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1);
    transform: scale(1.5);
    position: absolute;
    left: 0;
}

.bnnr_left ul li:hover:before {
    transform: scale(2);
}
ul.ban_cta {
    margin: 0;
}

ul.ban_cta li {
    display: inline-block;
    padding: 0;
}

ul.ban_cta li:nth-child(2) a {
	background: #34de3e;}

ul.ban_cta li:before {
    display: none;
}
ul.ban_cta li a {
    background: #2bb3e0;
    padding: 10px 23px;
    font-size: 16px;
    margin: 0 10px 0 0;
    color: #fff;
    border-radius: 5px;
}

.bnnr_right {
    width: 100%;
    padding: 30px 20px 25px;
    background: #0000009e;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 1px #2BB3E0;
}
.bnnr_right h3 {
    text-align: center;
    margin: 0 0 15px;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 26px;
}
.bnnr_right .form-control {
    border-radius: 6px;
    resize: none;
    border: 1px solid #2BB3E0;
}
button.bn_btn {
    background: #2BB3E0;
    border: none;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 6px;
}

.bnnr_right input::placeholder {
    color: #000 !important;
}

.bnnr_right textarea::placeholder {
    color: #000 !important;
}

/****************** Sec-1 ********************/

.h_m_sec1 {
    width: 100%;
    padding: 70px 0;text-align: center;
}

.sec1_top {
    width: 100%;
    overflow: hidden;
	padding: 0 0 40px;
}

.sec1_bot {
    width: 100%;
    overflow: hidden;
}

.sec1_box {
    width: 100%; 
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.sec1_box h3 {
    margin: 13px 0;
    font-size: 18px;
    font-weight: 700;
}
.sec1_box p {
    height: 113px;
}
.sec1_box:hover img {  
	-webkit-transition: all .2s ease;
    transition: all .2s ease;    transform: scale(0.8);
}
.sec1_box a {
    background: #2bb3e0;
    padding: 10px 23px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 20px 0 0;
    text-transform: uppercase;
    font-weight: 600;
}

/****************** Sec-2 ********************/

.h_m_sec2 {
    width: 100%;
    padding: 70px 0 60px;
    text-align: center;
    background: #fbf8ff;
}

.sec2_top {
    width: 100%;
    overflow: hidden;
    padding: 0 0 20px;
}


.sec2_bot {
    width: 100%;
    overflow: hidden;
    padding: 0 10px 10px;
}

.sec2_bbox {
    width: 100%;
    transition: all 0.25s ease-out;
    padding: 30px;
}

.sec2_bbox:hover{
    width: 100%;
	box-shadow: 0px 40px 40px 0px rgba(83,52,134,0.2);
}


.sec2_bbox h3{margin: 30px 0;text-transform: capitalize;}

.sec2_bbox p{line-height: 28px;}

.sec2_bbox a{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #2BB3E0;
	border-top: 1px solid #2BB3E0;
	padding: 10px 0 0;
	margin: 20px 0 0;
}

/****************** Sec-3 ********************/

.h_m_sec3 {
    width: 100%;
    padding: 70px 0 35px;
	overflow: hidden;
}

.sec3_left {
    width: 100%;
    padding: 10px 0 0;
}
.sec3_left p {
    margin: 0 0 30px;
}



.sec3_right {
    width: 100%;
}

.sec3_right img{
    width: 100%;
    position: relative;
    border-radius: 8px;
}

.sec3_right:before {
    content: "";
    background: url(img/sec3_img1.png) no-repeat;
    width: 50%;
    height: 180px;
    position: absolute;
    top: -50px;
    background-size: cover;
    right: -100px;
    z-index: -2;
}

.sec3_right:after {
    content: "";
    background: url(img/sec3_img1.png) no-repeat;
    width: 50%;
    height: 180px;
    position: absolute;
    bottom: -50px;
    background-size: cover;
    left: -100px;
    z-index: -2;
}

/****************** Sec-4 ********************/

.h_m_sec4 {
    width: 100%;
    padding: 35px 0 70px ; 
}

.sec4_left {
    width: 100%;
}

.sec4_left img{
    width: 100%;
    position: relative;
    border-radius: 8px;
}
.sec4_left:before {
    content: "";
    background: url(img/sec3_img1.png) no-repeat;
    width: 50%;
    height: 180px;
    position: absolute;
    top: -50px;
    background-size: cover;
    left: -100px;
    z-index: -2;
}

.sec4_left:after {
    content: "";
    background: url(img/sec3_img1.png) no-repeat;
    width: 50%;
    height: 180px;
    position: absolute;
    bottom: -50px;
    background-size: cover;
    right: -100px;
    z-index: -2;
}
.sec4_right {
    width: 100%;
}

.sec4_right p{margin: 0 0 20px;}

/****************** Sec-5 ********************/

/****************** Sec-4 ********************/

.h_m_sec5 {
    width: 100%;
    padding: 55px 0;
    color: #000;
    background: #F4F6F8;
}

.sec5_left {
    width: 100%;
}

.sec5_left h2{
    padding: 0 0 10px;
    margin: 0 0 15px;
    position: relative;
    color: #000;
}

.sec5_left h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    background: #2BB3E0;
    width: 87px;
    height: 3px;
    left: 0;
}

.sec5_left h2 strong {
    color: #2BB3E0;
    font-weight: 800;
}

.sec5_left p{
    line-height: 20px;
    font-size: 16px;
}

.sec5_right {
    width: 100%;
	text-align: center;
}

.sec5_right::after {
    content: "\f046";
    font-family: FontAwesome;
    position: absolute;
    color: #2BB3E0;
   bottom: -4px;
    left: 9px;
	font-size: 21px;}

.sec5_right h3{
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0;
}

.sec5_right p{
    color: #2BB3E0;
    text-transform: capitalize;
    font-size: 16px;
}

/****************** Sec-6 ********************/

.h_m_sec6 {
    width: 100%;
    padding: 70px 0;    overflow: hidden;
}

.sec6_left {
    width: 100%;
    padding: 10px 0 0;
}



.sec6_left p{margin: 0 0 20px;}



.sec6_right {
    width: 100%;
}

.sec6_right img{
   width: 100%;
    position: relative;
    border-radius: 8px;
}
.sec6_right:before {
    content: "";
    background: url(img/sec3_img1.png) no-repeat;
    width: 50%;
    height: 180px;
    position: absolute;
    top: -50px;
    background-size: cover;
    right: -100px;
    z-index: -2;
}

.sec6_right:after {
    content: "";
    background: url(img/sec3_img1.png) no-repeat;
    width: 50%;
    height: 180px;
    position: absolute;
    bottom: -50px;
    background-size: cover;
    left: -100px;
    z-index: -2;
}
/****************** Sec-7 ********************/

.h_m_sec7 {
    width: 100%;
    background:url(img/sec7_bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 70px 0 0;    overflow: hidden;
}

.sec7_left {
    width: 100%;
}

.sec7_lbox {
    width: 100%;
    margin: 0 0 30px;
}

.sec7_lbox p{margin: 0 0 16px;}

.sec7_lbimg {
    width: 100%;
}

.sec7_lbimg img{
    width: 100%;
	border-radius: 50%;
}

.sec7_lbtext {
    width: 100%;
}

.sec7_lbtext h5{font-weight: 600;font-size: 14px;text-transform: uppercase;letter-spacing: 0.05em;color: #2BB3E0;}

.sec7_lbtext p{font-weight: 400;font-size: 12px;color: #767676;}

.sec7_right {
    width: 100%;
    padding: 20px;
}

.sec7_box {
    width: 100%;
    background: white;
    padding: 60px;
    box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.sec7_box p{font-weight: 600;font-size: 30px;line-height: 40px;}

.sec7_box h5{font-weight: 700;font-size: 18px;text-transform: uppercase;letter-spacing: 0.05em;color: #2BB3E0;margin: 30px 0 5px;}

.sec7_box h6{font-weight: 400;font-size: 13px;color: #767676;}

/****************** Sec-8 ********************/


.h_m_sec8 {
    width: 100%;
    padding: 70px 0;
    background: #f8f8f8;
}

.sec8_left {
    width: 100%;
}

.sec8_left h2{
    position: relative;
    padding: 0 0 25px;
	margin: 0 0 25px;
}

.sec8_left h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #2BB3E0;
    width: 40px;
    height: 2px;
}


.sec8_left p{margin: 0 0 20px;font-size: 18px;}

.sec8_left a{background: #2BB3E0;color: #fff;border: 1px solid #2BB3E0;padding: 15px 50px;display: inline-block;margin: 30px 0 0;font-size: 18px;font-weight: 600;text-transform: capitalize;border-radius: 8px;transition: all 1s !important;}

.sec8_left a:hover{background: transparent;color: #2BB3E0;border: 1px solid #2BB3E0;}

.sec8_right {
    width: 100%;
}



.ser_sec5 {
    text-align: center;
}

.ser_sec5 p {
    margin: 20px 0;
}

.ser_sec5 {
    padding: 60px 0;
}





























.owl-pagination {
    margin: 30px 0 0;
}
.owl-theme .owl-controls .owl-page span {
    background: #2BB3E0;
}

.footer {
    width: 100%;
    color: #fff;
}
.foot_top {
    width: 100%;
    padding: 40px 0;
    background: #343639;
}
.foot_box h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.foot_box {
    width: 100%;
}
.foot_box ul li {
    display: block;
    position: relative;
    padding-left: 15px;
    line-height: 27px;
}
.foot_box ul li a {
    display: block;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.5s ease 0s;
}
.foot_box ul li:hover a {
    color: #2BB3E0;
    margin-left: 5px;
}
.foot_box ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: #2BB3E0;
    transition: all 0.5s ease 0s;
}
.foot_box img {
    margin: 30px 0 0;
}
.foot_bottom {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    background: #2BB3E0;
}
.foot_bottom p {color: #fff;}


.inner_page_banner {
   background: #2BB3E0;
    text-align: center;
    padding: 30px 0;
    width: 100%;
}
.inner_page_banner h1 {
    color: #fff;
    text-transform: uppercase;
}
.terms_condition_section {
    width: 100%;
    padding: 60px 0;
}
.terms_cond_inner h3 {
       font-weight: 500;
    margin: 20px 0;
    text-transform: capitalize;
}
.terms_cond_inner h4 {
       font-weight: 500;
    margin: 20px 0;
    text-transform: capitalize;
}
.terms_cond_inner p {
    font-size: 16px;
    margin: 0 0 20px;
}
.terms_cond_inner ul li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
}
.terms_cond_inner ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    background: #2BB3E0;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px;
}
.inerpage_section1 {
    width: 100%;
    padding: 40px 0;
}
.conatc_us_form label {
    text-transform: uppercase;
    font-weight: 700;
}
button.cont_but {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #2BB3E0;
    padding: 10px 80px;
    border: none;    border-radius: 4px;
    width: 100%;
}	
.conatc_us_form {
    width: 100%;
}
.conatc_us_form .form-control {
        resize: none;
    border: 2px solid #2BB3E0;
    border-radius: 4px;
    height: 50px;
}




/* responsive styling*/
@media screen and (max-width:980px)
{
.top_right a {font-size: 14px;}	
.navbar-inverse .navbar-nav > li:nth-child(5) a{display: none;}	
.bnnr_left h1 {font-size: 38px;}	
.bnnr_right h3 {font-size: 16px;}	
.bnnr_left ul {width: 92%;}
.sec1_box h3 {font-size: 14px;}
.sec1_box p {height: 121px;}
.sec1_box a {padding: 10px 18px;}
h2 {font-size: 25px;}
.sec1_bright p {font-size: 18px; font-weight: 600;}	
.sec2_bbox h3 {margin: 30px 0 0px;}	
.sec7_left {padding: 0 0px;}
.sec7_lbox p {line-height: 16px;font-size: 12px;}
.sec2_bbox p {
    height: 120px;
}
}
@media screen and (max-width:767px)
{
.logo {    margin: 7px 0;}
.top_right {padding: 2px 0;}	
	.head_mid .navbar-nav > li {display: block;float: none; padding: 0 0 6px;}
.nav.navbar-nav {display: block;z-index: 9999999999;position: relative;text-align: center;background: #fff;}
.navbar-toggle {background-color: #28284c;}
.h_m_banner {padding:250px 0 54px;}	
.h_m_sec1 {padding: 40px 0;}
.sec1_box p {height: auto;}	
	.sec1_box h3 {
    font-size: 19px;
}.navbar-inverse .navbar-nav > li > a {
	color: #000;}
	
.sec1_box {margin: 0 0 20px;}
.h_m_sec2 {padding: 30px 0;}	
.sec3_right img {display: none;}	
.h_m_sec4 {padding: 0px 0;}
.sec4_right {margin: 30px 0 0;}	
.sec5_right::after {display: none}	
.sec5_right {margin: 0 0 20px;}
.sec6_right img {display: none;}
.sec7_box {padding: 15px;}	
.sec7_box p {font-size: 20px;line-height: 35px;}	
.sec8_right {display: none;}	
.foot_box {margin: 0 0 20px;}	
.bnnr_right {margin: 30px 0 0;}
.sec2_bbox p {height: auto;}	
.sec5_left {    margin: 0 0 30px;}	
	
}




