body{
    font-family: 'Open Sans', sans-serif;
    background: #fff url(../images/bodybg.png);
    color: #666;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	color: #333;
	margin: 0 0 8px;
	font-weight: 400;
	line-height: 1.5;
	font-style: normal;
	text-transform:capitalize;
	font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}
h1 { font-size: 48px;}
h2 { font-size: 36px;}
h3 { font-size: 24px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {color: #000;}
p a {color: #3575d3;}
p a:hover {text-decoration:underline;}
p {
	letter-spacing: normal;
	line-height: 20px;
	margin: 0 0 20px;
}
a {text-decoration: none; color: #3575d3;}
a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none;
}
ul { margin: 0; }
figure {
	margin-bottom: 6px;
	position: relative;
}

.wrapper{
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px 3px rgb(0 0 0 / 20%);
}

.logo_block{
    padding: 15px 0;
    box-sizing: border-box;
    float: left;
}

.logo_block a{
    display: inline-block;
    outline: 0;
}

.social_links{
    float: right;
    width: auto;
    padding: 30px;
    box-sizing: border-box;
}

.social_links ul{
    padding: 0;
    margin: 0;
}

.social_links ul li{
    list-style-type: none;
    float: none;
    display: inline-block;
    margin-right: 8px;
}

.social_links ul li.facebook-bg a{
    background: #3b5999;
}

.social_links ul li.twitter-bg a{
    background: #55acee;
}

.social_links ul li.linkedin-bg a{
    background: #0077B5;
}

.social_links ul li a{
    width: 30px;
    height: 30px;
    color: #fff;
    display: block;
    line-height: 30px;
    position: relative;
    text-align: center;
    border-radius: 30px;
}

.social_links ul li a i{
    color: #fff;
    width: 30px;
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
}

.menubar{
    position: relative;
    background: #f7f7f7;
    padding: 0;
    box-sizing: border-box;
    margin: 0px 0 10px;
}

.navbar-nav li a{
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    color: #333 !important;
    padding: 10px 25px !important;
    box-sizing: border-box;
}

.navbar-nav li.active a{
    background: #3575d3;
    color: #fff !important;
}

.navbar-nav li:hover a{
    background: #3575d3;
    color: #fff !important;
}

.banner_block{
    position: relative;
}

.banner_block ul{
    padding: 0;
    margin: 0;
}

.banner_block ul li{
    list-style-type: none;
}

.banner_overlay{
    position: absolute;
    background: rgba(51, 51, 51, 0.80);
    color: #fff;
    padding: 25px;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner_title{
    float: left;
    width: auto;
}

.banner_title h1{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0 0;
    text-transform: capitalize;

}

.banner_btn{
    float: right;
    width: auto;
}

.banner_btn a{
    text-transform: capitalize;
    padding: 10px 50px;
    border: 2px solid #fff;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
}

.banner_block .owl-nav {
    padding: 0px 30px;
}

.banner_block .owl-prev{
    position: absolute;
    top: 45%;
    background: #fff !important;
    border-radius: 50%;
    color: #333 !important;
    width: 28px;
    height: 28px;
    line-height: 28px !important;
    outline: 0;
}

.banner_block .owl-next{
    position: absolute;
    top: 45%;
    background: #fff !important;
    border-radius: 50%;
    color: #333 !important;
    width: 28px;
    height: 28px;
    line-height: 28px !important;
    right: 3%;
    text-align: center;
    outline: 0;
}

.banner_btn a:hover{
    text-decoration: none;
}

.latest_block h2{
    color: #333;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
}

ul.latest_list{
    padding: 0;
    margin: 0;
}

ul.latest_list li{
    list-style-type: none;
    background: #333;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

ul.latest_list li:hover img{
    opacity: 0.50;
}

ul.latest_list li img{
    height: 170px;
    object-fit: cover;
}

.latest_list .owl-nav{
    right: 0;
    width: auto;
    float: none;
    position: absolute;
    top: -72px;
}

.latest_list .owl-prev{
    height: 28px;
    font-size: 45px !important;
    line-height: 28px !important;
    color: #333 !important;
    width: 28px;
    margin: 0 3px;
    outline: 0;
}

.latest_list .owl-next{
    height: 28px;
    font-size: 45px !important;
    line-height: 28px !important;
    color: #333 !important;
    width: 28px;
    margin: 0 3px;
    outline: 0;
}

.what_we_block {
    background: #3575d3;
    color: #fff;
    padding: 30px 20px;
    margin: 0 0 40px;
}

.what_we_block h3{
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.what_we_block p{
    letter-spacing: normal;
    line-height: 20px;
    margin: 0 0 20px;
    font-size: 13px;
    font-weight: 400;
}

.section_block{
    margin: 0 0 30px;
}

.section_image{
    float: none;
    width: auto;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.section_image a{
    display: inline-block;
    background-color: #333;
}

.section_image a img{
    width: 250px;
    height: 180px;
    opacity: 0.50;
}

.section_image a img:hover{
    opacity: 1;
}

.section_description{
    display: inline-block;
    float: none;
    width: auto;
    width: 67%;
    vertical-align: middle;
}

.section_description h3{
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 0 15px;
}

.section_description h3 a{
    display: inline-block;
    color: #000;
}

.section_description h3 a:hover{
    text-decoration: none;
    color: #3575d3;
}

.section_description p{
    margin: 0 0 20px;
    font-size: 13px;
    color: #666;
    font-weight: 400;
}

.read_more a{
    display: inline-block;
    color: #333;
    padding: 0px 20px;
    line-height: 30px;
    background: #f7f7f7;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

.read_more a:hover{
    text-decoration: none;
    background: #3575d3;
    color: #fff;
}

.client_sec h2{
    color: #333;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
}

.client_list{
    padding: 0;
}

.client_list li{
    list-style-type: none;
    height: 100px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.client_list li img{
    width: auto !important;
}

.client_list li:hover{
    background: #f7f7f7;
}

.client_list .owl-nav {
    top: -72px;
    right: 0;
    width: auto;
    float: none;
    position: absolute;
}

.client_list .owl-prev{
    height: 28px;
    font-size: 45px !important;
    line-height: 28px !important;
    color: #333 !important;
    width: 28px;
    margin: 0 3px;
    outline: 0;
}

.client_list .owl-next{
    height: 28px;
    font-size: 45px !important;
    line-height: 28px !important;
    color: #333 !important;
    width: 28px;
    margin: 0 3px;
    outline: 0;
}

.footer{
    background: #f7f7f7;
    padding: 40px 0;
}

.footer .social_links{
    float: none;
    display: inline-block;
    padding-left: 0;
}

.footer_links h5{
    font-size: 16px;
    line-height: 16px;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
}

.footer_block ul{
    padding: 0;
    margin: 0;
}

.footer_block ul li{
    list-style-type: none;
    font-size: 13px;
    line-height: 16px;
    color: #666;
    margin-bottom: 10px;
}

.footer_block ul li address{
    float: none;
    display: inline-block;
    width: auto;
    margin-left: 12px;
    margin-bottom: 0;
}

.tg-address {
    margin-left: 30px !important;
}

.tg_info {
    margin-left: 12px;
}

span.footer_mobile{
    margin-left: 12px;
}

.copyright_sec{
    color: #999;
    padding: 15px 0;
    background: #333;
    float: left;
    width: 100%;
}

.copyright_left{
    float: left;
    width: auto;
}

.copyright_right{
    float: right;
    width: auto;
}

.copyright_sec p{
    font-size: 13px;
    line-height: 20px;
    color: #999;
}

.about_block{
    padding: 10px 0;
}

.content_block{
    padding: 45px 40px;
}

.content_block p{
    color: #666;
    font-size: 13px;
    font-weight: 400;
}

.content_block p strong{
    color: #000;
}

.content_block ul{
    padding: 0 0 0 15px;
}

.content_block ul li{
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
}

.section_main_block{
    padding: 15px 0;
}

.section_image_block{
    margin: 0;
    width: 100%;
    background: #333;
}

.section_image_block figure{
    margin: 0;
}

.section_image_block a{
    display: inline-block;
    width: 100%;
}

.section_image_block img{
    width: 100%;
    height: 370px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.section_content{
    width: 100%;
    padding: 20px 0 0;
}

.section_content h3{
    color: #333;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 0 15px;
}

.section_content p{
    font-size: 13px;
    font-weight: 400;
    color: #666;
    margin: 0;
}

.section_image_block:hover a img{
    opacity: 0.50;
}

.about_block .section_description{
    width: 75%;
}

.contact-form input, .contact-form textarea{
    color: #666;
    outline: none;
    height: 40px;
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    box-shadow: none;
    line-height: 20px;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    text-transform: capitalize;
}

.contact-form textarea{
    height: 180px;
    resize: none;
}

.contact-form button{
    background: #3575d3;
    color: #fff;
    padding: 10px 50px;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    outline: 0;
    border: 0;
    height: 40px;
    cursor: pointer;
}

.footer_block ul li a:hover{
    text-decoration: none;
}

.faq_block{
    padding: 0 0 0 20px;
    margin: 0 0 15px;
}

.faq_title h3{
    margin: 15px 0;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
}

.faq_description p{
    margin: 0 0 20px;
    line-height: 20px;
    color: #666;
    font-size: 13px;
    font-weight: 400;
}

.faq_description ul{
    padding: 0 0 0 18px;
}

.faq_description ul li{
    margin: 0;
    line-height: 28px;
    color: #666;
    font-size: 13px;
    font-weight: 400;
}

.coming_soon_block{
    padding: 20px 20px;
    background: #f7f7f7;
}

.coming_soon_block figure{
    margin: 0;
    border: 8px solid #ddd;
    width: 600px;
}

.sitemap_block ul{
    padding: 0 0 0 18px;
}

.sitemap_block ul li{
    margin: 0 0 7px;
}

.sitemap_block ul li span{
    color: #666;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

.sitemap_block ul li span a:hover{
    text-decoration: none;
}

.amc_block{
    padding: 30px 20px;
}

.amc_block .section_image figure{
    border: 8px solid #ddd;
}

.amc_block .section_image a img{
    opacity: 1;
    height: 100%;
}

.amc_block .section_description{
    font-size: 13px;
    font-weight: 400;
    color: #666;
}

.amc_block .section_description strong{
    color: #414141;
}

.amc_block ul{
    padding: 0 0 0 15px;
}

.amc_block ul li{
    margin: 0 0 10px;
}

.amc_block .section_image{
    vertical-align: top;
}