/*
Theme Name: Top Wise Theme
Theme URI: 
Description: Top Wise Theme
Version: 1.01
Author:  
Tags: Top Wise
*/

@import url('style/bootstrap.css');
@import url('style/bootstrap-theme.css');
@import url('style/fonts/fonts.css');



body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 25px;
	font-family: 'Poppins', sans-serif;
font-weight: 300;
color: #787878;
}




.MenuFixed {
	position: fixed !important;
	top: 0;
	z-index: 999;
	left: 0;
	right: 0;
	background: #fff;
	margin-top: 0;
	animation: fadeIn 1s ease-in both;
	-webkit-box-shadow: 0px 8px 88px -28px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 0px 8px 88px -28px rgba(0, 0, 0, 0.34);
	box-shadow: 0px 8px 88px -28px rgba(0, 0, 0, 0.34);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

h2{
	font-family: poppins;
font-size: 30px;
font-weight: 400;
color: #191919;
margin-bottom: 20px;
}

.pricing-btn{
	background: #fe6b00;
    border: none;
    padding: 10px 0px;
    width: auto;
    margin-right: 20px;
    display: inline-block;
    color: #fff;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
    font-family: inherit;
    border-radius: 40px;
    transition: 0.5s all;
    margin: 20px;
}

.pricing-btn:hover{
	background: #285ca6;
	color:#fff;
}

.pricing-btn.pricing-blu-btn {
	background: #285ca6;
}

.pricing-btn.pricing-blu-btn:hover{
	background: #fe6b00;
}

.nav-top{
	background-color:#fff;
	height:auto;
	padding: 12px 0;
}

.nav li a{
	font-family:poppins;
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
	color:#000;
	    letter-spacing: 1.4px;
}

.nav li a:hover, .nav li a:focus, .nav li a:active{
	color:#ff6b01;
	text-decoration:none;
}

.nav li{
	margin-left:35px;
}

.nav li ul{
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(154, 80, 24, 0.92);
    
  	visibility: hidden;
  	opacity: 0;
  	transition-duration: .2s;
  	font-size: 13px; width: 200px;
	z-index: 9;
  }


.nav li:hover ul{
	visibility: visible;
	opacity: 1;
}

.nav ul li{
    border-bottom: 1px dotted white;
    background: #ff6b01;
    margin: 0;
  }

.nav ul li:hover{
	background: #225399;
}

.nav ul li:hover a{
	color: #fff;
}

.nav ul li a{
  	padding: 10px 20px 10px 20px;
    	display: block;
	text-transform: uppercase;
	    color: #fff;
  }

.btn-top{
	background-color:#ff6b01;
	font-family:poppins;
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	padding:12px 39px;
	border-radius:60px;
	letter-spacing: 1.4px;
	transition:0.3s;
	display: inline-block;
}

.btn-top:hover, .btn-top:focus, .btn-top:active{
	text-decoration:none;
	color:#fff;
	background-color:#225399;
}

.btn-readmore{
	background-color:#225399;
	font-family:poppins;
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	padding:12px 40px;
	border-radius:60px;
	letter-spacing: 1.4px;
	transition:0.3s;
	display: inline-block;
}

.btn-readmore:hover, .btn-readmore:focus, .btn-readmore:active{
	text-decoration:none;
	color:#fff;
	background-color:#ff6b01;
}

.login-btn {
    font-family: poppins;
    font-size: 12px;
    padding: 0px 8px 0px 24px;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    background-image: url(images/login_icon.png);
    background-repeat: no-repeat;
}

.login-btn:hover, .login-btn:focus, .login-btn:active{
	color:#000;
	text-decoration:none;
}

.logo, .main-nav, .top-btns{
	margin-top:12px;
}

.top-btns{
	margin: 0;
}

.header-bg{
	background:url(images/banner.png);
	background-size:cover;
	background-repeat:no-repeat;
	min-height:413px;
}

.header-bg h1{
	font-family:poppins;
	font-size:40px;
	font-weight:300;
	color:#fff;
	    letter-spacing: 1.4px;
	margin-top:100px;
	margin-bottom:40px;
	
}

.btn-banner{
	background-color: #ff6b01;
    font-family: poppins;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 14px 60px;
    border-radius: 60px;
    letter-spacing: 1.4px;
    border: none;
    transition: 0.3s;
}

.btn-banner:hover, .btn-banner:focus, .btn-banner:active{
	text-decoration:none;
	color:#fff;
	box-shadow: 0px 6px 0px 0px #2f1600;
}

.sec-1 {
    padding: 40px 0px;
    /*! background-image: url(https://web.totalmarketing.com.au/topwise/wp-content/uploads/2019/06/laptop.png); */
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 65px;
    min-height: 630px;
    text-align: center;
}
.sec-1 h2 {
	font-family: poppins;
    font-size: 32px;
    font-weight: 600;
    color: #191919;
    margin: 0px;
}
.sec-1 p{
	    font-family: poppins;
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    margin-top: 20px;
	
}

.laptop-img{
	/*! display:none; */
	text-align: center;
}

.sec-1 span{
	font-family:poppins;
	font-size:14px;
	font-weight:400;
	color:#ff6b01;
	
}

.sec-2{
	background: url(images/bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	min-height:auto;
	padding:40px 0px;
	
}

.sec-2 h2{
	 font-family: poppins;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
	text-align:center;
}

.sec-2 h2::after{
	content: '';
    width: 60px;
    height: 3px;
    background-color: #ff6b01;
    display: block;
    margin: 0px auto;
    margin-top: 10px;
}

.sec-2 p{
	    font-family: poppins;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
	text-align:center;
	
}

.services{
	margin-top:50px;
}

.services h3{
	font-family: poppins;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
	text-transform:uppercase;
	margin-top:16px;
}

.services p{
	font-family: poppins;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.sec-3{
	background-color:#225399;
	padding:60px 0px;
	display: none;
}


.sec-3 h2{
	 font-family: poppins;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
	text-align:center;
}

.sec-3 h2::after{
	content: '';
    width: 60px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 0px auto;
    margin-top: 10px;
}

.why-top{
	background-color:#fff;
	    padding-bottom: 20px;
		margin-top:40px;
}

.why-top img{
	max-width: 100%;
}

.why-top h3{
	font-family: poppins;
    font-size: 19px;
    font-weight: 600;
    color: #191919;
	text-transform:uppercase;
	margin-top:18px;
}

.why-top p{
	font-family: poppins;
    font-size: 14px;
    font-weight: 400;
    color: #191919;
	margin-top:16px;
	margin-bottom:10px;
}

.why-top a{
	font-family: poppins;
    font-size: 14px;
    font-weight: 600;
    color: #225399;
    background-image: url(images/readmore_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}

a:hover{
	text-decoration:none;
}

.sec-4{
	background-color:#f3f3f3;
	padding:40px 0px;
}

.sec-4 h2{
	 font-family: poppins;
    font-size: 35px;
    font-weight: 600;
    color: #191919;
	text-align:center;
}

.sec-4 img{
	margin-top:40px;
}

.sec-5{
	background: url(images/bg_2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	min-height:auto;
	padding:40px 0px;
}

.sec-5 h2{
	 font-family: poppins;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.sec-5 p{
	 font-family: poppins;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
	margin-bottom:30px;
}

.footer-bg{
	background-color:#141f2c;
	padding:20px 0px 0px 0px;
}

.footer-bg h3{
	font-family: poppins;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
	margin-bottom:20px;
	margin-top:30px;
}

.footer-list{
	padding:0px;
}

.footer-list li{
	list-style:none;
	margin-bottom:10px;
}

.footer-list li a{
	font-family: poppins;
    font-size: 14px;
    font-weight: 300;
    color: #5c6e86;
}

.footer-list li a:hover{
    color: #ff6b01;
}

.country-list{
	list-style:none;
	padding:0px;
}

.country-list li{
	display:inline-block;
}

.country-select{
	        padding: 12px 20px 12px 80px;
    background-color: transparent;
    color: #5c6e86;
    width: 340px;
    border-radius: 60px;
    border: 1px solid #2a3545;
	margin-left:20px;
}

.country-select::after{
	content:'Region:';
	color: #5c6e86;
	font-size: 14px;
    font-weight: 500;
	display: block;
    position: absolute;
    left: 140px;
    top: 83px;
}

.country-list select{
	color: #5c6e86;
	font-size: 14px;
    font-weight: 300;
	background-color: transparent;
	border:none;
	width:100%;
}

.country-list select:focus{
	outline:none;
}

.contact-field{
	background-color:transparent;
	border:1px solid #2a3545;
	padding: 12px 20px;
	border-radius: 60px;
	margin-bottom:20px;
	color: #5c6e86;
	font-size: 14px;
    font-weight: 300;
	width:100%;
}

.contact-field:focus {
	outline:none;
}

.contact-field::placeholder {
  color: #5c6e86;
  opacity: 1; /* Firefox */
}

.contact-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #5c6e86;
}

.contact-field::-ms-input-placeholder { /* Microsoft Edge */
 color: #5c6e86;
}

.submit-btn {
    background-color: #ff6b01;
    font-family: poppins;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 14px 60px;
    border-radius: 60px;
    letter-spacing: 1.4px;
    transition: 0.3s;
	border:none;
	width:100%;
	cursor:pointer;
}

.footer-bottom{
	background-color:#0d141d;
	padding:20px 0px;
	margin-top:40px;
}

.footer-bottom p{
	font-family: poppins;
    font-size: 15px;
    font-weight:300;
    color: #5c6e86;
	margin-bottom:0px;
	text-align:center;
	
}

.footer-bg .menu-footer-navigation-menu-container ul li {
    display: inline-block;
    width: 49%;
}

.logo-footer {
    margin-top: 84px;
}

.footer-bg .logo-footer img{
	height:auto;
}

.social-list{
	margin-bottom:0px;
}

.social-list li{
	list-style:none;
	display:inline-block;
	margin-left:20px;
	margin-bottom:0px
}

.offset-md-3{
	margin-left:0px;
}


/** inner-page-1 start **/

.inner-bg{
	background:url(images/inner-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	min-height:324px;
	padding-top:110px;
	background-size: cover !important;
}

.inner-bg h1{
	font-family: poppins;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
	text-align:center;
	margin-bottom:20px;
}

.inner-bg p{
	font-family: poppins;
    font-size: 25px;
    font-weight: 300;
    color: #adcfff;
	text-align:center;
}

.inner-sec-1, .feature-sec-1{
	padding:50px 0px;
}

.inner-sec-1 h2, .feature-sec-1 h2, .feature-sec-2 h2{
	font-family: poppins;
    font-size: 30px;
    font-weight: 400;
    color: #191919;
	text-align:center;
	margin-bottom:20px;
}

.inner-sec-1 p, .feature-sec-1 p, .feature-sec-2 p{
	font-family: poppins;
    font-size: 16px;
    font-weight: 300;
    color: #787878;
	text-align:center;
	line-height:24px;
	margin-bottom:20px;
}

.inner-sec-1 .services h3 {
    font-family: poppins;
    font-size: 18px;
    font-weight: 600;
    color: #225399;
    margin-bottom: 10px;
}

.inner-sec-1 .services p {
    font-family: poppins;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
    margin-bottom: 20px;
}


/** inner-page-1 end **/


/** feature page start **/

.btn-inner {
    background-color: #ff6b01;
    font-family: poppins;
    width: 270px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #fe6b00;
    color: #fff;
    padding: 14px 60px;
    border-radius: 60px;
    letter-spacing: 1.4px;
    transition: 0.3s;
    cursor: pointer;
}

.feature-bg{
	padding-top:70px !important;
}

.btn-inner-1 {
    background-color: transparent;
    font-family: poppins;
    width: 270px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #fff;
    color: #fff;
    padding: 14px 60px;
    border-radius: 60px;
    letter-spacing: 1.4px;
    transition: 0.3s;
    cursor: pointer;
	    margin: 10px 10px 0px 10px;
}

.btn-inner:hover, .btn-inner:focus, .btn-inner:active, .btn-inner-1:hover, .btn-inner-1:focus, .btn-inner-1:active{
	text-decoration:none;
	color:#fff;
	box-shadow: 0px 6px 0px 0px #2f1600;
	background-color: #ff6b01;
	border: 1px solid #fe6b00;
	outline:none;
}

.feature-sec-1 p{
	margin-bottom:45px;
}

.feature-sec-1 h3 {
   font-family: poppins;
    font-size: 20px;
    font-weight: 500;
    color: #191919;
    margin-top: 10px;
    line-height: 30px;
}

.feature-sec-2 {
    padding: 50px 0px;
    min-height: 554px;
    background-color: #f2f4f5;
}

.feature-sec-3 {
    padding: 180px 0px 100px 0px;
}

.feature-sec-5 {
    padding: 100px 0px;
}

.feature-sec-4{
	padding:100px 0px;
	background-color:#f2f4f5;
}

.mid-laptop {
    position: absolute;
    right: 0;
    left: 0;
}

.feature-sec-3 h2, .feature-sec-4 h2, .feature-sec-5 h2 {
   font-family: poppins;
    font-size: 30px;
    font-weight: 400;
    color: #225399;
	margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}

.feature-sec-3 p, .feature-sec-4 p, .feature-sec-5 p {
   font-family: poppins;
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    margin-top: 10px;
    line-height: 30px;
}

.content_white_bg{
	padding: 50px 0;
}

.pricing-table{
	margin-bottom: 1rem;
}

section{
	padding: 50px 0;
}

.logo-spacing{
	margin-top: 10px;
}

h1{
	color: #191919;
}

.inner-sec-1{
	background: #f5f5f5;
}

.pum-theme-92 .pum-title, .pum-theme-lightbox .pum-title {
    color: #fff !important;
    text-align: center !important;
    margin: 10px 0 20px !important;
}

.pum-theme-92 #popmake-192, .pum-theme-lightbox #popmake-192 {
    border: 8px solid #ff6b01 !important;
}

.pum-theme-92 .pum-content, .pum-theme-lightbox .pum-content{
	color: #fff !important;	
}

.pum-theme-92 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    background-color: rgb(40, 78, 131) !important;
}

div.ufaq-faq-title h4{
	color: #191919;
}

/**************************/
/***** Media-Querries *****/
/**************************/


@media (min-width: 1200px) {
    .mobile-menu {
        display: none;
    }
	.container{
		    width: 1200px;
	}
}

@media (min-width: 1200px){
	.container {
    	width:1200px;
	}

}



@media (max-width: 1199px) {
	
.nav li {
    margin-left: 20px;
}

.btn-top{
	    padding: 12px 20px;
}

.header-bg h1{
	font-size:36px;
}

.sec-1{
	background-image:none;
	min-height: auto;
}

.laptop-img {
    display: block;
}

.sec-1 p{
	    margin-top: 40px;
    margin-bottom: 40px;
	}
	
.nav-top{
	padding-bottom:12px;
}

.why-top p{
	padding:0px 20px;
}

.offset-md-3{
	margin-left:0px;
}

.feature-sec-3 img, .feature-sec-4 img, .feature-sec-5 img{
	margin-top:80px;
}

.feature-sec-3 h2, .feature-sec-4 h2, .feature-sec-5 h2 {
    font-size: 24px;
}

.feature-sec-3 {
    padding: 100px 0px;
}

.feature-sec-1 h3 {
    font-size: 17px;
	margin-top:0px;
}

}



/* END OF iPAD LANDESCAPE*/


@media (max-width: 991px) {
	
.pr_box h3 {
    font-size: 45px;
}	
	
.pr_box h2 {
    font-size: 22px;
}	
	
	.pr_box p{
		
	}	
	
	.offset-md-3{
	margin-left:25%;
}

/** inner-page-1 start**/

.inner-bg p {
    font-size: 20px;
    }
	
	.inner-bg h1 {
    font-size: 31px;
	}
	
	.inner-sec-1 h2 {
     font-size: 25px;
	}
	
	.inner-sec-1 p br {
		display:none;
	}
	
	.mid-laptop {
    position: inherit;
	}
	
	.feature-sec-1{
		text-align:center;
	}
	
	.feature-sec-3 img, .feature-sec-4 img, .feature-sec-5 img {
    margin-top: 0;
}
	
.feature-sec-3, .feature-sec-4, .feature-sec-5{
	padding:60px 0px;
}

.feature-sec-3 h2, .feature-sec-4 h2, .feature-sec-5 h2, .feature-sec-3 p, .feature-sec-4 p, .feature-sec-5 p {
    text-align:center;
}

.mid-laptop img{
	width:100%;
}

}




@media (max-width: 767px) {
	
	.pr_box{
		margin: 50px 0 0;
	}	
	
	h1{	
font-size: 25px;	
	}
	
	.header-bg h1{
		font-size: 20px !important;
		margin-top: 15px !important;
margin-bottom: 15px !important;
	}	
	
.header-bg {
    min-height: 165px;
    margin-top: 13px;
}	
	
.btn-banner {
    padding: 10px 40px;
}	
	
.sec-1 h2 {
    font-size: 20px;
}
	
	.logo-spacing{
		text-align: center;
		margin: 25px 0;
	}	
	
	.center-mobile{
		margin:0 auto;
		width:400px;
	}
	
	.why-top {
    width: 376px;
}


.country-select {
    width: 100%;
}

.footer-bottom p {
    text-align: center;
}

.footer-bottom .float-right{
	float:none !important;
}

.social-list {
    text-align: center;
    margin-top: 16px;
}


.inner-sec-1 h2, .feature-sec-1 h2, .feature-sec-2 h2 {
    font-size: 25px;
    line-height: 35px;
}

.btn-inner-1, .btn-inner  {
    width: 200px;
    padding: 14px 20px;
}

.inner-bg h1 {
    font-size: 30px;
}

.feature-sec-1 p br {
    display:none;
}

.feature-sec-1 img{
	margin-top:40px;
	margin-bottom:10px;
}

.feature-sec-1 p {
    margin-bottom: 5px;
}

	.logo-footer {
    margin-top: 24px;
}

}

@media (max-width: 575px) {
	
	.why-top {
    width: 100%;
}

.nav-top {
    padding-bottom: 32px;
}

.header-bg h1{
	font-size:32px;
	margin-top:77px;
}

.logo, .main-nav, .top-btns {
    text-align: center;
}

.sec-2 h2, .sec-3 h2, .sec-4 h2, .sec-5 h2{
	font-size:30px;
	
}

.country-select::after {
     left: 40px;
    top: 137px;
}

.country-select {
    width: 100%;
    margin: 0px;
	margin-top:10px;
}

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

.social-list {
    text-align: center;
    margin-top: 16px;
	padding:0px;
}

.country-list li {
    display: inline;
}

.MenuFixed{
	position:relative !important;
}

.inner-bg h1 {
    font-size: 28px;
}

.inner-bg{
	padding-top:72px;
}

.inner-sec-1 p{
	font-size:15px;
}

.feature-bg {
    padding-bottom: 70px;
}

.btn-inner-1, .btn-inner {
    margin-bottom: 18px;
}



}


/**
* 5.12 Comments
* ----------------------------------------------------------------------------
*/

.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 604px;
  width: 100%;
}
.comment-list {
  max-width: 100%;
}
.sidebar .comments-title, .sidebar .comment-list, .sidebar .must-log-in, .sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form {
  max-width: 1040px;
  padding-left: 60px;
  padding-right: 376px;
}
.comments-title {
  font-size: 20px;
  color: #333333;
  padding-bottom: 10px;
  font-weight: normal;
  display: block;
}
.comment-list, .comment-list .children {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.comment-list .children {
  margin-left: 20px;
}
.comment-list > li:after, .comment-list .children > li:before {
  background: url(images/dotted-line.png) repeat left top;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.comment-list > li:last-child:after {
  display: none;
}
.comment-body {
  padding: 24px 0;
  position: relative;
  clear: both;
}
.comment-author {
  float: left;
  width: 90px;
  padding-right: 10px;
}
.comment-author .avatar {
  display: block;
  margin-bottom: 10px;
}
.comment-author .fn {
  word-wrap: break-word;
}
.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
  color: #bc360a;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
.says {
  display: none;
}
.no-avatars .comment-author {
  margin: 0 0 5px;
  max-width: 100%;
  position: relative;
}
.no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply {
  width: 100%;
}
.bypostauthor > .comment-body .fn:before {
  content: "\f408";
  vertical-align: text-top;
}
.comment-list .edit-link {
  margin-left: 20px;
}
.comment-list .comment {
  float: none;
}
.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
  float: right;
  width: 79% !important;
  width: -webkit-calc(100% - 124px);
  width: calc(100% - 124px);
  background-color: #F6F6F6;
  border: 1px solid #dddddd;
  border-top: none;
  padding: 0 10px 10px;
}
.comment-meta {
  float: right;
  width: 79%;
  background-color: #F6F6F6;
  border: 1px solid #DDDDDD;
  padding: 10px 10px 0px;
  border-bottom: none;
}
.comment p {
  padding: 10px;
  padding-left: 10px;
  background-color: #F6F6F6;
  width: 79%;
  float: right;
  border: 1px solid #dddddd;
  border-top: none;
  border-bottom: none;
  line-height: 25px;
}
.comment-meta a {
  color: #a2a2a2;
  font-size: 13px;
}
.comment-meta a:hover {
  color: #ea9629;
}
.comment-metadata {
  margin-bottom: 20px;
  float: right;
  width: 79%;
  background-color: #F6F6F6;
  border: 1px solid #DDDDDD;
  padding: 0px 10PX;
  border-bottom: none;
}
.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2;
}
.comment-awaiting-moderation {
  color: #a2a2a2;
}
.comment-awaiting-moderation:before {
  content: "\f414";
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.comment-reply-link:before, .comment-reply-login:before {
  content: "\f412";
  margin-right: 3px;
}
/* Comment form */
.comment-respond {
  background-color: #F6F6F6;
  padding: 30px 0;
}
.comment .comment-respond {
  margin-bottom: 20px;
  padding: 20px;
}
.comment-reply-title {
  font-size: 20px;
  color: #333333;
  padding-bottom: 10px;
  font-weight: normal;
  display: block;
}
.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 16px;
  overflow: hidden;
  width: 16px;
}
.comment-reply-title small a:hover {
  color: #ed331c;
  text-decoration: none;
}
.comment-reply-title small a:before {
  content: "\f406";
  vertical-align: top;
}
.sidebar .comment-list .comment-reply-title, .sidebar .comment-list .comment-respond .comment-form {
  padding: 0;
}
.comment-form .comment-notes {
  margin-bottom: 15px;
}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
  margin-bottom: 8px;
}
.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
  float: left;
  padding: 5px 0;
  width: 120px;
}
.comment-form .required {
  color: #ed331c;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
  max-width: 270px;
  width: 60%;
  background-color: white;
  border: #ccc 1px solid;
  border-radius: 3px;
}
#commentform input input #url {
  margin-left:5px;
}
#comment {
  background-color: #F7F7F7;
  border: 1px solid #D8D8D8;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 10px #D8D8D8 inset;
  width: 400px;
}
#commentform input #url {
  margin-left:5px;
}
.comment-form textarea {
  background-color: white;
  border: #ccc 1px solid;
  border-radius: 3px;
  background-color: #F7F7F7;
  border: 1px solid #D8D8D8;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 10px #D8D8D8 inset;
}
.form-allowed-tags, .form-allowed-tags code {
  color: #686758;
  font-size: 12px;
  display:none;
}
.form-allowed-tags code {
  font-size: 10px;
  margin-left: 3px;
}
.comment-list .pingback, .comment-list .trackback {
  padding-top: 24px;
}
.comment-navigation {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 604px;
  padding: 20px 0 30px;
  width: 100%;
}
.no-comments {
  background-color: #f7f5e7;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.sidebar .no-comments {
  padding-left: 60px;
  padding-right: 376px;
}
.form-submit {
  width: 143px;
  height: 40px;
  background:none;
  border-radius: 4px;
  margin-left:103px;
  border: none;
  cursor: pointer;
  margin-top: 7px;
  margin-right: 10px;
}
#comments {
  padding: 20px 15px;
  background: #F6F6F6;
  border: 1px solid #E0E4CC;
  margin-bottom: 10px;
}
#commentform label {
  float: left;
  width: 100px;
}
#commentform input {
  background-color: #F7F7F7;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 10px #D8D8D8 inset;
  width: 400px;
  outline: medium none;
  position: relative;
  height: 40px; /*border: 1px solid #D8D8D8;*/
}
#recaptcha_widget_div {
  margin-top: -40px;
  margin-left: 100px;
  margin-bottom: 20px;
}
/* FOR POST COMMENT BUTTON*/
.form-submit input {
  cursor: pointer;
  box-shadow:none !important;
  text-shadow: 1px 0 4px rgba(0, 0, 0, 0.3);
  font-family: 'Open Sans', sans-serif;
  background: #d91e17 !important;
  border-radius: 6px !important;
  border-bottom: 4px solid #7B0E0A;
  color: #fff !important;
  padding: 6px 20px;
  display: inline-block;
-webkit-transition: .6s all ease-in-out;
-moz-transition: .6s all ease-in-out;
-o-transition: .6s all ease-in-out;
transition: .6s all ease-in-out;
  width: 170px !important;
  outline: none !important;
  font-size: 16px !important;
}
.form-submit input:hover {
  box-shadow: none !important;
  cursor: pointer;
  color: #fff;
  background-color: #0F394F !important;
  border-color: #0F394F !important;
-webkit-transition: .5s all ease-in-out;
-moz-transition: .5s all ease-in-out;
-o-transition: .5s all ease-in-out;
transition: .5s all ease-in-out;
}
/* FOR RE-CAPTCHA PLUGIN - POST COMMENT BUTTON*/

