form label.error {
	display: none !important;
}
form input.error {
	border: 1px solid #FF0004 !important;
}
form textarea.error {
	border: 1px solid #FF0004 !important;
}
/*== GENERAL CSS ==*/
*, a, img, ul, ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
	outline: none;
	border: none;
}
*:focus, a:focus {
	border: none;
	outline: none;
}
body, a, input, #products ul li {
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
textarea {
	resize: none;
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
}
input, select {
	border: none;
	outline: none;
	font-family: 'Roboto', sans-serif;
}
input[type=submit], input[type=button], input[type=reset] {
	background: #ab3822;
	color: #eecb56;
	text-transform: uppercase;
	font-size: 15px;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
	background: #eecb56;
	color: #ab3822;
}
a:focus, a:hover {
	color: #fff;
	text-decoration: none;
}
.button {
	color: #fff;
	font-size: 14px;
	background: #3dabff;
	text-transform: uppercase;
	min-width: 260px;
	border-radius: 5px;
	display: inline-block;
	padding: 16px;
	font-weight: 400;
	text-align: center;
}
.button:hover {
	background: #444444;
}
/* General CLASSES */
body {
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
.container {
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
}
.floatLeft {
	float: left!important;
}
.floatRight {
	float: right!important;
}
.alignLeft {
	text-align: left!important
}
.alignRight {
	text-align: right!important;
}
.alignCenter {
	text-align: center!important;
}
.noMargin {
	margin: 0px !important;
}
.txt-center {
	text-align: center !important;
}
.dispalyInline {
	display: inline;
}
#jqcheck {
	background: #fff9d7;
	text-align: center;
	color: #333;
	padding: 10px 0px;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}
#jqcheck img {
	margin: 0px 5px -3px;
}
::selection {
	background: #2880C9;
	color: #fff;
	text-shadow: none;
}
::-webkit-scrollbar {
width:10px;
height:10px;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
display:none;
}
::-webkit-scrollbar-track-piece {
background-color:#ecedf1;
-webkit-border-radius:0px;
border-left:1px solid #888;
}
::-webkit-scrollbar-thumb:vertical {
-webkit-border-radius:0px;
background:#2880C9;
}


/*
 *  STYLE 1
 */

/*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}*/


::-webkit-scrollbar {
 width: 12px;
 background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: #09c979;
}
/*=== SPRITE ICON CSS ===*/
.icon {
	background-image: url(../images/sprite.html);
	background-repeat: no-repeat;
}
.top-strip {
	background-color: #181a22;
	min-height: 36px;
}
.top-strip p {
	margin: 0px;
}
.menus {
	float: right;
	text-align: right;
}
.second-strip {
	position: absolute;
	left: 0px;
	right: 0px;
	padding-top: 20px;
	border-bottom: 1px solid #686868;
	z-index: 999;
}
.academic-tab-slider.slick-initialized .slick-slide {
	display: block;
	margin: 5px;
}
.baner {
	background-color: #000000;
	min-height: 753px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 120px;
	text-align: center;
}
.code-sec {
	float: left;
	width: 34%;
	position: relative;
}
.form-baner select, .form-baner input[type=number], .form-baner input[type=email], .form-baner input[type=text] {
	width: 100%;
	background: #f3f4f6;
	font-size: 14px;
	font-weight: 700;
	color: #43464f;
	/* border: 1px solid #999999; */
    /* border-radius: 5px; */
	padding: 10px 15px;
	height: 45px;
}
select.multi {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 5;
}
.ph-sec {
	float: left;
	width: 66%;
}
.top-strip i.fa.fa-envelope {
	background-color: #2880C9;
	color: #ffffff;
	width: 39px;
	height: 36px;
	text-align: center;
	padding-top: 8px;
	font-size: 17px;
	margin-right: 7px;
}
a.inf {
	color: #ffffff;
	font-weight: 400;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}
