/*
Theme Name: MuteWeb
Theme URI: http://www.codexworld.com
Author: Creative Mirza
Author URI: http://mutewebtechnologies.com
Description: The theme for my awesome site
Version: 1.0
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import 'assets/css/owl.carousel.min.css';
@import 'assets/css/bootstrap.min.css';
a:hover, a:active, a:focus{
	color: inherit;
	text-decoration: none;
}
.site_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation-name: popup;
    -webkit-animation-duration: 4s;
    animation-name: popup;
    opacity: 0;
    animation-delay: 4s;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    visibility: hidden;
}
.popup_inner {
    background: #f29724;
    padding: 40px;
}
.popup_inner input {
    padding: 6px;
    margin-bottom: 8px;
}
.popup_inner textarea {
    width: 100%;
}
button.close {
    position: relative;
    z-index: 999;
}
.playing {
    opacity: 1;
    visibility: visible;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes popup {
  0% {opacity: 1; visibility: visible;} 
  100% {opacity: 1; visibility: visible;}
}

/* Standard syntax */
@keyframes popup {
   0% {opacity: 1; visibility: visible;}
  100% {opacity: 1; visibility: visible;}
}
html{
    scroll-behavior: smooth;
}
input[type=text], 
input[type=password], 
input[type=email], 
textarea, 
input[type=tel],
input[type=search]{
	border: 1px solid #ccc;
}
img{
	max-width: 100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: inherit;
}
::-moz-placeholder { /* Firefox 19+ */
  color: inherit;
}
:-ms-input-placeholder { /* IE 10+ */
  color: inherit;
}
:-moz-placeholder { /* Firefox 18- */
  color: inherit;
}
button:focus, input:focus{
    outline: none;
}
.annocement-bar {
    padding: 5px 0;
}
.site-header.style_1 {
    padding: 20px 0;
}
.site-header.style_2 .logo-wrap{
	padding: 20px 0;
}
.site-header.style_2 .primary-menu-wrap{
	padding: 20px 0;
}
.site-header.style_3 {
    padding: 20px 0;
}
.site-header.style_4 {
    padding: 20px 0;
}
.site-header.style_5 .logo-wrap{
	padding: 20px 0;
}
.site-header.style_5 .primary-menu-wrap{
	padding: 20px 0;
}
.header_bg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.main-navigation li {
    padding: 0 20px;
}
.menu-main-menu-container{
	width: 100%;
}
.site-header.style_1 .primary-menu{
	width: auto;
	float: right;
}
.site-header.style_2 .primary-menu{
	width: 100%;
}
.primary-menu li{
	display: inline-block;
}

.primary-menu {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-navigation li a{
	display: inline-block;
}
.site-header.style_4 .main-navigation {
    padding-top: 150px;
    width: 100%;
    display: inline-block;
}
.site-header.style_4 .primary-menu li {
        width: 100%;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}
.logo{
	display: inline-block;
}
.logo img{
	max-width: 100%;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 10s;
  -ms-transition: all 10s;
  -o-transition: all 10s;
  transition: all 0.5s ease;
}
.site-header{
    border-bottom: 1px solid #ddd;
}
.home .site-header{
    border-bottom: none;
}
.site-main {
    padding: 0px 15px 0px;
    overflow: hidden;
}
.home .site-main{
    padding-top: 0;
    padding-bottom: 0;
}
.wrapper-row {
    float: none;
    margin: 0 auto !important;
}
.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.header_sticky {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.home .header_sticky_index{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.header_fixed_onscroll{
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 10s;
  -ms-transition: all 10s;
  -o-transition: all 10s;
  transition: all 0.5s ease;
}
.header_fixed_onscroll.fixed {
  position: fixed;
  top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.header_fixed_onscroll.fixed .logo img {
    width: 220px;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, .94);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.full_width_menu .container{
	position: relative;
}

.overlay .menu_toggle_close {
        font-size: 75px;
    width: auto;
    float: right;
    height: auto;
    line-height: 1;
    display: inline-block;
    top: 77px;
    position: absolute;
    right: -10px;
}
.overlay .menu_toggle_close:hover, .overlay .menu_toggle_close:focus, .overlay .menu_toggle_close:active{
	color: #fff;
}
.full_width#openNav{
	width: 100%;
}
.menu_toggle{
	font-size: 35px;
}
.header-info ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: inline-block;
}
.header-info li{
	list-style: none;
	display: inline-block;
}
.header-info ul li{
	margin-left: 30px;
}
.header-info ul li:first-child{
	margin-left: 0;
}
.btn, [type=reset], [type=submit], button, html [type=button]{
    border: none;
    padding: 5px 10px;
}
.search_form span.screen-reader-text {
    display: none;
}
.search_form .search-submit {
    width: 180px;
    float: left;
}
.search_form .search-field{
	width: 70%;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -ms-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	float: left;
	    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0 30px;
}
.search_form .search-field:focus{
	outline: none;
}
.search_form {
    background-color: #000000;
    padding: 14px 0 8px;
    display: none;
}
.search_form  .search-form{
	position: relative;
}
.search_form  .search-form:after{
	 content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.search_form  .close-search {
    display: inline-block;
    color: #fff;
    width: 40px;
    vertical-align: middle;
    text-align: right;
}
.footer_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.top_footer {
    padding: 50px 0 0;
}
.btm_footer {
    padding: 30px 0 50px;
}
.site-footer li{
	list-style: none;
}
.site-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.site-footer h2 {
	margin: 0 0 25px;
}
.site-footer p{
	margin: 0 0 15px;
}
.site-footer .btm_footer p:last-child{
	margin: 0;
}
.site-footer .menu li a {
    position: relative;
    padding: 0 0 0 0px;
    font-size: 19px;
    font-family: Karla;
    font-weight: 600;
    color: #fff;
}
.menu-footer_nav-container {
    display: flex;
    justify-content: flex-end;
}
.site-footer .menu li {
    margin: 0 0 0px;
    float: none;
    padding: 0 25px 0 0;
    display: inline;
}
.site-footer .menu li:last-child {
    padding-right: 0;
}
.social-icons a {
    width: 55px;
    display: inline-block;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border: 2px solid;
    border-radius: 100%;
    font-size: 25px;
}
.social-icons li{
	display: inline-block;
	margin-left: 10px;
}
.social-icons li:first-child{
	margin-left: 0;
}
.newsletter-send {
    width: 40px;
    height: 40px;
    font-size: 0 !important;
    float: left;
    background-image: url('assets/images/rocket-img.png');
    background-repeat: no-repeat;
    background-position: center;
}
.footer-newsletter .newsletter-send {
    font-size: 15px !important;
    width: 150px;
    background-image: none;
    text-transform: capitalize;
    font-weight: 700;
}
.wpcf7-form-control-wrap{
	width: 100%;
	float: left;
}
.footer-newsletter .wpcf7-form-control-wrap{
    width: 70%;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: -ms-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
}
div.wpcf7 .ajax-loader {
    display: none;
}
.newsletter-email {
    border: none !important;
    width: 100%;
    background-color: #fff;
    padding: 12.5px 10px 11px;
    color: #c5c5c5;
    line-height: 1.1;
}
.site-footer ul.social-icons{
	margin: 15px 0 0;
}
div.wpcf7-response-output{
	float: left;
}
span.wpcf7-not-valid-tip {
    margin: 10px 0 0;
}
.footer-newsletter{
    background-color: #000;
    padding: 50px 0;
}
.footer-newsletter form {
    width: 650px;
    float: none;
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
}
.site-footer.style_2 .top_footer h2{
    display: none;
}
.site-footer.style_2 .menu li {
    width: auto;
}
.site-footer.style_2 .menu li a:after{
    content: '';
}
.site-footer.style_2 .menu li a{
    padding: 0;
}
.site-footer.style_2 .menu li{
    margin-bottom: 0;
}
.site-footer.style_2 .menu li:last-child{
    padding-right: 0;
}
.site-footer.style_2 .social-wrap {
    border-top: 1px solid rgba(255,255,255,.2);
    margin-top: 30px;
    padding-top: 30px;
}
.site-footer a{
	display: inline-block;
}
.mobile-header{
	display: none;		
}
.hamburger{
	display: inline-block;
}
.hamburger .bar1, 
.hamburger .bar2, 
.hamburger .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.hamburger.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.hamburger.change .bar2 {opacity: 0;}

.hamburger.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.mute-slider-wrap{
    width: 100%;
    display: block;
}
.mute-slider{
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.slider-inner{
    width: 100%;
    display: block;
    position: relative;
}
.slider-img{
    width: 100%;
    display: block;
}
.slider-img img{
    width: 100%;
    display: block;
}
.slider-content {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider-content .container {
    position: relative;
    height: 100%;
}
.slider-content-iner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}
.slider-content-wrap{
    width: 500px;
    max-width: 95%;
    display: inline-block;
    padding: 20px;
}
.text-Left {
    text-align: left;
}
.text-Center {
    text-align: center;
}
.text-Right {
    text-align: right;
}
.hor-Left{
    justify-content: left;
}
.hor-Center{
    justify-content: center;
}
.hor-Right {
    justify-content: flex-end;
}
.ver-Top{
    align-items: start;
}
.ver-Top .slider-content-wrap {
    margin-top: 50px;
}
.ver-Middle{
    align-items: center;
}
.ver-Bottom{
    align-items: flex-end;
}
.ver-Bottom .slider-content-wrap {
    margin-bottom: 50px;
}
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.owl-nav button {
    width: 40px;
    height: 40px;
    float: left;
    background-color: rgba(255,255,255,.5) !important;
    color: #000 !important;
    position: relative;
}
.owl-nav button.owl-next{
    float: right;
}
.owl-nav button:before {
    font-family: FontAwesome;
    color: #000;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 1;
}
div#representative_slider button, div#partner_slider button, div#technology_slider button {
    background: transparent !important;
}
.owl-nav button span{
    display: none;
}
.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(255,255,255,.3) !important;
    margin: 0 5px;
}
.owl-dots .owl-dot.active {
    background-color: rgba(255,255,255,1) !important;
}
.post_info ul{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
        color: #949494;
}
.post_info ul li {
    display: inline-block;
    margin-right: 9px;
    padding-right: 12px;
    position: relative;
}
.post_info ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.post_info ul li:last-child:after{
    width: 0;
}
.post_info {
    border-top: none;
    padding: 5px 0 15px;
}
.post_info ul li i {
    padding-right: 10px;
    color: #ff0000;
}
.post_img img{
    width: 100%;
}
.fet_box{
    width: 100%;
    float: left;
    box-shadow: 0 0 43px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 43px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 43px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 43px rgba(0,0,0,0.2);
    margin: 0 0 30px;
}
.fet_img{
width: 100%;
    float: left;
}
.fet_img img{
    width: 100%;
}
.fet_date{
width: 100%;
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 1.3;
    margin: 13px 0;
}
.fet_title a{
width: 100%;
    float: left;
    font-size: 18px;
    color: #444444;
    line-height: 1.2;
}
.fet_lbl {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #5794b5;
    border-bottom: 1px solid #eeeeee;
    padding: 9px 17px;
    text-transform: capitalize;
}
.fet_box ul{
    width: 100%;
    float: left;
    margin: 0;
    padding: 17px 17px 0;
    list-style: none;
}
.fet_box ul li{
    width: 100%;
    float: left;
    margin: 0 0 25px;
}
.fet_box ul li.active a,
.fet_box ul li a:hover,
.fet_box ul li a:active,
.fet_box ul li a:focus{
	color: green;
}
.post_main {
    margin-top: 0px;
    margin-bottom: 50px;
}
ul.term_list {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
ul.term_list li{
        display: inline-block;
    margin: 0 5px;
}
ul.term_list li a{
    color: inherit;
    color: #ed331d;
    border: 1px solid;
    padding: 3px 10px;
    border-radius: 20px;
}
.comment-form label {
    display: block;
}
.comment-respond {
    border-top: 1px solid #ddd;
    padding: 30px 0 0;
}
.comment-list {
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    padding: 30px 0;
    margin: 30px 0 0;
}
.comment-author img {
    float: left;
    margin-right: 25px;
}
.comment-form {
    width: 500px;
    max-width: 100%;
}
.comment-form input, .comment-form textarea{
	width: 100%;
}
.comment-form input.submit{
	width: auto;
}
.comment-form .required{
	color: #ff0000;
}
.post-list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: inline-block;
}
.post-list .post-img{
	width: 200px;
	float: left;
	margin-right: 25px;
}
.post-list .post-info{
	width: 75%;
	width: -webkit-calc(100% 225px);
	width: -moz-calc(100% 225px);
	width: -ms-calc(100% 225px);
	width: -o-calc(100% 225px);
	width: calc(100% 225px);
	float: left;
}
.post-list li {
    clear: both;
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.post-list li:last-child{
	border-bottom: none;
}
.screen-reader-text, .nav-links span.screen-reader-text {
    display: none;
}
.pagination{
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px 0;
}
.nav-links {
    width: auto;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 25px;
}
.nav-links a, .nav-links span {
    display: inline-block;
    padding: 10px;
}
.nav-links a.next {
    border-left: 1px solid #ddd;
    padding-left: 30px;
    padding-right: 0;
}
.nav-links a.prev {
    border-right: 1px solid #ddd;
    padding-right: 30px;
    padding-left: 0;
}
/*Responsive Style*/
@media (max-width: 1023px){
	.footer-col {
	    width: 50% !important;
	    display: block;
	    flex: unset;
	    margin: 0 0 30px;
	}
	.desktop-header{
    	display: none;
    }
	.mobile-header{
		display: block;
		padding: 15px 0;
	}
	.logo img{
		max-width: 80%;
	}
    .site-header{
    	position: relative;
    }
    .mobile-header .main-navigation {
        width: 100%;
        background-color: #ccc;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 10;
        display: none;
    }
    .mobile-header .main-navigation li {
        width: 100%;
        text-align: left;
        padding: 0;
        border-bottom: 1px solid #f5f5f5;
        
    }
    .mobile-header .main-navigation li a{
    	padding: 10px 30px;
    }
    .logo_side{
    	width: 75%;
    	float: left;
    }
    .menu_side{
    	width: 25%;
    	float: left;
    }
    .header-info {
        padding-bottom: 30px;
    }
    .header-info ul li {
        margin-left: 0;
    }
    .header-info li {
        padding: 0 10px;
    }
}
@media (max-width: 767px){
	.footer-col {
		text-align: center;
	    width: 100% !important;
	}
	.footer-col:last-child{
		margin-bottom: 0;
	}
	.site-footer .menu li{
		width: 100%;
	}
	.btm-footer-col {
	    flex: unset;
	    width: 100%;
	    text-align: center !important;
	    max-width: 100%;
	    margin-bottom: 20px;
	}
	.btm-footer-col:last-child{
		margin-bottom: 0;
	}
	.footer-col-2{
		 width: 100% !important;
	    display: block;
	    flex: unset;
	    margin: 0 0 30px;
	    text-align: center !important;
	}
	.site-footer.style_2 .menu li {
	    width: 100%;
	    padding: 0;
	    margin-bottom: 10px;
	}
	.footer-newsletter .newsletter-send {
	    width: 80px;
	}
	.footer-newsletter .wpcf7-form-control-wrap {
	    width: 80%;
	    width: -webkit-calc(100% - 80px);
	    width: -moz-calc(100% - 80px);
	    width: -ms-calc(100% - 80px);
	    width: -o-calc(100% - 80px);
	    width: calc(100% - 80px);
	}
}

/*Custome Css*/
body h2 {
    font-family: Karla;
    font-size: 39px;
    color: #fff;

}
.about_secound h2.bord {
    position: relative;
    color: #002457;
    font-weight: 800;
}
.leader_content a.text-hover:after{
    display: none;
}
.hero {
    height: 787px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero-left {
    margin-top: 45px;
}
.hero-left p {
    font-family: Karla;
    color: #fff;
    font-size: 30px;
}
.hero-left h1 {
    font-family: Karla;
    font-size: 91px;
    color: #fff;
    font-weight: 700;
    line-height: 83px;
}
.hero-left .wpb_content_element {
    margin: 0;
}
.hero-right {
    position: absolute !important;
    right: -21px;
    bottom: 166px;
    text-align: center;
}
.btn {
    position: relative;
}
.btn p:before {
    content: '';
    background-image: url(assets/images/home_11.png);
    width: 123px;
    height: 220px;
    position: absolute;
    top: 66px;
    left: 75px;
        opacity: 0;
    transition: 0s;
}
.show .seaction-a {
    display: block;
}
.show .btn p:before{
opacity: 1;
}
.hero-content {
    position: relative;
    height: 787px;
}
.hero-right p {
    font-family: Playfair Display;
    font-size: 24px;
    color: #fff;
}

.hero-right a {
    font-family: Karla;
    font-size: 39px;
    font-weight: 600;
    color: #fff;
    background-color: #f39723;
    padding: 3px 42px;
    border-radius: 34px;
    box-shadow: 0px 5px 1px #00000085;
}
#representative_slider .owl-stage-outer:before {
    content: "";
    background: #002457;
    width: 80px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 9;
    filter: blur(10px);
    left: -8px;
}
div#partner_slider .owl-stage-outer:before, div#technology_slider .owl-stage-outer:before {
    content: "";
    background: #fff;
    width: 80px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 9;
    filter: blur(10px);
    left: -8px;
}
div#partner_slider .owl-stage-outer:after, div#technology_slider .owl-stage-outer:after {
    content: "";
    background: #fff;
    width: 90px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 9;
    filter: blur(10px);
    right: 0;
    top: 0;
}
#representative_slider .owl-stage-outer:after {
    content: "";
    background: #002457;
    width: 90px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 9;
    filter: blur(10px);
    right: 0;
    top: 0;
}
.form-section input {
    width: 100%;
    padding: 14px 27px;
    margin-bottom: 28px;
    font-family: Playfair Display;
    background-color: #f5ac4f;
    font-size: 26px;
    border: navajowhite;
    color: #fff;
}
.seaction-a {
    background-color: #f39723;
    padding: 80px 0 50px;
        display: none;
    transition: all 2s ease;
}