.g-recaptcha {
  margin-left: 16%;
}
#recaptcha-submit-btn-area input {
  box-shadow: none !important;
  cursor: pointer;
  background-repeat: repeat-x;
  border: 2px solid #00aced;
  width: 170px !important;
  color: #00aced;
  font-size: 18px;
  border-radius: 4px !important;
  outline: none !important;
  margin-left: 98px;
}
#recaptcha-submit-btn-area input:hover {
  background-color: #00aced;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.recaptchatable #recaptcha_response_field {
  height: 22px !important;
}
.recaptcha-error {
  font-size: 1.0em !important;
  position: absolute !important;
  margin-left: 330px;
  bottom: 150px;
  color: red;
}
.comment-awaiting-moderation {
  color: #a2a2a2;
  margin-bottom: 10px;
  padding: 10px;
  border-top: 1px solid #ccc;
}
/* SIMPLE PAGINATION - CSS */

div.pagination a.next {
  height: 28px !important;
}
div.pagination a, div.pagination span.pages, div.pagination span.dots {
  color: #00ACE9 !important;
}
 @media (min-width: 991px) {
 .mobile-menu {
 display: none;
}
}
/* FOR MOBILE NAV FIXING*/


@media (max-width: 1199px) {
 .logo {
 width: 25%;
}
 .nav-wrapper {
 margin-top: 10px;
}
 .main-nav > li {
 padding: 0px 6px;
}
 .main-nav > li > a {
 padding:5px 13.4px;
}
  
#blog-pg .col-md-8{
      padding-left: 18px;
  }
  
}
/* END OF iPAD LANDESCAPE*/


