#editcontrol {
    margin-top: 105px;
}

@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
.container{font-size:14px !important; font-family:lato !important;}
p{font-size:15px; font-family:Lato; line-height:24px;}
*{font-family:Lato !important;}
.fa {font-family:fontawesome !important;}
body {
    width: 100%;
    height: 100%;
    font-family: 'Lato',sans-serif;
	font-weight: 300;
    color: #666;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}
#HeaderControl .rdCenter, #MenuControl .rdCenter{background:transparent !important;}
header img{padding:19px 0;}
#HeaderControl {
    width: 35%;
    position: fixed;
	float:left;
    left: 0;
    top: 0;
    right:inherit;
    transition: all 0.5s;
    z-index: 997;
    background:#fff;
}

#MenuControl {
    width: 65%;
    position: fixed;
	float:right;
    left: inherit;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background:rgba(254, 254, 254, .75);
}
center #form1 #HeaderControl, center #MenuControl{ background:#fff;}
center #form1 #HomepagecontentControl{padding-top:120px;}
.slogan .text_color{font-size:42px;}
.tp-caption a.btn:hover {
	color: #67b0d1;
}
.bg-skin {background: #67b0d1;}

footer {background-color: #0f1935;}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}


/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important; margin-top: -23px;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
    background:#efefef;
}

hr{border-top: 1px solid #000;}

.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	background: url(../image/bg1.jpg) no-repeat top center;
    background-size: cover;
    height: auto;
}

#intro.intro {
	padding:20% 0 0 0;
}

.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}

@media (max-width: 768px) {
  .intro .slogan h2 {
    font-size: 48px;
  }
}

@media (max-width: 600px) {
  .intro .slogan h2 {
    font-size: 36px;
  }
}


/* ===========================
--- About
============================ */
#about p{text-align:justify;}
.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 20px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;

}

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

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}



/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
	border:1px solid #111; background:#ddd;
}
.service-icon .fa{
	line-height:50px; font-size:30px;
}
.service-desc a{
	/*border:1px solid #111; background:#ddd;*/ color:#000; padding:5px 10px; line-height:40px; font-weight:bold;
}
.service-box{text-align:justify;}
.service-box h5{font-size:24px;}
.othr-clr, .othr-clr a{color:#00a894;}
.othr-clr p{color:#333;}
#abt-tm h2{color:#0f1935;}
#abt-tm p strong{color:#0f1935;}
#abt-tm a{border:2px solid #0f1935; padding:10px 15px; transition:.5s; color:#0f1935; font-weight:bold;}
#abt-tm a:hover{background:#0f1935; color:#fff;}
/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;font-size: 15px;
}
.hm-query .lbl{width:100%; margin:5px auto;}
.hm-query .map-hm-rht{text-align:left;}

.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;line-height: 40px;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}



/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 50px 0 ;

}

footer p {
	color: #f8f8f8;
}
.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.ft-soc-lnk ul{list-style:none; margin:0; padding:0; margin-top:50px;}
.ft-soc-lnk ul li{display:inline-block; margin:5px;}
.ft-soc-lnk .fa{font-size:40px; line-height:40px;color:#fff;}
.ft-soc-lnk ul li a{color:#fff;}
footer h2{color:#fff; font-size:25px; line-height:30px;}
footer .add-bx{text-align:justify;}
footer a, footer a:hover{color:#999;}
.orng-clr, .orng-clr a{color: #f58943;}
.orng-clr p{color: #333;}

@media(max-width:1366px){
.carousel-inner>.item>a>img, .carousel-inner>.item>img{width:100%;}
}
@media(max-width:767px){
header img{margin:0 auto;}
#HeaderControl, #MenuControl{width:100%; float:inherit; position:relative;}
.section-heading h2 {  font-size: 30px;}
center #form1 #HomepagecontentControl{padding-top:10px;}
}