/* ===========
General Settings
============== */
/*
@import url(https://db.onlinewebfonts.com/c/012353322f649f02f19d7806cf74b7f8?family=fontello);

@font-face {
    font-family: "fontello";
    src: url("https://db.onlinewebfonts.com/t/012353322f649f02f19d7806cf74b7f8.eot");
    src: url("https://db.onlinewebfonts.com/t/012353322f649f02f19d7806cf74b7f8.eot?#iefix") format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/012353322f649f02f19d7806cf74b7f8.woff2") format("woff2"),
        url("https://db.onlinewebfonts.com/t/012353322f649f02f19d7806cf74b7f8.woff") format("woff"),
        url("https://db.onlinewebfonts.com/t/012353322f649f02f19d7806cf74b7f8.ttf") format("truetype"),
        url("https://db.onlinewebfonts.com/t/012353322f649f02f19d7806cf74b7f8.svg#fontello") format("svg");
}

*/

body,
html {
    overflow-x: hidden;
}

h1,
h2,
h3 {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
}

h2 {
	font-size: 44px;
	text-align: center;
}


h4,
h5 {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-style: normal;
    font-weight: 500;
}

h5 {
	font-size: 22px;
	line-height: 36px;
	font-weight: 300;
	padding-bottom: 20px;
}

p,
a,
span,
li,
input,
textarea {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-style: normal;
    font-weight: 300;
}



p {
	font-size: 18px;
	line-height: 30px;
	color: #6a7079;
}

a {
	outline: none;
}

.red {
	color: #ef2828;
}

.brL {
    border-left: 0;
}

.brR {
    border-right: 0;
}

.myIcon {
    color: #ffb311;
    margin-right: 10px;
}

.noPadding {
    padding: 0 !important;
}


/* ===========
Header Sections
============== */

#headerElements {
    position: relative;
}

	.bgHeader {
	    position: absolute;
	    z-index: -1;
	    top: 0;
	    width: 1870px;
	    left: -270px;
	}

	.aboutHeader {
	    position: absolute;
	    z-index: -1;
	    top: 0;
	    width: 1870px;
	    left: -270px;
	}

	.leftCircle {
	    top: 570px;
		left: -80px;
		position: absolute;
		width: 50%;
		visibility: hidden;
	}

	.rightCircle {
	    top: 190px;
	    right: -90px;
	    position: absolute;
	    z-index: -1;
	    width: 50%;
	}

#topMenu {
    border-bottom: solid 1px #717883;
}

		.myEmail {
			width: 50%;
		}

		.myPhone {
			width: 50%;
		}

		

		#topMenu p {
		    text-align: center;
		    display: block;
		    padding: 10px 10px 0; 
		    margin-bottom: 5px;
		}

		#topMenu a {
		    color: #fff;
		    font-size: 16px;
		}

		#topMenu a:hover {
		    text-decoration: none;
		    color: #ffb311
		}

		.searchBox {
			width: 100%;
			margin-bottom: 10px;
		}

		.searchForm {
			display: block;
			margin: 0pt auto;
			float: none;
			position: relative;
		}

		.searchField {
		    border-radius: 20px;
		    border: 0;
		    padding: 7px 20px;
		    font-size: 14px;
		    width: 100%;
		    outline: none;
		    text-decoration: none;
		}

		.searchBtn {
		    width: 40px;
		    height: 40px;
		    background: url(images/searchBtn.svg) 0 0 no-repeat;
		    border: 0;
		    text-indent: -9999px;
		    position: absolute;
			right: 0px;
			top: -2.2px;
			z-index: 1000;
		}