@media (max-width: 991px) {

  .inner_header {
  padding-bottom: 0px;
}


.btn_call {
  padding-right: 10%;
}
.main-nav > li {
  padding: 0px;
  font-size: 12px;
}
 .main-nav > li > a {
  padding:4px 10.1px;
}
 .menu-button {
  display: none;
}

 .menu-main-menu-container  {
  position: absolute;
  width: 100%;
  top: 90px;
  z-index: 9;
}
  
 .news_box {
  width: 100%;
}
  .news {
  width: 67%;
 }

}
/* END OF iPAD PORTRAIT */


@media (max-width: 767px) {
 .logo {
 width: 58%;
 float: none;
 margin: 0 auto;
}

.btn_call {
  float: none;
 padding-top: 10px;
  padding-bottom: 10px;
}

header {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 469px;
}
  
.banner_img{
    min-height: 469px;
  }
#banner_img1 {
  background-image: url('images/header-1_mobile.jpg');
}

#banner_img2 {
  background-image:url('images/header-2_mobile.jpg');
}

#banner_img3 {
  background-image:url('images/header-3_mobile.jpg');
}

.owl-theme .owl-controls {
  bottom: 0px;
  left: 36.2%;
}
  

  
 .menu-button {
 z-index: 9;
 position: absolute;
 right: 15px;
 top:50px;
 transition-duration: .5s;
   display: block;
}
 .menu-button.active {
 top: 50px;
}

