/* ------------------------------------------------
  Project:   Continental IT
  Build:     Bootstrap 4.0.0
  Author:    Pravin Wadkar
------------------------------------------------ */

/* ------------------------
    General
------------------------*/
body {font-family: 'Gotham'; position: relative; font-weight: normal; font-style: normal; font-size: 14px; line-height: 24px; color:#525252; overflow-x: hidden;}

h1, h2, h3, h4, h5, h6{font-weight:normal; margin-top: 0px; margin-bottom: 0px; text-transform: capitalize;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 60px; font-style: normal; line-height: 70px; font-weight: bold; text-transform: capitalize; color: #00c596;}
h2 { font-size: 38px; font-style: normal; line-height: 50px; font-weight: 300; color: #232323; text-transform: capitalize;}
h3 { font-size: 26px; font-style: normal; line-height: 36px; }
h4 { font-size: 20px; font-style: normal; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; line-height: 26px; color: #232323;}
h5 { font-size: 16px; font-style: normal; line-height: 20px; font-weight: 500;}
h6 { font-size: 16px; font-style: normal; line-height: 24px; }

a:focus { text-decoration: none !important; }
a:focus, a:hover { color: #00c596; text-decoration: none !important; }
a, button, input { outline: medium none !important; color: #00c596; }

*::-moz-selection { background: #00c596; color: #fff; text-shadow: none; }
::-moz-selection { background: #00c596; color: #fff; text-shadow: none; }
::selection { background: #00c596; color: #fff; text-shadow: none; }


ul { margin: 0px; padding: 0px; }
/* ------------------------
    Transition
------------------------*/
a, .btn, .owl-item, img, span, .featured-item, .portfolio-filter button, .team-hover, .team-social, .price-table, .price-table:hover .price-value,
.team-member, .team-social, .portfolio-item a.popup, .team-title, .post .post-desk{-webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }

/* ------------------------
    Transform translate
------------------------*/

/*--translate-X--*/
.testimonial-content p:before, .app-screen-image, #ajaxloader {transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%);}

/*--translate-Y--*/
.clear-loader, .navbar-nav .nav-link::before, .navbar-nav .nav-item .nav-link.active::before, .banner-content, .about-desc, .portfolio-filter button:before,
.portfolio-title, #accordion .card-header a span:after, #accordion .card-header a span:before, #accordion .card-header a span, .client-logo, .price-value{transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%);}

/*--translate-XY--*/
.clear-loader, .video-btn-pos, .sub-banner h1:before, .sub-banner h1:after{transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);}

/* ------------------------
    Box Shadow
------------------------*/
#header-wrap.fixed-header, .about-desc, .box-shadow {-webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2); -moz-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2); box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);}

/* ------------------------
    Pre Loader
------------------------*/
#ht-preloader {background: #ffffff; bottom: 0; height: 100%; left: 0; overflow: hidden !important; position: fixed; right: 0; text-align: center; top: 0; width: 100%; z-index: 99999;}
.clear-loader {z-index: 999; box-sizing: border-box; display: inline-block; left: 50%; position: absolute; text-align: center; top: 50%;}

/* ------------------------
    Row Eq Height
------------------------*/
.row-eq-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-eq-height > [class*='col-'] > div{height: 100%;}

/* ------------------------
    Background Overlay
------------------------*/
[data-overlay] {position:relative; z-index:0;}
[data-overlay]:before {  position: absolute;  content: '';  background: #000000;  width: 100%;  height: 100%;  top: 0;  left: 0; z-index:-1;}
[data-overlay].white-overlay:before{background:#fff;}
[data-overlay="1"]:before{opacity:0.1;}
[data-overlay="2"]:before{opacity:0.2;}
[data-overlay="3"]:before{opacity:0.3;}
[data-overlay="4"]:before{opacity:0.4;}
[data-overlay="5"]:before{opacity:0.5;}
[data-overlay="6"]:before{opacity:0.6;}
[data-overlay="7"]:before{opacity:0.7;}
[data-overlay="8"]:before{opacity:0.8;}
[data-overlay="9"]:before{opacity:0.9;}
[data-overlay="10"]:before{opacity:1;}
[data-overlay="0"]:before{opacity:0;}

/* ------------------------
    Scroll to Top
------------------------*/
#scroll-top .top{z-index: 999; position:fixed; margin:0px; background:#00c596; border: 2px solid #ffffff; border-radius: 5px; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:fixed; bottom:165px; right:25px; z-index: 999; font-size:22px; color: #ffffff; width:50px; height:50px; text-align:center; line-height:50px;}
#scroll-top .top:hover{background: #ffffff; border: 2px solid #00c596; color: #00c596}

/* ------------------------
    Scroll Down
------------------------*/
.scroll-top{
	height:54px;
	width:100%;
	background:#3339e7;
}
.scroll-down {background:url(images/btn-arrow-down.png); bottom: 60px; cursor: pointer; display: block; left: 0; height: 30px; width: 128px;margin: 0 auto; }
 
/* */

/* ------------------------
    Helper class
------------------------*/
.lead{font-weight: normal; font-size: 16px; line-height: 30px;}
.o-hidden{overflow: hidden;}
.img-center{display: inline-block !important; max-width: 100%;}
.fa{line-height: inherit;}
.color-customizer a.opener{background: #00c596}
section{padding: 80px 0;}
h2 span{color: #00c596; font-weight: bold;}
.section-title{margin-bottom: 50px;}
.txt-right{text-align:right !important; }


/* ------------------------
    Text color
------------------------*/
.text-theme{color:#00c596;}
.text-white{color:#ffffff;}
.text-black{color:#151515;}
.text-grey{color:#aaaaaa;}

/* ------------------------
    Background color
------------------------*/
.white-bg{background:#ffffff;}
.dark-bg{background:#151515;}
.grey-bg{background:#f8f9fa;}
.theme-bg{background:#00c596;}
.dark-bg a{color: #ffffff;}

/* ------------------------
    Pattern
------------------------*/
.pattern-1 {
    width: 100%;
    background: url(../images/img-pattern-1.jpg) no-repeat center;
    min-height: 410px;
    background-size: cover;
}

 

/* ------------------------
    Parallax
------------------------*/
.parallax { background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; z-index: 0; background-attachment: fixed !important; }

/* ------------------------
    Button
------------------------*/
.btn{position: relative; overflow: hidden; border-radius: 5px; background: none; border: 1px solid #6254e7; color: #000; padding: 12px 30px; text-transform: uppercase;}
.btn span{position: relative; z-index: 9;}
.btn:before {content: ''; display: block; position: absolute; background: #00c596; width: 0%; height: 75%; border-radius: 5px;
left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transition: all .5s;
-webkit-transition: all .5s; -moz-transition: all .5s;}
.btn:hover:before, .btn:focus:before {width: 90%; height: 75%;}
.btn:hover, .btn:focus{color: #ffffff; background: none !important; border: 1px solid #00c596; box-shadow: none !important;}
.btn-outline-light{border-color: #ffffff !important; color: #ffffff !important}
.btn + .btn{margin-left: 20px;}
.theme-bg .btn:hover span{color: #00c596} 
.theme-bg .btn:before{background: #ffffff} 

/* ------------------------
    Social Icon
------------------------*/
.social-icon li{margin-right: 0 !important;}
.social-icon li a{border-radius: 50%; text-align: center; width: 40px; display: inline-block; line-height: 40px; height: 40px; font-size: 18px; background: none; color: #151515;}
.social-icon li a:hover{background: #00c596; color: #ffffff;}

/* ------------------------
    Header
------------------------*/
.site-header{background:#fff;}
.site-header, .fullscreen-banner, .halfscreen-banner,  .banner{position: relative;} 
.site-header + .fullscreen-banner{margin-bottom: -85px; top:-85px;} 
.site-header + .halfscreen-banner{margin-bottom: -85px; top:-85px;} 
.site-header, header .container {position: relative; z-index: 999 !important;}
.header-transparent{background: transparent;}
#header-wrap{padding: 10px 0; width: 100%;}
#header-wrap.fixed-header {position: fixed; padding: 15px 0; top:0; left:0; width: 100%; z-index: 999 !important; background: #fff;}
.logo img {height: 55px;}
#header-wrap.fixed-header .logo img {height: 50px;}

/* ------------------------
    Navigation
------------------------*/
.navbar{padding: 0;float: right;}
.navbar-nav li{margin: 0 15px;}
.navbar-nav li:last-child{margin-right: 0;}
.navbar-nav .nav-link {position: relative; padding: 0 !important; color: #323232; font-size: 14px;   text-transform: uppercase; font-family: 'Gotham';font-weight: bold;
    font-style: normal; }
.navbar-nav .nav-link:hover span,
.navbar-nav .nav-link:focus span,
.navbar-nav .nav-item .nav-link.active span {color: #00c596;}
.navbar-nav .nav-link::before, .navbar-nav .nav-item .nav-link.active::before {content: ''; position: absolute; top: 50%; left: -17px; width: 0.9em; height: 1em; opacity: 0; background: rgba(255,255,255,0.5); animation: none; /* For Chrome */}
.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:focus::before,
.navbar-nav .nav-item .nav-link.active::before {animation: blinkblink 0.4s cubic-bezier(0.5,0,1,1) infinite alternate;}
.fixed-header .navbar-nav .nav-link:hover span,
.fixed-header .navbar-nav .nav-link:focus span,
.fixed-header .navbar-nav .nav-item .nav-link.active span {color: #00c596;}
.fixed-header .navbar-nav .nav-link::before, .fixed-header .navbar-nav .nav-item .nav-link.active::before{background: rgba(126,206,54,0.5);}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner{padding: 0;}
.banner .owl-carousel, .banner .owl-stage-outer, .banner .owl-item, .banner .owl-item .item, .banner .owl-stage, .banner {height: 100%;}

.banner-content{ 
	background: url(../images/img-bubble.png) no-repeat 0 0;
    display: block;
    left: 50%;
    position: relative;
    text-align: left;
    top: 430px;  
    width: 100%;
    z-index: 2;
    max-width: 595px;
    min-height: 630px;
	}
 
 .banner-content h1{
	font-family: 'Bree Serif', serif;
    color: #fff;
    font-size: 47px;
    line-height: 54px;
    letter-spacing: 4px;
    position: absolute;
    z-index: 4;
    top: 160px;
    display: inline-block;
    left: 40px;
 }
 
 
  
 /* ------------------------
    Client List
------------------------*/ 
 .client-list{
	position: relative;
    margin:20px 0;
 }
  .client-list ul{
	  display: block;
  }
  .client-list ul li{
	  display: inline-block;
	  width: 16%;
	  float: left;
  }
  .client-list ul li img{
	  display: block;
    margin: 0 auto;
  }

/* ------------------------
    Sub Banner
------------------------*/
.sub-banner h1{color: #ffffff; font-weight: normal; text-transform: uppercase;}
.sub-banner h1{position: relative; padding-bottom: 20px; margin: 25px 0;}
.sub-banner h1:before, .sub-banner h1:after{content: ""; position: absolute; bottom: 0; left: 50%; background: #00c596; height: 2px; width: 70px;}   
.sub-banner h1:before{width: 70px;}   
.sub-banner h1:after{width: 50px; bottom: -8px;}
.breadcrumb {background: none; margin: 30px 0 0; padding: 0; justify-content: center; text-transform: uppercase; font-weight: bold;}
.breadcrumb-item.active, .breadcrumb-item a:hover{color: #00c596;}

/* ------------------------
    We are
------------------------*/
#we-are{
	background: #f8f9fa url(../images/bg-trans-map.png) no-repeat center;
	}

#we-are h5{
	 color:#c3c3c3;
	 font-family: 'Gotham';
	 font-weight: bold;
     font-style: normal;
	 font-size:17px;
	 text-transform:uppercase;
 }
 
 #we-are h2,.featured-title,.contact-box h3,.contact-info h3{
	 color:#3a3a3a;
	 font-family: 'Lato';
	 font-weight: bold;
     font-style: normal;
	 font-size:35px;
     line-height: normal;	
	 text-transform:inherit;
 }
 

/* ------------------------
    Featured Box
------------------------*/
.featured-item{padding: 50px 30px;}
 
.featured-item:hover{border-radius: 5px; position: relative; overflow: hidden; background: #ffffff; }

.featured-title{
	font-size:22px; 
}
 
.featured-desc,.contact-info p,.contact-info a,.contact-box label , footer p, footer a{
	color:#3f3f3f;
	font-family: 'Gotham';
	 font-weight: normal;
    font-style: normal;
	 font-size:18px;
}
 
.featured-icon{
	margin-bottom:30px;
}
 
 

/* ------------------------
    Contact Us
------------------------*/
iframe{width: 100%; height: 404px; border: none;}

.contact-box{padding: 31px 50px 50px 50px;   position: relative;}
.form-group{margin-bottom: 20px; position: relative;}
 label{font-size: 14px; color: #333}
 
.form-control{height: 50px; border-radius: 0px; font-size: 12px; background: none; 
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #ced3d9;
	box-shadow: none;
}
textarea.form-control{height: 90px; margin-bottom:30px;}

.form-control:focus{box-shadow: none; border-color: #00c596;}

.contact-info{padding: 30px; height: auto !important;   position: relative;}
 
.help-block.with-errors {position: absolute; color: red; right: 0; font-size: 10px;}

.contact-box h3,.contact-info h3{
	 font-size:22px; 
}

.contact-info p,.contact-info a, .contact-box label{  font-size:16px;padding-left: 20px;}

footer{
	background:#fff;
	padding:25px 0 15px 0;
}

footer p, footer a{
	font-size:14px;

}

footer a{
	color:#6254e7;
}

.padd-left-45{
	padding-left: 50px !important;
}


ul.ico-lang{
	display:block;
	float:right;
    margin-left: 40px;
}

ul.ico-lang li{
	display:inline-block;
	margin: 0 3px;
}

.btn_call, .btn_whatsapp {
    position: fixed;
    z-index: 9;
    right: 19px;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none !important;
    vertical-align: middle;
    display: block;
	border:1px solid #fff;
    /* box-shadow: 1px 2px 5px #262a2a; */
}

.btn_call {
    bottom: 90px;
    background: #00c596;
    padding: 15px 0px 0px;
    width: 54px;
    height: 54px;
    color: #000 !important;
}

.btn_call .fa-phone:before {
    color: #fff;
}