#mainMenu {
    margin-top: 30px;
}

	.logoSVG {
		width: 140px;
	}

	 li#activeService a.nav-link {
		color: #ffb311 !important;
		cursor: pointer;
	}

	li a.nav-link {
	    text-align: left;
	    font-size: 18px;
	    color: #fff !important;
	    outline: none;
	    font-weight: 500;
	}

	li a:hover.nav-link {
	    color: #ffb311 !important
	}

	li.active a {
	    color: #ffb311 !important;
	}

	.navbar-nav {
	    float: left;
	    width: 100%;
	    margin: 0;
	}

	.nav-item {
	    padding: 0;
	}

	.dropdown-menu {
	    z-index: 2000;
	}

	.dropdown-menu {
		background: #182335;
		border: 0;
		width: auto;
		border-radius: 15px;
	}

	a.dropdown-item {
		color: #fff;
	}

	a:hover.dropdown-item {
		color: #ffb311 !important;
		background: none;
	}

	#mainMenu span.line {
	    width: 16px;
	    height: 3px;
	    border-radius: 5px;
	    background: #ffb311;
	    display: block;
	    margin-left: 0;
	}

	.navbar-collapse {
		background: #141d2b;
		padding: 15px;
		border-radius: 15px;
		margin-top: 15px;
	}

	.navbar-dark .navbar-toggler {
		margin-top: -10px;
	}

	.dropdown-submenu {
	  position: relative;
	  padding: 2.5px 0;
	}

	.dropdown-submenu a {
		cursor: pointer;
	}

	.dropdown-submenu > .dropdown-menu {
	  top: 0;
	  left: 100%;
	  width: auto;
	  display: block;
	  background: #26344c;
	  margin: 10px 20px;
	  padding-left: 20px;
	}

	.dropdown-submenu > .dropdown-menu li {
	  padding: 8px 0;
	}

	.dropdown-submenu > .dropdown-menu li a {
		color: #fff;
		text-decoration: none;
		font-weight: 500;
		cursor: pointer !important;
	}


	.dropdown-submenu > .dropdown-menu li a:hover {
		color: #ffb311;
	}


	.dropdown-submenu:hover > .dropdown-menu {
	  display: block;
	}
	.dropdown-submenu:hover > a:after {
	  border-left-color: #fff;
	}
	.dropdown-submenu.pull-left {
	  float: none;
	}
	.dropdown-submenu.pull-left > .dropdown-menu {
	  left: -100%;
	  margin-left: 10px;
	}

	

#bannerSection {
    margin-top: 30px;
    margin-bottom: 30px;
}

	#bannerSection .col {
		padding-bottom: 40px;
	}

	#bannerSection h1 {
	    font-size: 44px;
	    color: #fff;
	    line-height: 51px;
	    text-align: center;
	}

	#bannerSection p {
	    font-size: 18px;
	    color: #fff;
	    line-height: 34px;
	    text-align: center;
	    margin-top: 20px;

	}

	#bannerSection span.line {
	    width: 38px;
	    height: 5px;
	    border-radius: 5px;
	    background: #fff;
	    display: block;
	    margin: 20px auto 0;
	}

	a.buyF {
	    border-radius: 35px;
	    background: #ffb311;
	    text-transform: uppercase;
	    padding: 18px 22px;
	    color: #252f3f;
	    font-size: 18px;
	    font-weight: 600;
	    margin: 20px auto 0;
	    float: none;
	    letter-spacing: 1.5px;
	    display: block;
	    width: 268px;
	    text-align: center;
	    line-height: 0;
	}

	a:hover.buyF {
	    text-decoration: none;
	}

	.bannerHome {
	    position: relative;

	}

	.phoneHome {
		display: block;
		margin: 0pt auto;
		padding-left: 25px;
		width: 300px;
		visibility: hidden;
	}

	.pbg1 {
	    position: absolute;
		top: 0;
		left: 35px;
		z-index: -1;
		visibility: hidden;
	}

	.pbg2 {
	    position: absolute;
		top: 70px;
		right: 15px;
		z-index: -1;
		visibility: hidden;
	}

	.pbg3 {
	    position: absolute;
		top: 340px;
		left: 10px;
		z-index: -1;
		visibility: hidden;
	}


#hiw {
	position: relative;
}	

	#hiw .container .row .col {
		visibility: hidden;
	}

	.Lshade {
		position: absolute;
		top: 500px;
		left: 0;
		z-index: -1
	}

	.Rshade {
		position: absolute;
		top: -100px;
		right: 0;
		z-index: -1
	}

	#hiw h2 {
		text-align: center;
		margin-bottom: 40px;

	}

	#hiw .iconBox {
		width: 216px;
		height: 253px;
		overflow: hidden;
		margin: 0pt auto 30px;
	}

	.b1 {
		background: url(images/b1.png) 0 0 no-repeat;
	}

	.b2 {
		background: url(images/b2.png) 0 0 no-repeat;
	}

	.b3 {
		background: url(images/b3.png) 0 0 no-repeat;
	}

	#hiw .iconBox .icon {
		display: block;
		margin: 73px auto 20px;
	}

	.iconBox span.title {
		text-align: center;
		font-weight: 700;
		display: block;
		font-size: 18px;
		color: #252f3f;
	}

	#hiw p {
		text-align: center;
		font-size: 18px;
		padding: 0 40px;
		line-height: 30px;
		color: #6a7079;
		padding-bottom: 10px;
	}