.menu-main-menu-container {
  top: 107px;
}

.news_box {
  width: 100%;
}

.news_box .img_left {
  float: none;
}
.news_box .img_left img {
  width: 100%;
  height: auto;
}

.news {
  width: 100%;
  height: auto;
  float: none;
  padding-left: 0px;
  padding-bottom: 20px;
}
.news_rite {
  float: none;
  margin-top: 1px;
}
  
#comment {
  width: 100%;
}
  
footer .col-sm-5 .textwidget {
  width: 67%;
  margin: 0 auto;
  padding-bottom: 60px;
}

footer .col-sm-3 {
    float: none !important;
 
}
  
footer .col-sm-3 img{
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
     float:none !important; 
  }
  
}


@media (max-width: 667px){
  
  .logo {
  width: 39%;
 }
  
 footer .col-sm-5 .textwidget {
     margin: 0;
     width: 38%;
     float: left;
   }
  
  footer .col-sm-3 img {
  float: right !important;
  }
}
/* END OF iPHONE 6 LANDSCAPE */


@media (max-width: 375px) {
  footer .col-sm-5 .textwidget {
    margin: 0 auto;
    width: 68%;
    float: none;
  }
  
  footer .col-sm-3 img {
    float: none !important;
  }
}
/* END OF iPHONE 6 PORTRAIT */

