@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=PT Sans:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700');
/* Typography */
body,
button,
input,
select,
textarea {
	font: 14px/24px "Poppins", sans-serif;
	font-weight: 300;
	background: #fff;
	color: #666;

}	

strong,
b {
	font-weight: 700;
}

p {
	margin-bottom: 20px;
}

article p {
	margin-bottom: 25px;
}

article p:last-of-type {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

table {
	width: 100%;
	margin-bottom: 20px;
}

th,td {
	border: 1px solid #dbdbdb;
	padding: 7px;
	text-align: center;
}



body{background: #f1f1f1 !important;}

header {
    border-bottom: solid 1px #ccc;
    background: #fff;
}
.topbar{background: #3a526a; color: #fff;line-height: 44px;}
.topbar ul{ margin: 0px; padding:0px; font-size: 12px; }
.topbar ul li{ list-style: none;    display: inline-block;
    margin-right: 27px;
    position: relative;
    line-height: 30px;}
.topbar ul li a {color: #fff; text-decoration: none;}

.topbar .info-top-right {
    padding-left: 24px;
    position: relative;
    line-height: 30px;
    text-align: right;
}

.info-top-right span {
    margin-right: 25px;
}

.info-top-right a.appoinment {
    display: inline-block;
    background-color: #ffb607;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    height: 45px;
    line-height: 44px;
    padding: 0 27px;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.info-top-right a, .info-top-right a:hover, .info-top-right a.appoinment:hover{color:#fff;text-decoration: none;}
.logobar{padding-top: 10px; padding-bottom: 10px; text-align: right;}
.logo{text-align: left;padding-top: 0px;}
.navigation {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
.navigation ul{ margin: 0px; padding: 0px; }
.navigation ul li{ list-style: none; display: inline-block; line-height: 35px;}

.navigation ul li a{    padding: 0 20px 0 20px;
	display: block;
    line-height: 66px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #424242;
}
.navigation ul li a:hover{color:#00bdff ; text-decoration: none;}
.search-box {
    min-width: 35px;
    height: 35px;
    background: #bfbfbf;
    border-radius: 35px;
    display: inline-block;
    position: relative;
    margin-top: 30px;
    line-height: 35px;
    text-align: center;
}

.search-box .search-container{ position: absolute;  right: 0px; height: 35px; background: #bfbfbf; border-radius: 35px; top: 0px; width: 35px; overflow: hidden; transition: all 0.5s ease 0s; opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;}
.search-box:hover .search-container{ width: 300px; opacity: 1; overflow: hidden;transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;}
.search-box .search-container input, .search-box .search-container button{ background: none; border: 0px; outline: 0px; }
.search-box .search-container input{padding-left: 10px; font-size: 12px; width: calc(100% - 40px) !important;}
.search-box .search-container button{width: 30px;}
.sliderarea{  background-size: cover; padding: 200px 0px 250px 0px;font-family: "Poppins", sans-serif; text-align: center; color: #fff; font-size: 16px; position: relative;z-index: 1;}
.sliderarea h1{text-transform: uppercase; font-weight: 300; padding-bottom: 15px;}
.sliderarea h1 span{ font-weight: 600; color:#ffb607; }

.sliderarea .buttons{ margin-top: 50px; }
.sliderarea .buttons a{ display: inline-block; padding: 10px 35px; border:solid 1px #fff; text-transform: uppercase; font-size: 14px; margin-left: 10px; margin-right: 10px; color: #fff; text-decoration: none; }


.thblocks{position: relative;z-index: 99; margin-top: -70px;}
.thblocks .col-sm-4{padding: 0px; }
.thblocks .col-sm-4 .thbox {background: #00bdff; padding: 35px;    position: relative;}
.thblocks .col-sm-4 .thbox:before {
    
    background-size: cover;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    opacity: .2;
}
.thblocks .col-sm-4:first-child .thbox:before{background-image: url();}
.thblocks .col-sm-4:nth-child(2) .thbox:before{background-image: url(images/international-coverage.jpg);}
.thblocks .col-sm-4:last-child .thbox:before{background-image: url(images/personal-accounting.jpg);}

.thblocks .col-sm-4:first-child .thbox{background: #fff; color: #404951}
.thblocks .col-sm-4:last-child .thbox{background: #28313a;}

.thblocks .col-sm-4:first-child .thbox .title{ font-size: 20px;font-family: 'Montserrat', sans-serif; font-weight: 600; padding-bottom: 15px; color: #667380; }
.thblocks .col-sm-4:first-child .thbox p{color: #667380;}

.thblocks .col-sm-4 .thbox .title{ font-size: 20px;font-family: 'Montserrat', sans-serif; font-weight: 600; padding-bottom: 15px; color: #fff;  position: relative;    z-index: 999; }
.thblocks .col-sm-4 .thbox p{color: #fff;  position: relative;    z-index: 999;}


.thblocks .col-sm-4 .thbox .buttons{padding-top: 25px;    position: relative;    z-index: 999;}
.thblocks .col-sm-4 .thbox .buttons a {
    background: #404951;
    padding: 10px 15px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    /*box-shadow: 0px 0px 10px #0000002b;*/
}
.thblocks .col-sm-4:nth-child(2) .thbox .buttons a {
    background: #38beed;
    padding: 10px 15px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
}
.thblocks .col-sm-4 .thbox .buttons a:hover{color: #fff; text-decoration: none;}

.about_section {
    background: #fff;
    margin-top: 50px;
    background-image: url(images/about_bg.jpg);
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 35px !important;
    padding: 100px;
    padding-right: 45%;
    font-family: 'PT Sans';
    color: #667380;
    font-size: 14px;
    line-height: 25px;
    background-position: top right;
}


.about_section h2 {
    font-family: 'Montserrat';
    color: #000;
    font-weight: 500;
    font-size: 40px;
    padding-bottom: 10px;    padding-top: 0px !important;
    margin-top: 0px;
}

.about_section .sub-text {
    color: #232d36;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
}

.about_section span {
    padding-top: 15px;
    display: block;
    padding-bottom: 15px;
    color: #b2b6b9;
}

.callbackform{background: #2e363a; padding: 85px 0px; margin-top: 50px;}

.callbackform h3{margin-bottom: 28px; font-weight: 600;font-family: 'Montserrat';    color: #fff;    margin-top: 0px;}

.formtext{text-align: right; color: #fff;font-family: 'Montserrat'; font-weight: 500; line-height: 25px; font-size: 14px;}   
.form-box  ul{margin: 0px; padding: 0px; }
.form-box  ul li{ display: inline-block;width: 45%; min-height: 50px; margin-right: 10px; margin-bottom: 15px; }
.form-box  ul li input, .form-box  ul li select{ width: 100%; height: 50px; padding: 10px; background: #d8e7ef; border-radius: 5px; border:0px; }
.form-box  ul li button{height: 50px; padding: 10px 15px; background: #ffb607; border-radius: 5px; border:0px; color: #fff; font-weight: 600;font-family: 'Montserrat';}

.form-box  p {
    padding-bottom: 10px;
    color: #ccc;
}


.ourproject{ background: #fff; padding: 15px; margin-top: 50px; display: block; margin-bottom: 50px;}


 .ourproject .heading {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    color: #222222;}

 .ourproject .heading:after{ display: block; content: ''; clear: both; width: 50px; background: #ffb607; height: 5px; margin-bottom: 45px; }    

.ourproject  .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
}

.ourproject  .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    margin: 5px;
    padding: 0px;
    background: #ffb607;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 20px;
}
.ourproject .item:hover .projecthover{display: block;transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
opacity:1;}
.ourproject .item .projecthover{display: none; opacity:0;transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: #000000b8;
    padding-top: 25%;
    text-align: center;}

.ourproject .item .projecthover a{color: #fff; text-decoration: none;transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;}
.ourproject .item .projecthover .title{ font-size: 20px; text-transform: uppercase; color: #fff; font-family: "Poppins", sans-serif;}
.ourproject .item .projecthover .title a:hover{color: #38beed;transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;}
.ourproject .item .projecthover .title span a:hover{color: rgb(255, 182, 7);transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;}
.ourproject .item .projecthover span{ font-size: 14px; text-transform: capitalize; display: block; }

.newslettersection{
    color: #fff;font-family: "Poppins", sans-serif;
    background-image: url(images/newsletterbg.png);
    background-size: cover;
padding: 100px;}

.newslettersection p{ font-size: 24px; font-weight: 500;     
	margin-bottom: 0px !important;
    line-height: 24px; }  
.newslettersection p.upper{font-weight: 300;font-size: 20px;}  
.newslettersection p span{color: #ffb600;}

.newslettersection input[type="email"] {
    background: none;
    border: 0px;
    padding: 10px;
    
    outline: 0px;
    min-width: 450px;
}

.newslettersection  button {
    background: none;
    color: #ffb607;
    border: 0;
    font-size: 20px;
    float: right;outline: 0px;
}

.newslettersection form {border-bottom: solid 1px #576e86;}

footer{background: #1a1a1a; color: #fff; padding-top: 50px;}


.foottitle { color: #fff;font-family: "Poppins", sans-serif; font-size: 18px; font-weight: 500;}
.foottitle:after{ display: block; content: ''; clear: both; width: 25px; background: #ffb607; height: 3px; margin-bottom: 25px; margin-top: 10px; } 

.footlogo {    height: 102px !important;}

.foottxt {
    color: #838383;
    font-size: 13px;
    padding-bottom: 15px;
}

footer i {
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    text-align: center;
    background: #313131;
    border-radius: 35px;
    margin-right: 7px;
}

.foottable td{ border: 0px; text-align: left; line-height: 25px; font-size: 13px; }
.foottable td:first-child{ color: #838383;}

.footlist ul{ padding: 0px; margin: 0px; }
.footlist li{ list-style: none;  margin-bottom: 10px; min-height: 70px;color: #838383;    font-size: 13px;}
.footlist li span{ display: block; color: #fff; }
.footlist li img{ float: left; margin-right: 10px; }

.footer{padding-bottom: 50px;}
.copyright{ background: #171717; line-height: 66px;  color: #424242;}

ul.footernav{  display:inline-block;     vertical-align: top; }
ul.footernav { margin: 0px; padding: 0px; }
ul.footernav  li{ list-style: none; display: inline-block; line-height: 35px;}

ul.footernav  li a{    padding: 0 20px 0 20px;
	display: block;
    line-height: 66px;
    font-family: "Poppins", sans-serif;
    font-size: 12px !important;
    font-weight: 500;
    color: #424242;
}
ul.footernav  li a:hover{ text-decoration: none;
    color: #ffb607;
}



#home-slider .owl-nav {
    top: 40%;
    position: absolute;
    width: 100%;
}

#home-slider .owl-prev {
    float: left;
}

#home-slider .owl-next {
    float: right;
}

#home-slider.owl-theme .owl-nav [class*=owl-]{width: 40px !important; height: 40px !important; background: none !important; border: solid 1px #fff !important;    padding: 0px;
    border-radius: 0;
    line-height: 40px;
    font-size: 22px;
display: none; opacity: 0;
transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;}
#home-slider.owl-theme .owl-nav [class*=owl-]:hover{color: yellow; border-color: yellow !important;transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;}
#home-slider:hover.owl-theme .owl-nav [class*=owl-]{display: block;
	opacity: 1;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;}


div#get_appointment  .modal-content {
    background: rgb(58, 82, 106);
    border: solid 5px #fff;
    margin-top: 150px;
    color: #fff;
}


div#get_appointment label{width: 100%;}
div#get_appointment span {
    font-weight: 300;
    display: block;padding: 15px 0px 5px 0px;
    font-size: 13px;
    color: #ccc;
}

div#get_appointment input[type="text"], div#get_appointment input[type="date"], div#get_appointment textarea {
    width: 100% !important;
    min-height: 38px;
    border: 0;
    background: #4c6884;
    padding-left: 10px;
    line-height: 38px;
    font-weight: 300;
    font-size: 14px;
}

div#get_appointment .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    text-transform: uppercase;
}

div#get_appointment input[type="submit"]{    display: inline-block;
    background-color: #ffb607;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    height: 45px;
    line-height: 44px;
    padding: 0 14px!important;
    font-family: Montserrat;
border: 0px; border-radius: 3px; width: 150px; margin: auto;}

.titlebar{ padding:10px;background: rgb(240,249,255);
background: -moz-linear-gradient(left, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%);
background: -webkit-linear-gradient(left, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%);
background: linear-gradient(to right, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 );
    border-bottom: solid 1px #1d1d1d24; }

.breadcrumb {
    margin-bottom: 2px !important;    border: solid 1px #0000003b;}



.innerpage_container {
    background: #fff;
    margin-top: 25px;
    padding: 15px;
    font-family: 'roboto';
    color: #667380;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
}


.innerpage_container h2 {
    font-family: 'Montserrat';
    color: #000;
    font-weight: 500;
    font-size: 40px;
    padding-bottom: 10px;    padding-top: 0px !important;
    margin-top: 0px;
}

.innerpage_container .sub-text {
    color: #232d36;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
}

.innerpage_container span {
    padding-top: 15px;
    display: block;
    padding-bottom: 15px;
    color: #b2b6b9;
}    

.contact-detail {
    padding-top: 25px;
    font-size: 14px;
    border: solid 1px #ccc;
    padding: 15px;
    min-height: 429px;
}
.sub-text-add{font-size: 16px; font-weight: 600;}
.contact-detail p{padding-bottom: 25px;}



.address_form {
    background: #192631;
    padding: 15px;
    position: relative;
    z-index: 99 !important;
    color: #fff;
}




div.address_form  .modal-content {
    background: rgb(58, 82, 106);
    border: solid 5px #fff;
    margin-top: 250px;
    color: #fff;
}


div.address_form  label{width: 100%;}
div.address_form span {
    font-weight: 500;
    display: block;
    padding: 15px 0px 5px 0px;
    font-size: 14px;
    color: #fff;
}

div.address_form input[type="text"],input[type="email"], div.address_form input[type="date"], div.address_form textarea {
    width: 100% !important;
    min-height: 38px;
    border: 0;
    background: #fff;
    padding-left: 10px;
    line-height: 38px;
    font-weight: 300;
    font-size: 14px;
    border: solid 1px #ccc;
}

.form-box.wow.fadeInUp input.wpcf7-form-control.wpcf7-submit.flat-button-form {
    height: 50px;
    padding: 10px 15px;
    background: #ffb607;
    border-radius: 5px;
    border: 0px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat';
    width: auto !important;
    font-size: 15px !important;
}
div#wpcf7-f83-o1 input {
    color: #000;
}
.navigation ul li a:hover {
    color: rgb(0, 189, 255) !important;
}
.screen-reader-response input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    background: #fff !important;
}
div.address_form  input[type="submit"]{    display: inline-block;
    background-color: #ffb607;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    height: 45px;
    line-height: 44px;
    padding: 0 0px !important;
    font-family: Montserrat;
    border: 0px; border-radius: 3px; width: 150px; margin: auto;    color: #000;}


.maparea{margin-top: 50px;}    

/*css*/

/* NEW CSS */



input.wpcf7-form-control.wpcf7-submit.flat-button-form {
    height: 50px;
    padding: 10px 15px;
    background: #ffb607 !important;
    border-radius: 5px;
    border: 0px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat';
    width: auto;
    font-size: 15px;
}


.navigation ul li a{
    text-transform: uppercase;
}


ul.footernav li a {
    text-transform: uppercase;
}




footer {
    background-image: url(images/newsletterbg.png) !important;
}

.newslettersection{
    padding: 0px;
        color: #fff !important;
}

a {
    color: #337ab7 ;
    }

    .foottable td:first-child {
    color: #fff !important;
}

.textwidget a:hover, a:focus {
    color: #f7f9fb !important;
}

/*section#lsi_widget-3 .icon-set-lsi_widget-3 a, section#lsi_widget-3 .icon-set-lsi_widget-3 a:visited, section#lsi_widget-3 .icon-set-lsi_widget-3 a:focus {
       color: #fff !important;
              margin-bottom: 10px !important;*/
 

.form-box  ul li input, .form-box  ul li select{
        background:#eff1f3 !important;
}


    ul.footernav li a:hover {
    color: rgb(255, 182, 7) !important;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
}

.projecthover a:hover {
    color:rgb(56, 190, 237) !important;
}

.ourproject .item .projecthover .title span a:hover {
    color: rgb(255, 182, 7) !important;
}
.innerpage_container .sub-text {
        font-size: 14px;
        font-family: 'roboto';
    }
.list-inline{
	    float: left;
    width: 100%;
    text-transform: capitalize!important;
}

    div#get_appointment input[type="text"], div#get_appointment input[type="date"], div#get_appointment textarea {
            color: #fff;
    

        }

        div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
            float: left ;
    width: 100% ;
    text-align: center;
    font-size: 14px ;
    margin: 0px ;
}

    textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 78px;
}


span a:visited {
    color: #f3f0f3;
}      

.footsocial i.lsicon.lsicon-twitter, i.lsicon.lsicon-linkedin , i.lsicon.lsicon-gplus , i.lsicon.lsicon-facebook{
	color: #fff!important;
}


span.wpcf7-not-valid-tip {
position: absolute;
top: 16px;
border: solid 1px #ff0000;
width: 100%;
height: calc(100% - 21px);
text-indent: -999px;
}

.callbackform span.wpcf7-not-valid-tip {
    top: 0px !important;
    text-indent: inherit !important;
    height: inherit !important;
    border: none;
    right: 0px;
    text-align: right;
}
.callbackform .form-box ul li{float:left !important;}
.callbackform input.wpcf7-form-control.wpcf7-submit.flat-button-form{float:left !important; margin-top:0px !important;}
.blg-wrapper {

    margin-bottom: 35px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    padding: 17px;
    text-align: left !important;
}

.innerpage_container{
        float: left;
    width: 100%;
}

.blg-typ3-thumb {
    overflow: hidden;
        margin-bottom: 20px;
    height: 250px;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image:hover{
        -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);

}

a.learn-more{
        display: inline-block;
    border: 2px solid #024778;
    border-radius: 5px;
    background: #024778;
    position: relative;
    color: #fff;
    font-size: 16px;
    padding: 4px 23px 4px 23px !important;
    float: left !important;
 

}

a:hover {
    text-decoration: none !important;

}


.learn-more:hover {
    background: transparent;
    color: #024778 !important;
}

a:visited {
    color: #292dbb ;
}

a.learn-more{
    color: #fff !important;
}

a:focus, a:hover {
    color: #23527c;

}
.blg-typ3-desc h3 a {
    color: #667380 !important;
}
.post-thumbnail {
    overflow: hidden;
}
.login-form {
    width: 40%;
    margin: 0 auto;
    background: #fff;
    
    }

    input.btn.btn-primary.btn-lg.btn-block {
    border: 0px;
    padding: 10px 16px;
    width: 42%;
    margin: 0 auto;
    border-bottom: 0px;
    font-size: 19px !important;
}



form#commentform {
        font-size: 15px;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{
        font-size: 12px !important;
    width: 55px !important;
    color: #ffffff !important;
    background-color: #3a526a;

}
 span a:hover {
    color: #fff !important;
}

span a:visited {
    color: #fff !important;
}



article.post-102.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-blog {
    background: #fff;
    margin-top: 25px;
    padding: 15px;
    font-family: 'PT Sans';
    color: #667380;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
}

div#comments {
    background:#f1f1f1 !important;
    margin-top: 25px;
    padding: 15px;
    font-family: 'PT Sans';
    color: #667380;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
}

.my_category h3 {
    color:  #000 ;

}
.my_category ul li{
       color: #000;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    font-size: 17px;
    height: auto;
    background-color: #fff;
    padding-top: 15px;
    width: 100%;
    list-style: none;
    margin-left: 0px;
    padding-bottom: 10px !important;
    text-transform: capitalize;
}
.my_category ul{
	margin: 0px !important;
	padding: 0px !important;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 14px !important;
    float: right !important;
    margin-top: -36px !important;
    margin-right: -4px;
}

.folow_us h3{
    
    color: #000;
}


li.recent_list img {
    background: #ccc;
    padding: 3px;
    width: 100% !important;
    transform: none !important;

}
li.recent_list {
    list-style: none;
    min-height: 60px;
}

.recent_post h3 {
    color: #000;
 
}
h3.name_recent{
font-size: 13px;
    line-height: 18px;
    padding-top: 0px;
    color: rgb(59, 56, 56);
    font-weight: 500;
   
}

a.image_recent {
        float: left;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

a.image_recent img {
        height: 100%;
    vertical-align: top;
}

.main-blg-descr p{
        color: #232d36;
    font-family: 'roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
      


}

.posted-on time.entry-date.published.updated {
    color: #000 ;
}

span.author.vcard  a:hover {
    color: #000 !important;
}

ul.recent_list_main {
    padding-left: 0px;
}

.entry-content p{
      color: #232d36;
    font-family: 'roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
  
}

span.posted-on a:hover {
    color: #000 !important;
}

span.posted-on a:visited {
    color: #000 !important;
}
.name_recent a {
    color: #292dbb !important;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    
    height: auto;
}


.blg-typ3-desc h3{
        font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
 
}

div.wpcf7-mail-sent-ok {
 
    color: #52da18 !important;
   text-align: center !important;
float:left; width:100%;
}

.blg-typ3-desc a{
    color:#292dbb;
}
.entry-content ol li{
        line-height: 25px;
    font-size: 14px;
    color: #667380;
    font-family: 'roboto';
}


img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image:hover{
    transform:none;
    vertical-align: middle;
}



span.screen-reader-text {
    color: #000;
     font-size: 20px;   
  

}

input.search-field {
        
    padding-left: 6px;
    border: none !important;
    border-radius: 0;
    font-size: 13px;
    height: 30px;
    margin-top: 22px;
    width:auto !important;
    padding-bottom: 10px !important
}

.blog_sidebar {
    background: #fff;
    margin-top: 25px;
    padding: 15px;
    font-family: 'roboto';
    color: #667380;
    font-size: 14px;
    line-height: 25px;
    
}

.entry-meta {
    line-height: 25px !important;
}
.entry-header h1{
    font-size: 24px;

}

.entry-meta {
    margin-bottom: 20px;
}

.info-top-right a, .info-top-right a:hover, .info-top-right a.appoinment:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.info-top-right a.appoinment{
    color: #000 !important;
}


.single div#primary {
    background: #fff;
    margin-top: 25px;
    padding: 15px;
    font-family: 'roboto';
    color: #667380;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
}

.entry-header h1 {
    font-size: 24px;
    font-family: 'Montserrat';
    color: #667380;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 0px;
    text-transform: uppercase;
    margin-top: 0px;
}
.entry-content p {
    color: #667380 !important;
    font-family: 'roboto';
    /* font-weight: 500; */
    font-size: 14px !important;
    line-height: 25px !important;
    padding-bottom: 13px !important;
    padding-top: 26px !important
}

.entry-header h3{
        color: #232d36;
    font-family: 'roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;

}
.entry-content h3{
    font-size: 24px;
}


.login-form .login-field-icon {
        top: 5px !important;
}


.login-form {
    background-color: rgb(58, 82, 106);
    padding: 24px 23px 20px;
    border: solid 5px #fff;
    margin-top: 150px;
    color: #fff;
}


.form-group a {
    color: #fff;
}


.tnp-subscription div.tnp-field {
    margin-bottom: -4px !important;
}


.tnp-subscription input.tnp-submit {

width: 57px !important;
    height: 50px !important;

}

.callbackform input.wpcf7-form-control.wpcf7-submit.flat-button-form {
    float: none!important;
}


.sliderarea .buttons a:hover {
	color: #fff !important;

}

.navigation ul li a:hover{color:#00bdff !important;


}
.topbar ul li a:hover {
	color: #fff !important}


.textwidget a{
	color: #a2a2a2 !important;
} 



.ourproject .item .projecthover .title a:hover{
	color:#00bdff  !important;
}

.buttons a:hover{
	color:#fff !important;
}

.lsi-social-icons li  a:hover{
	background:  #024778 !important;
}

ul.lsi-social-icons.icon-set-lsi_widget-3 {
    margin-top: 15px !important;
}
ul.lsi-social-icons.icon-set-lsi_widget-3 a {
    height: 35px !important;
    padding: 0px;
    width: 35px;
    line-height: 33px;
    }

.footer i{
	margin-right: inherit !important;
}
ul.lsi-social-icons.icon-set-lsi_widget-3 a i {
    font-size: 14px;
    color:#fff !important;
}
ul.lsi-socia-icons.icon-set-lsi_widget-3 a:hover, ul.lsi-social-icons.icon-set-lsi_widget-3 a:hover i {
    color: #fff !important;
}
.footer input.tnp-email {
    background: none !important;
    /* border: none !important; */
    border-bottom: solid 1px #9E9E9E !important;
        color: #f1f1f1 !important;
}


.navigation ul li a {
    padding: 0 15px 0 15px !important;
}


.search-container label {
    padding-top: 0px !important;
    width: 100%
}
.search-container span.screen-reader-text {
   display: none;
}
   


.site a.skip-link.screen-reader-text {
    display: none;
}

.btn-primary {
   
    background-color: #ffb607!important;
}


div#myModal .modal-content {
    background: rgb(58, 82, 106) !important;
    border: solid 5px #fff !important;
    margin-top: 150px !important;
    color: #fff !important;
}
.blg-wrapper {
    
    padding: 24px !important;
}

ul.footernav li a {
	padding: 0 16px 0 16px;
}
.about_section .p {
    color: #232d36 !important;
    font-family: 'Montserrat'!important;
    font-weight: 500 !important;
    font-size: 26px !important;
    line-height: 30px !important;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image:hover{
	transform: none !important;
}

div#comments input[type="email"] {
    width: 33% !important;
    height: 33px !important;
    line-height: 30px !important;
    border: solid 1px #b9b5b5 !important;
}
.comments-area input[type="email"] {
    width: 33% !important;
    height: 33px !important;
    line-height: 30px !important;
    border: solid 1px #b9b5b5 !important;
}



.tnp-field input[type="submit"] {
    position: inherit;
}

.tnp-subscription input.tnp-submit {
    background: none !important;
    color: #fff;
    width: auto;
    height: auto;
    text-indent: -999px;
}


.tnp-field.tnp-field-button:before {
    content: "\f1d8";
    font-family: fontawesome;
    position: absolute;
    top: -28px;
    right: 14px;
    color: #FF9800 !important;
}

.tnp-subscription div.tnp-field {
    margin-bottom: -4px !important;
}

.tnp-field.tnp-field-button {
    position: relative;
}
.logobar .search-box i.fa.fa-search{
z-index: 999 !important;
 position: relative !important;
}

.logobar .search-form input.search-field {
    margin-top: 0px !important;
    height: 30px !important;
    
}

.logobar .search-form input.search-submit {
    float: left !important;
    text-indent: -999px !important;
}
.newslettersection p{
	font-size: 16px !important;
}

.newslettersection p.upper {
 
    font-size: 18px;
}

.entry-header h2.entry-title a {
    font-size: 24px !important;
    font-family: 'Montserrat' !important;
    color: #667380 !important;
    font-weight: 500!important;
    padding-bottom: 16px !important;
    padding-top: 0px !important;
    text-transform: uppercase !important;
    margin-top: 19px !important;
    float: left;
    width: 100%;
}



div#comments {
    max-width: 800px;
}


button.close {
    margin-top: 0px !important;
    opacity: .9;
    font-size: 19px!important;
}

.wpcf7-form-control-wrap.email input[type="email"]{

    background: #d8e7ef !important;
	    border: solid 1px #3a526a;
} 

div#get_appointment input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    background: #4c6884 !important;
}
.blog_sidebar label{
	float:left !important;
}
.blg-wrapper{
	min-height: 600px;
}
.page-template-contact-us .wpcf7-form-control-wrap.email input[type="email"]{background:#fff !important;}




/***** Responsive Css *******/


@media(max-width:1200px){
.navigation ul li a {
    padding: 0 9px 0 9px !important;
}
.thblocks .col-sm-4 .thbox {
    
    padding: 31px !important;
    
}
.foottable td {
  
    line-height: 17px !important;
    
}
 ul.footernav li a {
    padding: 0 9px 0 13px !important;
    font-size: 12px !important;
   
}
}

@media(max-width:999px){
.navigation ul li a {
    padding: 0px 4px !important;
    font-size: 12px;
}
.thblocks .col-sm-4 .thbox {
    
    padding: 24px !important;
    
}
ul.lsi-social-icons.icon-set-lsi_widget-3 {
   
    margin: -8px !important;
        margin-top: 10px !important;
}


@media(max-width:768px){
	.menu {display:block !important;}

.buttons a.hvr-sweep-to-left {
    width: 65% !important;
}
.callbackform input.wpcf7-form-control.wpcf7-submit.flat-button-form {
    float: left !important;
     margin-top: inherit !important; 
}

.login-form {
    width: 100% !important;
   
}
.blog_sidebar{
float:left;
width:100%;
}

#wprmenu_bar .menu_title a{
	color: #000 !important;
}
.search-box{
	display: none!important;
}
}

@media(max-width:320px){
   .blg-wrapper{
   	padding: 0px !important;

   }
  .main-blg-descr p{
    line-height: 24px !important;
  }
  .blg-typ3-desc h3{
    margin-top: -78px !important;
  }
  .blg-wrapper{
        min-height: 491px !important;
  }
ul.footernav li a{
        padding: 0 44px 0 13px !important;

  }
#wprmenu_bar .menu_title a{
	color: #000 !important;
}


textarea#comment {
    width: 100% !important;
	}