#servicesBox {
	margin-top: 60px;
}

	#servicesBox p {
		text-align: center;
		margin-bottom: 35px;
		padding: 0 15px;
	}

	#servicesBox span.line, 
	#benefitsBox span.line {
	    width: 40px;
	    height: 5px;
	    border-radius: 5px;
	    background: #ffb311;
	    display: block;
	    margin: 15px auto 28px;
	} {
	    width: 40px;
	    height: 5px;
	    border-radius: 5px;
	    background: #ffb311;
	    display: block;
	    margin: 15px auto 28px;
	}

	.smi img {
		display: block;
		width: 360px;
		margin: 40px auto 0;
		visibility: hidden;
	}

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

	#servicesBox ul li .col-auto {
		width: 100%;
	}

	#servicesBox ul li img {
		margin: 0pt auto;
		display: block;
	}

	#servicesBox ul li h3 {
		text-align: center;
		font-size: 26px;
		padding-top: 20px;
		font-weight: 700;
	}

	#servicesBox ul li p.subCap {
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: 500;
		color: #252f3f
	}

	.titleSub {
		width: 95%;
		margin: 0pt auto;
	}

#benefitsBox {
	padding: 0 0 40px;
	background: #f2f3f4;
}
	.dividerImg {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#benefitsBox h2 {
		margin-top: 97px;
	}

	#benefitsBox .titleSub {
		text-align: center;
		margin-bottom: 35px;
		padding: 0 15px;
	}

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

	#benefitsBox ul li {
		padding: 20px 0;
		margin: 0;
	}

	#benefitsBox ul li img {
		display: block;
		margin: 0pt auto;
		width: auto;
	}

	#benefitsBox ul li h4 {
		font-size: 22px;
		padding: 30px 0 10px;
		text-align: center;
	}

	#benefitsBox ul li p {
		text-align: center;
		width: 90%;
		margin: 0pt auto;
	}

	#benefitsBox .bt {
		border-top: none;
	}

	#benefitsBox .br {
		border-right: none;
	}

	#benefitsBox .bb {
		border-bottom: none;
	}

	#benefitsBox .bl {
		border-left: none;
	}

#ctaBox {
	padding: 0 0 40px;
	position: relative;
}

	#ctaBox .backdrop {
		position: absolute;
		top: 0;
		left: -680px;
		width: 1790px;
		z-index: -1;
	}

	#ctaBox .leftCircle {
	    top: 570px;
		left: -80px;
		position: absolute;
		width: 50%;
		z-index: -1;
	}

	#ctaBox .rightCircle {
	    top: 190px;
	    right: -90px;
	    position: absolute;
	    z-index: -1;
	    width: 50%;
	}

	#ctaBox .shapeArrow {
		width: 74px;
		top: 70px;
		left: 20px;
		z-index: -1;
		position: absolute;
	}

	#ctaBox .container {
		padding-top: 110px;
		padding-bottom: 150px;
	}

	#ctaBox h2, #ctaBox p {
		color: #fff;
	}

	p.headSub {
		text-align: center;
		text-transform: uppercase;
		font-size: 14px !important;
		font-weight: 500;
		letter-spacing: 1.5px
	}

	h2.cta {
		font-size: 44px;
	}

	#ctaBox p {
		text-align: center;
		font-size: 16px;
		padding-top: 20px;
	}


#tbc {  }

#newsletter {
	position: relative;
	background: url(images/bg-tile.png) right 0 no-repeat #f2f3f4;
	border-radius: 10px;
	margin: 110px auto 0;
	padding-bottom: 20px;
	width: 95%;
	z-index: 1000;
}

	.emailIcon	{
		position: absolute;
		top: -85px;
		left: 50%;
		margin-left: -102px;
	}

	.mailBG {
		position: absolute;
		top: 30px;
		left: 0;
		width: 80px;
		visibility: hidden;
	}

	#newsletter span {
		text-align: center;
		padding-top: 35px;
		padding-left: 45px;
		font-size: 20px;
		text-transform: uppercase;
		display: block;
		font-weight: 700;
		letter-spacing: 2.5px;
		background: url(images/line.gif) 0 93% no-repeat;
		width: 193px;
		margin: 0pt auto;
	}

	

	#newsletter h2 {
		font-size: 44px;
		padding-top: 26px;
		margin-bottom: 25px;
	}

	.textField {
		padding-left: 10px;
	}

	.textField input {
		border: 0;
		padding: 5px 15px;
		font-size: 16px;
		background: none;
		width: 85%;
		outline: none;
		margin: 5px auto 10px;
	}

	.textField input:focus {
		background: #f2f2f2;
		border-radius: 15px;
	}

	.textField .fa-envelope {
		color: #f56464;
		margin-right: 10px;
	}
	
	.submitBtn {
		background: #ffb311;
		border-radius: 15px;
	}

	.wrapBtn {
		width: 292px;
		margin: 0pt auto;
		position: relative;	
	}

	.submitBtn input {
		border: 0;
		font-size: 18px;
		cursor: pointer;
		background: none;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 1px;
		padding: 17px 30px 12px 15px;
		outline: none;
		width: 292px;
		background: #ffb311;
		border-radius: 15px;
		color: #252f3f;
		margin: 0pt auto;
		display: block;
	}

	.submitBtn:hover {
		background: #ffa03b;
	}



	.submitBtn .fa-telegram-plane {
		color: #252f3f;
		padding: 0;
		position: absolute;
		top: 20px;
		right: 50px;
	}

	

	.formBox {
	    background-color: #fff;
	    box-shadow: 0px 6px 35px 0px rgba(38, 124, 198, 0.2);
	    padding: 10px;
	    border-radius: 20px;

	}