@media (max-width:320px) {
footer .col-sm-5 .textwidget {
  width: 81%;
  margin: 0 auto;
  padding-bottom: 60px;
}
  
 

}
/* END OF MOBILE DEVICES */

#crumbs {
  padding: 0px 15px 25px;
  font-size: 13px;
  text-transform: capitalize;
}

.abt_txt p {
	margin-top: 10px;
}
.abt_btn {
	position: relative;
	margin-top: 50px;
}
.abt_btn button {
	background: #fe6b00;
    border: none;
    padding: 10px 0px;
    width: 200px;
    margin-right: 20px;
    color: #fff;
    font-family: inherit;
    border-radius: 40px;
	transition: 0.5s all;
}
.abt_btn button:focus {
	outline: none;
}
.abt_btn button:hover {
	background: #225399;
}

/****** benefits ********/

.benefits {
	position:relative;
	padding: 50px 0px;
}
.ban_box {
    position: relative;
}
.ban_box h2 {
    font-family: poppins;
    font-size: 18px;
    font-weight: 600;
    color: #225399;
	margin: 25px 0px 10px;
    text-transform: uppercase;
}

/**** popup *****/

.pop_box form {
	margin-top: 20px;
}
.pop_box form label {
	width: 100%;
	color: #fff;
}
.pop_box form input , .pop_box form textarea {
	width: 100%;
    padding: 10px;
}
.pop_box form textarea {
	height: 120px;
}
.pop_box form input[type="submit"] {
    width: 200px;
    margin: 0 auto;
    background: #FF5722;
    color: #fff;
    border: none;
}
.pop_box form p {
	text-align: center;
}
.pop_box h2 {
	color: #fff;
	text-align: center;
}
.popmake {
    border: none !important;
    background: #225399c2 !important;
}