.righ {
	text-align: right;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
}
.righ a i {
	color: #ffffff;
	padding: 0px 6px;
}
.righ a:last-child i {
	padding-right: 0px;
}
.menus p {
	margin: 0px;
	display: inline-block;
	position: relative;
	padding-left: 27px;
	top: 0px;
}
.menus p a i.fa.fa-phone {
	position: absolute;
	left: 0px;
	top: 3px;
	color: #2880C9;
	font-size: 21px;
}
.menus p a span {
	color: #2880C9;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: block;
	text-align: left;
}
.menus p a {
	color: #ffffff;
	font-weight: 600;
	line-height: 11px;
}
a.reqaq {
	display: inline-block;
	background-color: #2880C9;
	padding: 11.5px;
	width: 187px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.menus a.reqaq {
	margin-left: 20px;
}
.menus ul.nav li a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 20px 23px 15px;
	position: relative;
}
.menus ul.nav li a i {
	/* padding-left: 5px; */
	position: absolute;
	right: 8px;
	top: 20px;
}
.menus ul.nav li a:hover {
	background-color: transparent;
}
.menus ul.nav li:last-child a {
	padding-right: 0px;
}
.menus ul.nav li.sub-navi .innernav {
	display: none;
}
.menus ul.nav li.sub-navi:hover .innernav {
	background: rgba(12,12,12,0.98);
	position: absolute;
	height: 200px;
	display: block;
	text-align: left;
	width: 550px;
	left: -344px;
}
.menus ul.nav li.sub-navi .innernav > ul {
	float: left;
}
.menus ul.nav li.sub-navi .innernav ul li {
	padding: 18px 0px 10px 25px;
}
.menus ul.nav li.sub-navi .innernav ul li a {
	font-size: 14px;
	color: #fff;
	padding: 0px;
	font-weight: 600;
}
.menus ul.nav li.sub-navi .innernav ul li a:hover {
	color: #2880C9;
}
.menus ul.nav li.sub-navi .innernav ul li ul.sublinknav {
}
.menus ul.nav li.sub-navi .innernav ul li ul.sublinknav li {
	padding: 5px 5px;
}
.menus ul.nav li.sub-navi .innernav ul li ul.sublinknav li i {
	color: #2880C9;
	font-size: 7px;
	padding-right: 5px;
}
.menus ul.nav li.sub-navi .innernav ul li ul.sublinknav li a {
	font-size: 13px;
	padding: 0px;
	font-weight: 300;
}
.menus ul.nav li.sub-navi .innernav ul li ul.sublinknav li a:hover {
	color: #2880C9;
}
a {
}
h1 {
	color: #ffffff;
	position: relative;
	font-size: 38px;
	text-align: center;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	padding: 128px 0px 30px 0px;
	margin-bottom: 35px;
	line-height: 52px;
	text-transform: capitalize;
}
h1:before {
	content: "";
	color: #ffffff;
	position: absolute;
	border-bottom: 1px solid #fff;
	width: 38%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
h1:after {
	content: "";
	position: absolute;
	background-image: url(../images/line-img.png);
	background-repeat: no-repeat;
	width: 13%;
	display: block;
	height: 3%;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.baner p {
	padding: 0 160px;
	font-size: 16px;
	padding-bottom: 20px;
	color: #ffffff;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.form-baner {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	top: auto;
	bottom: -25px;
}
.form-baner img.rib {
	position: absolute;
	right: 195px;
	top: -19px;
	width: 90px;
	z-index: 99;
	display: none;
}
.form-baner .back {
	background: url(../images/form-bg.jpg) top;
	background-repeat: no-repeat;
	min-height: 320px;
	box-shadow: 3px 5px 22px 2px rgba(0, 0, 0, 0.18);
}
.form-baner .back h2 {
	font-size: 30px;
	padding-top: 30px;
	color: #002b58;
	text-align: center;
	position: relative;
}
.form-baner .back p {
	font-size: 16px;
	padding-top: 10px;
	text-align: center;
	color: #000;
}
.form-baner .back p strong {
	color: #002b58;
	font-weight: 800;
}
.form-baner .back h2:before {
	content: "";
	color: #ffffff;
	position: absolute;
	border-bottom: 1px solid #ccd1d9;
	width: 38%;
	top: 72px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.form-baner .back h2:after {
	content: "";
	position: absolute;
	background-image: url(../images/line-bot-img.png);
	background-repeat: no-repeat;
	width: 15%;
	display: block;
	height: 13%;
	top: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.form-right {
	padding-top: 15px;
}
.form-bottom {
	padding-top: 40px;
}
.form-baner .sub {
	position: relative;
}
.form-baner input[type=submit] {
	display: inline-block;
	background-color: #2880C9;
	padding: 11.5px;
	width: 180px;
	text-align: center;
	color: #ffffff;
	height: 48px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	left: 0;
	right: 0;
	margin: 40px auto 0;
}
.form-right .ico {
	padding-top: 40px;
}
.form-right .ico p {
	color: #2880C9;
	font-weight: 600;
	padding-top: 0px;
	text-transform: uppercase;
	text-align: left;
}
.form-right .ico img {
	float: left;
	width: 60px;
	padding-right: 10px;/* padding-top: 40px; */
}
.form-right .ico img.co {
	width: 70px;
}
.form-right .ico p strong {
	display: block;
	color: #7a7a7a;
	font-size: 21px;
	font-weight: 600;
}
.form-right .pad {
	padding-left: 110px;
}
.com-sec {
	position: relative;
	background: url(../images/combg.jpg);
	min-height: 508px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 30px 0px 110px;
}
.com-sec img {
	position: absolute;
	top: 95px;
	left: 40px;
}
.com-sec h2 {
	color: #002b58;
	font-size: 30px;
	text-align: center;
	position: relative;
	padding-left: 20px;
	padding-bottom: 17px;
}
.com-sec h2:before {
	content: "";
	color: #ffffff;
	position: absolute;
	border-bottom: 1px solid #ccd1d9;
	width: 38%;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0px;
}
.com-sec h2:after {
	content: "";
	position: absolute;
	background-image: url(../images/line-bot-img.png);
	background-repeat: no-repeat;
	width: 15%;
	display: block;
	height: 14%;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -12px;
}
.com-sec p {
	color: #7a7a7a;
	font-size: 15px;
	padding-right: 80px;
	padding-bottom: 5px;
	line-height: 25px;
	padding-top: 30px;
}
.counterSec {
	background: url(../images/cta-back.png) no-repeat;
	min-height: 214px;
	margin-top: -20px;
	background-size: cover;
}
.counterSec h2 {
	text-align: center;
	min-width: 340px;
	width: 480px;
	margin: 0 auto;
	color: #000
}
.counterSec ul {
	text-align: center;
	margin: 50px 0 0;
}
.counterSec ul li {
}
.counterSec ul li img {
	float: left;
	padding-left: 10px;
	width: 210px;
	height: auto;
}
.counterSec ul li h3 {
	color: #7a7a7a;
	font-weight: bold;
	font-size: 48px;
}
.counterSec ul li h3.plus {
	color: #7a7a7a;
	font-weight: bold;
	font-size: 48px;
	position: relative;
}
.counterSec ul li h3.plus:after {
	content: "+";
	position: absolute;
	right: 0;
	color: #7a7a7a;
	font-weight: bold;
	font-size: 48px;
}
.counterSec ul li h3.plus-les {
	color: #7a7a7a;
	font-weight: bold;
	font-size: 48px;
	position: relative;
}
.counterSec ul li h3.plus-les:after {
	content: "+";
	position: absolute;
	right: 38px;
	color: #7a7a7a;
	font-weight: bold;
	font-size: 48px;
}
.counterSec ul li h3.plus-med {
	color: #7a7a7a;
	font-weight: bold;
	font-size: 48px;
	position: relative;
}
.counterSec ul li h3.plus-med:after {
	content: "+";
	position: absolute;
	right: 18px;
	color: #7a7a7a;
	font-weight: bold;
	font-size: 48px;
}
.counterSec ul li p {
	color: #002b58;
	font-size: 15px;
	font-weight: 700;
}
.counterSec a {
	display: inline-block;
	background-color: #2880C9;
	padding: 11.5px;
	width: 24%;
	text-align: center;
	color: #ffffff;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	left: 0;
	right: 0;
	margin: 15px auto 0;
}
.counterSec a img {
	float: right;
	padding-right: 5px;
	padding-top: 1px;
	width: 24px;
}
.counter-a {
	position: relative;
}
.why-choose {
}
.why-choose .img-p {
	position: relative;
	top: -25px;
	background: url(../images/why-img.jpg) no-repeat;
	min-height: 550px;
	background-size: cover;
}
.why-choose .img-p p {
	position: absolute;
	display: inline-block;
	text-align: justify;
	padding: 82% 20px 0px;
	color: #fff;
	font-size: 15px;
}
.why-choose .img-p:after {
	position: absolute;
	background: #fff;
	width: 160px;
	height: 7px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	content: "";
	bottom: 40px;
}
.why-choose .img-p:before {
	position: absolute;
	background: #002b58;
	width: 100%;
	height: 2px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	content: "";
	bottom: 42px;
}
.why-choose .paragraph {
	padding-left: 20px;
}
.why-choose .paragraph h3 {
	font-size: 16px;
	padding-top: 65px;
	color: #002b58;
	font-weight: bold;
}
.why-choose .paragraph p {
	color: #7a7a7a;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 25px;
}
.people-trust {
	background: #f3f4f6;
	height: 300px;
	position: relative;
}
.people-trust h2 {
	position: relative;
	color: #002b58;
	text-align: center;
	font-size: 30px;
	padding-top: 60px;
}
.people-trust h2:before {
	content: "";
	color: #ffffff;
	position: absolute;
	border-bottom: 1px solid #ccd1d9;
	width: 38%;
	top: 107px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.people-trust h2:after {
	content: "";
	position: absolute;
	background-image: url(../images/line-test.png);
	background-repeat: no-repeat;
	width: 15%;
	display: block;
	height: 14%;
	top: 105px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.people-trust .trust {
	border: 1px solid #ccd1d9;
	height: 130px;
	width: 83%;
	left: 0;
	right: 0;
	margin: 40px auto 0;
	min-height: 140px;
}
.people-trust .trust h3 {
	text-align: center;
	color: #002b58;
	font-size: 16px;
	z-index: 99;
	position: relative;
	background-color: #f3f4f6;
	display: table;
	margin: 31px auto 0px;
	padding: 0px 10px;
	font-weight: bold;
}
.people-trust .trust h3:after {
/* content: "";
   border-bottom: 1px solid #f3f4f6;
   position: absolute;
   top: 9px;
   width: 14%;

   z-index: 9;
   right: 469px;*/
}
.people-trust .trust p {
	text-align: center;
	padding: 20px 45px 0px;
	color: #7a7a7a;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}
.connect {
	background-image: url(../images/sec-back.jpg);
	background-repeat:repeat;
	height: 230px;
	width: 100%;
}
.connect h2 {
	position: relative;
	color: #ffffff;
	padding-top: 65px;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
}
.connect h2:before {
	content: "";
	color: #ffffff;
	position: relative;
	border-bottom: 1px solid #ccd1d9;
	width: 38%;
	top: 107px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.connect h2:after {
	content: "";
	position: absolute;
	background-image: url(../images/line-connect.png);
	background-repeat: no-repeat;
	width: 14%;
	display: block;
	height: 14%;
	top: 105px;
	left: 44%;
	/* right: 0; */
	margin: 0 auto;
}
.connect p {
	color: #fff;
	font-size: 15px;
	padding-top: 30px;
	text-align: center;
}
.info {
}
.info .img-cont {
	position: relative;
}
.info .img-cont img {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.info .img-cont:hover img {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.info h3 {
	font-size: 16px;
	text-align: center;
	padding-top: 60px;
	color: #002b58;
	font-weight: bold;
}
.info p {
	text-align: center;
	font-size: 15px;
	color: #7a7a7a;
	line-height: 25px;
}
.info a {
/*display: inline-block;
	background-color: #2880C9;
	padding: 11.5px;
	border: 1px solid #2880C9;
	position: absolute;
	width: 177px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	left: 0;
	right: 0;
	margin: 0 auto;*/
}
.info a:focus, .info a:hover {
	color: #000;
}
.info .ank {
	position: relative;
}
.info .ryo {
	background-image: url(../images/box-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -12px;
	height: 190px;
	box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.32);
}
footer {
	background: #212121;
	padding: 15px 0 10px;
	line-height: 38px;
}
footer p.para {
	color: #fff;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
footer a.bor {
	color: #fff;
	font-size: 12px;
	position: relative;
	padding-right: 10px;
}
footer a {
	color: #fff;
	font-size: 12px;
}
footer a.bor:after {
	content: "";
	position: absolute;
	border-right: 1px solid #fff;
	right: 3px;
	top: 2px;
	height: 80%;
}
footer a.padd {
	padding-right: 20px;
	font-size: 12px;
}
footer .disc {
	padding-top: 8px;
	border-top: 1px solid #4e4e4e;
}
footer .disc p {
	padding: 0px;
	color: #fff;
	line-height: 23px;
	font-size: 12px;
}
footer .disc p strong {
	font-size: 14px;
}
.righ a:hover i {
	color: #2880C9;
}
.container-fluid {
	padding: 0px;
}
.consult-now .one {
	background-image: url(../images/mask1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 320px;
	position: relative;
}
.consult-now .two {
	background-image: url(../images/mask2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 340px;
	position: relative;
	top: -20px;
}
.consult-now .three {
	background-image: url(../images/mask3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 320px;
	position: relative;
}
.consult-now p {
	color: #fff;
	font-size: 22px;
	position: relative;
	z-index: 9;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	line-height: 33px;
	margin-bottom: 10px;
	padding: 0px 15px;
}
.consult-now h4 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	position: relative;
	z-index: 9;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	padding: 0px 13px;
	line-height: 33px;
	margin: 0px 0px 22px;
}
.consult-now a {
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	height: 40px;
	text-align: center;
	width: 40%;
	padding-top: 8px;
	position: relative;
	margin: 0 auto;
	z-index: 9;
	display: table;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.consult-now a:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
h2 {
	position: relative;
	color: #002b58;
	text-align: center;
	font-size: 30px;
	padding-top: 60px;
	font-weight: 400;
}
/*h2:before {
    content: "";
    color: #ffffff;
    position: absolute;
    border-bottom: 1px solid #ccd1d9;
    width: 38%;
    top: 107px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
h2:after {
    content: "";
    position: absolute;
    background-image: url(../images/line-test.png);
    background-repeat: no-repeat;
    width: 15%;
    display: block;
    height: 14%;
    top: 105px;
    left: 0;
    right: 0;
    margin: 0 auto;
}*/
.abot h2 {
	padding-top: 0px;
	text-align: left;
	display: inline-block;
	padding-bottom: 14px;
	margin-bottom: 25px;
}
.abot h2:before {
	content: "";
	color: #ffffff;
	position: absolute;
	border-bottom: 1px solid #ccd1d9;
	width: 100%;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: 0 auto;
}
.abot h2:after {
	content: "";
	position: absolute;
	background-image: url(../images/line-test.png);
	background-repeat: no-repeat;
	width: 15%;
	display: block;
	height: 5px;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0px;
}
.abot {
	clear: both;
	background-image: url(../images/combg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 508px;
	padding: 80px 0px 50px;
}
.abot.tst {
	min-height: 640px;
}
.greenstrip {
	height: 10px;
	border-radius: 2px;
	position: relative;
	background-color: #f3f4f6;
}
.green-inner {
	background-color: #2880C9;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid #ffffff;
}
.green-inner:after {
	content: "";
	position: absolute;
	top: -7px;
	right: 0px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #2880C9;
	z-index: 99;
}
.green-inner span {
	color: #ffffff;
	background-image: url(../images/blue.png);
	width: 50px;
	height: 48px;
	display: inline-block;
	text-align: center;
	padding-top: 8px;
	position: absolute;
	right: -11px;
	top: -58px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.abs p {
	color: #002b58;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 5px;
}
.bt {
	padding-top: 65px;
}
.p100 .green-inner {
	width: 100%;
}
.p95 .green-inner {
	width: 95%;
}
.p65 .green-inner {
	width: 65%;
}
.nab p {
	color: #7a7a7a;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 26px;
}
.nab ul li {
	color: #7a7a7a;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5px;
}
.baner-wrap {
	position: relative;
	padding-bottom: 146px;
}
.guide {
	min-height: 622px;
	background-color: #000000;
	background-image: url(../images/guidebg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
.price {
	min-height: 639px;
	background-color: #000000;
	background-image: url(../images/pricebg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}
.howwe {
	min-height: 470px;
	background-color: #000000;
	background-image: url(../images/howwe.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}
.team h2, .guide h2, .price h2, .howwe h2, .conn h2 {
	position: relative;
	color: #ffffff;
	padding-top: 65px;
	text-align: center;
	font-size: 30px;
}
.team h2:before, .guide h2:before, .domains h2:before, .price h2:before, .howwe h2:before, .conn h2:before {
	content: "";
	color: #ffffff;
	position: absolute;
	border-bottom: 1px solid #ccd1d9;
	width: 38%;
	top: 107px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.team h2:after, .guide h2:after, .domains h2:after, .price h2:after, .howwe h2:after, .conn h2:after {
	content: "";
	position: absolute;
	background-image: url(../images/line-connect.png);
	background-repeat: no-repeat;
	width: 14%;
	display: block;
	height: 14%;
	top: 105px;
	left: 44%;
	margin: 0 auto;
}
.team h2:after, .domains h2:after, .conn h2:after {
	background-image: url(../images/line-bot-img.png);
}
.team h2, .conn h2 {
	color: #002b58;
	margin-bottom: 30px;
}
.team p {
	color: #7a7a7a;
	font-size: 15px;
	text-align: center;
}
.team .pp p {
	margin-bottom: 35px;
}
.guide h2, .price h2 {
	padding-bottom: 50px;
}
.guide p {
	color: #ffffff;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 16px;
	padding-right: 27px;
}
.guide .lst li {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	padding: 0px 27px 8px 23px;
	position: relative;
	line-height: 16px;
}
.clu img {
	margin: 0 auto;
}
.guide .lst li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 5px;
	background-image: url(../images/aro.png);
	width: 5px;
	height: 8px;
}
ul.lst {
	padding-bottom: 30px;
}
.covr {
	text-align: center;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.covr img {
	margin: 0 auto;
}
.team .covr p {
	background-color: #ffffff;
	z-index: 9999999;
	position: relative;
	margin-top: -41px;
	width: 80%;
	display: block;
	margin: -80px auto 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #7a7a7a;
	font-weight: 400;
	line-height: 20px;
	padding: 30px 14px 30px;
	box-shadow: 0px 6px 5px 0px #d9d9d9;
	overflow-x: hidden;
}
.team .covr p span {
	color: #002b58;
	text-transform: capitalize;
	display: block;
	font-size: 16px;
	padding-bottom: 3px;
}
.team .covr p a {
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
	background-color: #2880C9;
	display: table;
	width: 178px;
	margin: 12px auto -23px;
	height: 44px;
	padding: 12px 15px 10px;
	font-family: 'Montserrat', sans-serif;
}
.team {
	padding: 0px 0px 80px 0px;
}
.editing-page .abot h2 {
	text-align: center;
	margin: 0 auto 25px;
	display: table;
}
.pos {
	position: relative;
}
.pos img {
	position: absolute;
	top: -36px;
}
.editing-page .nab p {
	text-align: justify;
}
.domains {
	background-color: #f3f4f6;
	padding: 10px 0px 25px;
}
.tbl {
	display: table;
	margin: 0 auto;
	height: 55px;
}
.tbl-in {
	display: table-cell;
	vertical-align: middle;
}
.ico {
	text-align: center;
}
.ico p {
	color: #002b58;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	margin: 5px 0px 0px;
	padding: 0px 2px;
	line-height: 18px;
}
.domains .icos {
	text-align: center;
	border-right: 1px solid #ccd1d9;
	height: 130px;
	padding-top: 23px;
	border-bottom: 1px solid #ccd1d9;
}
.icos.bdr {
	border-right: 0px;
}
.icos.bdb {
	border-bottom: 0px;
}
.domains h2 {
	margin-bottom: 40px;
}
.domains a.reqaq {
	margin-top: 30px;
}
.domains a.reqaq i {
	margin-left: 10px;
}
.pkge {
	min-height: 421px;
	background-color: #ffffff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.pkge h5 {
	margin: 0px;
	background-color: #2880C9;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	padding: 28px 15px;
	text-transform: uppercase;
}
.dolr {
	color: #2880C9;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	display: block;
	padding-top: 10px;
}
.gry {
	color: #ffffff;
	background-color: #002b58;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	display: inline-block;
	padding: 8px 5px;
	margin: 9px 0px 12px;
	width: 74%;
}
.txt {
	color: #7a7a7a;
	font-family: 'Open Sans', sans-serif;
	line-height: 23px;
	padding: 0px 54px;
	margin-bottom: 35px;
}
.txt span {
	font-weight: 700;
	display: block;
}
.howwe p {
	text-align: center;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}
.howwe h2 {
	margin-bottom: 30px;
}
.rd-cr {
	text-align: center;
	border: 1px solid #ccd1d9;
	min-height: 188px;
	border-top: 0px;
	position: relative;
	padding: 39px 17px 10px;
	width: 100%;
}
.gr {
	width: 80px;
	height: 80px;
	display: table;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	background-color: #2880C9;
	position: absolute;
	top: -40px;
	right: 0px;
	left: 0px;
}
.gr-in {
	display: table-cell;
	vertical-align: middle;
}
.rd-cr h5 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin: 15px 0px 6px 0px;
	line-height: 30px;
}
.rd-cr:before {
	content: "";
	position: absolute;
	left: 0px;
	border-top: 1px solid #ffffff;
	width: 81px;
	top: 0px;
}
.rd-cr:after {
	content: "";
	position: absolute;
	right: 0px;
	border-top: 1px solid #ffffff;
	width: 81px;
	top: 0px;
}
.acs {
}
.acs .slick-list {
	padding-top: 70px;
}
.acs .slick-slide img {
	display: block;
	margin: 0px auto;
}
.abot h5 {
	color: #002b58;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	font-weight: 600;
}
.options li {
	background: url(../images/aro.png);
	background-position: left 9px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.abot.tt {
	background-color: #f3f4f6;
	background-image: none;
	padding: 130px 0px 35px;
	min-height: 726px;
}
.abot.tt .nab p {
	margin-bottom: 20px;
	padding-right: 30px;
}
.tt .pos img {
	position: absolute;
	top: -40px;
}
.ims {
	width: 60px;
	height: 60px;
	text-align: center;
	display: table;
	background-color: #2880c9;
	margin: 0 auto;
	position: absolute;
	top: -40px;
	right: 0px;
	left: 0px;
	border-radius: 5px;
}
.tablist h5 {
	font-size: 18px;
	font-weight: 400;
	color: #002b58;
	text-align: center;
}
.tablist h5 {
	font-size: 14px;
	font-weight: 600;
	color: #002b58;
	text-align: center;
	margin: 10px 0px 0px 0px;
	line-height: 22px;
}
.tablist li {
	width: 175px;
	box-sizing: border-box;
	text-align: center;
	float: left;
	position: relative;
	border: 1px solid #ccd1d9;
	min-height: 64px;
	padding: 18px 15px 20px;
	border-top: 0px;
	margin: 0px 20px;
	cursor: pointer;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.tablist li.active {
	background: #ccc;
	transition-delay: 0.7s;
}
.tablist li:first-child {
	margin-left: 0px;
}
.tablist li:last-child {
	margin-right: 0px;
}
.tablist li:before {
	position: absolute;
	left: 0px;
	border-top: 1px solid #ccd1d9;
	width: 60px;
	top: 0px;
	content: "";
}
.tablist li:after {
	position: absolute;
	right: 0px;
	border-top: 1px solid #ccd1d9;
	width: 60px;
	top: 0px;
	content: "";
}
ul.tablist {
	display: table;
	margin: 0 auto;
}
.imsin {
	display: table-cell;
	vertical-align: middle;
}
.pdt {
	padding: 0px 0px 50px 0px;
}
.tab-content>.tab-pane {
	display: none;
}
.tab-content>.active {
	display: block;
}
.content-section .bg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: height .4s ease;
}
.form-bg {
	background: #181a22;
	border-top: 8px solid #2880C9;
	padding: 23px 50px 36px;
	min-height: 300px;
}
.form-bg h4 {
	font-size: 34px;
	font-weight: 300;
	color: #ffffff;
	text-align: left;
	margin-bottom: 0;
}
.form-bg p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}
.form-bg .field {
	width: 100%;
	margin-bottom: 18px;
	position: relative;
	z-index: 3;
	clear: both;
}
.form-bg .field input[type="text"], .form-bg .field input[type="email"], .form-bg .field input[type="pn"], .form-bg .field textarea {
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	padding: 10px;
	background: none;
	border: none;
	border-bottom: 2px solid #333;
}
.conn form input::-webkit-input-placeholder, .conn form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #43464f;
}
.conn form input::-moz-placeholder, .conn form textarea::-moz-placeholder { /* Firefox 19+ */
 color: #43464f;
}
.conn form input:-ms-input-placeholder, .conn form textarea:-ms-input-placeholder { /* IE 10+ */
 color: #43464f;
}
.conn form input:-moz-placeholder, .conn form textarea:-moz-placeholder { /* Firefox 18- */
 color: #43464f;
}
.contactus .baner {
	min-height: 570px;
}
.contactus .padding-leftright-null {
	margin-bottom: 100px;
}
.form-bg .field.submit input[type="submit"] {
	background: #2880C9;
	width: 100%;
	height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	border-radius: 5px;
	border: 1px solid #333;
	transition: all .4s ease;
}
.contactus .baner-wrap {
	padding-bottom: 90px;
}
.rigcon {
	background-color: #eaeaea;
	margin-bottom: 20px;
	padding: 27px 5px;
}
.rigcon i {
	font-size: 55px;
	margin-left: 10px;
	float: left;
	color: #2880C9;
}
.rigcon p {
	margin: 0px;
	font-size: 18px;
	color: #666;
	font-weight: 300;
	position: relative;
	padding: 0px 0px 0px 75px;
	text-align: left;
}
.rigcon p span {
	font-size: 21px;
	color: #002633;
	font-weight: 600;
	display: block;
}
.rigcon p span.chat {
	cursor: pointer;
}
.contactus.conditions .baner-wrap {
	padding-bottom: 40px;
}
.cll, .cll:hover {
	color: #333;
}
ul.art {
	padding-bottom: 20px;
}
.conditions .head-right.terms {
	padding-bottom: 50px;
}
.conditions h3 {
	margin: 25px 0px 7px;
	font-size: 22px;
}
ul.subnav {
	text-align: left;
	position: absolute;
	width: 210px;
	display: none;
	z-index: 99;
}
.sub-navi:hover ul.subnav {
	display: block;
}
.menus ul.nav > li > .subnav li a {
	background-color: #ffffff;
	color: #181a22;
	display: block;
	padding: 18px 15px 16px 25px;
	border-bottom: 1px dashed #2880C9;
	font-size: 10px;
}
.trans {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.baner a.reqaq {
	margin: 0px 8px;
}
.navbar-nav>li {
	position: relative;
	border: 0px none;
}
.menus ul.nav > li > a:before {
	position: absolute;
	bottom: -2px;
	left: 0px;
	right: 0px;
	width: 21px;
	height: 3px;
	margin: 0 auto;
	background-color: transparent;
	content: "";
	border: 0px none;
}
.menus ul.nav > li.active > a:before {
	background-color: #2880C9;
	border: 0px none;
}
.consult-now .box:after {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	content: "";
	height: 100%;
	width: 100%;
	border: 0px none;
}
.consult-now .box {
	text-align: center;
	padding-top: 33px;
}
.consult-now .box.two {
	padding-top: 40px;
	box-shadow: 0px -20px 50px -20px #6b7b84;
}
.contactus.uss .baner {
	min-height: 670px;
}
.uss h1:before {
	top: auto;
	bottom: 10px;
}
.uss h1:after {
	top: auto;
	bottom: 5px;
}
.conn h2 {
	padding-top: 0px;
}
.conn h2:before {
	top: auto;
	bottom: -15px;
}
.conn h2:after {
	bottom: -17px;
	top: auto;
}
.uss.contactus .baner-wrap {
	padding-bottom: 40px;
}
.form-bgg p {
	color: #000000;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0px 0px 0px;
	margin-bottom: 30px;
}
.form-bgg p span {
	font-weight: 700;
	color: #002b58;
}
.conn {
	padding-bottom: 50px;
}
.conn form input[type="text"], .conn form input[type="number"], .conn form input[type="email"], .conn form input[type="tel"], .conn form select {
	height: 42px;
	width: 100%;
	background-color: #f3f4f6;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 10px 21px;
	color: #43464f;
	margin-bottom: 30px;
}
.conn form textarea {
	height: 124px;
	width: 100%;
	background-color: #f3f4f6;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 10px 21px;
	color: #43464f;
	margin-bottom: 30px;
}
.conn form input[type="submit"] {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	width: 225px;
	height: 42px;
	display: table;
	margin: 0 auto;
	background-color: #2880C9;
	text-transform: capitalize;
}
.conn .field {
	position: relative;
}
.conn .cntry, select.countrylist {
	float: left;
	width: 30%;
}
.conn .phnum {
	float: left;
	width: 70%;
}
.conn input#code {
	padding: 10px 7px 10px 10px;
}
.conn form input.number {
	padding-left: 0px;
	position: relative;
	z-index: 999;
}
.conn .field.submit {
	clear: both;
}
.form-right .ico p a span {
	color: #2880C9;
}
section.info {
	margin-bottom: 20px;
}
.ryo span {
	cursor: pointer;
}
.nav>li>a:focus {
	background-color: transparent;
}
.reqaq.mrgr {
	margin-right: 15px;
}
body.conditions {
	font-family: 'Open Sans', sans-serif;
	color: #7a7a7a;
}
body.conditions p {
	line-height: 22px;
}
body.conditions h3 {
	color: #002b58;
	font-family: 'Montserrat', sans-serif;
}
.view-slide {
	display: none;
}
.view-slide.active {
	display: block;
}
.view-slide:nth-child(n) .icos {
	border-top: 1px solid #ccd1d9;
}
.view-slide .icos {
	border-bottom: 0px;
}
.mobile-nav-btn {
	display: none;
}
header .righ {
	padding-top: 11px;
}
.pkk div {
	display: table;
	float: left;
	width: 25%;
	height: 51px;
	text-align: center;
}
.pkk div span {
	vertical-align: middle;
	display: table-cell;
	border-right: 1px solid #a8b4c2;
	border-bottom: 1px solid #a8b4c2;
}
.pkk li:first-child div {
	background-color: #2880C9;
	color: #ffffff;
}
.pkk li:first-child div span {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}
.pkk li:first-child {
	background-color: #2880C9;
	overflow: hidden;
}
ul.pkk {
	overflow: hidden;
	border: 1px solid #a8b4c2;
	margin: 0px 8px 8px;
	border-right: 0px;
}
.pkgg {
	background-color: #002b58;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	border: 2px solid #ffffff;
	margin-bottom: 50px;
}
.pkgg h5 {
	font-weight: 400;
	font-size: 35px;
	color: #ffffff;
	text-transform: capitalize;
	padding: 18px 0px;
	margin: 0px;
}
.pkgg li {
	background-color: #ffffff;
	overflow: hidden;
}
.pkgg li:last-child div span {
	border-bottom: 0px;
}
.pkgg li:nth-child(2) div span {
	color: #7a7a7a;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.pkgg li div span {
	color: #7a7a7a;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.pkgg li div span.mn {
	color: #002b58;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.pricing-tabs {
	overflow-x: scroll;
	clear: both;
}
.price-iner {
	width: 1700px;
}
.coll .pkk li div {
	width: 50%;
}
.pkgg.coll {
/*margin-top: 50px;
    min-height: 496px;  */
}
.pricing-tabs .col-6 {
	width: 620px;
	float: left
}
.pricing-tabs .col-4 {
	width: 413px;
	float: left
}
.rigcon {
	width: 49%;
	float: left;
	margin-right: 1%;
	margin-top: 15px;
}
.iframe iframe {
	width: 100%;
	height: 260px;
}

/* For Responsive */

@media (max-width:1100px) {
.righ {
	padding-top: 10px !important;
}
.consult-now .box {
	text-align: center;
	padding-top: 53px;
	min-height: 380px;
	padding-bottom: 20px;
}
.com-sec h2 {
	font-size: 27px;
	padding-left: 0;
}
.com-sec p {
	padding: 30px 5px 0 11%;
}
.com-sec img {
	width: 38%;
	left: 20px;
}
a.reqaq {
	margin-left: 11%;
}
.counterSec ul li img {
	float: left;
	padding-left: 10px;
	width: 80px;
}
.counterSec ul li h3 {
	font-size: 38px;
}
.counterSec a {
	width: 34%;
}
.why-choose .img-p p {
	padding: 97% 13px 0;
}
.why-choose .img-p {
	top: 60px;
}
.why-choose .paragraph p {
	font-size: 14px;
}
.people-trust .trust {
	width: 100%;
}
.info .ryo {
	width: 100%;
}
.form-baner img.rib {
	right: 5%;
}
footer .righ {
	padding-top: 0px;
}
}

@media (max-width:991px) {
ul.tablist li {
	text-align: center;
	margin: 10px 10px 50px 10px;
}
.pos img {
	display: none;
}
h1:after {
	bottom: 0;
	top: auto;
}
h1:before {
	width: 0;
}
h1 {
	font-size: 41px;
	padding: 68px 0px 30px 0px;
}
.baner p {
	padding: 0 30px;
}
.form-baner img.rib, .form-right .ico, .com-sec img {
	display: none;
}
.com-sec h2 {
	font-size: 23px;
}
.com-sec p {
	padding: 20px 0;
}
/*a.reqaq {
        margin: auto;
        display: block;
    }*/

.consult-now p {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: auto;
	padding: 0px 0;
}
.consult-now .one {
	height: auto;
	padding-top: 33px;
	min-height: 220px;
	padding-bottom: 20px;
}
.consult-now .box.two {
	padding-top: 33px;
	top: 0;
}
.consult-now .box {
	min-height: auto;
}
.counterSec ul li img {
	width: 50%;
	height: auto;
	text-align: center;
}
.counterSec a {
	width: 50%;
}
.why-choose .img-p {
	top: 0;
	min-height: 320px;
}
.why-choose .paragraph h3 {
	font-size: 16px;
	padding-top: 15px;
}
.why-choose .paragraph p {
	padding: 0;
	line-height: 20px;
}
.people-trust .trust h3 {
	margin: -3px auto 0px;
}
.info .ryo {
	margin-top: 0px;
}
.connect h2:after {
	background-size: contain;
	top: 106px;
}
footer .disc p {
	line-height: 16px;
	text-align: justify;
}
section.info {
	margin-bottom: 0;
}
.info .img-cont:hover img {
	bottom: 0;
}
.people-trust h2 {
	padding-top: 30px;
}
.people-trust h2:after {
	top: 125%;
}
.people-trust h2:before {
	top: 129%;
}
.people-trust {
	background: #f3f4f6;
	height: 280px;
}
.form-baner .back {
	min-height: 250px;
}
.form-baner select, .form-baner input[type=phone], .form-baner input[type=email], .form-baner input[type=text] {
	height: 38px;
	font-size: 13px;
}
.form-baner input[type=submit] {
	height: 38px;
	width: 200px;
	margin: 20px auto 0;
}
.counterSec {
	min-height: 214px;
}
.info a {
	padding: 7.5px;
}
a.reqaq {
	margin-left: 0%;
}
}

@media (max-width:767px) {
.price h2:after {
	width: 8% !important;
	margin-bottom: 30px;
}
.second-strip {
	border-bottom: 0px solid #686868;
}
.counterSec ul li img {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0px auto;
	display: block;
}
.baner {
	padding-top: 170px;
}
.acs .slick-list {
	padding-top: 0px;
}
.domains .icos {
	border: none !important;
}
h2 {
	padding-top: 30px;
}
.navbar-nav {
	margin: 0 0;
}
.abot.tst {
	min-height: 250px;
}
.domains a.reqaq {
	display: none;
}
.mobile-nav-btn {
	display: block !important;
	position: absolute;
	right: 8px;
	z-index: 11;
	top: -68px;
}
#topMenu {
	display: none;
	background: #181a22;
}
/*.menus{
        display: none;
    }*/

.xs-hdn {
	display: none !important;
}
.info .xs-hdn {
	display: block !important;
}
.menus {
	float: none;
	text-align: left;
}
.xs-nopadd {
	padding: 0px;
}
.menus ul.nav > li > a:before {
	left: 22px;
	margin: 0;
}
ul.subnav {
	width: 80%;
}
.form-baner .back {
	display: none;
}
.baner-wrap {
	padding-bottom: 0;
}
h1 {
	font-size: 21px;
	padding: 38px 0px 20px 0px;
}
.baner {
	min-height: 470px;
}
.com-sec h2 {
	font-size: 23px;
	padding: 0 0 10px 0;
}
.com-sec h2:before {
	display: none;
}
.counterSec {
}
.com-sec {
	padding: 20px 0px 20px;
}
.consult-now p {
	font-size: 14px;
	line-height: 17px;
}
.consult-now .box {
	padding: 10px;
	min-height: 175px;
	padding-top: 7%;
}
.consult-now .box.two {
	padding-top: 5%;
}
.consult-now h4 {
	font-size: 14px;
	line-height: 20px;
	margin: 3px 0px 6px;
}
.consult-now a {
	height: 30px;
	padding-top: 4px;
}
.why-choose .img-p {
	min-height: 287px;
}
.why-choose .paragraph {
	padding-left: 15px;
}
.why-choose .paragraph p {
	line-height: 20px;
	text-align: justify;
}
.people-trust h2 {
	padding-top: 10px;
	font-size: 17px;
}
.people-trust .trust p {
	line-height: 17px;
	font-size: 13px;
	padding: 0;
	text-align: justify;
}
.people-trust .trust {
	border: none;
	margin: 30px auto 0;
}
.people-trust {
	height: 210px;
}
.info .img-cont, .info a {
	display: none;
}
.info h3 {
	font-size: 15px;
	padding-top: 20px;
}
.info p {
	font-size: 13px;
	line-height: 20px;
}
.connect {
	height: 120px;
}
.connect h2 {
	padding-top: 15px;
	font-size: 20px;
}
.connect h2:before {
	display: none;
}
.connect h2:after {
	top: 65px;
}
.connect p {
	font-size: 14px;
	padding-top: 10px;
}
.info .ryo {
	height: 110px;
}
footer p.para, footer .righ {
	text-align: center !important;
	margin: auto;
	padding: 5px 0 !important;
}
.team h2:after, .guide h2:after, .domains h2:after, .price h2:after, .howwe h2:after, .conn h2:after {
	width: 16%;
	height: 4%;
	left: 0;
	margin: 0 auto;
	right: 0;
	bottom: -8px;
	background-size: contain;
	top: auto;
}
.team h2:before, .guide h2:before, .domains h2:before, .price h2:before, .howwe h2:before, .conn h2:before {
	display: none;
}
.guide h2, .price h2 {
	padding-bottom: 10px;
}
.guide h2, .price h2, .howwe h2 {
	position: relative;
	color: #ffffff;
	padding-top: 15px;
	text-align: center;
	font-size: 17px;
}
.guide p {
	font-size: 14px;
	line-height: 20px;
	padding-right: 0;
	text-align: justify;
}
.guide .lst li {
	font-size: 14px;
	padding: 0px 0 8px 16px;
	line-height: 16px;
}
.team {
	padding: 0px 0px 10px 0px;
}
.abot {
	padding: 20px 0px 30px;
}
.nab p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	text-align: justify;
}
a.reqaq {
	padding: 6.5px 10px;
	width: 40%;
	font-size: 12px;
}
.team .covr p {
	margin: -180px auto 0;
	height: auto;
	background: rgba(241, 237, 237, 0.87);
	min-height: unset;
	display: block;
	width: 100%;
}
.editing-page .abot h2 {
	font-size: 17px;
}
.gr {
	top: 0;
	position: relative;
	margin: -35px auto 0;
}
.gr img {
	margin: auto;
}
.howwe h2:after {
	bottom: -8px;
	width: 16%;
}
.acs {
	padding-top: 20px;
}
.howwe {
	min-height: 350px;
	padding-bottom: 10px;
}
.rd-cr h5 {
	font-size: 16px;
}
.pricing-tabs .col-6 {
	width: 390px;
	padding: 0 5px;
}
.pkgg h5 {
	font-size: 15px;
	padding: 8px 0px;
}
.pkk div {
	height: 30px;
}
.pkgg li:nth-child(2) div span {
	font-size: 13px;
}
.pkgg li div span {
	font-size: 13px;
}
.pkgg li div span.mn {
	font-size: 13px;
}
.pkk li:first-child div span {
	font-size: 13px;
}
.pkgg {
	margin-bottom: 30px;
}
.price {
	padding-bottom: 20px;
	min-height: 399px;
}
.conn .phnum {
	width: 68%;
	margin-left: 2%;
}
.conn .cntry, select.countrylist {
	width: 28%;
	margin-right: 2%;
}
.conn form input[type="text"], .conn form input[type="email"], .conn form input[type="tel"], .conn form select {
	font-size: 12px;
	height: 32px;
	margin-bottom: 10px;
}
.conn form input.number {
	padding-left: 20px;
}
.conn form input[type="submit"] {
	width: 92%;
	height: 31px;
}
.conn form textarea {
	margin-bottom: 10px;
	font-size: 13px;
}
.contactus .baner-wrap {
	padding-bottom: 40px;
}
.col-nopadd {
	padding-left: 0;
	padding-right: 0;
}
.form-bg {
	padding: 20px 20px 10px;
	min-height: 300px;
}
.rigcon {
	padding: 7px 5px;
}
.rigcon p {
	font-size: 13px;
	padding: 0px 0px 0px 50px;
}
.rigcon p span {
	font-size: 14px;
}
.rigcon i {
	font-size: 35px;
	margin-left: 4px;
}
}

@media (max-width:480px) {
.xs-mb-2 {
	margin-bottom: 20px !important;
}
.xs-col-nopadd {
	padding-left: 0;
	padding-right: 0;
}
.rigcon {
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-bottom: 0;
}
.form-bg p {
	font-size: 13px;
}
.form-bg h4 {
	font-size: 24px;
}
.contactus .baner {
	min-height: 470px;
}
.conn h2:after {
	bottom: -6px !important;
}
.conn form textarea {
	height: 84px;
}
.form-bgg p {
	margin-bottom: 10px;
	padding-top: 0;
}
.uss.contactus .baner-wrap {
	padding-bottom: 0;
}
.abot.tt {
	padding: 20px 0px 20px;
	min-height: unset;
}
.team-slider .slick-slide img {
	display: block;
	margin: 0;
}
.abot.tst {
	min-height: 560px;
}
h2 {
	font-size: 20px;
	padding-top: 10px;
}
.pdt {
	display: none;
}
.abot.tt .nab p {
	padding-right: 0;
}
.gr {
	width: 70px;
	height: 70px;
}
.howwe p {
	font-size: 13px;
}
.editing-page .abot h2 {
	font-size: 15px;
}
.abot .abs {
	display: none;
}
.team h2, .conn h2 {
	padding-top: 10px;
	font-size: 20px;
	margin-bottom: 10px;
}
.team .pp p {
	margin-bottom: 15px;
}
.baner p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;
	padding: 0 15px;
}
h1 {
	font-size: 20px;
	padding: 0px;
	margin-bottom: 18px;
	line-height: 27px;
}
a.reqaq {
	padding: 5.5px 3px;
	width: 42%;
	font-size: 10px;
}
.row.logo a {
	padding: 0px !important;
}
.logo img {
/*width: 260px;
	height: auto;*/
}
.mobile-nav-btn {
	right: 15px;
	top: -43px;
}
a.inf {
	font-size: 11px;
}
.com-sec h2 {
	font-size: 15px;
	text-align: center;
	line-height: 18px;
}
.com-sec p {
	padding: 9px 0 0px;
	text-align: justify;
}
.com-sec a.reqaq {
	display: table;
	margin: 0 auto;
}
.why-choose .img-p {
	min-height: 205px;
}
.connect {
	height: auto;
	clear: both;
	padding: 10px 0px;
}
.people-trust {
	height: auto;
	padding: 20px 5px;
}
.people-trust h2 {
	padding: 10px 15px 0px;
}
.people-trust .trust {
	height: auto;
	min-height: auto;
	padding-bottom: 10px;
}
.people-trust .trust p {
	text-align: center;
}
.ryo .col-md-4 {
	width: 100%;
}
.menus ul.nav li a {
	padding: 6px 30px;
	font-size: 12px;
}
.menus ul.nav > li.active > a:before {
	background: none;
}
.consult-now .box {
	min-height: 180px;
	padding: 45px 7px 20px;
}
.consult-now .box.two {
	padding-top: 33px;
}
.consult-now h4 {
	margin: 3px 0px 12px;
}
.domains h2 {
	margin-bottom: 0;
}
.domains {
	padding: 10px 0px 5px;
}
.domains .slick-dots li button {
	width: 5px;
	height: 5px;
}
.contactus.uss .baner {
	min-height: 440px;
}
.why-choose {
	display: none;
}
.form-baner {
	position: relative;
	z-index: 9;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
}
.form-baner .back {
	display: block;
	min-height: auto;
	padding-bottom: 35px;
}
.form-baner .back h2 {
	font-size: 15px;
}
.form-baner .back h2:before {
	display: none;
}
.form-baner .back h2:after {
	top: auto;
	bottom: -25px;
}
.form-baner .back p {
	font-size: 15px;
	padding-top: 30px;
}
.form-baner input[type=submit] {
	height: 40px;
	width: 200px;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 10px;
}
.form-baner select, .form-baner input[type=phone], .form-baner input[type=email], .form-baner input[type=text] {
	height: 38px;
	font-size: 13px;
	margin-bottom: 10px;
}
.baner {
	min-height: 410px;
}
section.info {
	margin-bottom: 0;
	height: 142px;
	overflow-y: scroll;
}
}

@media (max-width:330px) {
.pricing-tabs .col-6 {
	width: 280px;
	padding: 0 3px;
}
.pkgg h5 {
	font-size: 13px;
	padding: 7px 0px;
}
.pkk div {
	height: 22px;
}
.pkgg li:nth-child(2) div span {
	font-size: 10px;
}
.pkgg li div span {
	font-size: 10px;
}
.pkgg li div span.mn {
	font-size: 10px;
}
.pkk li:first-child div span {
	font-size: 10px;
}
.pkgg {
	margin-bottom: 15px;
}
.price {
	min-height: 319px;
}
a.inf {
	font-size: 9px;
}
header .righ a i {
	font-size: 10px;
}
h1 {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 22px;
}
.uss h1:after {
	top: auto;
	bottom: -5px;
}
.baner p {
	font-size: 13px;
	line-height: 20px;
	padding: 0px;
}
.baner a.reqaq {
	margin: 10px auto;
}
.com-sec p {
	padding: 20px 0 0px;
	text-align: center;
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
}
.top-strip i.fa.fa-envelope {
	background-color: transparent;
	width: 20px;
	height: 20px;
	font-size: 10px;
	margin-right: 0;
}
.righ {
	padding-top: 8px !important;
	font-size: 8px;
}
.top-strip {
	min-height: 25px;
}
.second-strip {
	padding-top: 10px;
}
}
svg {
	display: block;
	margin: 20px auto;
	width: 400px;
}
#hippo, #elephant, #star {
	visibility: hidden;
}
#slider {
	width: 420px;
	margin: 20px auto;
}