#tbc {

}

	.carousel-inner {
		padding: 50px 40px 0px;
	}

	.carousel-control-prev,
	.carousel-control-next {
	    border-radius: 50%;
	    background: #fff;
		box-shadow: 0px 6px 35px 0px
	    rgba(172, 101, 101, 0.2);
	    width: 50px;
	    height: 50px;
	    z-index: 1;
	    top: 46.8%;
	}

	.carousel-control-prev img,
	.carousel-control-next img {
		display: block;
		margin: 0pt auto;
	}

	.carousel-control-next, .carousel-control-prev {
		opacity: 1;
	}

	.testimonyBox {
		background-color: rgb(255, 255, 255);
  		box-shadow: 0px 6px 35px 0px rgba(172, 101, 101, 0.2);
  		float: left;
  		width: 100%;
  		position: relative;
  		border-radius: 20px;
  		margin: 0pt auto 70px;
  		padding-bottom: 40px;
	}

	.copyBox, .picBox {
		width: 100%;
	}
	
	.testimonyBox img.thumb {
		display: block;
		margin: 20px auto;
	    border-radius: 50%;
	    background-color: rgb(255, 255, 255);
	    box-shadow: 0px 6px 35px 0px rgba(172, 101, 101, 0.2);
	    padding: 10px;
	}

	.testimonyBox img.quote {
		position: absolute;
		bottom: -60px;
		left: 30%;
	}

	.star1, .star2, .star3, .star4, .star5 {
		width: 93px;
		height: 16px;
		margin: 10px auto;
		display: block;
	}

	.star1 {
		background: url(images/1star.png) 0 0 no-repeat;
	}

	.star2 {
		background: url(images/2star.png) 0 0 no-repeat;
	}

	.star3 {
		background: url(images/3star.png) 0 0 no-repeat;
	}

	.star4 {
		background: url(images/4star.png) 0 0 no-repeat;
	}

	.star5 {
		background: url(images/5star.png) 0 0 no-repeat;
	}

	.testimonyBox p {
		text-align: center;
	}

	.testimonyBox p.name {
		font-weight: 500;
	}

#footer {
	position: relative;
	padding-top: 40px;
	margin-top: -300px;
	overflow: hidden;
}

	#footer .container {
		margin-top: 340px;
	}

	.footerLogo, 
	.footerLinks,
	.footerContact,
	.footerSMI {
		float: left;
	}


	.footerLogo {
		width: 100%;
	}

	.footerLinks {
		width: 100%;
	}

	.footerContact {
		width: 100%;
	}

	.footerSMI {
		width: 100%;
	}

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

	#footer ul li {
		padding-left: 15px;
		padding-bottom: 15px;
	}

	#footer ul li a:hover {
		color: #ffb311;
	}

	.footerMBG {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 103%;
	}

	.footerBG {
		display: none;
	}

	#footer h3 {
		color: #fff;
		padding: 30px 0 0;
		font-size: 21px;
	}

	#footer p, #footer a {
		font-size: 16px;
		color: #fff;
	}
	
	a.numb {
		font-size: 22px !important;
		color: #ffb311 !important;
		font-weight: 700;
		margin-bottom: 5px;
		display: block;
	}

	a:hover.numb {
		color: #fff !important;
	}

	#footer a:hover,
	#footer p a:hover  {
		text-decoration: none;
		color: #ffb311;
	}



	#footer p {
		padding-top: 15px;
	}

	.links {
		padding-bottom: 20px !important;
		display: block;
	}

	#social-icons a.in,
	#social-icons a.fb,
	#social-icons a.twit,
	#social-icons a.ins {
		border-radius: 50%;
		padding: 15px;
		background: #1b2331;
		margin-right: 8px;
		width: 55px;
		height: 55px;
		display: inline-block;
	}

	#social-icons a:hover.in,
	#social-icons a:hover.fb,
	#social-icons a:hover.twit,
	#social-icons a:hover.ins {
		background: #00adee;
	}

	#social-icons a.twit {
		padding-top: 18px;
	}

	#social-icons a img {
		display: block;
		margin: 0pt auto;
	}

	#social-icons p {
		margin-bottom: 0;
		padding-bottom: 40px;
	}

	.copyBox p {
		padding: 0 15px;
	}


	

