*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none!important;
}
li{
	list-style: none!important;
}

.for-mobile{
	display: none;
}


#hero{
	width: 100%;
}
.container2{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container2 > header{
	padding: 50px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.dis-flex{
	display: flex;
	align-items: center;
}
.hero{
	display: flex;
	align-items: center;
}
.hero-left{
	width: 50%;
	padding-right: 10px;
}
.hero-right{
	width: 50%;
}
.hero-content{
	width: 100%;
}
.hero-content img{
	margin-bottom: 100px;
}
.hero-content h2{
	font-size: 60px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 50px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.hero-content h2 span{
	color: #2357a9;
}
.btn a{
	padding: 10px 35px;
	color: #fff;
	background-color: #2357a9;
	border-radius: 4px;
}
.btn a:hover{
	color: #fff;
}
.hero-img{
	width: 100%;
	padding: 30px;
	border-radius: 5px;
	text-align: center;
	background: rgba(0, 0, 0, 0.692);
}
.hero-img h2{
	margin: 20px 0;
	font-weight: 800;
	color: #fff;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: 0;
    transform: rotate(90);
    transform: rotate(180deg);
}
.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

svg:not(:root) {
    overflow: hidden;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
	bottom: -1px;
    line-height: 0;
    direction: ltr;
}
a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}
.slideshow{
	position: relative;
}

.slideshow,
.slideshow:after {
	position: relative;
    width: 100%;
    padding-bottom: 150px;
    top: 0px;
    left: 0px;
	background-color: rgba(0, 0, 0, 0.872);
    z-index: 0;
	overflow: hidden;
}
.slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.slideshow li div h3 {
  font-family: "helvetica neue", helvetica;
  text-transform: uppercase;
  font-size: 80px;
  padding: 0;
  line-height: 200px;
	color: rgba(255,255,255, 0.8);
}
.slideshow li:nth-child(1) span { background-image: url(../images/hero1.jpg) }
.slideshow li:nth-child(2) span {
    background-image: url(../images/hero2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    background-image: url('../images/hero3.jpeg');
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
    background-image: url(../images/hero4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) {

	.hero-content img {
		margin-bottom: 22px;
	}
	.hero-content h2 {
		font-size: 48px;
	}
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -moz-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -o-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    transform: scale(10);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.slideshow li div h3 { font-size: 50px }
}


#appointment{
	display: flex;
	width: 100%;
	padding: 100px 0;
	background: #fff;
	text-align: center;
}
.appointment-img img{
	margin-bottom: 40px;
}
 .btn-full{
	width: 100%;
	display: block;
}
 .btn-full a{
	width: 100%;
	padding: 5px 35px;
	display: block;
	font-size: 20px;
}
#about-us{
	display: flex;
	width: 100%;
	padding: 150px 0;
	background: url(../images/bg.png) center center no-repeat;
	background-size: cover;
}
.about-us{
	width: 45%;
	padding: 30px;
	border: 3px #2357a9 solid;
	border-radius: 4px;
	margin: 0 auto;
}
.about-us h2{
	text-align: center;
	font-size: 50px;
	font-weight: 800;
}
.about-us h2 span{
	color: #2357a9;
}
#choose-us{
	display: flex;
	padding: 40px 0;
	background: url(../images/bg2.jpeg) no-repeat fixed;
	background-size: cover;
}
.choose-us{
	width: 45%;
	border-radius: 10px;
	background: #0a0a0ac9;
	padding: 40px;
	box-shadow: 10px 10px 0px -4px rgba(35,87,169,0.84);
-webkit-box-shadow: 10px 10px 0px -4px rgba(35,87,169,0.84);
-moz-box-shadow: 10px 10px 0px -4px rgba(35,87,169,0.84);
}
.choose-us h2{
	color: #fff;
	font-size: 43px;
	font-weight: 800;
}
.choose-us ul li{
	margin-bottom: 15px;
	color: #fff;
	display: flex;
	align-items: center;
}
.choose-us ul li i{
	color: #2357a9;
	font-size: 20px;
	margin-right: 15px;
}
#offer{
	display: flex;
	width: 100%;
	padding: 40px 0;
}
.secttion-title{
	padding: 20px 0;
}
.secttion-title h2{
	text-align: center;
	font-size: 50px;
	font-weight: 800;
}
.secttion-title h2 span{
	color: #2357a9;
}
.offer{
	display: flex;
	width: 100%;
	flex-wrap:wrap;
}
.offer-box{
	text-align: center;
	padding: 20px;
	margin: 0 5px 10px;
	border-radius: 4px;
	width: 31%;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 38%);
    color: #fff;
	background: #2357a9;

}
.white-offer{
	background: #fff;
	color: #2F2F2F;
}
.offer-box img{
	width: 100px;
	margin-bottom: 15px;
}
.offer-box h3{
	font-size: 25px;
	font-weight: 800;
}
.white-offer h3{
	color: #2357a9;
}