/*****pricing page *****/

.pricing {
	position: relative;
}
.pr_txt {
	position: relative;
	padding: 40px 0px;
}
.pr_txt h2 {
	font-size: 22px;
	color: #000;
    margin: 20px 0px 10px;
}
.pr_txt p {
	
}
.pr_box {
    background: #225399;
    position: relative;
    /*! border: 1px solid #dcdcdc; */
    padding: 0;
    text-align: center;
    min-height: 662px;
}
.pr-box-mid{
	background: #ff6b01;
}
.pr_box h2 {
    font-size: 30px;
    color: #fff;
    /*! border: 1px solid #dcdcdc; */
    padding: 20px 0px;
	margin: 0px;
    background: #1c478554;
    text-transform: uppercase;
}
.pr_box h3 {
    color: #fff;
    font-size: 88px;
    /*! border: 1px solid #dcdcdc; */
    margin: 0px;
    border-top: none;
    padding: 15px 0px;
    /*background: #f5f5f5;*/
}
.pr_box h3 sup {
    color: #fff;
    font-size: 38px;
    vertical-align: top;
    top: 30px;
}
.pr_box h3 span {
    color: #fff;
    font-size: 28px;
    vertical-align: middle;
    margin-left: 5px;
    text-transform: uppercase;
}

.pr_box p {
    color: #fff;
    font-size: 16px;
    padding: 15px 20px;
    border: 1px solid #285ca6 !important;
    margin: 0px;
    border-top: none;
    /*background: #f5f5f5;*/
}

.pr-box-mid p{
	  border: 1px solid #fc8129 !important;
}

