@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
body {	font: 500 18px/23px 'Lato', sans-serif; color: #272424;	background: #fff; padding: 0; margin: 0;}
* {box-sizing: border-box;}
p { color: #272424; font-size: 18px; line-height: 34px; }
a { color: #272424; font-size: 18px; text-decoration: underline; }
a:hover { text-decoration: none; color: #272424; }
h2 {font-size: 34px; margin: 0 0 25px 0; font-weight: 600; text-align: center; }
.wrapper {width: 96%; max-width: 1170px; margin: 0 auto; }

/* header top */
#header_top {width: 100%; min-height: 92px; background: #fff;}
.header_topsec {padding: 0; width: 96%; margin: 0 auto; max-width: 1170px; min-height: 92px;}
.nav { width: auto;}
.nav ul { list-style: none; margin: 0; padding: 0;}
.nav ul li { display: inline-block; padding: 0 8px; margin: 0; line-height: 50px; position: relative;}
.nav ul li a { color: #30436a; text-decoration: none; font-size: 16px; line-height: 92px; padding: 0;}
.nav ul li a:hover, .nav ul li a.active { color: #e48b00; background: transparent;}

/* nav dropdown */
.nav ul li ul {display: none; z-index: 9; min-width: 300px;padding: 0;position: absolute;top: 92px;left: auto; right: -100px; width: 100%; background: #fff;border-top: 0px solid #000;border-radius: 0 0 10px 10px;}
.nav ul li.drpdwn:hover > ul {display: block;}
.nav ul li ul li {display: block;padding: 15px;line-height: 20px;margin: 0;width: auto; border-bottom: 1px solid #8fa3b7;}
.nav ul li ul li a {line-height: 20px; padding: 0; }
.nav ul li ul li:last-child {border-bottom: 0 solid #8fa3b7;}
.nav ul li.drpdwn::after {display: inline-block; margin-left: 2px; vertical-align: 2px; content: ""; border: 0;
background: url(../img/dropdown_icon.png) no-repeat center bottom; width: 7px; height: 5px;}

/* nav sub dropdown */
.nav ul li ul li ul {display: none; z-index: 9; min-width: 300px;padding: 0;position: absolute;top: 0;left: -100%; right: auto; width: 100%; background: #fff;border-top: 0px solid #000;border-radius: 0;}
.nav ul li ul li.subdrpdwn:hover > ul {display: block;}

.nav ul li ul li ul li { padding: 7px 15px;}
.nav ul li ul li ul li a { font-size: 14px;}

.nav ul li ul li ul li ul {display: none; z-index: 9; max-width: 120px; min-width: 120px; padding: 0;position: absolute;top: 0;left: -120px; right: auto; width: 120px; background: #fff;border-top: 0px solid #000;border-radius: 0;}
.nav ul li ul li ul li.supsubdrpdwn:hover > ul {display: block;}

.navbar {padding: 0;}
.navbar-expand-sm .navbar-nav { min-height: 92px;}

.search {max-width: 160px;}
.search .form-inline .form-control {width: calc(100% - 24px); border: 0px solid #fff; border-bottom: 1px solid #ced4da; margin: 0; padding: 0 0 0 2px;}
.search .btn {font-size: 0; background: transparent; width: 20px; height: 21px; border:0; background: url(../img/search_icon.png) no-repeat right top;}
.logo {	max-width: 184px;}
.logo_nav {	width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
/* header top ends here */

/* side nav */
.navicon { position: absolute; top: 30px; right: 30px; display: none; z-index: 2;}
.closeicon { position: fixed; top: 8px; right: 8px; display: none; z-index: 5;}
.navicon img {filter: invert(60%); width: 24px; height: auto;}
.closeicon img {filter: invert(60%); width: 20px; height: auto;}
.navoverlay {background: rgba(0,0,0,0.5); width: 100%; height: 100%; position: fixed; left: 0; top: 0; display: none; z-index: 1;}
.overlay_menu {background: #30436a; width: 40%; right: -100%; height: 100%; transition: all 0.2s; position: fixed; top: 0; z-index: 4; min-width: 300px; padding: 25px 20px 20px 20px; overflow-y: scroll;}
.overlay_menu .drpdwn::after {display: inline-block; margin-left: 4px; vertical-align: 2px; content: ""; border: 0;
background: url(../img/mbldrp_icon.png) no-repeat center bottom; width: 7px; height: 5px;}

.overlay_menu p, .overlay_menu p a {font-size: 14px; text-decoration: none; color: #fff; cursor: pointer;}
.overlay_menu p a.active { color: #e48b00; }
.overlay_menu p + div { padding-left: 10px;}
.overlay_menu p + div p + div { padding-left: 15px;}
.overlay_menu p + div p + div p + div { padding-left: 10px;}
/* side nav */

/* header */
#header {width: 100%; height: auto;}

/* header ends here */

/* services section */
.services_sec {padding: 85px 0; width: 100%;}
.services_sec h2.brdr {background: url(../img/title_div01.png) no-repeat center bottom; padding: 0 0 18px 0;}
.services_sec p { text-align: center; margin: 0;}
.services_blk { display: flex; flex-wrap: wrap; justify-content: space-around; }
.services_blk div {width: 29%; text-align: center; margin: 80px 0 0 0;}
.services_blk div p { font-size: 16px; line-height:24px; margin-bottom: 18px;}
.services_blk div h2 {font-size: 20px; font-weight: 600; color: #002d5b; margin: 20px 0 18px; line-height: 26px; }
.services_blk div a {color: #e88d1d; font-size: 16px; line-height: 28px; border: 1px solid #e88d1d; padding: 0 18px 3px; text-decoration: none; display: inline-block; border-radius: 15px; font-weight: 600;}

/* services section ends here*/

/* about section */
.about_sec {padding: 135px 0; width: 100%; background: url(../img/about_bg.jpg) #002d5b no-repeat center top;}
.about_blk { display: flex; flex-wrap: wrap; justify-content: space-between; }
.about_blk .dcont {width: 40%;}
.about_blk .dimg {width: 55%;}
.about_sec h2.brdr {background: url(../img/title_div02.png) no-repeat left bottom; padding: 0 0 30px 0; color: fff; text-align: left;}
.about_sec h2 span.colr {color: #0098da;}
.about_sec h2 span.fnt {font-size: 18px; font-style: italic; font-weight: 500;}
.about_blk p { color: #fff;}
/* about section ends here */

/* testimonials */
.services_sec.testi_sec {display: none;}
.testi_slider {width: 96%; max-width: 930px; margin: 30px auto 0; border-radius: 20px; overflow: hidden;}
.testi_slider .testi_blk {width: 100%; display: flex; flex-wrap: wrap;}
.testi_slider .testi_blk .testi_lt {width: 50%;}
.testi_slider .testi_blk .testi_rt {width: 50%; background: #e4922d; padding: 50px 25px 70px; }
.testi_slider .testi_blk .testi_rt img { display: block; margin: 0px auto 25px;}
.testi_slider .testi_blk .testi_rt .quot_cont { border-top: 1px solid #fff;	border-bottom: 1px solid #fff; padding: 25px 0;}
.testi_slider .testi_blk p { color: #fff; margin: 0 0 15px;}
.testi_slider .testi_blk .testi_rt .quot_cont p:last-child { margin: 0;}
.testi_slider .testi_blk .testi_rt h4 { color: #fff; font-size: 24px; text-align: center; margin: 20px 0 5px;}
.testi_car_arr {position: absolute; right: 0; bottom: 40px; width: 50%; text-align: center;}
.testi_car_arr .carousel-control-next, .testi_car_arr .carousel-control-prev {	position: relative;	width: 32px; height: 22px; display: inline-block; opacity: 1;}
.testi_car_arr .carousel-control-next {margin-left: 30px;}
.testi_car_arr .carousel-control-next .carousel-control-next-icon {background: url(../img/testi_arrr.png) no-repeat center top; width: 32px; height: 22px;}
.testi_car_arr .carousel-control-prev .carousel-control-prev-icon {background: url(../img/testi_arrl.png) no-repeat center top; width: 32px; height: 22px;}
/* testimonials ends here */

/* contact section */
.contact_sec {padding: 85px 0; width: 100%; background: url(../img/contact_bg.jpg) #2e5f79 no-repeat center top;}
.contact_blk { display: flex; flex-wrap: wrap; justify-content: space-between; }
.contact_blk .cform {width: 40%; background: #fff; border-radius: 10px; padding: 30px;}
.contact_blk .ccont {width: 55%;}
.contact_sec h2.brdr {color: fff; background: url(../img/title_div03.png) no-repeat center bottom; padding: 0 0 20px 0; margin: 0 0 50px 0;}
.contact_sec p { color: #fff; margin: 0 0 15px 0; line-height: 21px;}
.contact_sec h3 { color: fff; font-size: 24px; line-height: 26px; margin: 0 0 15px 0;}
.contact_sec h3.huae {margin: 50px 0 15px 0;}
.contact_sec p a {color: #fff; text-decoration: none;}
.contact_sec form { margin: 0;}
.contact_sec .form-control {	border: 1px solid #7d94ab;	border-radius: 0;}
.contact_sec .form-control::-webkit-input-placeholder { color: #002d5b; }
.contact_sec .form-control:-moz-placeholder { color: #002d5b; }
.contact_sec .form-control::-moz-placeholder { color: #002d5b; }
.contact_sec .form-control:-ms-input-placeholder { color: #002d5b; }
.contact_sec .form-control::-ms-input-placeholder { color: #002d5b; }
.contact_sec .btn {background: #e88d1d; color: #fff; font-size: 24px; border-radius: 20px; padding: 0px 50px 3px; display: block; margin: 0 auto;}
.contact_sec input#name {background: url(../img/name_icon.png) no-repeat 97% 8px;}
.contact_sec input#email {background: url(../img/email_icon.png) no-repeat 97% 8px;}
.contact_sec input#phone {background: url(../img/phone_icon.png) no-repeat 97% 5px;}
.contact_sec textarea#comments {background: url(../img/comments_icon.png) no-repeat 97% 8px;}

/* contact section ends here */

/* contact section */
.footer { width: 100%; background: #e88d1d; margin: 0; clear: both;}
.footer_sec {display: flex; flex-wrap: wrap; justify-content: space-between; padding: 30px 30px 25px; width: 100%; max-width: 1170px; margin: 0 auto; }
.footer p { font-size: 16px; line-height: 18px; margin-bottom: 0; color: #fff;}
.footer p.footer_nav {margin: 0 0 15px 0;}
.footer p.footer_nav span {	margin: 0 5px;}
.footer p a { font-size: 16px; color: #fff; text-decoration: none;}
.footer p a:hover { text-decoration: underline;}
.footer .fright {display: flex; align-items: center;} 
.footer .fright span {margin: 0 0 0 15px;}

/* contact section ends here */

/* inner pages */

.innheader { width: 100%; height: auto; margin: 0 0 25px; }
.innheader img { width: 100%; height: auto; max-width: 1920px; }

.tabheader {width: 98%; height: auto; max-width: 1170px; margin: 0 auto 25px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.th_tabsec {width: 25%;}
.th_imgsec {width: 72%;}
.th_imgsec img { width: 100%; height: auto;}

.th_tabsec ul {margin: 0; padding: 0; list-style: none;}
.th_tabsec ul li {margin: 0;}
.th_tabsec ul li a {padding: 15.2px 20px; display: block; background: #002d5b; color: #fff; text-decoration: none; }
.th_tabsec ul li a:hover {background: #fff; color: #002d5b;}

.contsec { width: 96%; height: auto; max-width: 1170px; margin: 0 auto; padding-bottom: 20px;}
.contsec h2 {font-size: 22px; margin: 0 0 30px; padding: 0 0 12px; border-bottom: 1px solid #002d5b; text-align: left; color: #002d5b; font-weight: bold;}
.contsec h3 {font-size: 20px; margin: 0 0 20px; padding: 0; text-align: left; color: #000; font-weight: bold;}
.contsec p { clear: both;}
.contsec.contactpg p { line-height: 25px; margin-bottom: 10px;}
.contsec.contactpg p.contactpgblk {margin-top: 30px;}
.contsec.contactpg {padding-bottom: 25px;}	
.contsec h2.fbcont {background: url(../img/fb_cicon.png) no-repeat 99% 0;}
.contsec h2.inscont {background: url(../img/inst_cicon.png) no-repeat 99% 0;}
.contsec h2.twcont {background: url(../img/tw_cicon.png) no-repeat 99% 0;}
.contsec h2.lncont {background: url(../img/lk_cicon.png) no-repeat 99% 0;}
.contsec h2.ytcont {background: url(../img/yt_cicon.png) no-repeat 99% 0;}
.contsec > div {display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 0px;}
.contsec div .pcont { width: calc(100% - 315px);}
.contsec div .divimg {width: 291px;}
.contsec div .divimg img {width: 100%; height: auto;}
.contsec ul, .contsec ol { margin: -15px 0 20px;}
.contsec ul li, .contsec ol li { margin: 0 0 6px; line-height: 28px;}
.contsec p.txtcenter { text-align: center;}
.contsec h2.numh2 {	border: 0px solid #fff;	padding: 0;	margin: 0 0 14px 0;	text-align: center;	font-size: 24px; color: #000;}
.contsec p.numylw { width: 54px; height: 54px; background: #ffd231; border-radius: 50%;	text-align: center;	line-height: 54px; font-size: 20px; color: #fff;
	margin: 0 auto 1rem;}
.contsec h3.numh3{text-align: center;}
.contsec p.txthighlight {color: #1c97d1; font-size: 26px; line-height: 28px; font-weight: bold; text-align: center; }
.contsec .pgsubttl {color: #1c97d1; font-size: 26px; line-height: 28px; font-weight: bold; }
.contsec .txtitl { font-size: 20px; font-style: italic;}

.hostingservices .tab { overflow: hidden; border: 0px solid #ccc; background-color: transparent; text-align: center; display: block;}
.hostingservices .tab button {background-color: #eee; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;}
.hostingservices .tab button:hover {background-color: #ddd;}
.hostingservices .tab button.active {background-color: #ccc;}
.hostingservices .tabcontent {display: none; padding: 0; border: 0px solid #ccc; border-top: none;}
.hostingservices .tabcontent .tabcontblk { display: flex; flex-wrap: wrap; justify-content: space-around;}
.hostingservices .tabcontent .tabcontblk > div {	width: 30%; text-align: center; background: #e9e9e9; padding: 25px 30px;}
.hostingservices .tabcontent .tabcontblk > div h4 { font-weight: bold; margin: 0 0 10px 0; font-size: 20px;}
.hostingservices .tabcontent .tabcontblk > div ul { margin: 0; list-style: none; padding: 0;}
.hostingservices .tabcontent .tabcontblk > div ul li { border-bottom: 1px solid #ccc; line-height: inherit; padding: 10px 0; font-size: 16px; margin: 0;}
.hostingservices .tabcontent .tabcontblk > div.orangecont { background: #1c97d1 }
.hostingservices .tabcontent .tabcontblk > div.orangecont h4 { color: #fff; }
.hostingservices .tabcontent .tabcontblk > div.orangecont ul li { color: #fff; border-bottom: 1px solid #0e80b6; }
.hostingservices .tabcontent .tabcontblk > div ul li:last-child, .tabcontent .tabcontblk > div.orangecont ul li:last-child { border-bottom: 0px solid #ccc;}
.hostingservices .hosting_features { margin: 0 auto 10px; display: block; width: 100%;}
.hostingservices .hf_col2 { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 15px; width: 100%;}
.hostingservices .hf_col2 > div { width: 48%;}
.hosting_features h2 { border: 0px solid #fff; text-align: center; font-size: 26px; color: #1c97d1; margin: 0 0 10px;}
.hostingservices.email_hosting .tabcontent .tabcontblk { justify-content: flex-start;}
.hostingservices.email_hosting .tabcontent { margin-bottom: 10px;}
.hostingservices.email_hosting .tabcontent .tabcontblk > div { margin: 0 3% 20px 0; border-radius: 5px; box-shadow: 1px 1px 3px #aaa;}
button.hostprice {background: #002d5b; color: #fff; box-shadow: none; padding: 5px 10px; border: 0 solid #fff; border-radius: 3px; font-size: 15px;}
button.hostprice:hover { opacity: 0.9;}
.contlink {text-decoration: none; display: inline-block; background: #002d5b; color: #fff; font-size: 15px; padding: 5px 15px; border-radius: 15px;}
.contlink:hover {color: #fff; opacity: 0.9;}
.cmshosting.contsec p.txthighlight {margin-bottom: 4px;}
.cmshosting.contsec p.txtcenter {margin-bottom: 25px;}

/* inner pages ends here */

#header .carousel-inner a {	position: relative;	display: block;}
#header .carousel-inner a span { position: absolute; top: 32%; left: 70px; color: #fff;	font-size: 48px; font-weight: 600; width: 600px; line-height: 71px;}
#header .carousel-control-next, #header .carousel-control-prev { width: 40px;}

.contsec .blog_wrapper { display: flex; flex-wrap: wrap; justify-content: flex-start;}
.contsec .blog_wrapper .blog_sec { width: 30%; margin: 0 1.5% 25px 1.5%;}
.contsec .blog_wrapper .blog_sec img { width: 100%;	height: auto; margin: 0 auto 10px auto; display: block;}
.contsec .blog_wrapper .blog_sec p {margin: 0 0 12px 0;}

/* responsive */

@media screen and (min-width:768px){
#header_top {padding: 0;}
.nav ul li, .nav ul li a { line-height: 92px;}
}

@media screen and (max-width:1350px){
#header .carousel-inner a span {font-size: 30px; width: 400px; line-height: 46px;}
}

@media screen and (max-width:1199px){
.th_tabsec ul li a { padding: 12px 20px; font-size: 16px;}
}

@media screen and (max-width:1024px){
.services_sec { padding: 50px 0;}
h2 {font-size: 24px; margin: 0 0 20px 0;}
p {	font-size: 16px; line-height: 26px;}
.services_blk div {	margin: 40px 0 0 0;}
.about_sec { padding: 50px 0; background-size: 100%; }
.about_blk{align-items: center;}
.about_blk .dcont {	width: 45%;}
.about_blk .dimg {width: 50%;}
.contact_sec { padding: 50px 0; background-size: 100% 100%; }
.contact_blk .cform { width: 47%;}
.contact_blk .ccont { width: 48%;}
.services_blk div h2 {font-size: 18px;}
.contsec ul li, .contsec ol li { line-height: 22px; font-size: 16px; padding-left: 30px;}
.contsec p.txthighlight { font-size: 18px; line-height: 20px;}
.contsec a {font-size: 16px;}
}

@media screen and (max-width:991px){
.testi_slider .testi_blk .testi_rt img { margin: 0 auto 25px; width: 60px;}
.testi_slider .testi_blk .testi_rt { padding: 30px 25px 50px;}
.testi_car_arr { bottom: 24px;}
#header_top { padding: 15px 0 15px 0;}
.header_topsec { min-height: auto; }
.nav ul li {padding: 0 4px;}
.navbar-expand-sm .navbar-nav {	min-height: 30px;}
.nav ul li, .nav ul li a { line-height: 30px;}
.logo_nav {width: 100%;}
.search {float: right; margin-right: 10px;}
.contsec div .pcont { width: calc(100% - 33%);}
.contsec div .divimg {width: 30%; display: block;}
#header .carousel-inner a span {left: 60px;	font-size: 22px; width: 270px; line-height: 34px;}
.contsec .blog_wrapper .blog_sec { width: 45%; margin: 0 2.5% 25px 2.5%;}
}

@media screen and (max-width:767px){
.navicon { display: block;}
.nav {display: none;}
.overlay_menu .nav {display: block;}
.overlay_menu .navbar-nav .dropdown-menu {	background: transparent; border: 0px solid #fff;}
.overlay_menu ul li ul li { margin: 0px 0 5px 0px; display: block; padding: 0 0 0 10px; line-height: 20px;}
#header .carousel-indicators { display: none;}
.services_blk div {	width: 46%; margin: 80px 0 0 0;}
.about_blk .dcont {	width: 100%; margin-bottom: 15px;}
.about_blk .dimg, .testi_slider .testi_blk .testi_lt, .testi_slider .testi_blk .testi_rt, .testi_car_arr, .footer_sec .fleft, .footer_sec .fright { width: 100%;}
.about_blk .dimg img { max-width: 450px; display: block; margin: auto; width: 80%; }
.about_sec { padding: 35px 0;}
.contact_blk .cform { width: 94%; margin: auto auto 30px auto;	max-width: 400px; }
.contact_blk .ccont { width: 94%; margin: auto;	text-align: center;}
.testi_slider {	width: 90%; margin: 30px auto 0; max-width: 450px;}
.testi_slider .testi_blk { width: 100%;	display: block;}
.footer p {	margin-bottom: 20px; text-align: center; font-size: 14px;}
.footer .fright span:first-child {margin: 0;}
.footer .fright { width: 100%; justify-content: center;}
.footer p.footer_nav { line-height: 25px;}
.search { margin-right: 15px;}
.services_blk div h2 {font-size: 16px;}
p,.services_blk div p {	font-size: 14px; line-height: 22px;}
.contact_sec p a, .footer p a, .contsec ul li, .contsec ol li, .contsec a { font-size: 14px; }
.th_imgsec, .th_tabsec { width: 100%;}
.th_tabsec ul li { margin: 0px 5px 5px 0; display: inline-block;}
.th_tabsec ul li a { padding: 6px 12px; font-size: 13px;}
.contsec p.txthighlight { font-size: 16px; line-height: 18px;}
#header .carousel-inner a span { left: 50px; font-size: 16px; width: 170px;	line-height: 28px;}
}

@media screen and (max-width:640px){
.contsec div .pcont { width: 100%; order: 1;}
.contsec div .divimg { width: 100%;	display: block;	text-align: center; order: 2;}
.contsec div .divimg img { max-width: 240px;}
.hostingservices .tabcontent .tabcontblk > div {	width: 98%;}
.hostingservices .tabcontent .tabcontblk > div.cherrycont, .tabcontent .tabcontblk > div.orangecont {margin-bottom: 15px;}
.hostingservices .tab {margin-bottom: 12px;}
.hostingservices .tab button {padding: 10px; font-size: 16px;}
.hostingservices .hf_col2 > div { width: 98%;}
.hostingservices.email_hosting .tabcontent .tabcontblk > div { margin: 0 0 15px 0;}
.hostingservices.email_hosting .tabcontent .tabcontblk { justify-content: space-around;}
}

@media screen and (max-width:479px){
.services_blk div { width: 94%; margin: 30px 0 0 0;}
#header .carousel-inner a span { font-size: 14px; width: 170px; line-height: 22px; top: 20%;}
.contsec .blog_wrapper .blog_sec { width: 98%; margin: 0 auto 25px;}
}


