@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
  font-family: Continuum;
  src: url(../fonts/Continuum.ttf);
}
@font-face {
  font-family: continuum_medium;
  src: url(../fonts/contm.ttf);
}
@font-face {
  font-family: AbandoN;
  src: url(../fonts/AbandoN.ttf);
}
@font-face {
  font-family: ZapfChancery-Italic;
  src: url(../fonts/ZapfChancery-Italic.otf);
}


*{
    margin:0;
    padding:0
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
*,:after,:before{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
body{ box-sizing: border-box; font-family: 'Open Sans', sans-serif; }
img { border: none }
ul{
    list-style: none;
}
i{
    font-weight: 400;
}
button:focus{
    outline: none!important;
}
a { text-decoration: none; }
p, h1, h2, h3, h4, h5{
    margin: 0; padding: 0;   
}

.padd-bot-8{padding-bottom:80px;}
/* .row{width:100%;display:block!important;} */

/*****************************************************************************************
Header Section
*****************************************************************************************/

.social_head{
	padding:7px 0;
	background:#f5f5f5;
}
.header_call{}
.header_call ul{margin:0px;padding:0px;}
.header_call ul li{
	display:inline-block;
	padding:0 15px;
}
.header_call ul li a{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
}
.header_call ul li a i{
	background:#ff999987;
	color:#f1f1f1;
	font-size:14px;
	border-radius:50%;
	padding:5px;
	line-height:18px;
	width:27px;
	height:27px;
	text-align:center;
	margin-right:10px;
}


.header_call1 ul{margin:0px;padding:0px;}
.header_call1 ul li{
	display:inline-block;
	padding:0 7px;
}
.header_call1 ul li a{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
}
.header_call1 ul li a i{
	background:#ff999987;
	color:#f1f1f1;
	font-size:14px;
	border-radius:50%;
	padding:5px;
	line-height:18px;
	width:27px;
	height:27px;
	text-align:center;
	/* margin-right:10px; */
}


/* Frist Header */

.bg-orange1 {
    background-color: #f47920;
}
.align-items-center {
    align-items: center;
}
.first-header ul {
    margin: 0px;
    padding: 0px;
}
.first-header ul li {
    float: left;
    list-style: none;
    border-right: 1px solid #fda96c;
}
.first-header ul li:last-child{
	border-right:none;
}
.first-header ul li a {
    color: #fff;
    font-size: 15px;
    padding: 7px 30px;
    display: inline-block;
}
.first-header ul li a i {
    padding-right: 7px;
}


/* Second Header */

.menu_toper1{
	position:relative;
	/* background:#d976d4ad; */
	/* background:#f77c35; */
	background:#663399;
	box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
	/* padding:0 0 10px; */
	/* border-radius:0 0 100px 100px; */
}

.menu_toper{
	position:relative;
	/* background:#d976d4ad; */
	/* background:#4a4a4a; */
	/* box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%); */
	padding:10px 0;
	/* border-radius:0 0 200px 200px; */
}

#background-video {
  width: 100%;
  /* height: 100vh; */
  object-fit: cover;
  position: absolute;
  /* background: #000; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
   height: 686px;
  z-index: -2;
  /* opacity: 0.5; */
}
.overlay-content {
     position: absolute;
     top: 0;
     left: 0;
     background: rgba(6, 56, 82, 0.5);
     width: 100%;
     height: 686px;
	 z-index: -1;
 }
.headertop{
	width: 100%;
    /* float: left; */
    margin: 0px;
    padding: 0px 0px 0 0;
    /* background: #000; */
	background-size:100% 100%;
	height:686px;
	width:100%;
    display: block;
    z-index: 999999;
	position:relative;
	/* border-top:3px solid #a9e2dd; */
}
/* .headertop:after{ */
	/* content:''; */
	/* position:absolute; */
	/* left:46%; */
	/* right:auto; */
	/* top:0px; */
	/* background:url(../images/ban_border.png) no-repeat; */
	/* background-size:100% 100%; */
	/* width:150px; */
	/* height:656px; */
	/* z-index:-1; */
/* } */
.header_logo{width:100%;padding-top:0px;text-align:right;}


.logo {
    /* float: left; */
    /* background:#d976d4ad; */
	/* background:#f77c35; */
	/* box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%); */
	/* padding:25px 50px 10px; */
	/* border-radius:100px 100px 0 0; */
}
.logo img{width:100%;}
.contact-detail {
    float: right;
    margin: 0px 0px;
    padding: 23px 0px 0 0;
	/* width:30%; */
}
.contact_transition{
	transform:translateY(-6px);
}
.contact-detail{text-align:right;}
.contact-detail p {
    text-align: left;
    margin: 0px;
	color:#705191;
}
.contact-detail p a{
	color: #4a4a4a;
    font-weight: 500;
	font-size:16px;
}
.contact-detail i {
    margin-right: 10px;
    color: #1c848d;
}
/* .second_menu p a{ */
	/* color:#4a4a4a!important; */
/* } */
/* .second_menu p i{ */
	/* color:#f395a8!important; */
/* } */
.social-detail1{
	/* width: 40%; */
    /* display: inline-block; */
    /* text-align: right; */
	margin:0px 0px;
	padding-top:18px;
}
.social-detail1 ul{margin:0px;}
.social-detail1 ul li a{
	border-radius: 35px;
    padding: 10px 20px 10px 20px;
    /* background: transparent; */
    color: #fff;
    border: 1px solid #ed8181;
	background:#ed8181;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}
.social-detail1 ul li a:hover{
	background:#663399;
	border-color:#663399;
	transition:0.5s;
	text-decoration:none;
	color:#fff;
}
.social-detail1 ul li a i{padding-left:20px;color:#fff;}
.social-detail1 ul li a:hover i{color:#fff;}
/* Social */
.social-detail{
	margin: 0px 0px;
    padding: 0 0 0 0px;
    width: 28%;
    display: inline-block;
    text-align: right;
}
.social-detail ul{margin:10px 0 0;}
.social-detail ul li{
	display:inline-block;
	padding:0 8px;
}
.social-detail ul li a img{
	width:34px;
}
.social-detail ul li a{}
.social-detail ul li a i{
	background:#aac329;
	width:40px;
	height:40px;
	border-radius:50%;
	line-height:40px;
	text-align:center;
	color:#fff;
}


.video_banner{
	position:absolute;
	right:-0px;
	bottom:0px;
	width:100%;
	z-index:-1;
}
/* .video_banner img{ */
	/* width:100%; */
/* } */
/* .pad_ban{padding:0 50px;} */


/****************************************************************************************
Banner Section
****************************************************************************************/

.carousel-indicators{bottom:-40px!important;}
.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:none no-repeat center center!important;
	/* background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important; */
	width:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-next-icon:hover{
	background:none!important;
	transition:0.3s;
}
.carousel-control-next-icon:hover:after{
	left:10px;
	transition:0.3s;
}
.carousel-control-next-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f30b";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
}
.carousel-control-prev-icon{
	background:none no-repeat center center!important;
	width:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-prev-icon:hover{
	background:none!important;
	transition:0.3s;
}
.carousel-control-prev-icon:hover:after{
	right:10px;
	transition:0.3s;
}
.carousel-control-prev-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f30a";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
}

.banner{
    position: relative;
}
.banner .carousel-caption{
    top: 20%;
    left: 8%;
    padding: 40px 20px;
    position: absolute;
    width: 620px;
    height: 260px;
    background: #ffffff95;
    
}
.banner .carousel-caption h1 {
    font-size: 55px;
    font-family: 'Lato', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 800;
    padding-bottom: 25px;
    color: #23428f;
}
.banner .carousel-caption h2 {
    font-size: 30px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}
.banner .carousel-caption h3 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.banner .carousel-control-next{
    position: absolute;
    width: 80px;
}
.banner .carousel-control-prev{
    position: absolute;
    width: 80px;
}
.banner .carousel-indicators li{
    background: #fff;
    cursor: pointer;
    width: 8px;
    height: 8px
}
.banner .carousel-indicators li.active{
    background: #fff;
}
.banner .btn-change5{
    height: 40px;
    width: 150px;
    background: #23428f;
   cursor: pointer;
    float: none;
    font-weight: 600;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 100px 0px 0 0 #2da7da inset , -100px 0px 0 #2da7da inset;
}
.banner .btn-change5:hover{
    -webkit-box-shadow: 0px 0px 0 0 #2da7da inset , 0px 0px 0 #2da7da inset;
}


/*****************************************************************************************
Text sliding Section
*****************************************************************************************/

.mt-round {
    border-radius: 0px;
}
.modern-ticker {
    font-size: 16px;
    height: 40px;
    line-height: 36px;
    overflow: hidden;
    width: 100%;
}
.modern-ticker {
    background-color: #fafafa;
    color: #fafafa;
}
.mt-body {
    margin: 2px;
    position: relative;
}
.mt-round .mt-label {
    border-radius: 0;
}
.mt-label {
    margin-right: 2px;
    padding: 2px 8px 0 12px;
    position: absolute;
    left: 0;
}
.mt-label {
    background-color: #005cac;
}
.mt-news {
    overflow: hidden;
    position: absolute;
}
.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px;
}
.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mt-news li {
    float: left;
    height: 60px;
}
.mt-scroll.mt-round .mt-news a {
    border-radius: 0;
}
.modern-ticker a {
    text-decoration: none;
}
.mt-news a {
    /* background: #fff none repeat scroll 0 0; */
    /* background: #fff; */
    background-image: #fff;
    border: 1px solid #fff;
    display: block;
    font-size: 17px;
    margin-right: 2px;
    padding: 0 10px 0 20px;
    white-space: nowrap;
    color: #4a4a4a;
}
.mt-news a:hover{
	color:#4a4a4a;
}
.mt-controls {
    background-image: url(../img/pause.png);
}
.mt-controls {
    margin-left: 2px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px;
}
.mt-controls {
    background-position: -1000px center;
    background-repeat: no-repeat;
    margin-left: 2px;
    position: absolute;
    right: 0;
}
.mt-next, .mt-play, .mt-prev {
    width: 30px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
}
.mt-prev {
    background-image: url(../img/arrow-prev.png);
}
.mt-pause {
    background-image: url(images/pause.png);
}
.mt-play {
    background-color: #005cac;
    background-image: url(../img/play.png);
}
.mt-round .mt-next {
    border-radius: 0;
}
.mt-round .mt-next {
    border-radius: 0 0px 0px 0;
}
.mt-next, .mt-prev {
    background-color: #005cac;
}
.mt-next {
    background-image: url(../img/arrow-next.png);
}



/*****************************************************************************
About Home Page Section
*****************************************************************************/


/*****************************************************************************
About Home Page Section
*****************************************************************************/


.about_img {padding:0 20px 0 30px;}
section.small_pb, .top_footer.small_pb {
    padding-bottom: 30px;
}
section.small_pt, .top_footer.small_pt {
    padding-top: 80px;
}
.overflow-hidden {
    overflow: hidden!important;
}
.overlap_section {
    margin-right: -50px;
    position: relative;
    z-index: 2;
    border-radius: 0 200px 200px 0;
}
.box_shadow1 {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.padding_eight_all {
    padding: 3% 8% 3% 3%;
}
.bg-white {
    background-color: #fff!important;
}
.heading_s1 h1 {
    color: #663399;
    font: 800 50px/55px 'Lato', sans-serif;
    display: block;
    margin: 0px;
	padding-bottom:20px;
}
.heading_s1 h2 {
    color: #663399;
    font: 800 30px/35px 'Lato', sans-serif;
    display: block;
    margin: 0px;
	padding-bottom:10px;
}
.heading_s1 p{
	color: #5f5555;
}
.heading_s11{
	position:relative;
	margin-right:20px;
}
.abt_logo{
	position:absolute;
	top:-60px;
	left:55px;
	width:210px;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.abt_logo img{
	width:100%;
}
.heading_s11 p{
	color: #5f5555;
	font-size:16px;
	line-height:28px;
	font-family:'Roboto', sans-serif;
	text-align:justify;
	
}
.heading_s11 p i{
	color:#ff9999;
}
.overlay_bg_30, .overlay_bg_30{
    position: relative;
}
.overlay_bg_30::before {
    background-color: rgba(0, 0, 0, 0.30);
}
.z_index_minus1 * {
    z-index: -1;
    position: relative;
}
.video_play {
    position: absolute;
    right: 0;
    display: table;
    left: 50%;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}
.ripple {
    background-color: #FFFFFF;
    border-radius: 100%;
    color: #FFBC09;
    position: relative;
    display: inline-block;
    margin-right: 25px;
    line-height: 50px;
    font-size: 18px !important;
    vertical-align: middle;
    margin-left: 0;
    height: 50px;
    width: 50px;
    text-align: center;
}
.ripple{
    color: #E25111;
}
.ripple::before, .ripple::after {
    -webkit-animation: ripple 1.8s infinite;
    -moz-animation: ripple 1.8s infinite;
    -o-animation: ripple 1.8s infinite;
    -ms-transition: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
    background-color: #ffffff;
    border-radius: 100%;
    margin: -20px;
    bottom: 0px;
    content: "";
    display: block;
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}
.ripple::before {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}
.ripple::after {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.about_img img{
	border:5px solid #f1f1f1;
	padding:5px;
}


/*****************************************************************************
About Home Page Section
*****************************************************************************/

.about-home{padding:50px 0;}
/* .about-profile{padding:0 30px;} */
.about-profile img{width:100%;border:10px solid #f1f1f1;}
.about-profile1 img{width:100%;border:10px solid #f1f1f1;}


.about-home .about-profile {
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    z-index: 1
}

/* .about-home .about-profile:before { */
    /* position: absolute; */
    /* content: ''; */
    /* width: 100%; */
    /* height: 100%; */
    /* top: 0; */
    /* left: 0; */
    /* background-color: #d94574; */
    /* z-index: -1; */
    /* -webkit-animation: border-transform-default-two 10s linear infinite alternate forwards; */
    /* animation: border-transform-default-two 10s linear infinite alternate forwards */
/* } */

.about-home .about-profile img {
    /* -webkit-animation: border-transform-default 10s linear infinite alternate forwards; */
    /* animation: border-transform-default 10s linear infinite alternate forwards; */
}

@-webkit-keyframes border-transform-default {

    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

.about_award{text-align:center;transform:translateY(-90px);}
.about_award ul{padding:0 40px;display:inline-block;}
.about_award ul li{
	padding:0px 0;
}
.about_award ul li img{
	width:100%;
}

.about_award h4{
	font-size:24px;
	font-family:Monotype Corsiva;
	color:#fff;
	background:#34a9df;
	margin:0px 0 20px;
	padding:5px;
}

.about-discription{padding-right:20px;}
.about-discription h1{
	font-size:24px;
	font-family:Monotype Corsiva;
	color:#708dc7;
	margin:0px;
	padding-bottom:5px;
}
.about-discription h2{
	color:#0f6eba;
	font: 800 50px/55px 'Lato', sans-serif;
    display: block;
	margin:0px;
}
.about-discription h3{
	font: 500 20px/32px 'Roboto', sans-serif;
    color: #4a4a4a;
    padding: 10px 0px 8px 0px;
    position: relative;
	letter-spacing:0.5px;
	text-transform:capitalize;
}
.about-discription h3:after{
	position: absolute;
    content: '';
    border-bottom:1px dotted #ddd;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.about-discription h4{
	font-size:28px;
	font-family:Monotype Corsiva;
	color:#fff;
	background:#f395a8;
	margin:0px 0 10px;
	padding:5px 0 5px 10px;
}
.about-discription p{
	font: 400 16px/30px 'Roboto', sans-serif;
	text-align:justify;
	color:#4a4a4a;
}
.about-discription ul{}
.about-discription ul li{
	font: 500 16px/28px 'Roboto', sans-serif;
	color:#4a4a4a;
	position:relative;
	padding-left:25px;
	margin:5px 0;
}
.about-discription ul li i{
	color:#f38e38;
	position:absolute;
	left:0px;
	top:5px;
}
.dr-more a {
    display: inline-block;
    background: #0f6eba;
    padding: 12px 22px 12px 17px;
    color: #fff;
}
.dr-more .abt-appont{
	background:#f395a8;
}
.dr-more a:hover{
	background:#f395a8;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
.dr-more img {
    margin: -2px 10px 0px 0px;
}

.sec_abt1{padding:50px 0;}


/*****************************************************************************************
Free Consultant Section
*****************************************************************************************/

.free_consultant{
	/* background:#1751a3; */
	background:url(../img/cons-apt-visit.jpg) no-repeat;
	background-size:100% 100%;
	/* background-attachment:fixed; */
	padding:30px 0;
	text-align:left;
	/* float:right; */
	display: flex;
    width: 100%;
}

.condult_dscrip{
	text-align: center;
    width: 100%;
    background: #fff;
    width: 200px;
    height: 200px;
    padding: 20px 10px 10px;
    margin: 0 24px;
    border: 6px solid #abd9f1;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}
.condult_dscrip h1{
	font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #0085c9;
    font-weight: 400;
    margin: 0px;
    padding: 0 15px 5px;
}
.condult_dscrip h1 span{
	color:#f47920;
	font-weight:800;
}
.condult_dscrip p{ 
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #4a4a4a;
    line-height: 18px;
    margin: 0px;
    padding: 5px 0 0;
}
.condult_dscrip a{
	display: inline-block;
    background: #0085c9;
    padding: 10px 20px;
    border-radius: 36px;
    /* margin-top: 10px; */
    color: #fff;
    background: #f47920;
    /* background: #083f88; */
    font-size: 16px;
    width: 100%;
	height:90px;
    line-height: 21px;
	overflow:hidden;
	transform:translateY(85px);
}
.condult_dscrip:hover a{
	transform:translateY(15px);
	transition:0.5s;
	color:#fff;
}
.condult_dscrip a i{padding-right:5px;}

.condult_dscrip1{
	padding-top:19px;
	text-align:right;
}
.condult_dscrip1 a{
	background:#e71f73;
	padding:10px 22px;
	font-size:18px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.5px;
	/* border-radius:15px; */
}
.condult_dscrip1 a:hover{
	background:#34bbb4;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}



.free_consultant1{
	background:url(../images/cons-apt-visit1.jpg) no-repeat;
	background-size:100% 100%;
	/* background-attachment:fixed; */
	padding:60px 0;
}
.consult_dscrip1{text-align:left;width:100%;}
.consult_dscrip1 h1{
	font-size:28px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-weight:700;
	margin:0px;
	padding:0 0 5px;
}
.consult_dscrip1 p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	margin:0px;
	padding:0px;
}
.consult_dscrip1 a{
	background:#f47920;
	padding:6px 22px;
	font-size:18px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.5px;
	/* border-radius:15px; */
	display:inline-block;
	margin-top:16px;
}
.consult_dscrip1 a:hover{
	background:#083f88;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}



/*****************************************************************************************
Header Title Section
*****************************************************************************************/


.header_title{
	text-align:center;
	width:100%;
	margin-bottom:50px;
	background:url(../images/header_title.jpg) no-repeat;
	background-size:cover;
	padding:25px 0;
}
.header_title h1{
	font-size:38px;
	/* font-family: AbandoN; */
	font-family:'Lato', sans-serif;
	/* color:#f395a8; */
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:2px;
	/* padding-left:70px; */
}

.header_title h2{
	font-size:38px;
	/* font-family: AbandoN; */
	font-family:'Lato', sans-serif;
	/* color:#f395a8; */
	color:#fff;
	/* text-transform:uppercase; */
	font-weight:600;
	letter-spacing:2px;
	/* padding-left:70px; */
}
.header_title p{
	color: #fff;
    font-size: 18px;
    /* line-height: 1.8em; */
	font-family:'Lato', sans-serif;
}


.header_title1{
	text-align:center;
	width:100%;
}
.header_title1 h1{
	font-size:34px;
	font-family: AbandoN;
	color:#f395a8;
	text-transform:lowercase;
	letter-spacing:5px;
	padding-bottom:30px;
}

.header_title2{
	text-align:center;
	width:100%;
}
.header_title2 h1{
	font-size:34px;
	font-family: 'Roboto', sans-serif;
	color:#f1f1f1;
	text-transform:uppercase;
	padding-bottom:10px;
}
/* Header Title End */



.header_title2{
	text-align:center;
	width:100%;
	/* margin-bottom:50px; */
	background:url(../images/header_title.jpg) no-repeat;
	background-size:cover;
	padding:25px 0;
}
.header_title2 h1{
	font-size:38px;
	/* font-family: AbandoN; */
	font-family:'Lato', sans-serif;
	/* color:#f395a8; */
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:2px;
	/* padding-left:70px; */
}

.header_title2 h2{
	font-size:38px;
	/* font-family: AbandoN; */
	font-family:'Lato', sans-serif;
	/* color:#f395a8; */
	color:#fff;
	/* text-transform:uppercase; */
	font-weight:600;
	letter-spacing:2px;
	/* padding-left:70px; */
}
.header_title2 p{
	color: #fff;
    font-size: 18px;
    /* line-height: 1.8em; */
	font-family:'Lato', sans-serif;
}


/**********************************************************************************************
FAQ Acordian Home Section
**********************************************************************************************/


@import url('https://fonts.googleapis.com/css?family=Tajawal');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

.faq_home{padding:50px 0;}
#accordion-style-1 h1,
#accordion-style-1 a{
    color:#f47920;
}
#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #083f88;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
	padding-left: 25px;
}

#accordion-style-1 .card-body {
    border-top: 2px solid #00a3ac;
}
#accordion-style-1 .card-body p{
	font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #4a4a4a;
    line-height: 26px;
	text-align:justify;
}
#accordion-style-1 .card-body table{}
#accordion-style-1 .card-body table tr{
	border:1px solid #ddd;
}
#accordion-style-1 .card-body table tr th{
	border:1px solid #ddd;
	padding:5px 10px;
}
#accordion-style-1 .card-body table tr td{
	border:1px solid #ddd;
	padding:5px 10px;
	font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #4a4a4a;
    /* line-height: 26px; */
	text-align:justify;
}
#accordion-style-1 .card-body ul{}
#accordion-style-1 .card-body ul li{
	font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #4a4a4a;
    /* line-height: 26px; */
	text-align:justify;
	padding:3px 0;
}
.bulk_faq_img{}
.bulk_faq_img img{width:100%;}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
	background: #f47920;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}



/**********************************************************************************************
Concern Services Home Section
**********************************************************************************************/

.services_home{
	/* background:#e8efff; */
	/* background:#f1f5ff; */
	/* background:#edfcff; */
	padding:50px 0;
	position:relative;
}
.services_home:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	height:980px;
	width:400px;
	background:url(../img/service_after.jpg) no-repeat;
	background-size:100% 100%;
	z-index:-1;
	opacity:0.2;
}
.padd_con{padding-top:50px;}
.padd_con1{padding-top:80px;}
.padd_top_bot{padding:20px 0 50px 0;}
.concern_service1{margin:0 30px;}
.concern_service2{margin:0 15px;}

.concern_service h1{
	font-size:22px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	padding:9px 15px;
	background:#fbd5f9;
	margin:0px;
	text-align:center;
}
.concern_service h1 a{
	color:#4a4a4a;
}
.concern_service h1 a:hover{
	text-decoration:none;
	letter-spacing:0.5px;
	transition:0.5s;
}
.concern_service img{
	width:100%;
}



/**********************************************************************************************
Services Home Section
**********************************************************************************************/

/* .service_main{padding:50px 0;background:#f8eff0;} */
.cmt-processbox-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* position: relative; */
    margin: 15px -15px 0;
}
/* .cymolthemes-boxes-row-wrapper.cmt-processbox-wrapper:before { */
    /* content: ''; */
    /* position: absolute; */
    /* left: -428px; */
    /* right: -46px; */
    /* height: 100%; */
    /* display: block; */
    /* background: url(../images/proccess-box-arrow1.png) center center no-repeat; */
    /* background-size: 100% 100%; */
    /* top: -65px; */
    /* margin-left: 40px; */
/* } */
.cmt-processbox-wrapper .cmt-processbox {
    position: relative;
}

.cmt-processbox-wrapper .cmt-processbox {
    /* width: calc(100% / 3); */
    max-width: 50%;
    padding: 0 15px;
    position: relative;
    text-align: center;
    margin-top: 10px;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-iconbox {
    transition: all 500ms ease;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-iconbox {
    position: relative;
    display: inline-block;
    width: 100%;
}

.cmt-processbox-wrapper .cmt-processbox .cmt-process-icon {
    display: inline-block;
    position: relative;
}
.cmt-vc_icon_element-inner img{
	height: 190px;
    width: 190px;
    border: 4px solid #d1d1d1;
    background-color: #f1f1f1;
    border-radius: 50%;
	padding:5px;
} 
.cmt-processbox:hover .cmt-vc_icon_element-inner img{
	transform:translateY(-15px);
	transition:0.5s;
	border-color:#f16d16;
}

.cmt-processbox-wrapper .cmt-box-content {
    text-align: center;
    padding: 0 10px;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-content .cmt-box-title h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
	font-family: 'Lato', sans-serif;
	color:#2e3f53;
	padding-top:10px;
    margin-bottom: 5px;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-content p {
	color: #272727;
    font-size: 16px;
    line-height: 1.8em;
	font-family:'Lato', sans-serif;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-content .cmt-box-title h5 a{
	color:#2e3f53;
}


/**********************************************************************************************
Services Home Section
**********************************************************************************************/

/* .services_home{ */
	/* background:#eff9ff; */
	/* padding:50px 0; */
/* } */
/* .ser_bottom_sect{padding-top:30px;} */
/* .bulk_service{margin:0 0px;} */
/* .bulk_service{ */
	/* width:100%; */
	/* position:relative; */
	/* overflow:hidden; */
/* } */
/* .bulk_service:hover .bulk_img{ */
	/* transform:translateY(0px); */
	/* transition:0.5s; */
/* } */
/* .bulk_service img{ */
	/* width:100%; */
	/* border: 10px solid #f1f1f1; */
/* } */
/* .bulk_service .bulk_img{ */
	/* position: absolute; */
    /* left: 0px; */
    /* bottom: 0px; */
    /* right: 0px; */
	/* background:#f1f1f1; */
	/* padding:10px 20px 15px; */
    /* transform:translateY(95px); */
/* } */
/* .bulk_service .bulk_img h1{ */
	/* font-size:22px; */
	/* font-family:'Roboto', sans-serif; */
	/* text-transform:capitalize; */
	/* color:#f47920; */
/* } */
/* .bulk_service .bulk_img h1 a{color:#f47920;} */
/* .bulk_service .bulk_img p{ */
	/* font-size:14px; */
	/* font-family: 'Roboto', sans-serif; */
	/* color:#4a4a4a; */
	/* line-height:20px; */
	/* margin:0px; */
/* } */
/* .bulk_service .bulk_img p a{ */
	/* font-size:14px; */
	/* font-family:'Roboto', sans-serif; */
	
	/* color:#1273be; */
/* } */
/* .bulk_service .bulk_img p a:hover{ */
	/* color:#f47920; */
	/* transition:0.5s; */
/* } */

/*************************************************************************************
Testimonial Section
*************************************************************************************/

.form-review{
	/* background:url(../img/testimonial_bg.jpg) no-repeat; */
	/* background:#f6f9ff; */
	background:#ededed;
	background-size:cover;
	width:100%;
	padding:30px 0;
}
.form-review1{
	background:#4a4a4a;
	padding:30px 0;
}
.testimonial{
    padding-top: 0px;
    margin: 0px 0px 0;
    /* border: 1px solid #fff; */
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
/* .testimonial:hover{ border-color: #e7e3e3; } */
.testimonial h2{
	font: 600 30px/30px 'Lato', sans-serif;
    text-align: center;
    color: #663399;
    /* color: #f1f1f1; */
    /* font-family: AbandoN; */
    /* color: #f395a8; */
    text-transform: uppercase;
    /* letter-spacing: 5px; */
    padding: 30px 0px 5px 0px;
    background: url(../img/starts-bg.png) no-repeat center bottom;
}
.testimonial .pic{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
    position:absolute;
    top: -50px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}
.testimonial:hover .pic{ background: #1d3033; }
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    font-size: 22px;
    font-weight: 700;
    color: #4c4b4c;
    text-transform: capitalize;
    margin: 35px 0 10px 0;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1.5px;
}
.testimonial .description{
    font-size: 16px;
    color: #4a4a4a;
    line-height: 27px;
    border-bottom: 1px solid #937e8d;
    padding: 0 25px 35px;
    margin: 0;
	font-family: 'Roboto', sans-serif;
}
.testimonial-btn {
    margin: 40px auto;
    text-align: center;
}
.testimonial-btn ul li {
    font: 400 16px/16px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}
.testimonial-btn ul li a {
    display: block;
    background: #ffcaca;
    padding: 12px 22px 12px 17px;
    color: #4a4a4a;
	border-radius:25px;
}
.sub-t a {
    background: #ddbbff !important;
    color: #4a4a4a !important;
}




.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #1d3033; }
.testimonial .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: #1d3033;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #fff; }
.testimonial .post{
    font-size: 14px;
    color: #eabd44;
    text-transform: capitalize;
}
.testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: #eabd44;
    position: absolute;
    right: 25px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.testimonial .owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.testimonial .owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 45px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.testimonial .owl-theme .owl-controls .owl-buttons div:hover{
    background: #ed5b8a;
    border-color: #ed5b8a;
}
.testimonial .owl-prev,
.testimonial .owl-next{
    position: absolute;
    left: -1%;
}
.testimonial .owl-next{
    left: auto;
    right: -1%;
}
.testimonial .owl-prev:before,
.testimonial .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.testimonial .owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .testimonial .owl-theme .owl-controls,
    .testimonial .owl-prev,
    .testimonial .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial .rating{
        right: 12px;
    }
}


/* Inner Page */

.testimonial_inner{
	padding:50px 0 100px;
}
.testimonial_detail{
	background:#f1f1f1;
	padding:30px;
	margin:15px 0;
	width:100%;
}
.testimonial_detail h1{
	font-size:28px;
	font-family: 'Oswald', sans-serif;
	color:#663399;
	margin:0px;
	padding-bottom:20px;
}
.testimonial_detail p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	margin:0;
	color:#4a4a4a;
	line-height:28px;
	/* padding-bottom:20px; */
	text-align:justify;
}
.testimonial_detail p i{
	color:#ff9999;
	font-size:22px;
	padding-right:6px;
}

/*****************************************************************************************
Gallery Section
*****************************************************************************************/

.gall_bef_aft{padding:10px 0 50px;}
.gallery_inner{padding:50px 0 90px;}
.gallery_inner .thumb{
	padding-bottom:30px;
}
.gallery{}
.gallery img{
	width:100%;
	border:5px solid #f1f1f1;
	padding:5px;
}
.gallery video{
	width:100%;
	border:5px solid #f1f1f1;
	padding:20px 10px;
	
}


/*****************************************************************************************
Blog Section
*****************************************************************************************/

.blog_frt{
	padding:15px 0;
}
.blog_frt img{width:100%;}

/*****************************************************************************************
Article Section
*****************************************************************************************/


.article_sect{padding:50px 0;}
.article_detail{padding-top:0px;}
.article_inner{
	/* background:#f395a8; */
	background:#fde4e4c7;
	padding:30px 25px;
	height:580px;
	margin:0 20px;
}
.article_inner h1{
	font-size: 20px;
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Lato', sans-serif;
    /* color: #98c020; */
    color: #c36;
	font-weight:600;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}
.article_inner p{
	/* font-size:16px; */
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#323131;
	line-height:25px;
	padding-bottom:0px;
	letter-spacing:0.5px;
	text-align:justify;
}
.article_inner .artvle_abt{
	font-size:15px;
	color:#4a4a4a;
	font-weight:500;
	background:#ffcaca;
	padding:6px 10px;
	width:100%;
	display:inline-block;
	text-align:center;
	text-transform:capitalize;
	border-radius:25px;
}
.article_inner .artvle_abt:hover{
	color:#4f0d47;
	letter-spacing:0.5px;
	transition:0.3s;
}
.article_inner ul{margin:0px;padding:15px 0 0;}

.articl_img{}
.articl_img img{width:100%;}
/* .foot_treat{column-count:2;} */
.article_treat li, .article_treat1 li{padding-bottom:10px;}
.article_inner ul li{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	margin:0 0 10px 0;
	color:#f1f1f1;
	position:relative;
	padding-left:25px;
}
.article_inner ul li a{color:#fff;}
.article_inner ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color:#fff;
}


/*****************************************************************************************
Footer Section
*****************************************************************************************/


.our_partner:before{
	content:'';
	position:absolute;
	top:-60px;
	background:url(../images/foot-bg.png) no-repeat;
	background-size:100% 100%;
	width:100%;
	height:60px;
}
.our_partner{
	/* background:url(../images/footer_bg.jpg) no-repeat; */
	background:#303030;
	/* background-image: linear-gradient(to right, #728cbf, #83cadb); */
	/* background-attachment: fixed; */
	/* background-size:100% 100%; */
	width:100%;
	padding:50px 0 0 0;
	position:relative;
}


#background-video1 {
  width: 100%;
  /* height: 100vh; */
  object-fit: cover;
  position: absolute;
  /* background: #000; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
   height: 486px;
  z-index: -2;
  /* opacity: 0.5; */
}
.overlay-content1 {
     position: absolute;
     top: 0;
     left: 0;
     background: rgb(12 12 12 / 75%);
     width: 100%;
     height: 486px;
	 z-index: -1;
 }

.text-center1{text-align:center;}
.foot_detail{padding-top:0px;}
.footer_inner{}
.footer_inner h1{
	font-size:26px;
	font-family: 'Roboto', sans-serif;
	/* color:#98c020; */
	color:#edb1b1;
	margin:0px;
	padding-bottom:20px;
	text-transform:uppercase;
}
.footer_inner h2{
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	/* color:#98c020; */
	color:#fff;
	background:#ff81e852;
	margin:0px;
	margin-top:15px;
	padding:8px 15px;
}
.footer_inner p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#f1f1f1;
	padding-bottom:0px;
	text-align:justify;
}
.footer_inner ul{margin:0px;padding:15px 0 0;}
.foot_treat{column-count:2;}
.foot_treat li, .foot_treat1 li{padding-bottom:10px;}
.footer_inner ul li{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:0 0 10px 0;
	color:#f1f1f1;
	position:relative;
	padding-left:25px;
}
.footer_inner ul li a{color:#fff;}
.footer_inner ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color:#edb1b1;
}
.footer_inner{}

/* Copyright */

.copyright_inner{padding-top:20px;}
.copyright_inner p{
	font-size:16px;
	color:#000;
	font-family: 'Roboto', sans-serif;
	margin:0px;
	/* background:#0085c9; */
	background:#edbbbb;
	padding:10px;
	text-align:center;
}
.copyright_inner .sms_logo{padding-left:10px;}
.copyright_inner .sms_logo img{width:20px;}



/*************************************************************************************
Header top Title Section
*************************************************************************************/

.head_main_title {
    width: 100%;
    padding: 0 0 0px 0px;
	/* background: #4691cd; */
	background: url(../img/head_title.jpg) no-repeat;
	background-size:100% 100%;
	height:300px;
}
.head_main_title h1 {
    font-size:26px;
    color: #83487de0;
    text-transform: capitalize;
	background:#ffffffe8;
	/* letter-spacing:3px; */
    margin-bottom: 0px;
    line-height: normal;
	font-family: 'Roboto', sans-serif;
	border-radius:10px;
	/* width:100%; */
	margin-top:50px;
	padding:6px 25px;
	display:inline-block;
	float:right;
}

.inner_head_title{
	width: 100%;
    padding: 65px 0px;
	/* background: #4691cd; */
	background: url(../images/header_title.jpg) no-repeat;
	background-size:100% 100%;
	/* height:150px; */
}
.inner_head_title h1 {
    font-size:18px;
    color: #83487de0;
    text-transform: capitalize;
	background:#ffffffe8;
	/* letter-spacing:3px; */
    margin-bottom: 0px;
    line-height: normal;
	font-family: 'Roboto', sans-serif;
	border-radius:10px;
	/* width:100%; */
	margin-top:0px;
	padding:6px 25px;
	display:inline-block;
	text-align:left;
}
/*****************************************************************************************
Contact Section
*****************************************************************************************/

.contact_form{padding:50px 0;}
.dt-sc-one-fourth{}
.dt-sc-one-fourth h2{
	font-size:22px;
	font-family: 'Bubblegum Sans', cursive;
    font-weight: 500;
	color: #f395a8;
	padding-bottom:20px;
}
.dt-sc-contact-info {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin: 5px 0 7px;
    padding: 0;
    border-bottom: 1px dotted #CCCCCC;
}
.dt-sc-contact-info span {
    font-size: 20px;
    float: left;
    margin: 0px 10px 0px 0px;
    padding-bottom: 12px;
    width: 40px;
    text-align: center;
	color: #f395a8;
}
.dt-sc-contact-info a{color: #2f2f2f;}




/*****************************************************************************************
Form Contact Section
*****************************************************************************************/

.map{padding-top:30px;}

/**********************************************************************************
Form home page
**********************************************************************************/

.form-horizontal{
    background-color: #ff9999d9;
    font-family: 'Rubik', sans-serif;
    padding: 20px 40px 0;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
    position: relative;
}
.form-horizontal .heading{
    color: #fff;
    font-size: 28px;
    text-align: left;
	/* padding-left:35px; */
    margin: 0 0 15px 0;
}
.form-horizontal .form-group{
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
	/* display:inline-block;	 */
}
.form-group1{
	display:inline-block;
	/* margin-left:40px!important; */
}
.form-horizontal .form-group>i{
    color: rgb(104 104 104);
    font-size: 18px;
    position: absolute;
    left: 8px;
    top: 11px;
	z-index:999;
}
.form-horizontal .form-control{
    color: #006994;
    font-size: 14px;
    height: 42px;
    padding: 6px 8px 6px 40px;
    box-shadow: none;
    border-radius: 0;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.2);
    font-size: 15px;
    /* text-transform: capitalize; */
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border-color: #006994;
}
.form-horizontal .form-terms{
    color: #909090;
    font-size: 14px;
    width: 100%;
    margin: 0 auto 10px;
}
.form-horizontal .form-terms input[type="checkbox"]{
    margin: 3px 5px 0 0;
    display: inline-block;
}
.form-horizontal .form-terms a{ color: #006994;}
.form-horizontal .form-terms a:hover{ text-decoration: underline; }
.form-horizontal .btn{
    color: #4a4a4a;
    background-color: #fff;
    font-size: 16px;
    padding: 7px 30px;
    margin: 0 0 10px;
    border-radius: 5px;
    border: 2px solid #fff;
    display: inline-block;
    float: left;
    transition: all 0.5s;
}
.form-horizontal .btn:focus,
.form-horizontal .btn:hover{
    color: #fff;
    background-color: #f395a8;
    border: 2px solid #f395a8;
}
.form-horizontal .form-login{
    color: #909090;
    font-size: 14px;
    margin: 10px 0;
    display: inline-block;
    float: right;
}
.form-horizontal .form-login a{ color: #006994; }
.form-horizontal .form-login a:hover{ text-decoration: underline; }
.form-horizontal .form-footer{
    background-color: #ed5b8b;
    text-align: center;
    padding: 20px 25px 25px;
}
.form-horizontal .form-footer:before{
    content: 'OR';
    color: #ed5b8b;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 31px;
    height: 35px;
    width: 35px;
    margin: -35px auto 0;
    border: 3px solid #ed5b8b;
    border-radius: 50%;
    display: block;
}
.form-horizontal .form-footer span{
    color: #fff;
    font-size: 17px;
    margin: 0 0 15px 0;
    display: block;
}
.form-horizontal .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.form-horizontal .social li{
    display: inline-block;
    margin: 0 3px;
}
.form-horizontal .social a{
    color: #ed5b8b;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    height: 40px;
    width: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.5s;
}
.form-horizontal .social a:hover{
    color: #fff;
    background-color: #006994;
    border-color: #fff;
	text-decoration:none;
}
@media screen and (max-width:576px) {
    .form-horizontal .form-group .btn,
    .form-horizontal .form-group .form-login{
        text-align: center;
        display: block;
        float: none;
        margin: 0 auto 15px;
    }
}


/*****************************************************************************************
Counter Home Section
*****************************************************************************************/


.sectionClass {
  padding: 0px 0px 0px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 0px 0px;
  text-align: center;
}

/* .projectFactsWrap .item:nth-child(1){ */
  /* background: rgb(16, 31, 46); */
/* } */

/* .projectFactsWrap .item:nth-child(2){ */
  /* background: rgb(18, 34, 51); */
/* } */

/* .projectFactsWrap .item:nth-child(3){ */
  /* background: rgb(21, 38, 56); */
/* } */

/* .projectFactsWrap .item:nth-child(4){ */
  /* background: rgb(23, 44, 66); */
/* } */

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


/* .projectFactsWrap .item span{ */
  /* width: 60px; */
  /* background: rgba(255, 255, 255, 0.8); */
  /* height: 2px; */
  /* display: block; */
  /* margin: 0 auto; */
/* } */


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

/* .projectFactsWrap .item:hover span{ */
  /* background: white; */
/* } */

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}


@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

    footer p{
          font-size: 14px;
    }
}




/*****************************************************************************************
Form Contact Section
*****************************************************************************************/

.form-review1 .form-horizontal .form-group{width:91%;margin-bottom:20px;}
.form-review1 .form-horizontal .form-terms{width:91%;margin-bottom:20px;}


/*****************************************************************************************
Sticky Whatsapp and Call Section
*****************************************************************************************/
.whatsapp{}
.whatsapp .float{
	position:fixed;
	width:90px;
	height:90px;
	bottom:190px;
	right:10px;
	/* background-color:#25d366; */
	/* color:#FFF; */
	/* border-radius:50px; */
	text-align:center;
  /* font-size:30px; */
	/* box-shadow: 2px 2px 3px #999; */
	z-index:9999999;
}

.whatsapp .my-float{
	margin-top:16px;
}
.whatsapp a img{
	width:100%;
}

.call .float{
	position:fixed;
	width:90px;
	height:90px;
	bottom:40px;
	right:10px;
	/* background-color:#25d366; */
	/* color:#FFF; */
	/* border-radius:50px; */
	text-align:center;
  /* font-size:30px; */
	/* box-shadow: 2px 2px 3px #999; */
	z-index:9999999;
}

.call .my-float{
	margin-top:16px;
}
.call a img{
	width:100%;
}