.form-section input::placeholder{
    color: #fff;
}
.form-section button.btn {
    font-family: Karla;
    font-size: 33px;
    padding: 4px 42px;
    border-radius: 41px;
    color: #f39723;
    font-weight: bolder;
    background-color: #fff;
    box-shadow: 2px 4px 0 #aa6918;
}
.form-section .end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
input[type="textarea"] {
    padding-bottom: 76px;
    
}
.form-section .flow {
    overflow: inherit;
    resize: vertical;
}
.area-text h2 {
    font-weight: 600;
}
.area-text p {
    font-family: Playfair Display;
    font-size: 26px;
    color: #f39723;
}
.three-box {
    padding-top: 20px;
}
.three-box h4 {
    color: #fff;
    text-align: center;
    font-family: karla;
    font-size: 26px;
    font-weight: 600;
}
.area-icon a {
    display: block;
    width: 240px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #002457;
    background: #fff;
    padding: 8px 6px;
    border-radius: 40px;
    line-height: 17px;
    font-weight: 600;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.area-icon a:hover {
    background: #f29724;
    color: #fff;
}
.seaction-b {
    padding: 70px 0;
    margin-top: -2px;
}
.seaction-c {
    padding: 70px 0;
    position: relative;
}
.seaction-c:before {
    content: '';
    background-color: #f4f4f4;
    width: 50%;
    position: absolute;
    height: 703px;
    right: 0;
    z-index: -1;
    top: 0;
}
.c-right-box {
    padding-left: 22px !important;
}
.seaction-c h2 {
    color: #002457;
    font-weight: 800;
    font-size: 37px;
    position: relative;
}

.seaction-c h4, .method h4{
    font-family: Playfair Display;
    color: #f49e40;
    font-size: 26px;
}
.bord h2:after {
    content: '';
    background-image: url(assets/images/bottom-border.png);
    width: 89px;
    height: 6px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.adviser-peragraph {
    margin-top: 54px;
    position: relative;
}
.adviser-peragraph p, .leadership-text p, .manager-sec p {
    font-family: Karla;
    font-size: 19px;
    color: #002457;
    line-height: 23px;
    padding-right: 61px;
}
.form-section .row {
    align-items: center;
}
.contact_page_form input{
	position:relative;
}
.learn a {
    color: #ffa400;
    position: relative;
    z-index: 1;
}
.learn a:after {
    content: '';
    background-image: url(assets/images/right-arrow.png);
    width: 38px;
    height: 16px;
    position: absolute;
    top: 4px;
    right: -50px;
}
.adviser-peragraph:after {
    content: '';
    background: white;
    filter: blur(17px);
    display: block;
    height: 103px;
    width: 100%;
    position: absolute;
    bottom: -11px;
    left: -38px;
}
.manager-sec{
    position: relative;
}
.manager-sec:after {
    content: '';
    background: #f4f4f4;
    filter: blur(7px);
    display: block;
    height: 83px;
    width: 100%;
    position: absolute;
    bottom: -21px;
    left: -9px;
}
.seaction-d {
    height: 408px;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}
.enge{
    position: relative;
}
.enge:before {
    content: '';
    background-image: url(assets/images/tag.png);
    width: 57px;
    height: 75px;
    position: absolute;
    right: 0;
    top: -10px;
}
.seaction-e {
    background-color: #f4f4f4;
    padding: 60px 0;
}
.method h2 {
    color: #002457;
    font-weight: 800;
    padding-right: 120px;
}
.method-image {
    margin-top: -14px;
    margin-left: -75px;
}
.method-content h6 {
    font-family: Karla;
    font-size: 21px;
    font-weight: 700;
    color: #002457;
    margin-bottom: 3px;
}
.method-content p {
    font-family: Karla;
    font-size: 19px;
    color: #002457;
    line-height: 23px;
    
}
.method-content:after {
    content: '';
    background: #f4f4f4;
    filter: blur(15px);
    display: block;
    height: 103px;
    width: 100%;
    position: absolute;
    bottom: -11px;
    left: -29px;
}
.seaction-f h2 {
    color: #002457;
    font-weight: 800;
    margin-bottom: 15px !important;
}
.seaction-f .bord h2:after {
    content: '';
    background-image: url(assets/images/bottom-border.png);
    width: 89px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.main-navigation li a {
    color: #002558;
    font-size: 22px;
    font-family: 'Karla', sans-serif;
}
.main-navigation .contact_btn a {
    background: #F29724;
    color: #fff;
    padding: 0px 17px;
    border-radius: 46px;
    box-shadow: 0px 2px 1px #00000047;
}
.vc_column-inner {
    padding: 0 !important;
}
.hero-content .vc_col-sm-8 {
    padding-top: 35px;
}
.wpb_content_element {
    margin-bottom: 0 !important;
}
.btn {
    margin-top: 10px;
}
.flow .wpcf7-textarea {
    width: 100%;
    background: #f5ac4f;
    padding: 14px 27px;
    font-family: Playfair Display;
    font-size: 26px;
    border: navajowhite;
    color: #fff;
    height: 130px;
}
.col.end input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0;
    font-size: 30px;
    font-family: Karla;
    font-weight: 600;
    color: #f39723;
    background-color: #ffffff;
    padding: 3px 42px;
    border-radius: 34px;
    width: 150px;
    text-align: center;
    box-shadow: 0px 5px 1px #00000040;
    margin-top: 26px;
}
.seaction-b .area-text .vc_col-sm-12 .wpb_content_element {
    padding-bottom: 50px;
}
.three-box .vc_col-sm-4 .wpb_single_image.wpb_content_element.vc_align_center {
    padding-bottom: 25px;
}
.about .bord {
    padding-right: 100px;
}
.about p {
    font-size: 19px;
    line-height: 23px;
    font-family: 'Karla', sans-serif;
    color: #002457;
}
.manager-sec .row {
    margin-top: 14px;
}
.manager-sec .col-md-3 {
    text-align: center;
}
img.image_leader {
    margin-top: 7px;
}
.brain-image img {
    margin-bottom: 15px;
}
.manager-sec p {
    margin-bottom: 0;
}
div#wpcf7-f25-p101-o1 .row {
    align-items: center;
}
div#representative_slider, #partner_slider, div#technology_slider {
    margin-top: 80px;
}
div#representative_slider .owl-stage, #partner_slider .owl-stage, div#technology_slider .owl-stage {
    display: flex;
    align-items: center;
}
.representative_image img, #partner_slider img, div#technology_slider img {
    width: 70% !important;
    margin: 0 auto;
}
div#representative_slider button:before, #partner_slider button:before, div#technology_slider button:before {
    color: #fff !important;
    font-size: 35px;
}
.owl-nav {
    width: 90%;
    margin: 0 auto;
        display: block !important;
}
.methode_text2 {
    margin-top: 20px;
}
.seaction-f {
    padding: 60px 0;
}
.logos-sec {
    padding-top: 60px;
}
.logos-sec .vc_single_image-wrapper.vc_box_border_grey {
    min-height: 83px;
    display: flex;
    align-items: center;
}
.logos-sec .vc_single_image-wrapper.vc_box_border_grey img {
    width: 85%;
}
.logos-sec .wpb_single_image {
    text-align: center !important;
}
.out_insights {
    padding: 70px 0;
    position: relative;
}
.insights_text h4 {
        font-family: Karla;
    font-size: 39px;
    color: #002457;
    font-weight: 800;
    margin-bottom: 2px;
}
.insights_text h2 {
    font-family: Playfair Display;
    color: #f49e40;
    font-size: 26px;
}
.inhightsimage {
    margin-top: 30px;
}
.out_insights:before {
    content: "";
    background: #F4F4F4;
    width: 40%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.blog_post_full {
    padding-left: 50px;
    padding-top: 107px;
}
.blog_post {
    text-align: center;
}
.blog_content h2 {
    font-size: 25px;
    color: #002457;
    font-weight: 800;
    margin-top: 16px;
    margin-bottom: 0;
    line-height: 25px;
}
.blog_content h2 a{
    color: #002457;
}
.blog_content p {
    margin-bottom: 0;
    font-size: 20px;
    color: #8e8e8e;
    font-weight: 500;
    font-family: Playfair Display;
}
.blog_content p a {
    color: #f39723;
}
.discover_more_full {
    background: #f39723;
    padding: 100px 0 125px;
}
.discover_more h3 {
    margin-bottom: 0;
    font-size: 35px;
    color: #fff;
    font-family: Karla;
    font-weight: 800;
}
.discover_more .wpcf7-email {
    width: 100%;
    padding: 14px 28px;
    background: #f5ac4f;
    font-family: Playfair Display;
    font-size: 26px;
    border: none;
    color: #fff;
}
.discover_more input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0;
    font-size: 24px;
    font-family: Karla;
    font-weight: 600;
    color: #ffffff;
    background-color: #002457;
    padding: 12px 42px;
    border-radius: 34px;
    text-align: center;
    box-shadow: 0px 5px 1px #00000040;
}
.discover_more .row {
    align-items: center;
}
.follow_linkdin {
    display: flex;
    width: 100%;
    margin-bottom: -70px;
    margin-top: 25px;
    align-items: center;
    position: relative;
}
.follow_linkdin p {
    color: #ffc275;
}
.follow_linkdin img {
    margin-left: 11px;
}
.discover_more .follow_linkdin::before {
    content: "";
    background: url(assets/images/down_icon.png);
    width: 40px;
    height: 70px;
    position: absolute;
    background-repeat: no-repeat;
    right: 40px;
    top: -32px;
}
.we_can_help {
    padding: 60px 0;
}
.we_can_help h2 {
    color: #002457;
    font-weight: 800;
}
.we_can_text h4 {
    font-family: Playfair Display;
    color: #f49e40;
    font-size: 26px;
}
.help_text {
    text-align: center;
}
.help_text a {
    font-size: 22px;
    font-weight: 600;
    color: #002457;
    background-color: transparent;
    padding: 14px 30px;
    border-radius: 34px;
    text-align: center;
    font-family: Playfair Display;
    border: 4px solid #002457;
}
.help_text a:hover {
    color: #ffffff;
    background-color: #002457;
    box-shadow: 0px 5px 1px #00000040;
}
.hep_image {
    padding-bottom: 13px;
}
.help_text p:last-child {
    font-size: 17px;
    font-family: Playfair Display;
    line-height: 27px;
    padding: 12px 78px 0;
    color: #606060;
}
.we_can_text {
    padding-bottom: 60px;
}
footer.site-footer.style_1 {
    background: #002457;
}
li#custom_html-2 p {
    margin-bottom: 0;
    text-align: right;
    color: #8092ab;
    margin-top: 10px;
    font-family: Karla;
    font-weight: 600;
}
.top_footer .row {
    align-items: center;
}
li#custom_html-3 p {
    color: #8092ab;
    font-family: Karla;
    line-height: 22px;
    font-weight: 600;
}
li#custom_html-3 p a {
    color: #8092ab;
    text-decoration: underline;
}
.footer_bottom_rigt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.btm-footer-col .col.footer-col {
    padding-right: 0;
}
.footer_mail.follow_footer {
    margin-left: 35px;
}
.footer_mail a {
    font-size: 16px;
    align-items: center;
    display: flex;
    color: #8092ab;
    font-family: Karla;
    font-weight: 600;
}
.footer_mail a img {
    margin-left: 10px;
}
button.owl-prev {
    background: url(assets/images/right.png);
}
.site-header {
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.0784313725490196);
    position: relative;
}
.about_first .method-image {
    margin-top: 0px;
    margin-left: -75px;
}
.about_first .method-content:after{
	display: none !important;
}
.about_secound .enge:before{
	display:none;
}
.about_secound {
    height: inherit;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}
