/********** Google Font **********/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/********** Custom Css **********/
body {
    margin: 0px;
    padding: 0px;
    color: #9aa3b4;
 font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    word-wrap: break-word; 
    background-color: #fff;
    font-weight: 400;
}
section{
    padding: 60px 0px;
    position: relative;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
::selection{
    background-color: #de6d13;
    color: #fff;
}
a {
    text-decoration: none;
    transition: all 0.6s;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none; 
    box-shadow: none !important;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    color: #272421;
    margin: 0 0 20px;
}
.btn {
    transition: all 0.8s;
    border-width: 0;
    padding: .8rem .9rem;
    border-radius: 0px;
	padding:0;
}
.btn:focus, .btn-:active{
    box-shadow: none !important;
}
.btn-primary{
    background-color: #35a9f3;
}
.btn-primary:hover, 
.btn-primary:focus,
.btn-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active{
    background-color: #3caef4 !important;
    border-color: #3caef4 !important;
}
.btn-outline-primary {
    border: solid 1px #3caef4;
    border-radius: 50px;
    color: #3caef4;
    padding: 12px 30px;
}
label{
    color: #868787;
    font-size: 14px;
}
.form-control {
    background-color: #f5f7fa !important;
    border-color: #f5f7fa !important;
    color: #000 !important;
    height: 48px !important;
    box-shadow: none !important;
}


.form-control1 {
    background-color: #fff !important;
    border-color: #f5f7fa !important;
    color: #000 !important;
    height: 48px !important;
    box-shadow: none !important;
}


/********** Header Css **********/
.header {
    padding: 30px 0px;
}
.navbar-toggler {
    outline: none !important;
    cursor: pointer !important;
}

#header-fix.active .navbar-toggler .navbar-toggler-icon{background-color: #000;}
.navbar-toggler .navbar-toggler-icon {
    width: 22px;
    margin-top: 5px;
    height: 2px;
    display: block;
    background-color: #000;
    background-image: none; 
}
.navbar .navbar-nav .nav-link {
    padding: .4rem 0rem; margin: 0 18px;
    color: #b6b7ba;
    font-size: 22px;
	font-family: 'Muli', sans-serif;
  


}
.navbar .navbar-nav .nav-link{border-bottom: 3px solid rgba(255, 255, 255, .0);}
.navbar .navbar-nav .nav-link:hover{ border-bottom:solid 3px #fff; }
.navbar .navbar-nav .nav-link.active{ border-bottom:solid 3px #fff; }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link.active{
    color: #fff;
}
.link-btn {
    background: #fff;
    border-radius: 50px;
    transition: all 0.65s ease-in-out;
    padding: .4rem 1.5rem;
    color: #fa6700!important;  padding: 10px 35px !important; display:inline-block;
 
}
.link-btn:hover{
    background-color: #fff;
    color: #000;
}
.navbar .navbar-nav .login:first-child{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.navbar .navbar-nav .login a:hover{ 
    background-color: #00639b;
}
#header-fix.active {
     background-image: linear-gradient(270deg,#fff 0,#fff 98%);
    transition: all 0.8s ease;
    padding: 0px 0;
-webkit-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.08);
box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.08);
}
#header-fix.active .navbar .navbar-nav .nav-link{
    color: #444!important;
}
.logo1{ display:none;}