#testmonail{
	width: 100%;
	padding: 40px 0;
	background: url(../images/bg2.png) no-repeat;
	background-size: cover;
}
.tyn-slider{
	width: 100%;
	height: 300px;
}
.test-box{
	margin: 0 5px;
	background: #fff;
	border-radius: 5px;
	height: 240px;
}
.test-box p{
	padding: 20px 30px;
	font-size: 14px;
}
.testmonail-heading{
	background-color: #E7E7E7;
	padding: 20px 30px;
}
.testmonail-heading h3{
	font-size: 15px;
	margin: 0;
	padding: 0;
	font-weight: 800;
	color: #000;
}

.testmonail-heading ul{
	display: flex;
	margin: 0;
	padding: 0;
}
.testmonail-heading ul li i{
	font-size: 15px;
	color: #F0AD4E;
}
.tns-controls {
    display: none;
}
.tns-outer [data-action] {
    display: none;
}
button.tns-nav-active {
    height: 7px;
    width: 7px;
	background: #000;
    border-radius: 100px;
}

.tns-nav{
	display: block;
	text-align: center;
}
.tns-nav button{
	height: 7px;
    width: 7px;
	border-radius: 100px;
	margin: 0 4px;
}

#network{
	width: 100%;
	padding: 40px 0 150px;
	position: relative;
}
.custom-shape-divider-bottom-1663503362 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1663503362 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
}

.custom-shape-divider-bottom-1663503362 .shape-fill {
    fill: #2357A9;
}
.network-logo ul{
	display: flex;
	justify-content: space-between;
}
.network-logo ul li{
	width: 20%;
}
.network-logo ul li img{
	width: 100%;
}
#showcase{
	padding: 40px;
	width: 100%;
}
.portfolio{
	display: flex;
	flex-wrap: wrap;
}
.single-img{
	width: 23%;
	margin:5px;
}
.single-img img{
	width: 100%;
}
#call-to-action{
	position: relative;
	padding: 100px 0 150px;
	text-align: center;
	width: 100%;
	background: linear-gradient(rgba(55, 101, 174, 0.851), rgba(55, 101, 174, 0.817)), url(../images/call.jpg) fixed;
}
#call-to-action h2{
	font-size: 50px;
	color: #fff;
	margin-bottom: 30px;
}
#call-to-action a{
	padding: 10px 50px;
	background: #fff;
	border-radius: 4px;
	color: #2357A9;
	font-size: 30px;
}
.custom-shape-divider-bottom-1663508234 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1663508234 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-bottom-1663508234 .shape-fill {
    fill: #FFFFFF;
}
#book{
	padding: 40px 0;
	width: 100%;
}
.footer{
	text-align: center;
	padding-top: 40px;
}
.footer-logo img{
	width: 300px;
}
.footer ul{
	width: 100%;
	display: flex;
	justify-content: center;
}
.footer ul li{
	padding: 0 10px;
	border-right: 2px #ddd solid;
}
.footer ul li:last-child{
	border: none;
}
.footer ul li a{ 
	color: #000;
}
.footer ul li a i{
	color: #2357A9;
	margin-right: 10px;
}