.about_three {
    padding: 70px 0;
}
.driver_text h6 {
    font-family: Karla;
    font-size: 21px;
    font-weight: 700;
    color: #002457;
    margin-bottom: 3px;
}
.driver_text p {
    font-family: Karla;
    font-size: 19px;
    color: #002457;
    line-height: 23px;
}
.driver_first{
    padding-bottom: 29px;
}
.divide_heading h2 {
    color: #002457;
    font-weight: 800;
    padding-bottom: 30px;
}
.strading_the_driver_image img {
    width: 80%;
}
.leadership_experties .insights_text h4 {
    color: #fff;
}
.leadership_experties {
    padding: 60px 0;
    margin-top: 30px;
}
.leadership_experties .insights_text {
    padding-bottom: 25px;
}
.leader_content p {
    color: #fff;
    font-family: Karla;
    font-size: 19px;
    line-height: 22px;
}
.leader_row .vc_col-sm-9 {
    padding-left: 30px;
}
.leader_content a {
    color: #f49e40;
    position: relative;
}
.leader_content a:after {
        content: "\f178";
    font-family: FontAwesome;
    margin-left: 8px;
    position: relative;
    top: 2px;
}
.leadership_experties .insights_text h2 {
    font-size: 21px;
}
.leader_row div#wpcf7-f25-p179-o1 {
    padding-top: 20px;
}
.leader_row div#wpcf7-f25-p179-o1 input {
    width: 100%;
    padding: 10px 27px;
    margin-bottom: 15px;
    font-family: Playfair Display;
    background-color: #4c6a96;
    font-size: 20px;
    border: navajowhite;
    color: #fff;
}
.leader_row div#wpcf7-f25-p179-o1 textarea {
    width: 100%;
    padding: 10px 27px;
    font-family: Playfair Display;
    background-color: #4c6a96;
    font-size: 20px;
    border: navajowhite;
    color: #fff;
    height: 90px;
    margin-bottom: 0;
}
.leader_row div#wpcf7-f25-p179-o1 input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0;
    font-size: 24px;
    font-family: Karla;
    font-weight: 600;
    color: #f39723;
    background-color: #ffffff;
    padding: 7px 42px;
    border-radius: 34px;
    width: 150px;
    text-align: center;
    box-shadow: 0px 5px 1px #00000040;
    margin-top: 20px;
    margin-left: auto;
}
.leader_row div#wpcf7-f25-p179-o1 .col.end {
    text-align: right;
}
div#technology_slider .owl-nav img, div#partner_slider .owl-nav button img {
    width: 45% !important;
    margin-top: -11px;
}
.leader_image figure.wpb_wrapper.vc_figure, .leader_image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey, .leader_image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img {
    width: 100%;
}
.solutions_headings p {
    font-family: Playfair Display;
    font-size: 20px;
    color: #f39723;
}
.solutions_headings h2 {
    margin-bottom: 0;
}
.solution_btn a {
    display: block;
    width: 240px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #002457;
    background: #fff;
    padding: 8px 6px;
    border-radius: 40px;
    line-height: 17px;
    font-weight: 600;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution_image {
    min-height: 140px;
}
.our_solution {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.our_solution .solutions_headings {
    padding-bottom: 50px;
}
.solution_btn a:hover {
    background: #f29724;
    color: #fff;
}
.solutions_headings h2 {
    font-weight: 800;
    font-size: 50px;
}
.our_area_heading h3 {
    font-family: Karla;
    font-size: 35px;
    font-weight: 800;
    color: #00275c;
    padding-bottom: 20px;
}
.area_experties_text p {
    font-size: 19px;
    line-height: 25px;
    font-family: 'Karla', sans-serif;
    color: #002457;
}
.area_experties_text {
    padding-left: 30px;
    padding-top: 60px;
}
.area_image img {
    width: 70%;
}
.area_expertise {
    padding: 80px 0;
}
.solutions_sections_content h2 {
    font-family: Karla;
    font-size: 30px;
    font-weight: 800;
    color: #00275c;
    padding-bottom: 15px;
}
.solutions_sections_content p {
    font-size: 19px;
    line-height: 23px;
    font-family: 'Karla', sans-serif;
    color: #002457;
}
.solutions_sections_content h3 {
    font-size: 20px;
    font-family: Karla;
    font-weight: 600;
    color: #00275c;
    margin-bottom: 3px;
}
.solution_sections {
    padding: 70px 0;
}
.solutions_sections_content {
    padding-left: 40px;
}
a.discover_btn {
    color: #ffa400;
    position: relative;
    z-index: 1;
}
a.discover_btn:after {
    content: "";
    background-image: url(assets/images/right-arrow.png);
    width: 38px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 7px;
}
.right_text_solution .solutions_sections_content {
    padding-left: 0;
    padding-right: 40px;
}
.carlos_circle img {
    width: 190px;
}
.carlos_contact {
    padding: 70px 0;
}
.follow_linkdin {
    display: none;
}
.carlos_contact .follow_linkdin {
    display: inline-flex;
}
.carlos_contact .follow_linkdin:before{
	display:none;
}
.litigation_one .solutions_sections_content h5 {
    font-family: Playfair Display;
    font-size: 24px;
    color: #f29724;
}
.litigation_one .solutions_sections_content h2 {
    color: #fff;
    font-size: 45px;
    padding-bottom: 20px;
}
.litigation_one .solutions_sections_content h6{
    color: #fff;
    font-size: 26px;
    font-family: Karla;
}
.litigation_one .solutions_sections_content p {
    color: #fff;
}
.find_out_more h2 {
    text-align: center;
    color: #00275c;
    font-weight: 800;
}
.find_out_more h2 span.watch {
    color: #f39723;
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 100;
}
.blog_post_full .col-md-6 {
    display: none;
}
.blog_post_full .col-md-6:first-child, .blog_post_full .col-md-6:nth-child(2){
    display: block;
}
.blo-gs .col-md-6:first-child, .blo-gs .col-md-6:nth-child(2), .blo-gs .col-md-6:nth-child(3){
     display: block;
}
.blog_page {
    padding-top: 60px;
    padding-bottom: 60px;
}
.blogpage_post_full h2 {
    margin-top: 0;
}
.blogpage_post_full .blog_content {
    background: #F2F2F2;
    padding: 15px 10px;
    min-height: 220px;
    max-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.blogpage_post_full img {
    width: 100%;
}
.blogpage_post_full .blog_post {
    background: #f2f2f2;
    min-height: 430px;
}
.blog_page .insights_text {
    margin-bottom: 25px;
}
.blog_heading {
    align-items: flex-end;
}
.signup p {
    font-family: Karla;
    font-size: 18px;
    color: #8e8e8e;
}
.signup p a {
    color: #002457;
}
.contact_headings h3 {
    font-family: Playfair Display;
    font-size: 26px;
    color: #f39723;
    margin-bottom: 0;
}
.contact_headings h2 {
    color: #002457;
    font-weight: 800;
    font-size: 61px;
}
.contact_headings {
    padding-bottom: 30px;
}
.contact_page_form {
    padding: 70px 0;
}
.contact_page_form input {
    background: #EFF1F0;
    width: 100%;
    border: none;
    padding: 19px 15px;
    margin-bottom: 29px;
    font-family: Playfair Display;
    color: #002457;
    font-size: 21px;
}
.contact_page_form textarea {
    width: 100%;
    background: #eff1f0;
    border: none;
    padding: 15px 15px;
    font-family: Playfair Display;
    height: 172px;
    color: #002457;
    font-size: 21px;
}
.contact_page_form input.wpcf7-form-control.wpcf7-submit {
    font-family: Karla;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #f39723;
    padding: 13px 0px;
    border-radius: 34px;
    box-shadow: 0px 5px 1px #00000085;
    width: 190px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;

}
.wpcf7-form p{
    position: relative;
}
.contact_page_form .wpcf7-form p:before {
    content: '';
    background-image: url(/decision/wp-content/themes/indoritech/assets/images/contact_03.png);
    width: 883px;
    height: 605px;
    position: absolute;
    left: 174px;
    bottom: -41px;
}
.get_in_touch {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.get_touch_text ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.get_touch_text ul li {
    margin-bottom: 30px;
    color: #fff;
    font-family: Karla;
    display: flex;
    align-items: center;
}
.get_touch_text ul li p {
    font-size: 19px;
}
.img-social {
    flex: 100%;
    max-width: 8%;
    margin-right: 17px;
    text-align: center;
}
.get_touch_text a {
    margin-top: 40px;
    display: block;
    color: #00285d;
    background: #fff;
    width: 288px;
    text-align: center;
    padding: 14px 0;
    border-radius: 50px;
    font-family: Karla;
    font-weight: 900;
}
.get_touch_text h2 {
    font-weight: 800;
    margin-bottom: 30px;
}
.discover_more .col-md-4 {
    position: relative;
}
.home .follow_linkdin {
    display: inline-flex;
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
}
.contact_page_news input {
    width: 100%;
    padding: 14px 28px;
    background: #f5ac4f;
    font-family: Playfair Display;
    font-size: 20px;
    color: #fff;
    border: none !important;
}
.contact_news input {
    margin-bottom: 0;
    font-size: 20px;
    font-family: Karla;
    font-weight: 600;
    color: #ffffff;
    background-color: #002457;
    padding: 12px 0px;
    border-radius: 34px;
    box-shadow: 0px 5px 1px #00000040;
    width: 426px;
    text-align: center;
}
.contact_news .follow_linkdin {
    display: inline-flex;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 25px;
}
.contact_news .follow_linkdin:before{
    display:none;
}
.contact_news {
    display: flex;
    align-items: center;
    padding-left: 70px;
}
.contact_page_news .row {
    align-items: center;
}
.contact_news .follow_linkdin p {
    margin-bottom: 0;
}
.contact_heading_news {
    padding-bottom: 20px;
}
.contact_page_news {
    padding: 70px 0;
}
.video_full {
    text-align: center;
    padding-top: 18px;
}
.find_out_more {
    padding: 70px 0px;
}
.contact-inner {
    display: block;
}
.blog-pag .follow_linkdin{
    display: block;
}
.page-template-default .follow_linkdin{
    display: inline-flex;
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
}
.page-id-319 .contact_news input{
     width: 272px;
}
.page-id-319 .follow_linkdin {

    margin-left: 261px;
}
.contact_page_form input.wpcf7-form-control.wpcf7-submit:hover{
        background-color: #002457;
}
.get_touch_text a:hover{
    background-color: #f39723;
    color: #fff;
}
.contact_news input:hover{
    background-color: #fff;
    color: #002457;
}
.main-navigation .contact_btn a:hover{
    background-color: #002457;
}
.discover_more input.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #fff;
    color: #002457;
}
.col.end input.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #002457;
}
.contact_heading_news h2 {
    font-weight: 600;
}
.video_box iframe {
    width: 55%;
    height: 353px;
    border: none;
}
.single-post main.site-main {
    background: #e5e5e5;
}
.post_main .col-sm-8 {
    background: #ffff;
    padding: 15px 20px 40px;
}
.latest_articales .fet_title a:hover {
    color: #002457;
}
.post_info .col-sm-8 {
    padding: 0 0px;
}
h1.page-title {
    font-size: 50px;
    color: #002457;
    font-family: Karla;
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 15px;
}
.post_info ul li a {
    color: #f39723;
    font-family: Playfair Display;
}
.post_info ul li {
    font-family: Playfair Display;
    color: #606060;
}
.post_info ul li:after {
    content: "";
    background: #949494;
    width: 2px;
    height: 18px;
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
}
.post_info .row {
    align-items: center;
}
.post_info .row .text-right li:after{
    display: none;
}
.post_info .row .text-right li {
    margin-right: -1px;
    padding-right: 5px;
}
.post_img {
    margin-bottom: 15px;
}
.post_main p, .post_main em {
    font-size: 19px;
    font-family: Karla;
    color: #002457;
    line-height: 24px;
    margin-bottom: 25px;
}
.post_main h6 {
    font-family: Karla;
    color: #002457;
    font-size: 13px;
    line-height: 15px;
    margin-top: 0;
}
.post_main h2 {
    color: #002457;
    font-weight: 800;
    margin: 25px 0 10px;
    font-size: 28px;
}
.post_main em {
    margin-top: 25px;
    display: block;
}
.post_main p em br{
    display: none;
}
.post_newslatter {
    background: #f29724;
    text-align: center;
    padding: 20px 20px;
}
.post_newslatter h3 {
    color: #fff;
    font-family: Karla;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 8px;
}
.post_newslatter input {
    width: 100%;
    margin-bottom: 14px;
    text-align: center;
    padding: 10px;
    background: #f5aa4b;
    border: none;
    color: #fad5a5;
    font-family: Playfair Display;
}
.post_newslatter input.wpcf7-form-control.wpcf7-submit {
    font-size: 25px;
    background: #002457;
    color: #fff;
    padding: 15px 0;
    border-radius: 40px;
    font-family: Karla;
    font-weight: bold;
    box-shadow: 0 6px 0 #aa6918;
    margin-bottom: 0;
    margin-top: 5px;
    cursor: pointer;
}
.post_newslatter .follow_linkdin {
    display: flex;
    margin-top: 10px;
    margin-bottom: 0;
    align-items: center;
}
.post_newslatter .follow_linkdin p {
    font-size: 15px;
    color: #f8c595;
    margin-bottom: 7px;
}
.post_newslatter p {
    color: #fff;
}
.post_main .col-sm-4 {
    padding-left: 27px;
}
.ladership_single {
    text-align: center;
    background: #fff;
    margin: 20px 0;
    padding: 20px;
}
.ladership_single h3 {
    font-size: 21px;
    margin-bottom: 0;
    font-family: Playfair Display;
    color: #f39723;
}
.ladership_single h2 {
    margin-top: 8px;
    font-size: 34px;
}
.carlos_image_single {
    margin: 20px 0;
}
.ladership_single p {
    color: #606060;
    margin-bottom: 12px;
}

.ladership_single a {
    color: #ffa400;
    position: relative;
    z-index: 1;
    font-size: 19px;
    font-family: Karla;
    padding-right: 44px;
}
.ladership_single a:after {
    content: '';
    background-image: url(assets/images/right-arrow.png);
    width: 38px;
    height: 16px;
    position: absolute;
    top: 4px;
    right: 0;
}
.work_single .top_image {
    width: 100%;
}
.work_single {
    background: #002457;
    padding: 0 0px 30px 0px;
    text-align: center;
}
.work_single h4 {
    font-size: 26px;
    color: #fff;
    font-family: Karla;
    font-weight: 600;
    font-style: italic;
    padding: 17px 13px;
}
.work_single a {
    font-size: 25px;
    background: #f29724;
    color: #fff;
    padding: 9px 0;
    border-radius: 40px;
    font-family: Karla;
    font-weight: bold;
    box-shadow: 0 6px 0 #171717;
    margin-bottom: 0;
    margin-top: 5px;
    cursor: pointer;
    display: block;
    margin: 19px 20px 0 20px;
}
.fet_box {
    margin-top: 20px;
    box-shadow: none;
    background: #fff;
    margin-bottom: 0;
}
.fet_box h3.fet_lbl {
    border: none;
    font-size: 19px;
    font-family: Karla;
    font-weight: bold;
    color: #606060;
    margin-bottom: 0;
    padding-bottom: 0;
}
.download_pdf {
    text-align: right;
    margin-bottom: 12px;
}
.download_pdf a {
    font-size: 12px;
    color: #ee3e36;
    font-weight: bold;
    position: relative;
}
.download_pdf a:before {
    content: "";
    background: url(assets/images/pdf-icon.png);
    width: 14px;
    height: 17px;
    display: block;
    position: absolute;
    left: -18px;
    top: 0;
}
.subscribe_btn a {
    font-size: 25px;
    background: #002457;
    color: #fff;
    padding: 15px 43px;
    border-radius: 70px;
    font-family: Karla;
    font-weight: bold;
    box-shadow: 0 6px 0 #b2b2b2;
    margin-top: 35px;
    cursor: pointer;
    position: relative;
    display: block;
    width: 350px;
    text-align: center;
    margin-bottom: 30px;
}
.media {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 555px;
    display: flex;
    align-items: center;
}
.media h2{
    font-weight: 800;
    font-size: 50px;
}
.media p {
    font-family: Playfair Display;
    font-size: 20px;
    color: #f39723;
}
.in-nesws h3 {
    font-family: Karla;
    font-size: 38px;
    font-weight: 800;
    color: #00275c;
    text-align: center;
}
.in-nesws {
    padding: 70px;
}
.inner-news .pergraph p {
    font-size: 25px;
    line-height: 31px;
    font-family: 'Karla', sans-serif;
    color: #002457;
    min-height: auto;
    margin-top: 40px;
    padding-right: 50px;
    margin-bottom: 8px;
}
.inner-img {
    display: flex;
    align-items: center;
    height: 66px;
}
.news-articles h2{
    font-family: Karla;
    font-size: 30px;
    font-weight: 800;
    color: #00275c;
    margin-top: 20px;
    
}
.articles .head-ing h4 {
    font-size: 28px;
    line-height: 33px;
    font-family: 'Karla', sans-serif;
    color: #002457;
    margin-top: 20px;
    margin-bottom: 0;
}
.articles .head-ing h4 a {
    color: #002457;
}
.articles .head-ing h4 a:hover {
    color: #f29724;
}
.articles .head-ing p {
    font-size: 19px;
    font-family: 'Karla', sans-serif;
    color: #6f7070;
    
}
.news-articles {
    padding: 70px 0;
    position: relative;
}
.news-articles:before {
    content: ();
    width: 33%;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
}
.related_post h4 {
    font-size: 19px;
    color: #606060;
    font-family: Karla;
    font-weight: 600;
    position: relative;
    margin: 55px 0 13px;
}
.related_post h4:before {
    content: "";
    background: #adacac;
    width: 80%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.related_post .col-md-6 a {
    font-size: 24px;
    font-family: karla;
    line-height: 32px;
    font-weight: bold;
    color: #002457;
    padding-right: 9px;
}
.related_post .col-md-6 p {
    font-size: 19px;
    font-family: Playfair Display;
    color: #606060;
}
.related_post .col-md-6 p a {
    font-size: 19px;
    color: #f39723;
    font-family: Playfair Display;
    font-weight: normal;
}
.latest_articales .fet_img {
    display: none;
}
.latest_articales .fet_title a {
    font-size: 21px;
    font-family: karla;
    line-height: 25px;
    font-weight: bold;
    color: #002457;
    margin-bottom: 6px;
}
.latest_articales p {
    float: left;
    width: 100%;
    margin-bottom: 0;
    font-size: 19px;
    font-family: Playfair Display;
    color: #606060;
}
.latest_articales p a {
    color: #f29724 !important;
}
.latest_articales li {
    border-bottom: 1px solid #adacac;
    padding-bottom: 25px;
    margin-bottom: 25px !important;
}
.latest_articales li:last-child {
    border: none;
    padding-bottom: 0;
}
li#bcn_widget-2 {
    list-style: none;
}
li#bcn_widget-2 {
    margin: 30px 0;
}
.post_main .row {
    width: 100%;
    margin: 0;
}
li#bcn_widget-2 {
    margin: 40px 0 20px;
}
.post_info .col-sm-4.text-right {
    padding-right: 0;
}
.widget_breadcrumb_navxt span, .widget_breadcrumb_navxt span a {
    color: #606060;
    font-size: 19px;
    font-family: Playfair Display;
}
.related_post .col-md-6 {
    padding: 0;
}
.blog_img img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.post_content ul {
    padding: 0;
    list-style: none;
}
.post_content ul li {
    font-size: 13px;
    line-height: normal;
    color: #002457;
    margin-bottom: 12px;
    font-family: Karla;
}
p.color_red {
    color: red;
}
span.color_blue {
    color: #002457;
}
.post_content img {
    margin-bottom: 30px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 30px;
}
.post_content ul ol {
    position: relative;
    font-size: 17px;
    font-family: Karla;
    color: #002457;
    line-height: 24px;
    margin-bottom: 10px;
}
.post_content ol li {
    font-size: 17px;
    font-family: Karla;
    color: #002457;
    line-height: 24px;
    margin-bottom: 9px;
}
.post_content h3 {
    font-size: 26px;
    font-family: Karla;
    color: #002457;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: 600;
}
span.seprater {
    background: #002457;
    width: 100%;
    height: 1px;
    display: block;
}
.archive .mute-single {
    padding: 60px 0;
}
.archive .post-info a {
    font-size: 24px;
    color: #002457;
    line-height: 31px;
    margin-top: 20px;
    display: block;
    margin-bottom: 0;
}
.archive .post-excerpt {
    font-size: 16px;
    color: #002457;
}
.archive .post-info a:hover {
    color: #f29724;
}
.archive .post_main .col-sm-8 {
    background: #ffff;
    padding: 0px 0px 0px;
}
.archive .fet_box {
    margin-top: 20px;
    box-shadow: none;
    background: #fff;
    margin-bottom: 0;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.04);
    padding: 20px 10px;
}
.archive .fet_box h3.fet_lbl {
    border: none;
    font-size: 24px;
    font-family: Karla;
    font-weight: bold;
    color: #002457;
    margin-bottom: 0;
    padding-bottom: 0;
}
.archive .fet_box ul li {
    width: 100%;
    float: left;
    margin: 0 0 5px;
}
.archive .fet_box ul li a {
    color: #002457;
    font-weight: 600;
}
.archive .fet_box ul li a:hover {
    color: #f29724;
}
.archive .fet_title {
    display: block;
    float: left;
    margin: 16px 0 5px;
    width: 100%;
}
.archive .fet_box ul li.active a {
    color: #f29724;
}
@media(max-width: 1500px){
    .out_insights:before{
        width: 37%;
    }
    div#wpcf7-f25-p179-o1 .row {
    align-items: center;
}
.our_area_heading h3{
    font-size: 30px;
}
.page-id-319 .follow_linkdin {
    margin-left: 0;
    position: relative;
}
.contact_news {
    display: flex;
    align-items: center;
    padding-left: 0;
}
.page-id-319 .contact_news input {
    width: 272px;
    padding: 12px 24px;
}
.news-articles:before{
        width: 25%;
}
}
@media(max-width:1279px){
    .inner-news .pergraph p {
    font-size: 22px;
    line-height: 27px;
    font-family: 'Karla', sans-serif;
    color: #002457;
    min-height: auto;
    margin-top: 40px;
    padding-right: 0px;
    margin-bottom: 8px;
}
.news-articles:before {
    width: 24%;
}
}
@media(max-width: 1139px){
   .container, .wrapper-row {
    width: 940px !important;
    max-width: 95%;
}
.main-navigation li {
    padding: 0 10px;
}
.three-box h4{
    font-size: 22px;
}
.about .bord {
    padding-right: 60px;
}
.seaction-c h2{
    font-size: 33px;
}
.seaction-c{
    padding: 69px 0;
}
.seaction-c:before {
    content: '';
    background-color: #f4f4f4;
    width: 50%;
    position: absolute;
    height: 772px;
    right: 0;
    z-index: -1;
    top: 0;
}
img.image_leader {
    margin-top: 7px;
    padding-right: 16px;
}
.hero-left h1{
    font-size: 82px;
}
.method h2{
    font-size: 33px;
}
.insights_text h2{
    font-size: 23px;
}
.blog_content h2{
    font-size: 24px;
}
.blog_content p{
    font-size: 18px;
}
.discover_more .col-md-5 {
    flex: 100%;
    max-width: 35%;
}
.discover_more h3{
    font-size: 28px;
}
.discover_more .follow_linkdin::before{
    right: -11px;
}
.top_footer .col:first-child {
    flex: 100%;
    max-width: 30%;
}
li#custom_html-3 p{
    font-size: 14px;
}
.footer_mail a{
    font-size: 15px;
}
.help_text p:last-child{
        padding: 17px 28px 0;
}
.area_expertise {
    padding: 60px 0;
}
.area_experties_text {
    padding-left: 30px;
    padding-top: 0;
}
.our_area_heading h3 {
    font-size: 26px;
}
.area_experties_text p br {
    display: none;
}
.assist ul li {
    font-size: 17px;
}
.sp-ce {
    display: flex;
    align-items: normal;
    padding: 63px 0;
}
.banner-left p {
    color: #ffffff;
    font-size: 19px;
    padding-right: 54px;
}
.out h2 {
    font-size: 32px;
    color: #002457;
    font-family: Karla;
    font-weight: 700;
    flex: 100%;
    max-width: 100%;
}
.contact_page_form .wpcf7-form p:before{
	    width: 753px;
    height: 535px;
    position: absolute;
    left: 174px;
    bottom: -41px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.contact_news .follow_linkdin p {
    margin-bottom: 0;
    font-size: 12px;
}
}