#header-fix.active .logo1{ display:block;}
#header-fix.active .logo{ display:none;}
.background-image-maker {
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	    background-image: linear-gradient(270deg,#ffcc8d 0,#ff6868 98%);
}
/***** Banner *****/
.banner .container {

    padding: 200px 0 100px;

}
.banner {
    padding: 250px 0px 150px; background-image: linear-gradient(270deg,#ffcc8d 0,#ff6868 98%); background-size: cover; 
}
.banner-content h1 {
    color: #dadbdc;
    font-size: 72px; line-height:75px; font-weight:800 !important;
}
.banner-content h2 {
    color: #46aceb; font-size: 53px; line-height: 80px;
}

.banner-content p{ font-size: 26px; line-height: 40px }
.banner-content .link-btn{ margin:15px 0; padding: 0; font-size: 22px; }
.topform span{
    color: #b6b7ba;
    font-size: 13px;
}
/***** Banner *****/
.text-primary{
    color: #46aceb !important
}
.heading h1{
    color: #454545 !important; line-height: 57px; font-size: 44px;font-family: 'Muli', sans-serif; margin-bottom: 30px;
}
.heading span{
    color: #fa6900; background-color: #ffe0cb;  border-radius: 25px;    font-size: 14px; font-family: 'Muli', sans-serif;
    font-weight: bold;}
.text-light{
    color: #8c8c8c !important;
}
/***** about *****/
.features{ padding: 100px;  }
.features .about_block {

    padding: 0px;
   
}
.features.about{ padding:0px 100px;}
.features .about_block:hover p{ color: #262f3c; }
.features .about_block:hover svg path{fill: red;}


.features .form-control{ width: 95%; padding:28px 15px;-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.10);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.10)!important; border-radius: 50px; background-color: #fff !important;  color: #8f9cac !important;}

.features .form-inline .link-btn{ background-color: #fa6900; color: #fff !important; font-weight: 300; padding: 15px 30px !important; font-size: 20px }
.features .form-inline .link-btn:hover{ background:#be5407!important;}

.features .about_block h5{
    color: #575757;
}
.features .about_block p{
    color: #8491a5; font-size: 22px; line-height: 25px;
}
.features .about_icon { width: 17%; }
.features .about_content{ width: 83% }
.link-btn.buy{  border-radius:-1%; padding: 17px 25px !important; color:#fff !important; font-size: 18px; background-color: #fa6900; }
.link-btn.buy:hover{ background:#000;}
.link-btn.more{  width:265px; text-transform:capitalize; border:solid 3px #ebebeb; padding: 15px 15px !important; font-size: 18px;color:#8393a3 !important; margin-left: 20px }
.link-btn.more:hover{ background:#fa6900;border:solid 3px #fa6900; color:#fff!important;}

.features .about p.cots{ font-size: 27px; color: #797979; font-family: 'Muli', sans-serif; font-weight: 300;  }

.about p{ font-size: 20px; color: #454545; font-family: 'Muli', sans-serif; font-weight: 400; }
/***** meet myentry *****/
.meet-myentry{ padding:100px;}
.meet-myentry .about_block {
/* -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.09);
-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.09);
box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.09);*/
    padding: 10px;
    min-height: 290px;
}
.meet-myentry .about_block h5{
    color: #1e2834; font-size: 25px;
}
.meet-myentry .about_block p{
    color: #8c99ac; font-size:18px; font-family: 'Muli', sans-serif; padding:10px;}

/***** testimonial *****/
.testimonial .about_block {
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.15);
    padding: 60px 50px;}
.testimonial .client-slide p{ font-size: 18px; }
.testimonial .client-slide h5{ color: #434957; }
.testimonial .client-slide h5 span{ color: #fb7a1e; }
.testimonial .client-slide .about_icon{ width: 100px; margin: auto; }
.testimonial .client-slide .about_icon img{border-radius: 100px;}
.testimonial .client-slide .owl-dots .owl-dot.active span{ background: #fb6600 }
.testimonial .client-slide .item{ width: 80%; margin: auto; }
.testimonial .client-slide .owl-dots .owl-dot span{ background: #ebebeb; width: 12px; height: 12px; }
.testimonial .client-slide .owl-nav{ line-height: 48px; top:40%;  width: 100%; position: absolute; }
.testimonial .client-slide .owl-nav .owl-prev:hover{background: #fb6600}
.testimonial .client-slide .owl-nav .owl-next:hover{background: #fb6600}
.testimonial .client-slide .owl-dots{ margin-top: 30px; }
.testimonial .client-slide .owl-nav .owl-prev{ background: #f9f7f8; color: #646b75; width: 52px; height: 52px; border-radius: 50%; left:0; position: absolute; }
.testimonial .client-slide .owl-nav .owl-next{ background: #f9f7f8; color: #646b75; width: 52px; height: 52px; border-radius: 50%; right:0; position: absolute;}
.testimonial{ margin-bottom: 50px; }

/***** newsletter section *****/


.newsletter{}
.newsletter h3{ font-size: 30px; color: #575e68; font-weight: 500;  margin-bottom: 10px; }
.newsletter p{ font-size: 20px; padding-bottom: 10px }
.newsletter .form-control{ width: 95%; padding:28px 15px;-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.10);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.10)!important; border-radius: 50px; background-color: #fff !important;  color: #8f9cac !important;}

.newsletter .form-inline .link-btn{ background-color: #000; color: #fff !important; font-weight: 300; padding: 15px 30px !important; font-size: 20px }
.newsletter .form-inline .link-btn:hover{ background:#fa6900!important;}
.newsletter .link-btn.buy{ width: 230px; padding: 15px !important; }
.newsletter .link-btn.more{ width: 230px; padding: 15px !important ; border-width: 2px;}
.newsletter 
.newsletter .btn{ padding: 0; }

/***** footer section *****/
.footer{ padding: 0px 0; }
.footer .container{   border-top:solid 1px #f2f2f2; padding-top: 50px  }
.footer h3{ font-size: 24px; color: #535a64; padding-bottom:30px;font-family: 'Muli', sans-serif; }
.footer li a{ font-size: 15px; color: #5b626c; font-family: 'Muli', sans-serif; font-weight:600; }
.footer li a:hover{ color:#fa6900;}
.footer p{ font-size: 16px; }
.footer .footer-left  .link-btn.more{ width: auto; padding: 7px 25px !important ; border-width: 2px; margin-left: 0; margin-top: 10px;}
.footer .footer-link ul{ width: 45%; display: inline-block; }
.footer .footer-link { pa }
.footer .contact a{color: #9aa3b4;}
.footer .contact a:hover{ color:#fa6900;}
.footer .contact{ float: right; }
.footer .copy-right{ border-top:solid 1px #f2f2f2; margin: 50px 0 0; padding-top: 30px; }
.footer .copy-right p{ font-size: 14px; }



.inner-banner h1{ font-size:72px; font-weight: 600 !important; }
.inner-banner .banner-content { }

.breadcrumb{  background: #f9f8f8; border-bottom:solid 1px #ebebeb; margin:0; }
.breadcrumb ul{ background: #f9f8f8; margin-top:-25px; width: 20%; }
.breadcrumb ul li{ color: #5e5e5e; font-size: 20px; }
.breadcrumb ul li a{ color: #5e5e5e; font-size: 20px; }
.breadcrumb ul li a:hover{ color:#fc9751;}

.blog{ font-family: 'Muli', sans-serif;}
.blog .blog-title h3{ font-size: 20px; color: #242424; font-weight: 700; }
.blog .blog-title h3 span{ font-size: 10px; color:#fa6600; background: #ffe0cb;font-weight: 600; border-radius: 30px; text-align:center; }
.blog .blog-title ul li{ font-size: 15px; color: #a8a9b3; font-weight:  }
.blog .blog-title p{color:#5c5c5f}
.blog .blog-title a{ color:#fc9751 }
.blog .blog-title a:hover{ color:#000;}
.blog-title { padding:10px 20px; }

.blog-des{ background: #fafafa; }

.blog-detail{background: #fafafa;}

.author li{ font-size: 14px; color: #797e95 }

.user-review .post-btn{background-color: #fff; color: #666 !important; font-weight: 300; display: inline-block; padding: 10px 30px !important; font-size: 15px; border:solid 1px #ccc; border-radius:30px;}
.user-review .post-btn:hover{ background:#000; color:#fff!important;}

.user-review .img-div{ margin-top: -80px; }
.user-review h5{ font-size: 15px; }
.user-review h5 span{ font-size: 14px; color: #666 }

.blog-category{ background: #fff; }
.blog-detail h3{ font-size: 20px; border-bottom: solid 1px #eee; padding: 15px; margin-bottom: 0; }
.blog-category ul{ padding:0px 15px 15px; }
.blog-category ul li{ font-size: 15px; border-bottom: solid 1px #eee; padding: 5px 0 }
.blog-category ul li i{ font-size: 13px; color: #333; margin-right: 5px; }
.blog-category ul li a{color: #666; }


.blog-detail p{ color: #6a7c93 }
.recent-post{ background: #fff; }
.recent-post p{ font-size: 13px; color: #333; line-height: 20px; }
.recent-post ul li{ font-size: 13px; font-style: italic; }



.features_detail{ width:100%; height:auto; }

.features_detail h2{ font-size:46px; line-height:56px; font-weight:300;}
.features_detail p{ font-size:20px; line-height:36px; font-weight:300; color:#454545;}
.features_row{ margin-bottom:100px;}

.Contact_block{ width:100%; height:auto;}
.Contact_block h2{font-size:46px; line-height:56px; font-weight:300;}
.Contact_block h3{font-size:24px; line-height:36px; font-weight:300;}
.Contact_block a{ color:#9aa3b4;}
.Contact_block a:hover{ color:#fa6600;}
.map{ width:100%;}

.contact_from{ width:100%; background:#f9f8f8; padding:120px 0 100px 0;}

.contact_from h2{ text-align:center; padding-bottom:30px; font-size:46px; font-weight:300;}

.form-input {
    display: block;
    width: 100%;
    min-height: 54px;
    padding: 14px 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #8491a5;
    background-color: #fff;
    background-image: none;
    border-radius: 35px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #ebebeb;
	margin-bottom:20px;
	
	
}

textarea.form-input {
    height: 185px;
    min-height: 54px;
    max-height: 315px;
    resize: vertical;
}



.submit-button{ width:100%; background:#fa6600; text-align:center;  transition: .3s ease-in-out;  border-radius: 35px; color:#fff; text-decoration:none; min-height:54px; border:none; cursor:pointer;}
.submit-button:hover{ background:#000;}


.bg-gray-100 {
    background-color: #f9f8f8;
}
.bg-gray-100 .box-custom-1 {
    background: #ffffff;
}

.block-ratio .box-custom-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-custom-1 {
    padding: 48px;
    text-align: center;
    background: #f9f8f8;
}

.block-ratio-content > * {
    min-width: 100%;
}

.block-ratio-content, .block-ratio-dummy {
    width: 100%;
    flex-shrink: 0;
}

.block-ratio-content {
    display: flex;
}

.block-ratio-dummy {
    visibility: hidden;
    opacity: 0;
    order: 10;
}


@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}



/* ---------------- For Animation on Scroll ---------------- */
.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {visibility: visible; animation:slide 1s;}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}




/* ---------------- price page css ---------------- */
.price-banner h1 span{ font-size:46px }
.price-banner h1 { font-size:46px; line-height:65px;}
.Price-Detail .priceList h3{ font-size:34px; color:#ff786e; font-weight:bold;}
.Price-Detail .priceList  p{color:#5c5959;font-size:20px; margin-bottom:0px;}
.Price-Detail .priceList  span.small-text{font-size:16px;color:#5c5959}
.pay-now{ background:#f9f8f8;}
.pay-now h2{ font-size:70px; color:#4b4949;}
.pay-now h2 span{ font-weight:normal;}
.pay-now p{ font-size:24px;color:#4b4949; margin-bottom:40px}
.pay-now a.buy{ font-size:24px;}

.branch-sec{ background:#fa6900; padding:0;}
.branch-sec .branch-item{ padding:60px 30px}
.branch-sec h4{ font-size:24px; color:#fff; margin-bottom:10px;}
.branch-sec h4 span{ font-size:19px;}
.branch-sec p{ font-size:20px; color:#fff;}
.branch-sec a.buy{ font-size:20px; font-weight:400; color:#fa6900 !important; background:#fff; margin-top:5px;}
.branch-sec .bg{ background:#ff6f6b; min-height: 356px;}









/***** Media Query *****/
@media( max-width: 1200px)
{
 .navbar .navbar-nav .nav-link{ font-size:18px; }  
 .heading h1{ font-size: 25px; line-height: 35px; }
 .features .about_block p{ font-size: 18px; }
 .features .about_icon{ margin-top:11px; }
.link-btn.buy, .link-btn.more{ padding: 15px 50px !important; width: auto; }
.newsletter .link-btn.buy{ padding: 15px 50px !important; width: auto; }
.newsletter .link-btn.more{ padding: 15px 20px !important; width: auto; }
.newsletter p{ font-size:17px; }

.navbar .navbar-nav .nav-link{ margin: 0 15px }

.features .about_content{ padding-left: 1rem !important }
.features .form-group { width: 63% !important; }
.features .form-inline .link-btn{ padding:15px 25px !important; font-size: 16px; }
.features .mt-4{ margin-top: 0px !important }
.features.about { padding:50px;}
.features{ padding:50px; }

.about p{ font-size: 18px }
.features .about p.cots{ font-size: 20px }
.meet-myentry{ padding:50px; }
section{ padding:0px 0 50px; }
.slideanim.slide{animation:none;}
}
@media( max-width: 991px){
.navbar-light .navbar-brand{ width:200px;}
    .navbar-nav{ background: #fa6900; padding:15px; }
.navbar-toggler .navbar-toggler-icon{ background: #fff; }

   .features .about_icon {float: left; margin-right: 20px; width: 20%;}


.features .about_content { width: 72%; float: left; padding-left: 0 !important; margin-top: 10px;}
.meet-myentry .about_block{ min-height: inherit; }
section { padding: 40px 0px;}
.testimonial{ padding-bottom: 0px; }
.newsletter { padding-top: 0; }
.newsletter .form-inline{  display: block; margin-bottom: 30px; }
.newsletter .form-inline .link-btn{ margin-top: 20px; }
.newsletter .form-control{ width: 100%; }
.footer .footer-link ul{ width: 49%; }

.footer .copy-right{ margin: 20px 0 0; padding-top: 20px; }
.breadcrumb ul{ width:100%;}
.slideanim.slide{animation:none;}
.contact_from{ margin-bottom:20px;}
.banner-content h1{ font-size:40px; line-height:46px;}
.banner-content h2{ font-size:43px; line-height:57px;}
.banner-content p{ font-size:18px; line-height:36px;}
.box-custom-1{ padding:10px;}

}
@media( max-width: 767px){
.heading h1{ font-size: 30px;}
.features .about_icon{ margin-right: 15px;
}
.breadcrumb ul{ width: 50%; }
.features{ padding: 0 30px; }
.features.about{ padding: 30px; }
.meet-myentry{ padding: 30px; }
.slideanim.slide{animation:none;}
.recent-post img{ width:auto !important; }
}


@media( max-width: 576px){
    .heading h1{ line-height: 45px; }
    .features .about_icon{ width: auto; }
    .features .about_block{ width: 70%; margin: auto; }
    .link-btn.buy, .link-btn.more{ width: 100%; padding: 10px 0 !important; display: block; margin-left:0; margin-top: 15px;}
.btn{ display: block; margin-top: 0 !important;}
.testimonial .client-slide .item{ width: 100%; }
.testimonial .client-slide .owl-nav{ display: none; }
.newsletter .form-inline .link-btn{ text-align: center; width: 100%; display: block; }
.footer .footer-link ul{ display: block; width: auto;  margin-bottom: 0px;}
.footer .footer-link{ border-bottom:solid 1px #ccc; padding:20px 0; }
.footer .contact { padding-top: 20px; }
.testimonial{ margin-bottom: 0; }
.navbar-light .navbar-brand{ width: 200px; }
.slideanim.slide{animation:none;}


}





@media( max-width: 576px){
.navbar-light .navbar-brand{ width:150px;}
.features .about_block{ width: auto; }
.heading h1{ font-size: 25px; line-height: 35px; }
.features .about_content{ width: 68%; }
.features .form-group {width: 100% !important;}
.features .form-inline .link-btn{ margin: auto; }

.features_detail h2{ font-size:34px; line-height:44px;}
.newsletter h3{ font-size:24px;}
.newsletter p{ font-size:14px;}
.inner-banner h1{ font-size:46px;}
.breadcrumb ul{ width:100%;}

.slideanim.slide{animation:none;}
.footer h3{ padding-bottom:0;}
.banner-content h1{ font-size:40px; line-height:50px;}
.banner-content h2{ font-size:33px; line-height:44px;}
.banner-content p{ font-size:16px; line-height:28px;}
.banner-content{ padding:10px;}
.features { padding-top:50px;}
.heading{ text-align:center;}

.banner .row{ margin:0;}
.bg-gray-100{ margin-bottom:20px;}

}














/*===================================================popup===================================================*/





/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/


/*---------------------------------------------*/
a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    margin: 0px;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder {color: #999999;}
input:-moz-placeholder {color: #999999;}
input::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder {color: #999999;}

textarea::-webkit-input-placeholder {color: #999999;}
textarea:-moz-placeholder {color: #999999;}
textarea::-moz-placeholder {color: #999999;}
textarea:-ms-input-placeholder {color: #999999;}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
 
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wrap-contact100 {
    width: 100%;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}

/*==================================================================
[ Title form ]*/
.contact100-form-title {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  padding: 15px 15px 15px 15px;
  height:415px;
}

.contact100-form-title-1 {
  font-family: Poppins-Bold;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 7px;
  margin-top:100px;
}

.contact100-form-title-2 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}


.contact100-form-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(54,84,99,0.7);
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 23px 48px 37px 104px;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 26px;
}

.label-input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  text-align: right;

  position: absolute;
  top: 14px;
  left: -105px;
  width: 80px;

}

/*---------------------------------------------*/
.input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  background: transparent;
  padding: 0 5px;
}

.select100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;
  height:50px;

  display: block;
  width: 100%;
  background: transparent;
  padding: 0 5px;
  border:none;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

  background: #fa6900;
}


/*---------------------------------------------*/
input.input100 {
  height: 45px;
}


textarea.input100 {
  min-height: 115px;
  padding-top: 14px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #fa6900;
  border-radius: 25px;

  font-family: Poppins-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  line-height:50px;
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #333333;
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .contact100-form {
    padding: 43px 15px 57px 117px;
  }
}

@media (max-width: 480px) {
  .contact100-form {
    padding: 43px 15px 57px 15px;
  }

  .label-input100 {
    text-align: left;
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 5px;
  }
  
  .contact100-form-title{ height:auto;}
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}




.partner_detail{ width:100%; height:auto; }

.partner_detail h2{ font-size:46px; line-height:56px; }
.partner_detail p{ font-size:20px; line-height:36px;  color:#454545;}
.partner_row{ margin-bottom:100px;}



.submitbtnpatner{
	background-color: #fa6700;
    color: #fff !important;
}



.form1{    background-color: #ffffff !important;
    border-color: #fbfbfb !important;
    color: #000 !important;
    height: 48px !important;
    box-shadow: 0px 0px 1px 0px #7b7979 !important;
    
}









.bottm{
	padding:50px 0px;
}

.formbox1{
	padding: 36px;
	background: #f9f8f8;
}



.boxtext{
	    padding: 12px 0px 0px 0px !important;
}

.text-center{
	text-align: center;
}

.patnerform{
	padding:25px 0px;
}








.pt-0, .py-0 {
    padding-top: 0!important;
}
.paddingtb {
    padding: 100px 0;
}
.service-part {
    margin-top: 0px;
    position: relative;
}

.service-part .container > .service-detail {
    display: inline-block;
    margin: 0px 0;
}

.mt-0, .my-0 {
    margin-top: 0!important;
}

.service-part.services .services-detail {
    height: 290px;
    background-color: #f5f3f3;
    padding: 30px;
    margin: 15px 0;
}

.service-part .service-detail .head-three {
	    text-align: center;
    padding: 0px 0px 20px 0px;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-top: 15px;
}

.service-part.services .services-detail .detail-p {
    margin-bottom: 0;
}
.service-part .service-detail .detail-p {
    color: #655d5d;
    font-weight: 300;
    text-align: justify;
    font-size: 18px;
}

.service-part.services .services-detail:hover {
    height: 290px;
    background-color: #ffff;
    padding: 30px;
    margin: 15px 0;
   box-shadow: 0px 0px 5px 0px #b5aaaa;
}