#return-to-top {
    position: fixed;
    bottom: -10px;
    right: 0;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10000;
    outline: none;
}

.showDesktop {
	display: none;
}


/* Extra small devices (portrait phones, greater than 576px) */
@media only screen and (min-width: 575.98px) {
	.myEmail, .myPhone, .searchBox {
		width: 33.3333333333%;
	}

	.myEmail, .myPhone {
		padding-top: 5px;
	}

	.searchBox {
		margin-top: 10px;
	}
	
	.searchField {
		width: 99%;
	}

	#topMenu p {
		text-align: left;
		padding: 10px 0;
	}

	#topMenu .row {
		margin: 0
	}

	#ctaBox .container {
		padding-top: 180px;
	}

	#ctaBox .leftCircle {
	    top: 30px;
	    left: -60px;
	    width: 240px;
	}

	#ctaBox .rightCircle {
	    top: 500px;
		right: -60px;
		width: 220px;
	}


}

/*Small devices (landscape phones, greater than 768px)*/
@media only screen and (min-width: 767.98px) {

	#hiw a.buyF {
		margin: 40px auto 120px;
	}

	.bgHeader {
	    width: 1280px;
	    left: -90px;
	}

	.leftCircle {
	    top: 430px;
	    left: -30px;
	    width: 170px;
	}

	.rightCircle {
	    top: 80px;
	    right: 190px;
	    width: 200px;
	}

	.myEmail, .myPhone {
		width: 25%;
		float: left;
	}

	.searchBox {
		width: 50%;
		float: right;
	}

	.searchForm {
		width: 55%;
		float: right;
	}

	#bannerSection h1 {
	    font-size: 48px;
	    line-height: 58px;
	    text-align: left;
	}

	#bannerSection span.line {
		margin: 0;
	}

	#bannerSection p {
		text-align: left;
		font-size: 18px;
		line-height: 31px;
		padding-top: 10px;
	}

	a.buyF {
	    font-size: 18px;
	    margin: 20px 0 0;
	    text-align: center;
	}

	#ctaBox a.buyF {
		margin: 20px auto 0;
	}

	.phoneHome {
		padding-left: 35px;
		width: 80%;
	}

	#servicesBox ul {
		padding: 0;
		margin: 40px 0 0;
	}

	#servicesBox ul li h3,
	#servicesBox ul li p {
		text-align: left;
	}

	#servicesBox ul li h3 {
		font-size: 18px;
		padding: 0 15px;
	}

	#servicesBox ul li p.subCap {
		margin-bottom: 5px;
		font-size: 15px;
	}

	#servicesBox ul li p {
		font-size: 14px;
		line-height: 20px;
	}

	#servicesBox ul li img {
		width: 90px;
	}

	.smi {
		padding-right: 0;
	}

	.smi img {
		width: 420px;
		margin-left: -90px;
	}

	#benefitsBox .container {
		padding: 0;
		margin: 0 auto;
		max-width: 100%;
	}



	#servicesBox .titleSub,
	#benefitsBox .titleSub {
		width: 700px;
	}

	#benefitsBox .bt {
		border-top: solid 2px #e0e3e6;
	}

	#benefitsBox .br {
		border-right: solid 2px #e0e3e6;
	}

	#benefitsBox .bb {
		border-bottom: solid 2px #e0e3e6;
	}

	#benefitsBox .bl {
		border-left: solid 2px #e0e3e6;
	}

	#benefitsBox ul li {
		padding: 40px 15px;
		margin: 0;
	}

	#ctaBox .container {
		width: 90%;
		margin: 0pt auto;
		padding-top: 210px;
	}


	#ctaBox .backdrop {
		left: -510px;
	}

	#newsletter h2 {
		margin-bottom: 25px;
	}
	
	.formBox {
		overflow: hidden;
		padding: 0;
		border-radius: 50px;

	}

	.submitBtn {
		width: 280px;
		float: right;
		border-radius: 0 50px 50px 0;
	}

	.textField {
		width: 50%;
		float: left;
		padding-left: 30px;
	}

	.textField {
		width: 58%;

	}

	.textField input {
		padding: 5px 15px;
		margin-top: 10px;
		margin-bottom: 8px;
	}

	.submitBtn input {
		padding: 17px 50px 12px 15px;
	}

	.submitBtn .fa-telegram-plane {
		right: 55px;
	}

	.mailBG {
		position: absolute;
		top: 30px;
		left: 0;
		width: 120px;
	}

	#footer {
		margin-top: -100px;
		padding-bottom: 30px;
	}

	#footer .container {
		margin-top: 140px
	}


	
	.footerBG {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 330%;
		z-index: -1;
	}

	.footerMBG {
		display: none;
	}

	.footerLogo {
		width: 50%;
	}

	.footerLinks {
		width: 50%;
	}

	.footerContact {
		width: 50%;
	}

	.footerSMI {
		width: 50%;
	}

	#footer h3 {
		padding: 0;
	}

	.footerContact,
	.footerSMI {
		padding-top: 30px;
	}

	#tbc {
		margin-top: 40px;
	}

	.carousel-control-prev {
		left: -20px;
	}


	.carousel-control-next {
		right: -20px;
	}

	.testimonyBox {
		width: 45%;
		padding: 15px 15px 35px;
		margin: 0pt auto 70px;
	}
	
	.copyBox p {
		padding: 0;
	}

}