@media(max-width: 1023px){
.mobile-header .main-navigation{
    background-color: #002e6a;
}
.site-header.style_1 .primary-menu{
    width: 100%;
    padding: 17px 0;
}
.mobile-header .main-navigation li{
    border: none;
}
.main-navigation li a{
    color: #ffffff;
}
.main-navigation li a:hover{
    color: #F29724;
}
.main-navigation .contact_btn a {
    background: #f2972400;
    color: #fff;
    padding: 0px 17px;
    border-radius: 46px;
    box-shadow: none;
}
.main-navigation .contact_btn a:hover {
    background-color: #00245700;
}
.container, .wrapper-row{
    width: 900px !important;
}
.hero-left h1 {
    font-size: 78px;
}
.hero-left p {
    font-size: 24px;
}
.hero-right p{
    font-size: 20px;
}
.hero-right a{
    padding: 3px 28px;
}
body h2{
    font-size: 34px;
}
.area-text p{
    font-size: 22px;
}
.three-box h4 {
    font-size: 20px;
}
.seaction-c h2 {
    font-size: 28px;
}
.seaction-c h4, .method h4{
    font-size: 22px;
}
.about p{
    font-size: 18px;
}
.method-content p{
    font-size: 18px;
}
.insights_text h2 {
    font-size: 22px;
}
.blog_content h2 {
    font-size: 20px;
}
.discover_more .follow_linkdin::before {
    right: -38px;
}
.help_text p:last-child{
    padding: 12px 44px 0;
}
.top_footer .col:last-child {
    flex: 100%;
    max-width: 70%;
}
.footer-col{
    width: 100% !important;
}
.footer_mail a {
    font-size: 14px;
}
.insights_text h4 {
    font-size: 28px;
}
.insights_text h2 {
    font-size: 22px;
}
body h2 {
    font-size: 28px;
}
.academic-heading h4{
    font-size: 22px;
}
.cont-ent p {
    font-size: 16px;
}
.crede-ntials .wrapper-row .vc_col-sm-6:last-child {
    padding-left: 48px;
}
.professional-content h2 {
        font-size: 23px;
}
.hum-an {
    padding: 83px 0;
    position: relative;
}
.adviser-peragraph p, .leadership-text p, .manager-sec p {
    padding-right: 0;
}
.blogpage_post_full .blog_post {
    background: #f2f2f2;
    min-height: 370px;
}
.signup p{
	font-size: 16px;
}
.post_main>.row>.col-sm-8 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}
.post_main>.row>.col-sm-4 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
}
.post_newslatter {
    background: #f29724;
    text-align: center;
    padding: 20px 20px;
    width: 370px;
    margin: 0 auto;
}
.post_newslatter .follow_linkdin{
    justify-content: center;
}
.ladership_single {
    text-align: center;
    background: #fff;
    padding: 20px;
    width: 370px;
    margin: 20px auto;
}
.work_single {
    background: #002457;
    padding: 0 0px 30px 0px;
    text-align: center;
    width: 370px;
    margin: 0 auto;
}
.inner-news .pergraph p {
    font-size: 20px;
}
.articles .head-ing h4 {
    font-size: 24px;
    line-height: 27px;
}
.news-articles h2{
    font-size: 24px;
}

}
@media(max-width: 991px){
.container, .wrapper-row {
    width: 680px !important;
}
.hero-left h1 {
    font-size: 66px;
    line-height: 61px;
}
.hero-left p {
    font-size: 22px;
}
.hero{
background-position-x: 63%;
height: 651px;
} 
.hero-content {
    position: relative;
    height: 692px;
}
.hero-right {
    right: 0px;
    bottom: 175px;
}
.hero-right p {
    font-size: 19px;
}
.hero-right a {
    padding: 4px 28px;
    font-size: 30px;
}
.btn p:before{
    top: 51px;
}
.three-box h4 {
    font-size: 18px;
}
.seaction-c h2 {
    font-size: 22px;
}
.about p {
    font-size: 16px;
}
.about .bord {
    padding-right: 24px;
}
img.image_leader {
    margin-top: 7px;
    padding-right: 11px;
}
.seaction-c h4, .method h4 {
    font-size: 20px;
}
.seaction-c .about .vc_col-sm-6 {
    flex: 100%;
    max-width: 100%;
    width: 100%;
}
.c-right-box {
    margin-top: 59px;
}
.seaction-c {
    padding: 40px 0;
}
.seaction-c:before {
    content: '';
    background-color: #f4f4f4;
    width: 100%;
    position: absolute;
    height: 498px;
    z-index: -1;
    top: 47%;
}
.manager-sec:after{
    display: none;
}
.seaction-e .vc_col-sm-7 {
    flex: 100%;
    width: 100%;
}
.method-image {
    text-align: center !important;
    margin-top: 24px;
}
.seaction-e .vc_col-sm-5{
    flex: 100%;
    width: 100%;
}
.insights_text h4{
    font-size: 34px;
}
.adviser-peragraph:after{
    display: none;
}
.out_insights .vc_col-sm-8 .col-md-6 {
    flex: 100%;
    max-width: 100%;
}
.out_insights .vc_col-sm-4 {
    width: 45%;
}
.out_insights .vc_col-sm-8{
    width: 55%;
}
.out_insights:before {
    width: 49%;
}
.blog_post_full {
    padding-left: 50px;
    padding-top: 0;
}
.blog_content p{
    margin-bottom: 24px;
}
.insights_text h2 {
    font-size: 22px;
    padding-right: 32px;
}
.discover_more .col-md-3 {
    flex: 100%;
    max-width: 100%;
}
.discover_more_full {
    background: #f39723;
    padding: 49px 0 95px;
}
.discover_more .col-md-5 {
    flex: 100%;
    max-width: 45%;
}
.discover_more .col-md-4 {
    flex: 100%;
    max-width: 55%;
}
.discover_more .follow_linkdin::before {
    right: 41px;
}
.help_text a{
    font-size: 20px;
    padding: 12px 24px;
}
.hep_image {
    padding-bottom: 11px;
}
.help_text p:last-child {
    padding: 12px 22px 0;
    font-size: 15px;
}
.site-footer .menu li a{
    font-size: 16px;
}
.btm_footer {
    padding: 22px 0 28px;
}
.footer_bottom_rigt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer_mail {
    margin-bottom: 14px;
}
.footer-col{
    margin: 0 0 0px;
}
.top_footer {
    padding: 50px 0 12px 0;
}
.about_first .method-image {
    margin-top: 40px;
    margin-left: 0;
    padding-bottom: 40px;
}
.about_three .vc_col-sm-7 {
    width: 100%;
    margin-bottom: 40px;
}
.about_three .vc_col-sm-5 {
    width: 100%;
}
.leader_image .vc_box_border_grey {
    height: 362px;
    overflow: hidden;
    margin-bottom: 26px;
}

.strading_the_driver_image {
    text-align: left !important;
}
.leader_row .vc_col-sm-3, .leader_row .vc_col-sm-9 {
    width: 100%;
    padding-left: 0;
}
.leader_image img {
    width: 100% !important;
    margin-bottom: 40px;
}
.our_solution {
    padding: 60px 0;
}
.solution_btn a{
        width: 210px;
            font-size: 14px;
}
.solutions_headings h2 {
    font-weight: 800;
    font-size: 34px;
}
.solutions_headings p {
    font-family: Playfair Display;
    font-size: 18px;
    color: #f39723;
}
.our_area_heading h3 {
    font-size: 28px;
    padding-bottom: 50px;
}
div#wpcf7-f25-p101-o1 {
    padding-left: 30px;
}
.follow_linkdin p {
    color: #ffc275;
    font-size: 12px;
}
.area-icon a {
    width: 210px;
    font-size: 14px;
}
.out_insights .leader-content {
    padding-left: 67px;
    margin-top: 4px;
}
.crede-ntials .vc_col-sm-6 {
    flex: 100%;
    width: 100%;
}
.crede-ntials .wrapper-row .vc_col-sm-6:last-child {
    padding-left: 0;
}
.professional-content .wpb_content_element .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.human-inner .vc_col-sm-6 {
    flex: 100%;
    width: 100%;
}
.hum-an:before {
    content: '';
    background-color: #e5e5e5;
    width: 100%;
    position: absolute;
    height: 278px;
    right: 0;
    top: 318px;
}
.hum-an .machine {
    padding-left: 0;
    margin-top: 52px;
}
.rig-ht {
    margin-left: 0;
}
.hum-an {
    padding: 44px 0;
    position: relative;
}
.brain-img img {
    width: 70%;
}
.middle-side p {
    background-color: #e5e5e5;
    font-size: 22px;
    width: 88px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 69px auto;
    font-family: 'Karla', sans-serif;
    position: relative;
}
.middle-side p:before {
    content: '';
    width: 2px;
    height: 70px;
    position: absolute;
    background-color: #f8be76;
    bottom: -69px;
}
.banner-left p {
    color: #ffffff;
    font-size: 19px;
    padding-right: 50px;
}
.first-ul ul {
    padding: 0 19px;
}
.second-ul ul {
    padding: 0 10px;
}
.assist ul li br {
    display: none;
}
.out h2 {
    max-width: 97%;
}
.chapter-left ul {
    margin-top: 30px;
    margin-left: 0;
}
.contact-img {
    padding-right: 22px !important;
}
.solution-inner-banner {
    display: flex;
    align-items: center;
    height: 739px;
}
.contact_headings h2{
	font-size: 45px;
}
.contact_page_form .wpcf7-form p:before {
    width: 513px;
    height: 405px;
    position: absolute;
    left: 174px;
    bottom: -41px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.contact_news {
    display: block;
    align-items: center;
    padding-left: 0;
}
.contact_page_news .row {
    align-items: flex-start;
    justify-content: center;
}
h1.page-title {
    font-size: 35px;
    color: #002457;
    font-family: Karla;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 15px;
}
.post_info ul li a {
    color: #f39723;
    font-family: Playfair Display;
    font-size: 14px;
}
.post_info ul li{
    font-size: 14px;
}
.widget_breadcrumb_navxt span, .widget_breadcrumb_navxt span a {
    color: #606060;
    font-size: 14px;
    font-family: Playfair Display;
}
.post_content h3{
    font-size: 22px;
}
.post_main p, .post_main em {
    font-size: 16px;
    font-family: Karla;
    color: #002457;
    line-height: 22px;
    margin-bottom: 12px;
}
.subscribe_btn a{
        font-size: 18px;
            width: 280px;
}
.related_post .col-md-6 {
    padding: 0;
    width: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.media h2{
 font-size: 36px;
}
.inner-news .pergraph p {
    font-size: 18px;
    line-height: 20px;
    margin-top: 16px;
}
.articles {
    padding-left: 40px;
}
.news-articles:before {
    width: 28%;
}
}
@media (max-width: 767px){
.hero {
    background-position-x: 85%;
    height: 545px;
    text-align: center;
}
.hero:before{
    content: '';
    background-image: url(../indoritech/assets/images/home-small_02.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 576px;
    height: 557px;
    position: absolute;
    background-position-x: 93%;
    top: 94px;
}
.hero-content {
    position: relative;
    height: 553px;
}
.hero-right {
    right: 0px;
    bottom: 117px;
}
.btn p:before {
    content: '';
    background-image: url(assets/images/home_11.png);
    width: 123px;
    height: 171px;
    background-position-y: -48px;
    position: absolute;
    top: 66px;
    left: 75px;
    opacity: 0;
    transition: 0s;
}
.follow_linkdin p {
    color: #ffc275;
    font-size: 12px;
}
.seaction-b {
    padding: 70px 0;
    margin-top: -3px;
    text-align: center;
}
.area-icon {
    margin-bottom: 49px;
}
.seaction-b {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 49px 0 0 0;
}
.three-box h4 {
    font-size: 18px;
    padding: 0 84px;
}
.c-right-box {
    padding-left: 0px !important;
}
.seaction-c {
    padding: 40px 0;
    text-align: center;
}
.bord h2:after{
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about p.learn {
    margin-left: -46px;
}
.container, .wrapper-row {
    width: 400px !important;
}
.about .bord {
    padding-right: 0;
}
.follow_linkdin {
    display: flex;
    flex-direction: column;
    align-items: self-end;
}
.follow_linkdin img {
    margin-left: 2px;
}
.seaction-c:before {
    content: '';
    background-color: #f4f4f4;
    width: 100%;
    position: absolute;
    height: 640px;
    z-index: -1;
    top: 46%;
}
.enge:before{
    transform: translate(166px, -75px);
}
.seaction-d{
    height: 435px;
    padding: 129px 0;
}
.seaction-e {
    background-color: #f4f4f4;
    padding: 60px 0;
    text-align: center;
}
.method h2 {
    padding-right: 0;
}
.method-image {
    text-align: center !important;
    margin-top: 24px;
    margin: 0 auto;
}
.method-content {
    margin-top: 39px;
}
.seaction-f {
    padding: 60px 0;
    text-align: center;
}
body h2 {
    font-size: 33px;
}
.logos-sec .vc_col-sm-2 {
    width: 50%;
    float: left;
}
.out_insights .vc_col-sm-4 {
    width: 100%;
}
.out_insights .vc_col-sm-8 {
    width: 100%;
}
.insights_text {
    text-align: center;
}
.inhightsimage {
    text-align: center !important;
}
.blog_post_full {
    padding-left: 0;
    padding-top: 0;
    margin-top: 101px;
}
.out_insights:before {
    width: 100%;
    height: 605px;
}
.discover_more .col-md-5 {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 21px;
}
.discover_more .col-md-3 {
    flex: 100%;
    max-width: 100%;
    text-align: center;
}
.discover_more .col-md-4 {
    flex: 100%;
    max-width: 100%;
    text-align: center;
}
.follow_linkdin {
    display: flex;
    flex-direction: row;
    align-items: center;
        margin-left: -116px;
}
.discover_more .follow_linkdin::before {
    right: 13px;
}
.discover_more_full {
    background: #f39723;
    padding: 49px 0 50px;
}
.we_can_help {
    padding: 60px 0;
    text-align: center;
}
.we_can_text {
    padding-bottom: 42px;
}
.site-footer .footer-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
}
.top_footer .col:first-child {
    margin-bottom: 30px;
}
.site-footer .menu li{
        padding: 0 15px 0 0;
}
.site-footer .menu li a {
    font-size: 14px;
}
ul#menu-footer_nav {
    margin-bottom: 3px;
}
.btm_footer {
    padding: 0px 0 28px;
}
.footer_bottom_rigt {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-footer_nav-container {
    display: flex;
    justify-content: center;
}
li#custom_html-2 p{
    text-align: center;
}
.footer_mail.follow_footer {
    margin-left: 0;
}
div#wpcf7-f25-p5-o1 .col {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}
.form-section input {
    width: 100%;
    padding: 14px 19px;
    margin-bottom: 12px;
    font-family: Playfair Display;
    background-color: #f5ac4f;
    font-size: 18px;
    border: navajowhite;
    color: #fff;
}
.flow .wpcf7-textarea {
    width: 100%;
    background: #f5ac4f;
    padding: 14px 19px;
    font-family: Playfair Display;
    font-size: 18px;
    border: navajowhite;
    color: #fff;
    height: 100px;
}
.page-template-default .follow_linkdin {
    display: inline-flex;
    position: relative;
    margin-top: 11px;
    margin-bottom: 0;
    margin-left: 0;
}
.col.end input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0;
    font-size: 22px;
    font-family: Karla;
    font-weight: 600;
    color: #f39723;
    background-color: #ffffff;
    padding: 3px 42px;
    border-radius: 34px;
    width: 150px;
    text-align: center;
    box-shadow: 0px 5px 1px #00000040;
    margin-top: 6px;
    margin-right: auto;
}

.seaction-e {
    background-color: #f4f4f4;
    padding: 40px 0;
    text-align: center;
}
.seaction-d {
    height: inherit;
    padding: 40px 0 20px;
}
.about_secound h2.bord {
    text-align: center;
}
.divide_heading {
    text-align: center;
}
.driver_text {
    text-align: center;
}
.about_three {
    padding: 40px 0;
}
.strading_the_driver_image {
    text-align: center !important;
}
div#representative_slider, #partner_slider, div#technology_slider {
    margin-top: 0px;
}
.leadership_experties {
    padding: 60px 0;
    margin-top: 0;
}
.accomplishments .middle-side {
    width: 30%;
    float: left;
}
.accomplishments .right-side {
    width: 70%;
    float: left;
}
.leader_content p {
    text-align: center;
}
div#wpcf7-f25-p179-o1 .col {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}
.leader_row div#wpcf7-f25-p179-o1 {
    padding-top: 50px;
}
.leader_row div#wpcf7-f25-p179-o1 .col.end {
    text-align: center;
}
.leader_row div#wpcf7-f25-p179-o1 input.wpcf7-form-control.wpcf7-submit {
    margin-right: auto !important;
    margin-left: 0 !important;
}
.help_text p:last-child {
    padding: 12px 0px 0;
    font-size: 15px;
}
.we_can_help .vc_col-sm-6:first-child {
    margin-bottom: 40px;
}
.our_solution {
    padding: 40px 0;
}
.solutions_headings {
    text-align: center;
    padding-bottom: 40px;
}
.solutions_boxes .vc_col-sm-4 {
    margin-bottom: 60px;
}
.solutions_boxes .vc_col-sm-4:last-child {
    margin-bottom: 0;
}
.our_area_heading h3 {
    font-size: 28px;
    padding-bottom: 40px;
    text-align: center;
}
.area_expertise {
    padding: 40px 0;
}
.area_image {
    padding-bottom: 40px;
}
.area_experties_text {
    text-align: center;
    padding: 0;
}
.representative_image img, #partner_slider img, div#technology_slider img {
    width: 40% !important;
    margin: 0 auto;
}
.solution_sections {
    padding: 40px 0;
}
.solutions_sections_img {
    padding-bottom: 60px;
}
.solutions_sections_content {
    padding-left: 0;
    text-align: center;
}
.right_text_solution .solutions_sections_content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 17px;
    margin-top: 50px;
}
.right_text_solution .solutions_sections_img {
    padding-bottom: 0;
}
.contact-inner{
        padding: 40px 0 40px;
}
.contact-inner
div#wpcf7-f25-p101-o1 {
    padding-left: 0;
    padding-top: 7px;
}
.contact-inner .vc_align_left {
    text-align: center !important;
}
.contact-inner .col {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}
.out_insights .leader-content {
    padding-left: 0;
    margin-top: 90px;
}
.out_insights {
    padding: 47px 0;
    position: relative;
}
.out_insights:before {
    width: 100%;
    height: 605px;
    top: -50px;
}
.cont-ent p {
    font-size: 16px;
    margin-left: 17px;
}
.profes-sional img {
    margin-top: 27px;
    width: 67%;
}
.leader-content p {
    font-size: 16px;
    text-align: center;
}
.icon-inner-text p:nth-child(3) {
    text-align: right;
    padding-left: 0;
}
.icon-inner-text p:nth-child(2) {
    text-align: center;
    max-width: 32%;
    padding-left: 36px;
}
.professional-content h2 {
    font-size: 23px;
    margin: 0 auto;
}
.professional-content {
    text-align: center;
}
.profes-sional .vc_col-sm-2 .vc_align_left {
    text-align: center;
}
.enge h2 {
    text-align: center;
    font-size: 29px;
    padding-bottom: 18px;
}
.list-text ul li {
    font-size: 17px;
    color: #002457;
    font-family: 'Karla', sans-serif;
}
.accomplishments h2 {
    color: #002457;
    position: relative;
    text-align: center;
}
.accomplishments h2:before {
    content: '';
    width: 93px;
    height: 5px;
    position: absolute;
    bottom: -11px;
    background-color: #f39723;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.left-side p {
    text-align: center;
}
.left-side img {
    padding: 60px 0;
    width: 80%;
}
.middle-side p:before {
    content: '';
    width: 2px;
    height: 48px;
    position: absolute;
    background-color: #f8be76;
    bottom: -48px;
}
.middle-side p{
        margin: 47px auto;
}
.right-side p {
    text-align: left;
    font-family: 'Karla', sans-serif;
}
.right-side {
    margin-top: 0;
}
.right-side img {
    padding: 30px 0;
    width: 80%;
}
.middle-side .wpb_wrapper .wpb_content_element:nth-child(9) {
    margin-top: 245px;
}
.middle-side .wpb_wrapper .wpb_content_element:nth-child(8) p:before {
    content: '';
    width: 2px;
    height: 246px;
    position: absolute;
    background-color: #f8be76;
    bottom: -246px;
}
.middle-side .wpb_wrapper .wpb_content_element:nth-child(15) p:before {
    content: '';
    width: 2px;
    height: 107px;
    position: absolute;
    background-color: #f8be76;
    bottom: -107px;
}
.chapter-right ul {
    margin-top: 28px;
}
.blo-gs h2 {
    color: #002457;
    font-weight: 600;
    text-align: center;
}
.blo-gs .blog_post_full .col-md-6 {
    flex: 100%;
    max-width: 100%;
}
.blo-gs .blog_post_full {
    padding: 0px 0;
}
.blog_post_full {
    margin-top: 45px;
}
.hum-an:before {
    content: '';
    background-color: #e5e5e5;
    width: 100%;
    position: absolute;
    height: 246px;
    right: 0;
    top: 394px;
}
.col.end input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0;
    font-size: 22px;
    font-family: Karla;
    font-weight: 600;
    color: #f39723;
    background-color: #ffffff;
    padding: 6px 42px;
    border-radius: 34px;
    width: 223px;
    text-align: center;
    box-shadow: 0px 5px 1px #00000040;
    margin-top: 6px;
    margin: 5px auto;
}
.form-section .vc_col-sm-3 img {
    width: 70%;
    margin-bottom: 31px;
}
.follow_linkdin {
    justify-content: center;
}
.vc_row-o-content-middle {
    flex-direction: column-reverse;
}
.solutions_sections_img img {
    width: 80%;
}
.solutions_sections_img {
    text-align: center !important;
}
.video_full video.video-edit {
    width: 100%;
    height: auto;
}
.solution-inner-banner .wrapper-row {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
.banner-left img {
    width: 80%;
}
.banner-left .vc_align_left {
    text-align: center;
}
.solution-inner-banner {
    display: flex;
    align-items: center;
    height: auto;
    padding: 61px 0;
}
.banner-left {
    text-align: center;
}
.banner-left h2 {
    font-weight: 600;
    padding-right: 0;
    margin-bottom: 24px;
}
.banner-left h4 {
    font-family: Playfair Display;
    font-size: 25px;
    margin-top: 22px;
    color: #f39723;
}
.banner-left p {
    color: #ffffff;
    font-size: 19px;
    padding-right: 0;
}
.sp-ce {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    padding: 63px 0;
    text-align: center;
}
.out h2 {
    font-size: 26px;
    margin-top: 29px;
}
.sp-ce img {
    width: 80%;
}
.sp-ce .vc_align_left {
    text-align: center !important;
}
.out p {
    flex: 100%;
    max-width: 100%;
}
.out h3, .out p {
    text-align: center;
}
.banner-left .vc_align_left {
    text-align: center !important;
}
.chapter-left ul{
        padding-right: 0;
}
.chap-right ul {
        margin: 32px 0 0 40px;
    padding: 0 0px 0 0px;
}
.meth-ods p {
    font-size: 19px;
    color: #002457;
    font-family: Karla;
    padding-right: 0;
}
.signup p {
    font-size: 16px;
    text-align: center;
}
.insights_text h2 {
    font-size: 22px;
    padding-right: 0;
}
.blog_content p {
    margin-bottom: 0;
}
.blog_page {
    padding-top: 40px;
    padding-bottom: 20px;
}
.spc {
    display: block;
    align-items: center;
}
.leader-ship {
    padding: 40px 0;
}
.spc .about-right {
    padding-left: 0;
    padding-top: 20px;
}
.leader-ship h2{
	font-size: 30px;
}
.leader-ship h4{
	font-size: 20px;
	margin-bottom: 0px;
}
.leader-ship p{
	font-size: 16px;
}
.spc {
    text-align: center;
}
.spc .wpb_single_image {
    text-align: center !important;
}
.leader-ship h2:before {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.contact_page_form .wpcf7-form p:before{
	display: none !important;
}
.contact_page_form {
    padding: 40px 0 20px;
}
.wpcf7-form p {
    position: relative;
    margin-bottom: 0;
}
.contact_headings h3{
	font-size: 20px;
}
.contact_headings h2 {
    font-size: 40px;
}
.contact_page_form input {
    background: #EFF1F0;
    width: 100%;
    border: none;
    padding: 12px 15px;
    margin-bottom: 14px;
    font-family: Playfair Display;
    color: #002457;
    font-size: 18px;
}
.contact_page_form textarea {
    width: 100%;
    background: #eff1f0;
    border: none;
    padding: 15px 15px;
    font-family: Playfair Display;
    height: 102px;
    color: #002457;
    font-size: 18px;
}
.contact_page_form input.wpcf7-form-control.wpcf7-submit {
    font-family: Karla;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #f39723;
    padding: 10px 0px;
    border-radius: 34px;
    box-shadow: 0px 5px 1px #00000085;
    width: 190px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
.get_in_touch {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
.get_in_touch iframe {
    height: 240px;
}
.get_in_touch .get_touch_text {
    margin-top: 30px;
}
.contact_page_news {
    padding: 40px 0;
}		
.contact_page_news .contact_news {
    margin-top: 18px;
}
.page-template-default .follow_linkdin {
    display: inline-flex;
    position: relative;
    margin-top: 11px;
    margin-bottom: 0;
    margin-left: 0;
    justify-content: flex-start;
    padding-left: 0;
}
.litigation_one .solutions_sections_content h5{
	font-size: 20px;
}
.litigation_one .solutions_sections_content h2 {
    color: #fff;
    font-size: 35px;
    padding-bottom: 13px;
}
.litigation_one .solutions_sections_content p {
    color: #fff;
    font-size: 16px;
}
.solutions_sections_content p {
    font-size: 16px;
    line-height: 23px;
    font-family: 'Karla', sans-serif;
    color: #002457;
}
.solutions_sections_content h2{
	font-size: 25px;
}
.col.carlose_linkdin {
    margin-bottom: 20px;
    text-align: center;
}
.col.carlose_linkdin .follow_linkdin {
    justify-content: center;
}
h1.page-title {
    font-size: 25px;
    color: #002457;
    font-family: Karla;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 1px;
}
li#bcn_widget-2 {
    margin: 20px 0 20px;
}
.post_main .col-sm-4 {
    padding-left: 0;
    text-align: left !important;
    margin-top: 13px;
}
.related_post h4:before{
    width:55%;
}
.related_post .col-md-6 a {
    font-size: 18px;
    font-family: karla;
    line-height: 20px;
    font-weight: bold;
    color: #002457;
    padding-right: 9px;
}
.related_post .col-md-6 p {
    font-size: 16px;
    font-family: Playfair Display;
    color: #606060;
    margin-top: 4px;
}
.related_post .col-md-6 p a {
    font-size: 15px;
    color: #f39723;
    font-family: Playfair Display;
    font-weight: normal;
}
.post_newslatter p {
    color: #fff !important;
    margin-bottom: 20px !important;
}
.post_newslatter .follow_linkdin {
    justify-content: center;
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.post_newslatter input.wpcf7-form-control.wpcf7-submit {
    font-size: 19px;
}
.news-img img {
    margin-bottom: 50px;
}
.media .wpb_text_column {
    text-align: center;
}
.in-nesws {
    padding: 40px 0;
}
.inner-news .pergraph p {
    font-size: 22px;
    line-height: 27px;
    margin-top: 30px;
    margin-bottom: 0;
}
.inner-news {
    text-align: center;
}
.inner-img {
    display: flex;
    align-items: center;
    height: auto;
    justify-content: center;
    margin-top: 10px;
}
.in-nesws h3{
    font-size: 28px;
}
.news-articles h2 {
    font-size: 28px;
    text-align: center;
}
.news-articles {
    padding: 40px 0;
    position: relative;
}
.articles {
    padding-left: 0;
    text-align: center;
}
.articles .head-ing h4 {
    font-size: 22px;
    line-height: 24px;
}
.news-articles:before{
    display: none !important;
}
.form-section .row .col {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}
.carlos_circle {
    margin-top: 40px;
}
.form-section .vc_col-sm-3 img {
    width: 180px;
    margin-bottom: 0;
}
}
@media(max-width: 499px){
    .container, .wrapper-row {
    width: 320px !important;
}
.hero-left h1 {
    font-size: 46px;
    line-height: 51px;
}
.hero {
    background-position-x: 81%;
    height: inherit;
    text-align: center;
    padding-bottom: 40px;
}	
.hero:before {
    content: '';
    background-image: url(../indoritech/assets/images/home-small_02.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 576px;
    height: 437px;
    position: absolute;
    background-position-x: 120%;
    top: 85px;
}	
.hero-content .vc_col-sm-8 {
    padding-top: 18px;
}
.hero-right {
    right: 0px;
    bottom: 63px;
}
body .chapter-right ul {
    margin-top: 4px;
}
.solution-inner-banner{
	padding: 40px 0; 
}
.banner-left p{
	font-size: 16px;
}
body .assist {
    padding: 40px 0;
}
.out {
    padding: 22px 0 40px 0;
}
.hero-right a {
    padding: 4px 28px;
    font-size: 18px;
}
.hero-right p {
    font-size: 14px;
}
.btn p:before {
    content: '';
    background-image: url(assets/images/home_11.png);
    width: 62px;
    height: 167px;
    background-position-y: 0px;
    position: absolute;
    top: 46px;
    left: 75px;
    opacity: 0;
    transition: 0s;
    background-size: 100%;
    background-repeat: no-repeat;
}
.hero-content {
    position: relative;
    height: 415px;
}
.seaction-a{
        padding: 50px 0 40px;
}
body h2 {
    font-size: 24px;
}
.area-text p {
    font-size: 20px;
}
.seaction-b .area-text .vc_col-sm-12 .wpb_content_element {
    padding-bottom: 30px;
}
.three-box h4 {
    font-size: 18px;
    padding: 0 0px;
}
.seaction-c:before{
    top: 46%;
           height: 800px;
}
.manager-sec .col-md-3 {
    text-align: center;
    margin: 22px 0;
}
p.learn {
    margin-top: 18px;
}
.brain-image {
    margin-top: 40px;
}
.seaction-d {
    height: inherit;
    padding: 59px 0;
}
div#representative_slider, #partner_slider, div#technology_slider {
    margin-top: 30px;
}
.seaction-e {
    padding: 20px 0 50px;
}
.about_secound h2.bord {
    position: relative;
    color: #002457;
    font-weight: 800;
    padding-bottom: 0;
    margin-bottom: 60px;
}
.about_three .vc_single_image-wrapper {
    margin-bottom: 40px;
}
.about_three {
    padding: 40px 0 10px;
}
.solutions_sections_img {
    padding-bottom: 20px;
    padding-top: 0px;
}
.find_out_more {
    padding: 40px 0px;
}
body .sp-ce{
	padding: 0px;
}
.our_area_heading h3 {
    padding-top: 30px;
}
.vc_custom_1570571850462 .solutions_sections_img {
    padding-bottom: 0;
    padding-top: 40px;
}
.icon-inner-text p:nth-child(2) {
    text-align: center;
    padding-left: 10px;
    max-width: 9%;
}
.icon-inner-text p:nth-child(3) {
    text-align: right;
    padding-left: 0;
}
.icon-inner-text p{
    font-size: 14px;
}
.list .list-text {
    margin-right: 15px;
}
.method h2 {
    font-size: 24px;
}
.out_insights {
    padding: 40px 0 0px;
    position: relative;
}
.out_insights:before {
    width: 100%;
    height: 561px;
    top: 0px;
}
.read-btn a {
    font-size: 18px;
    font-family: Karla;
    font-weight: 600;
    color: #ffffff;
    background-color: #002457;
    padding: 13px 32px;
    border-radius: 34px;
    text-align: center;
    box-shadow: 0px 5px 1px #00000040;
}
.blogpage_post_full .blog_post {
    background: #f2f2f2;
    min-height: auto;
}
.discover_more_full {
    background: #f39723;
    padding: 39px 0 39px;
}
.discover_more .wpcf7-email {
    width: 100%;
    padding: 14px 19px;
    background: #f5ac4f;
    font-family: Playfair Display;
    font-size: 18px;
    border: none;
    color: #fff;
}
.discover_more h3 {
    font-size: 24px;
}
.discover_more input.wpcf7-form-control.wpcf7-submit{
    font-size: 16px;
}
.page-template-default .follow_linkdin {
    display: flex;
    position: relative;
    margin-top: 11px;
    margin-bottom: 0;
    margin-left: 0;
    justify-content: center;
}
.discover_more .follow_linkdin::before {
    right: -10px;
    display: none;
}
.we_can_help {
    padding: 40px 0;
    text-align: center;
}
.we_can_help .vc_col-sm-6:first-child {
    margin-bottom: 50px;
}
.help_text p:last-child {
    padding: 12px 0px 0;
    font-size: 14px;
    line-height: 23px;
}
.help_text a {
    font-size: 16px;
    padding: 12px 19px;
}
.representative_image img, #partner_slider img, div#technology_slider img {
    width: 32% !important;
    margin: 0 auto;
}
.logo img {
    max-width: 65%;
}
.style_1 .row.align-items-center {
    width: 100%;
    margin: 0;
}
.mobile-header .main-navigation li a {
    padding: 4px 30px;
    width: 100%;
    display: block;
    font-size: 16px;
}
.hamburger .bar3 {
    margin-bottom: 0;
}
.method-content h6{
    font-size: 18px;
}
.method-content p {
    font-size: 16px;
    line-height: 21px;
}
.about_first .method-image {
    margin-top: 40px;
    margin-left: 0;
    padding-bottom: 10px;
}
.seaction-d {
    height: inherit;
    padding: 40px 0;
}
.driver_text h6{
    font-size: 18px;
}
.driver_text p {
    font-family: Karla;
    font-size: 16px;
    color: #002457;
    line-height: 19px;
}
.leadership_experties {
    padding: 40px 0;
    margin-top: 0;
}
.insights_text h4 {
    font-size: 24px;
}
.leadership_experties .insights_text h2 {
    font-size: 18px;
    padding-right: 0;
}
.accomplishments .right-side {
    width: 70%;
    float: left;
    padding-left: 11px;
}

.leader_content p {
    color: #fff;
    font-family: Karla;
    font-size: 16px;
    line-height: 20px;
}
.leader_row div#wpcf7-f25-p179-o1 .col.end {
    text-align: center;
}
.our_area_heading h3 {
    font-size: 24px;
}
.area_experties_text p {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Karla', sans-serif;
    color: #002457;
}
.solutions_sections_content h2 {
    font-family: Karla;
    font-size: 24px;
    font-weight: 800;
    color: #00275c;
    padding-bottom: 10px;
}
.solutions_sections_content p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Karla', sans-serif;
    color: #002457;
}
.solutions_sections_content h3 {
    font-size: 17px;
    font-family: Karla;
    font-weight: 600;
    color: #00275c;
    margin-bottom: 3px;
}
.crede-ntials {
    padding: 50px 0;
    text-align: center;
}
.insights_text h2 {
    font-size: 20px;
    padding-right: 0;
}
.cont-ent {
    width: 100%;
    padding-bottom: 21px;
}
.logo-content{
    display: flex;
    align-items: left;
    padding: 8px 0;
    justify-content: space-between;
    flex-direction: column;
}
.cont-ent p {
    font-size: 16px;
    margin-left: 0;
    margin-top: 11px;
}
.logo-img {
    width: 50%;
    margin: 0 auto;
}
.accomplishments p {
    font-size: 17px;
}
.solutions_sections_img {
    text-align: center !important;
}
.solutions_sections_img img {
    width: 85%;
}
.hum-an:before {
    content: '';
    background-color: #e5e5e5;
    width: 100%;
    position: absolute;
    height: 230px;
    right: 0;
    top: 372px;
}
.contact_headings {
    text-align: center;
}
.contact_page_form input.wpcf7-form-control.wpcf7-submit {
    margin: 13px auto 0;
}
.wpcf7-form p {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}
.contact_page_form {
    padding: 40px 0 40px;
}
.page-id-319 .contact_news input {
    width: 272px;
    padding: 12px 24px;
    font-size: 16px;
    margin: 0 auto 3px;
}
.contact_page_news .contact_news {
    margin-top: 18px;
    text-align: center;
}
.contact_heading_news {
    text-align: center;
}
.home .out_insights .blog_post {
    margin-bottom: 35px;
}
div#wpcf7-f119-p385-o2 h3 {
    margin-bottom: 15px;
}
div#wpcf7-f119-p385-o2 input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 13px;
}
.banner-left h4 {
    font-size: 20px;
   }
   .single-post .container, .single-post .wrapper-row {
    width: 100% !important;
}
.post_content h4 {
    font-size: 21px;
    margin-bottom: 0 !important;
}
.post_newslatter {
    background: #f29724;
    text-align: center;
    padding: 20px 20px;
    width: 100%;
    margin: 0 auto;
}
.ladership_single {
    text-align: center;
    background: #fff;
    padding: 20px;
    width: 100%;
    margin: 20px auto;
}
.work_single {
    background: #002457;
    padding: 0 0px 30px 0px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.news-img img {
    width: 70%;
    margin: 0 auto 40px;
}
.news-img {
    text-align: center !important;
}
.media {
    height: auto;
    padding: 50px 0;
}
.media h2 {
    font-size: 30px;
    margin-bottom: 0;
}
.inner-news .pergraph p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 0;
}
.articles .head-ing h4 {
    font-size: 20px;
    line-height: 24px;
}
}