/* DETAILS
==================================================
	Theme Name: TOGO	
	Author: Onqanet Technologies
	Author URI: http://onqanet.com
==================================================
*/

@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/
/*
font-family: 'Anton', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Oswald', sans-serif;
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    background:#fbf7f1 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}
html * {
	outline:none;
}
ol, ul, li {
	list-style: none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover, a:focus{
	text-decoration:none !important;
	outline:none !important;	
}
outline {
	border:0;
}
.lft {
	float:left;
}
.rgt {
	float:right;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
a, input, textarea {
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;
}
img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;	
}

/********* COMMON-CSS ********/
/****/
.loader-screen {
position: fixed;
top: 0;
height: 100%;
width: 100%;
background: #ED117F;
z-index: 9999999;
display: block;
left: 0;
right: 0;
}
 #loader {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 30%;
    max-width: 300px;
}
/****/
.blck-tape a {
    color: #fff;
}
.blck-tape a:hover{
	color:#fff;
	text-decoration:none; 	
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 30px;
	right: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #800000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 50%;
	z-index: 999;
}
.cd-top:hover{
	background:#000 url(../images/cd-top-arrow.svg) no-repeat center 50%;	
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: rgb(249, 161, 27);
  opacity: 1;
}
/****/
.map-container {
	width: 100%;
	/*margin: 50px 0 3000px;*/
}
.map-container p{
	margin:0;	
}
.map-container iframe{
	width: 100%;
	height:350px;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}