/*Medium devices (tablets, greater than 992px)*/
@media only screen and (min-width: 991.98px) {

	.leftCircle {
	    top: 535px;
	    left: -60px;
	    width: 200px;
	}

	.rightCircle {
	    top: 140px;
	    right: 340px;
	    width: 200px;
	}

	.pbg2 {
	    top: 150px;
	    right: 25px;
	}

	.pbg3 {
	    top: 420px;
	    left: -30px;
	}

	.pbg1 {
	    top: 30px;
	    left: 15px;
	}

    .brL {
        border-left: solid 1px #717883;
    }

    .brR {
        border-right: solid 1px #717883;
    }
	
	.myEmail, .myPhone {
		width: 18%;
		float: left;
	}

	.searchBox {
		width: 64%;
		float: right;
	}

	.searchForm {
		width: 45%;
		float: right;
	}
    
    .searchField {
		width: 100%;
	}

	.navbar-collapse {
	    background: none;
	    margin-top: 0;
	}

	#mainMenu span.line  {
		margin-left: 60px;
	}

	.navbar-nav {
		width: auto;
	}

	#navbarNavDropdown {
		padding-right: 0;
	}

	li a.nav-link {
		padding: 0 0 0 60px !important;
	}

	.dropdown-menu {
		margin-left: 40px;
	}

	#topMenu .row {
		margin: 0
	}

	#bannerSection h1 {
	    font-size: 64px;
	    line-height: 74px;
	    margin-top: 60px;
	}


 	#bannerSection span.line {
 		margin-left: 0;
 	}

 	.phoneHome {
	    padding-left: 30px;
	    width: 80%;
	    margin-left: 30px;
	}
	
	.bgHeader {
	    width: 1610px;
	    left: -250px;
	}

	#hiw h2 {
		margin-bottom: 0;
	}

	.b2 {
		margin-top: 70px !important;
	}

	.Lshade {
		top: 300px;
	}

	.Rshade {
		top: -100px;
	}

	.smi img {
		width: 100%;
		margin-left: 0;
	}

	#servicesBox ul {
		margin-top: 60px;
	}

	#servicesBox ul li h3 {
		font-size: 26px;
		padding: 0 15px;
	}

	#servicesBox ul li p.subCap {
		margin-bottom: 15px;
		font-size: 20px;
	}

	#servicesBox ul li p {
		font-size: 18px;
		line-height: 20px;
	}


	#ctaBox .container {
		width: 930px;
	}

	#ctaBox .container {
	    width: 930px;
	    padding: 23% 0;
	}
	
	#benefitsBox ul li p {
		width: 275px; 
	}

	#ctaBox .shapeArrow {
		top: 500px;
		left: 50px;
	}

	#newsletter {
		width: 1000px;
		padding: 0 105px 57px;
		border-radius: 20px;
	}

	#newsletter h2 {
		padding-top: 15px;
		margin-bottom: 20px;
	}

	#newsletter span {
		padding-top: 60px;
	}

}

/*Large devices (desktops, greater than 1024px)*/
@media only screen and (min-width: 1023.98px) {

	#ctaBox .container {
	    width: 770px;
	    padding: 19.5% 0;
	}

	.footerBG {
		left: -1120px;
		width: 220%;
	}
	
	#footer .container {
	    margin-top: 120px;
	}

	.dropdown-submenu > .dropdown-menu {
		display: none;
		width: auto;
		min-width: 120%;
		margin: 10px 0;
		top: -10px;
	}

	.dropdown-submenu > .dropdown-menu li {
		padding-right: 10px;
	}
}



/*Large devices (desktops, greater than 1200px)*/
@media only screen and (min-width: 1199.98px) {

	.bgHeader {
		width: 1770px;
	}

	.leftCircle {
	    top: 425px;
	    left: -160px;
	    width: auto;
	}

	.rightCircle {
	    top: 140px;
	    right: -155px;
	    width: auto;
	}

	.phoneHome {
	    padding-left: 30px;
	    width: 380px;
	    margin-left: 60px;
	    margin-top: 50px;
	}

	.pbg1 {
	    top: 110px;
	    left: 45px;
	}

	.pbg2 {
	    top: 200px;
	    right: 55px;
	}

	.pbg3 {
	    top: 510px;
	    left: -20px;
	}

	.myEmail, .myPhone {
		width: 176px;
		float: left;
	}
	
	.myPhone {
		border-left: solid 1px #717883;
		padding-left: 30px;
	}

	.searchBox {
		width: 68.2%;
		margin: 0;
	}

	.searchForm {
		border-left: solid 1px #717883;
		margin: 0;
		padding: 13px 0 12px 30px;
	}

	.searchBtn {
		top: 11px;
	}

	#bannerSection h1 {
	    font-size: 70px;
	    line-height: 76px;
	    padding-bottom: 10px;
	}

	#bannerSection span.line {
		height: 4px;
	}

	#bannerSection p {
		font-size: 24px;
	}

	a.buyF {
		margin: 30px 0 0;
	}

	.smi img {
		width: auto;
		margin-left: 0;
	}

	#servicesBox ul {
		margin-top: 80px;
	}

	#servicesBox ul li {
		padding-bottom: 53px;
	}

	#servicesBox ul li img {
		width: auto;
	}

	#servicesBox ul li p {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	#ctaBox .container {
	    width: 955px;
	    padding: 11% 0;
	}

	#ctaBox p {
		font-size: 18px;
	}

	h2.cta {
		font-size: 60px;
	}

	p.headSub {
	    text-align: center;
	    text-transform: uppercase;
	    font-size: 20px !important;
	    font-weight: 700;
	    letter-spacing: 4px;
	}

	#ctaBox .backdrop {
		left: -220px;
		width: 1580px;
	}

	.mailBG {
		width: auto;
	}
	
	#newsletter h2 {
		font-size: 60px;
	}

	.footerBG {
		width: 170%;
		left: 0;
	}

	.footerLogo {
		width: 15%;
		margin-right: 2%;
	}

	.footerLinks {
		width: 30%;
		margin-right: 2%;
	}

	.footerContact {
		width: 21%;
		margin-right: 5%;
	}

	.footerSMI {
		width: 25%;
	}

	#footer {
		margin-top: -160px;
	}

	#footer .container {
		margin-top: 200px;
	}

	.footerContact, .footerSMI {
		padding-top: 0;
	}

	#social-icons a.ins {
		margin-right: 0;
	}

	#social-icons a.in, #social-icons a.fb, #social-icons a.twit {
		margin-right: 14px;
	}

	.testimonyBox {
		margin: 0pt 0 70px 41px;
	}

}


/*Large devices (desktops, greater than 1366px)*/
@media only screen and (min-width: 1249.98px) { 

	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1250px;
	}

	.searchBox {
	    width: 71.1%;
	    margin: 0;
	}

	#bannerSection {
    	margin-top: 85px; 
    }

    #bannerSection h1 {
    	margin-top: 0;
    }

	.bgHeader {
	    width: 1640px;
	    left: -130px;
	}

	.phoneHome {
		margin-left: 20px;
		margin-top: 0;
	}

	.pbg1 {
	    top: 90px;
	    left: 5px;
	}

	.pbg2 {
	    top: 100px;
	    right: 155px;
	}

	.pbg3 {
	    top: 450px;
	    left: -50px;
	}

	#benefitsBox {
		padding: 0 0 120px;
	}

	#benefitsBox .container {
		padding: 0;
		margin: 0 auto;
		max-width: 1250px;
	}

	#ctaBox {
		padding: 0 0 100px;
	}

	#ctaBox .backdrop {
		left: 0;
		width: 101%;
	}

	#ctaBox .leftCircle {
        top: 30px;
		left: -90px;
		width: auto;
    }

    #ctaBox .rightCircle {
	    top: 410px;
		right: 210px;
	    width: auto;
	}

    #ctaBox .shapeArrow {
		top: 355px;
		left: 135px;
	}

	#ctaBox .container {
		padding: 85px 0;
	}
	
	.submitBtn input {
		padding: 16px 50px 12px 15px;
		background: none;
	}

	.submitBtn .fa-telegram-plane {
		right: 55px;
	}

	#footer {
		padding-bottom: 20px;
	}

	.footerBG {
	    width: 140%;
	}

	.footerLogo {
		width: 17%;
	}

	.footerSMI {
	    width: 23%;
	}

	#social-icons a.in, #social-icons a.fb, #social-icons a.twit {
	    margin-right: 15px;
	}

	.picBox {
		width: 35%;
		float: left;
	}

	.copyBox {
		width: 65%;
		float: left;
	}

	.copyBox p {
		text-align: left;
	}
	
	#tbc {
		max-width: 96%;
	}

	.copyBox img {
		float: left;
		margin: 0;
	}

	.star1, .star2, .star3, .star4, .star5 {
		margin: 10px 0;
	}

	.testimonyBox {
		padding: 10px 15px;
		border-radius: 130px 20px 20px 130px;
	}

	.testimonyBox img.thumb {
		margin: 10px 0;
	}
	
	.testimonyBox img.quote {
		left: 80%;
	}

	.carousel-control-prev, .carousel-control-next {
		top: 39%;
	}

	.testimonyBox p.name {
		margin-bottom: 0;
	}

	#newsletter {
		margin-top: 160px;
	}

	#servicesBox p {
		margin-bottom: 0;
	}
	
	#servicesBox {
		margin-top: 80px;
		margin-bottom: 30px;
	}

	.showDesktop {
		display: block;
	}

}