/****/
div.wpcf7-validation-errors {
	border: 2px solid #f00;
	margin: 10px 0;
	background: #f00;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #398f14;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
/****/
.site-btn {
	text-align: center;
	margin: 0 auto;
}
.site-btn a {
	background: #fff;
	color: #000;
	display: inline-block;
	font-size: 15px;
	padding: 15px 40px;
	letter-spacing: 1px;
	margin: 30px 0 0 0;
}
.site-btn a:hover, .site-btn a:focus {
    box-shadow: 350px 0 0 #98bc66 inset;
    color: #000;
}
.site-title {
	text-align: center;
}
.site-title h2 {
	text-align: center;
	margin: 0 auto 62px;
	text-transform: uppercase;
	font-size: 40px;
	position: relative;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	color: #800000;
	letter-spacing: 6px;
	width: 100%;
	font-weight: 400;
}


/*******END********/
/***********HOME-PAGE-CSS-Start************/
/*********MENU**********/
/*********MENU**********/
.menu-toggle{
	display:none;	
}
.menu.slide-left{
	left:0;	
}
.menu {
	text-align: center;
	margin: 0px 0 0 0;
    
}
.menu li {
	vertical-align: top;
	position: relative;
	display: inline-block;
	margin: 0;
}
.menu > li:first-child {
	margin-left: 0;
}
.manu-sec {
	position: absolute;
	z-index: 99;
	top: 0;
	left: -25%;
	right: 0;
	margin: 0 auto;
}
.menu li a {
	display: block;
	padding: 40px 16px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	color: #726f6f;
	letter-spacing: 1px;
}
.menu li > ul > li a {
	display: block;
	/* color: #fff; */
	text-transform: uppercase;
	padding: 13px 10px 8px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	color: #000;
	background: #fff;
	
}
.menu li a i {
	margin: 0 0 0 10px;
}
.menu li > ul > li a:hover, .menu li > ul > li a:focus {
	color: #ffc000;
}
.menu li > ul{
	border-top: 5px solid #000;	
}
.menu li.active a {
	color: #00401e;
}	
.menu li a:hover, .menu li a:focus {
	color: #00401e;
}
/*****end*******/
/*******SUBMENU & SUBMENU's SUB**********/
/*******LEVEL1*********/
.menu ul {
	box-shadow: 2px 2px 15px 0 rgba(0,0,0, 0.5);
}
.menu > li > ul {
	text-align: left;
	/* display: none; */
	background: green;
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	z-index: 99999;
	visibility: hidden;
	position: absolute;
	opacity: 0;
	transition: all .2s ease-in-out;
	margin: 20px 0 0 0;
}
.menu > li > ul > li{
	width:100%;	
}
.menu > li:hover > ul{
	visibility:visible;
	opacity:1;  
	margin:0; 	
}
/****end***/
/***** Level 2 *******/
.menu > li > ul > li > ul {
	text-align: left;
	/*display: none;*/
	background: darkcyan;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 240px;
	visibility: hidden;
	opacity:0;
	transition: all .2s ease-in-out;
	margin:0 0 0 20px;
}
.menu > li > ul > li > ul > li {
	width: 100%;
}
.menu > li > ul > li:hover > ul{
	visibility:visible;
	opacity:1;  
	margin:0;
}
/******end******/
/*****header******/
.hline {
    width: 90%;
    text-align:center;
}
.hlink {
    text-align: center;
    padding: 20px 0 0 0;
}
.hlink a {
    color: #f7c002;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}
.hlink ul {
	margin: 0;
}
.hlink ul li {
    display: inline-block;
    padding: 0 20px;
}
.hlink p{
    font-size: 16px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    padding: 0;
    margin: 0;
}
.hs{
    text-align: center;
     padding: 20px 0 0 0;
}
.hs a {
    font-size: 22px;
    color: #ffc000;
    text-decoration: none;
    font-weight: 800;
}
.hs p{
    font-size: 16px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    padding: 0;
    margin: 0;
}
.header {
	padding: 5px 40px !important;
    background: #800000;
}
.header a:hover {
	color: #c4c4c4
}
.head-line {
	padding: 0 !important;
}
.hbdr {
	padding: 0 0 5px 0;
}
/************menu-logo**********/
.ml {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.logo {
	position: absolute;
	left: 40px;
}
.head-btn {
	background: #022737;
	padding: 8px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
	transition: all 0.4s;
	position: relative;
	left: -20px;
}
.head-btn a {
	font-size: 14px;
	color: #fff;
    transition: all 0.4s;
    margin: 0 5px;
}
.head-btn a:hover {
	color: #54cc61;
	transition: all 0.4s;
}
/**********MAIN-BANNER*****/
.banner {
    background: url(../images/banner2.jpg)no-repeat;
	position: relative;
	overflow: hidden;
}
.fm-tx{
    margin: 50px 50px 0 0;
}
.fm-tx h4 {
    font-size: 42px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    line-height: 60px;
    font-weight: 800;
    margin-top: 20px;
}
.fm-tx p{
    font-size: 22px;
    width: 70%;
    color: #ffc000;
    font-family: 'Josefin Sans', sans-serif;
    margin: 10px 0 0 0;
    font-weight: 600;
}
.ban-form-box{
    background: #e5e5e5;
    padding: 30px 30px;
    text-align: center;
}
.ban-form-box h4{
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
}
.ban-form-box p{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Josefin Sans', sans-serif;
}
.ban-form input[type="text"], .ban-form input[type="tel"], .ban-form input[type="email"], .ban-form input[type="date"], .ban-form input[type="time"], .ban-form select, .ban-form textarea {
    width: 100%;
    margin: 10px 0;
    padding: 12px;
    font-size: 14px;
    color: #595959;
    border: none;
    border: 1px solid #e1e1e1;
}
.ban-form input[type="submit"] {
    width: 100%;
    margin: 10px 0;
    padding: 12px;
    font-size: 14px;
    color: #fff;
    border: none;
    border: 1px solid #800000;
    background: #800000;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
}
.strategic, .exprt{
    margin: 50px 0;
}
.pro-heading{
    font-size: 40px;
    color: #800000;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 22px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.circle {
    width: 200px;
    border-radius: 50%;
    text-align: center;
    padding-top: 48px;
    display: inline-block;
    transition: all 0.25s;
    position: relative;
}
.circle-wrap:hover .circle:after{
    content: "";
    position: absolute;
    border: 2px solid #800000;
    width: 109%;
    height: 87%;
    top: 40px;
    left: -9px;
    border-radius: 50%; 
}
.circle-wrap h4 {
    color: #800000;
    font-weight: 500;
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
    margin: 20px 0 10px 0;
}
.circle-wrap p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
}
.circle-wrap {
    text-align: center;
    padding: 0 60px;
}
.circle img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 50%;
}
.abt-tx p{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 30px;
    margin: 60px;
}
.cont-d{
    background: #800000;
    margin-top: 60px;
    text-align: center;
    padding: 100px 0;
}
.cont-no a{
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    font-family: 'Oswald', sans-serif;
    padding: 20px 30px;
    border: 2px solid #fff; 
}
.cont-no a:hover{
    border: 2px solid #800000;
    background: #fff;
    color: #800000;
}
.cont-tx h6{
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    font-family: 'Josefin Sans', sans-serif;
}



.cp {
	padding: 20px;
	text-align: center;
	background: #000;
}
.cp p {
	width: 100%;
	margin: 0;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.cp p a{
    color: #fff;
}
.modal-dialog {
    max-width: 700px !important;
    
}
 .mod-img{
    width: 50%;
}
.modal-title {
    color: #800000;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-left: 122px;
    text-transform: uppercase;
}
.modal-title span{
    font-weight: 800;
}
.mod-form input[type="text"], .mod-form input[type="tel"]{
     width: 100%;
    margin: 7px 0;
    padding: 7px;
    font-size: 14px;
    color: #595959;
    border: none;
    border: 1px solid #e1e1e1;
}
.mod-form input[type="submit"] {
    width: 100%;
    margin: 10px 0;
    padding: 12px;
    font-size: 14px;
    color: #fff;
    border: none;
    border: 1px solid #800000;
    background: #800000;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
}
.abt-sec{
    text-align: center;
}
.ex-box{
    height: 200px;
    background: #efefef;
    border-radius: 5%;
    padding: 30px 30px;
    text-align: center;
    margin: 30px 0 0 0;
}
.ex-img{
    width: 40%;
    height: 70%;
    margin: 0 auto;
}
.ex-box h4{
    color: #800000;
    font-size: 22px;
    font-weight: 800;
    font-family: 'Josefin Sans', sans-serif;
}
.ex-box:hover{
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background: #fff;
}
.wp {
	position: fixed;
	z-index: 99;
	right: 10px;
	top: 75%;
	width: 50px;
	bottom: 70px;
}
.m-popup{
    
}
.client-box{
    border-radius: 20px;
    border: 1px solid #800000;
    padding: 30px;
    text-align: center;
}
.rev{
    margin: 0 0 10px 0;
}
.rev i{
   color: #ffc100;
    font-size: 16px;
}
.review{
    margin: 60px 0  ;
}

.client-box p{
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    
}
.client-box span{
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #800000;
}
.bottom-from{
    background: url(../images/form-ban.jpg);
margin: 50px 0 0 0;
        padding: 30px;
    background-size: cover;
}
.cont-dd{
    margin: 0 !important;
    padding: 0 !important;
}
.gal-slid img{
    width: 100%;
}
.inn-gal img{
    width: 100%;
}
.inn-gal p {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 10px 0 0 0;
}
.hll{
    display:none !important;
}



