/*Large devices (desktops, greater than 1440px)*/
@media only screen and (min-width: 1439.98px) { 
	
	.bgHeader {
	    width: 1700px;
	    left: 0;
	}

	.phoneHome {
		margin-left: 5px;
	}

	#mainMenu span.line {
    	height: 2px;
    	margin-top: 5px;
	}

	#bannerSection h1 {
	    margin-top: 30px;
	}

	.Lshade {
		top: 0;
	}

	.Rshade {
		top: 0;
	}

	#ctaBox .container {
		padding: 100px 0;
	}

	#ctaBox .rightCircle {
		top: 450px;
		right: 240px;
	}

	.footerBG {
	    width: 125%;
	    left: 0;
	}

	#footer p {
		font-size: 16px;
	}

	.testimonyBox {
		margin: 0pt 0 70px 43px;
	}

}

/*Large devices (desktops, greater than 1680px)*/
@media only screen and (min-width: 1679.98px) {  

	.bgHeader {
        position: absolute;
        z-index: -1;
        top: 0;
        width: 100%;
        left: 0;
    }

	#ctaBox .container {
	    padding: 155px 0;
	}

	#ctaBox .rightCircle {
	    top: 510px;
	    right: 290px;
	}

	.footerBG {
	    width: 105%;
	}

	.footerBG {
	    width: 115%;
	    left: -80px;
	}

	#footer {
	    margin-top: -200px;
	}

	#footer .container { 
		margin-top: 220px;
	}

	#tbc {
		max-width: 1450px;
	}
	
	.testimonyBox {
		margin: 0pt 0 70px 46px;
	}

	
}

/*Large devices (desktops, greater than 1920px)*/
@media only screen and (min-width: 1919.98px) {

	

	.searchForm {
		width: 325px;
	}

    #headerElements {
        position: relative;
    }

    

    .leftCircle {
        top: 450px;
        left: -150px;
        position: absolute;
    }

    .rightCircle {
        top: 150px;
        right: -120px;
        position: absolute;
        z-index: 100;
    }

   
    #mainMenu {
        margin-top: 30px;
    }

    #mainMenu span.line {
	    margin-left: 60px;
	    margin-top: 10px;
	    height: 2px;
	}

  
    #bannerSection {
        margin-top: 80px;
        margin-bottom: 50px;
    }

    #bannerSection h1 {
        font-size: 70px;
        color: #fff;
        line-height: 76px;
        margin-top: 30px;
        padding-bottom: 0;
    	margin-bottom: 0;
    }

    #bannerSection p {
        font-size: 24px;
        color: #fff;
        line-height: 34px;
        margin-top: 20px;
    }

    #bannerSection span.line {
        height: 5px;
        margin-top: 30px;
        margin-left: 0;
    }

    a.buyF {
        
    }

    a:hover.buyF {
        text-decoration: none;
    }

    .bannerHome {
        position: relative;

    }

    .phoneHome {
    	width: auto;
    	margin: 0;
    }

    .pbg1 {
	    position: absolute;
	    top: 100px;
	    left: -8px;
	}

    .pbg2 {
	    position: absolute;
	    top: 150px;
	    right: 145px;
	}

    .pbg3 {
	    position: absolute;
	    top: 510px;
	    left: -75px;
	}

	#ctaBox .backdrop {
		left: 0;
		width: 100.3%;
	}

	#ctaBox .container {
	    width: 955px;
	    padding: 210px 0;
	}

	.footerBG {
	    width: 100%;
	    left: 0;
	}
	
	#servicesBox {
		margin-bottom: 0;
	}


}


/*Large devices (desktops, greater than 2200px)*/
@media only screen and (min-width: 2149.98px) { 
	
	.container-fluid {
		width: 2200px;
		margin: 0pt auto;
	}

	
	#ctaBox .container {
	    width: 955px;
	    padding: 11.8% 0;
	}

	
	#newsletter {
		margin-top: 180px;
	}

	#footer {
		padding-bottom: 50px;
	}


}