/*
 Theme Name:     twentysixteen Child Theme
 Theme URI:      
 Description:    A bare-bones child theme for use with twentysixteen Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentysixteen/">twentysixteen</a> parent theme installed.
 Author:         Nightbirds Solutions
 Author URI:    
 Template:       twentysixteen
 Version:        1.0.0
*/

/* = My Styles
------------------------------------------------------------------------------------------------------------ */
a{
	outline: none !important;
}

.clear {
	width: 100%;
	display: block;
	clear: both;
}

body:after,
body:before {
	display: none !important;
}


.entry-content a, 
.entry-summary a, 
.taxonomy-description a, 
.logged-in-as a,
.comment-content a, 
.pingback .comment-body > a,
.textwidget a, 
.entry-footer a:hover, 
.site-info a:hover,
a {
	color: #fc6c05
	box-shadow: none;
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover,
a:focus {
	color: #4d7ba9;
}

body, 
button, 
input, 
select, 
textarea {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	font-family: 'Lato', sans-serif;
}

body {
	background: #fff;
	//padding-top: 120px;
}

.my-container {
	max-width: 1400px;
	margin: 0 auto;
	display: block;
	clear: both;
}

#sticky-nav {
	position: fixed;
	top: 28%;
	margin: auto;
	right: 0;
	z-index: 99;
	width: 100%;
	max-width: 100px;
	background-color: #333;
	border-radius: 10px 0px 0px 10px;
	overflow: hidden;
	display: none;
}

#sticky-nav .main-navigation li {
    border-top: none;
    display: block;
    width: 100%;
}

#sticky-nav .main-navigation {
    margin: 0 auto;
}

#sticky-nav .main-navigation a {
    white-space: pre-wrap;
    color: #fff;
    font-family: 'Raleway',sans-serif;
    font-weight: 400 !important;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    padding: 15px 0;
    width: 100%;
	-mx-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	outline: none;
}

#sticky-nav .main-navigation a span {
    -webkit-transform: translateX(200px);
	transform: translateX(200px);
	display: block;
    position: relative;
	-mx-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sticky-nav .main-navigation a:hover span,
#sticky-nav .main-navigation a:focus span,
#sticky-nav .main-navigation a:active span {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

#sticky-nav .main-navigation li a:before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 36px;
	color: #fff;
}

#sticky-nav .main-navigation li a:hover::before,
#sticky-nav .main-navigation li a:focus::before,
#sticky-nav .main-navigation li a:active::before {
	color: #333;
}

#sticky-nav .main-navigation a:hover,
#sticky-nav .main-navigation a:focus {
	background-color: #fff;
	color: #333;
}

#sticky-nav .main-navigation li.home-menu a:before {
	 content: "\f015";
}

#sticky-nav .main-navigation li.about-menu a:before {
	content:"\f007";
}

#sticky-nav .main-navigation li.services-menu a:before {
	content:"\f013";
}

#sticky-nav .main-navigation li.testimonials-menu a:before {
	content:"\f086";
}

#sticky-nav .main-navigation li.contact-menu a:before {
	content:"\f095";
}

#my-header.fixedit .main-head{
	padding: 0px 0 8px;
}

#my-header.fixedit .main-head #my-logo img{
	max-width: 40%;
}

#my-header.fixedit .top-head ul li {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 5px;
}

#my-header.fixedit .top-head li i {
	font-size: 12px;
	line-height: 16px;
}

#my-header.fixedit #my-navi {
	padding-top: 5px;
}

#my-header .main-head,
#my-header .main-head #my-logo img,
#my-header #my-navi {
	-mx-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#my-header {
	width: 100%;
	display: block;
	background: #fff;
	padding: 0;
	margin: 0;
	//position: fixed;
	top: 0;
	//left: 0;
	z-index: 99999;
	position: sticky;
}

#my-header:after {
	content: "";
	width: 100%;
	height: 5px;
	display: block;
	background: #4d7ba9;
}

#my-header .top-head {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

#my-header .top-head ul {
	list-style: outside none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#my-header .top-head ul li {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	border-right: 1px solid #ccc;
	padding: 5px;
	display: inline-block;
	vertical-align: top;
}

#my-header .top-head ul li.head-mail {
	border-left: 1px solid #ccc;
}

#my-header .top-head li i {
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	line-height: 26px;
	vertical-align: top;
}

#my-header .top-head li a {
	color: #333;
	display: block;
	text-decoration: none;
}

#my-header .top-head li a:hover {
	color: #4d7ba9;
}

#my-header .main-head {
	width: 100%;
	display: block;
	clear: both;
	padding: 30px 0;
}

#my-header .main-head #my-logo {
	max-width: 25%;
	display: block;
	float: left;
}

#my-header .main-head #my-logo img {
	max-width: 100%;
	display: block;
	margin: 0;
}

#my-header.fixedit #my-logo a img {
    max-width: 100% !important;
    width: 70% !important;
    padding-top: 10px;

}

#my-header #my-navi {
	width: 75%;
	float: right;
	display: block;	
	padding: 0;
}

#my-navi .main-navigation .primary-menu {
	list-style: outside none;
	margin: 0;
	padding: 0;
	text-align: right;
	
}

#my-navi .main-navigation .primary-menu > li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}

#my-navi .main-navigation a {
	font-size: 13px;
	line-height: 22px;
	color: #333;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	padding: 5px 10px;
	display: block;
	font-weight: 700;
}

#my-navi .main-navigation a:focus,
#my-navi .main-navigation a:hover {
	color: #4d7ba9;
}

#my-navi .main-navigation .current-menu-item > a, 
#my-navi .main-navigation .current-menu-ancestor > a {
	font-weight: bold;
	color: #333;
}

#my-navi .main-navigation .menu-item-has-children > a {
	padding-right: 20px;
}

#my-navi .main-navigation .menu-item-has-children > a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	top: 8px;
	right: 0;
}

#my-navi .main-navigation li > ul {
	border-bottom: 1px solid #ccc;
}

#my-navi .main-navigation li:hover > ul, 
#my-navi .main-navigation li.focus > ul {
	left: 0;
	right: auto;
	text-align: left;
}

#my-navi .main-navigation ul ul:before {
	border-color: #ccc transparent;
	border-width: 0 10px 10px;
	right: auto;
	left: 9px;
}

#my-navi .main-navigation ul ul:after {
	right: auto;
	left: 11px;
}

#my-navi .main-navigation ul ul li {
	border-color: #ccc;
	margin: 0;
}

#my-navi .main-navigation ul ul a {
	text-transform: unset;
	padding: 6px 10px;
}

#my-navi .main-navigation ul ul a:focus,
#my-navi .main-navigation ul ul a:hover {

}

#my-navi .main-navigation ul ul .menu-item-has-children > a:after {
	right: 5px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#my-navi .main-navigation ul ul li > ul {

}

#my-navi .main-navigation ul ul li:hover > ul, 
#my-navi .main-navigation ul ul li.focus > ul {
	left: 100%;
}

#my-navi .main-navigation .primary-menu > li a:hover {
    color: #4d7ba9;
}

.my-anchor {
    position: relative;
    top: -35px;
}

#hp-banner {
	width: 100%;
	display: block;
	clear: both;
	padding: 180px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#hp-banner h2 {
    font-size: 60px;
    line-height: 75px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    margin: 0 0 10px;
}

#hp-banner p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 0 0 70px;
    font-family: Lato, sans-serif;
    font-weight: 400;
}

#hp-banner a {
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 1px 0 10px #000;
    text-shadow: 1px 0 4px #000;
    background: rgba(255,255,255,0.1);
}

.home-button {
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    padding: 15px 48px;
    border: 2px solid #333333;
    color: #333333;
    font-weight: 700;
	font-family: Lato, sans-serif;
}

 #my-f-cta .fcta-col22 a {
	background-image: url('/wp-content/uploads/2017/06/logo-icon.png');
	background-repeat: no-repeat;
	background-size: 20px 25px;
	background-position: 15px 9px;
}

#my-f-cta .fcta-col22 p {
	margin-bottom: 0;
}

#hp-banner a:focus,
#hp-banner a:hover {
	color: #4d7ba9;
	border-color: #4d7ba9;
}

.site {
	margin: 0;
}

.site-inner {
	max-width: 100%;
}

.site-content {
	padding: 0;
}

#hp-sec1 p {
	font-size: 18px;
	line-height: 30px;
	max-width: 1100px;
	margin: 0 auto 36px;
}

#hp-sec1 .sec1-btn {
	display: block;
	clear: both;
}

#hp-sec1 .sec1-btn a:hover {
	color: #F19002;
	border-color: #F19002;
}

#hp-sec1 .sec1-btn a:focus,
#hp-sec1 .sec1-btn a:hvoer {
	color: #009933;
	border: 2px solid #009933;
}

#hp-sec2 {
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
	padding: 90px 0 70px;
	background: #fff;
}

#hp-sec2 h2 {
    font-size: 36px;
    line-height: 42px;
    color: #333;
    margin: 0 0 60px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#hp-sec2 h2 span {
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	max-width: 767px;
	margin: 0 auto;
}

#hp-sec2 h2::after {
    content: "";
    width: 120px;
    height: 5px;
    display: block;
    margin: 25px auto 0;
    background: #4d7ba9;
}

#hp-sec2 p {
    font-size: 20px;
    line-height: 30px;
    font-family: Lato, sans-serif;
    color: #333;
    width: 90%;
    margin: 0 auto 40px;
}

#hp-sec2 p a {
    color: #333;
}

#hp-sec2 p a:hover {
    color: #4d7ba9;
}

#hp-sec2 .sec2-btn {
    display: inline-block;
    margin: 0 auto;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 700;
    background: #4d7ba9;
    padding: 15px 30px;
    border-bottom: 3px solid #3c648c;
}

#hp-sec2 .sec2-btn:hover {
    opacity: 0.7;
}

#hp-sec2 span {
    color: #4d7ba9;
}

#hp-sec3 {
    width: 100%;
    display: block;
    clear: both;
    padding: 50px 0 40px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	background: #fff !important;
}

#hp-sec3 h2 {
    font-size: 36px;
    line-height: 44px;
    color: #333;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    margin: 0 0 60px;
    text-transform: uppercase;
}

#hp-sec3 h2:after {
	content: "";
	width: 120px;
	height: 5px;
	display: block;
	margin: 25px auto 0;
	background: #4d7ba9;
}

#hp-sec3 .heading-02 {
    font-size: 25px;
    line-height: 30px;
	margin-bottom: 40px;
}

#hp-sec3 .text-02 {
    font-size: 16px;
    line-height: 22px;
}

#hp-sec3 .heading-02::after {
    display: none;
}

#hp-sec3 .about-inner-cont {
    margin-bottom: 50px;
}

#hp-sec3 .hp-sec3-left {
    min-height: 780px;
    float: left;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 30%;
}

#hp-sec3 .hp-sec3-right {
    float: right;
    width: 50%;
    min-height: 780px;
	position: relative;
}

#hp-sec3 .hp-sec3-right::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-right: 40px solid #fff;
    left: -40px;
    top: 45%;
}

#hp-sec3 .hp-sec3-right p {
    position: absolute;
    top: 10%;
    width: 85%;
	text-align: left;
	left: 5%;
}

#hp-sec3 p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-align: center;
}

#hp-sec3 ul {
    list-style: outside none;
    margin: 0;
    padding: 30px 0 50px;
    border: 2px solid rgba(255,255,255,0.1);
    text-align: center;
}

#hp-sec3 ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	width: 20%;
}

#hp-sec3 ul li p {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 15px;
	width: 100%;
}

#hp-sec3 .troph-img {
    margin-top: 6px;
}

#hp-sec3 li h3 {
    font-size: 66px;
    line-height: 44px;
    color: #4d4c4c;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
	margin-top: 40px;
}

#hp-sec4 {
    width: 100%;
    display: block;
    clear: both;
    padding: 50px 0 0;
    background: #f3f3f3;
    text-align: center;
}

#hp-sec4 h2 {
    font-size: 36px;
    line-height: 44px;
    color: #333;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    margin: 0;
    text-transform: uppercase;
}

#hp-sec4 h2:after {
	content: "";
	width: 120px;
	height: 5px;
	display: block;
	margin: 25px auto 0;
	background: #4d7ba9;
}

#hp-sec4 ul {
    list-style: none outside;
    margin: 50px 0 0;
    padding: 0;
}

#hp-sec4 ul li {
    display: block;
	clear: both;
}

#hp-sec4 ul li:nth-child(2n+1) .image-cont,
#hp-sec4 ul li:nth-child(2n) .content-cont {
    float: left;
}

#hp-sec4 ul li:nth-child(2n) .image-cont,
#hp-sec4 ul li:nth-child(2n+1) .content-cont {
    float: right;
}

#hp-sec4 ul li:nth-child(2n+1) .content-cont {
    background: #fff !important;
	min-height: 835px;
	position: relative;
}

#hp-sec4 ul li:nth-child(2n+1) .content-cont::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-right: 40px solid #fff;
    left: -40px;
    top: 45%;
}

#hp-sec4 ul li:nth-child(2n) .content-cont {
	min-height: 835px;
	position: relative;
}

#hp-sec4 ul li:nth-child(2n) .content-cont::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 40px solid #f3f3f3;
    right: -40px;
    top: 45%;
}

#hp-sec4 .image-cont {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 835px;
    width: 53% !important;
    background-position: top center;
}

#hp-sec4 .content-cont {
    width: 47% !important;
}

#hp-sec4 ul li .content-cont {
    position: relative;
	text-align: left;
}

#hp-sec4 ul li .text-cont {
    position: absolute;
    top: 35%;
	left: 10%;
	width: 85%;
}

#hp-sec4 ul li .content-cont h3 {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 30px;
}

#hp-sec4 ul li .content-cont p {
    position: relative;
    width: 85%;
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
}
#hp-sec4 .anchor-link {
    position: relative;
    top: -30px;
}

#hp-sec5 {
	width: 100%;
	display: block;
	clear: both;
	padding: 70px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}


#hp-sec5 h2 {
    font-size: 36px;
    line-height: 44px;
    color: #333;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    margin: 0 0 60px;
}

#hp-sec5 h2:after {
	content: "";
	width: 120px;
	height: 5px;
	display: block;
	margin: 25px auto 0;
	background: #4d7ba9;
}

#hp-sec5 ul {
    list-style: outside none;
    padding: 0;
    margin: 0 auto;
    width: 75%;
}

#hp-sec5 ul li {
    display: block;
    text-align: left;
    background-image: url('/wp-content/uploads/2017/10/list-bullet-icon.png');
    background-repeat: no-repeat;
    background-position: 0% 15%;
    padding-left: 40px;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 25px;
    font-family: Lato, sans-serif;
}
	
#my-f-cta {
    width: 100%;
    display: block;
    clear: both;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 20px 0 40px;
}

#my-f-cta .fcta-col22 {
    width: 55%;
    float: none;
    display: block;
    padding: 40px 0 30px 0;
    text-align: center;
    margin: 0 auto;
}

#my-f-cta .fcta-col22 h3 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    display: block;
    margin: 0 0 42px;
    font-weight: 700;
    text-transform: uppercase;
	position: relative;
}

#my-f-cta .fcta-col22 h3:after {
	content: "";
	width: 120px;
	height: 5px;
	display: block;
	margin: 25px auto 0;
	background: #4d7ba9;
}

#my-f-cta .fcta-col22 a {
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding: 12px 48px;
	border: 2px solid #fff;
}

#my-f-cta .fcta-col22 a:focus,
#my-f-cta .fcta-col22 a:hover {
	color: #ffbfc4;
	border-color: #ffbfc4;
}

#my-f-cta input::-webkit-input-placeholder,
#my-f-cta textarea::-webkit-input-placeholder {
  color: #ccc;
}
#my-f-cta input::-moz-placeholder,
#my-f-cta textarea::-moz-placeholder { 
  color: #ccc;
}
#my-f-cta input:-ms-input-placeholder,
#my-f-cta textarea:-ms-input-placeholder { 
  color: #ccc;
}
#my-f-cta input:-moz-placeholder,
#my-f-cta textarea:-moz-placeholder { 
  color: #ccc;
}

#my-f-cta input, #my-f-cta textarea {
    border: 2px solid #fff;
    background: rgba(255,255,255,0.2);
}

#my-f-cta input[type="submit"] {
    color: #fff;
    background-image: none;
    border: 2px solid #fff;
    background-color: transparent;
    margin-top: 25px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 15px 45px;
    display: inline-block;
}

#my-f-cta input[type="submit"]:hover ,
#my-f-cta input[type="submit"]:focus {
	color: #4d7ba9;
	border-color: #4d7ba9;
	-ms-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

#f-widgets {
	width: 100%;
	display: block;
	clear: both;
	padding: 36px 0 20px;
	background: #2a2a2a;
}

#f-widgets .widget-area {
	width: 30%;
	float: left;
	display: block;
	margin-right: 5%;
	margin-bottom: 30px;
}

#f-widgets .widget-area.last {
	margin-right: 0;
	float: right;
}

#f-widgets .widget {
	border: 0;
	padding: 0;
}

#f-widgets .widget h2.widget-title {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	text-transform: unset;
	margin: 0 0 24px;
}

#f-widgets .widget h2.widget-title:after {
	content: "";
	width: 250px;
	max-width: 90%;
	display: block;
	border-bottom: 3px solid #fff;
	padding: 8px 0 0;
}

#f-widgets .menu {
	list-style: outside none;
	margin: 0;
	padding: 0;
}

#f-widgets .menu li {
	display: block;
	margin: 0;
}

#f-widgets .menu li a {
	font-size: 16px;
	line-height: 26px;
	color: #b5b5b5;
	display: block;
}
.widget-area #text-2 {
    	padding-top: 35px;
}

.widget-area #text-2 img {
	max-width: 100%;
}

#f-widgets .menu li a:focus,
#f-widgets .menu li a:hover {
	color: #eee;
}

#f-widgets .f-info {
	width: 100%;
	display: block;
	clear: both;
}

#f-widgets .f-info ul {
	list-style: outside none;
	margin: 0 0 24px;
	padding: 0;
}

#f-widgets .f-info li {
	font-size: 16px;
	line-height: 26px;
	display: block;
	margin: 0 0 5px;
	color: #b5b5b5;
	position: relative;
	padding-left: 35px;
}
#f-widgets .f-links li a span {
    top: -24px;
    left: 34px;
    right: 0;
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin: 0 0 5px;
    color: #b5b5b5;
    position: relative;
    padding-left: 12px;
}

#f-widgets .f-info li:before {
	content: "";
	font-family: FontAwesome;
	font-size: 22px;
	line-height: 24px;
	position: absolute;
	top: 4px;
	left: 0;
}

#f-widgets .f-info li.map:before {
	content:"\f041";
	color: #ff3f32;
}

#f-widgets .f-info li.mail:before {
	content:"\f003";
	color: #02783b;
}

#f-widgets .f-info li.phone:before {
	content:"\f095";
	color: #fc6c05;
}

#f-widgets .f-info li a {
	color: #b5b5b5;
	box-shadow: none;
}

#f-widgets .f-info li a:focus,
#f-widgets .f-info li a:hover {
	color: #eee;
}

#f-widgets .f-links {
	display: block;
	position: relative;
	top: -20px;
}

#f-widgets .f-links ul {
	list-style: outside none;
	margin: 0;
	padding: 0;
}

#f-widgets .f-links ul li {
	display: inline-block;
	vertical-align: top;
}

#f-widgets .f-links li a {
	width: 30px;
	height: 30px;
	background: #007ab9;
	display: block;
	border-radius: 50%;
	box-shadow: none;
	color: #2a2a2a;
	text-align: center;
	font-size: 17px;
	line-height: 30px;
}

#f-widgets .f-links li a:focus,
#f-widgets .f-links li a:hover {
	opacity: 0.7;
}

#my-copyrights {
	width: 100%;
	display: block;
	clear: both;
	padding: 12px 0;
	background: #191919;
}

#my-copyrights .f-copyright-col21 {
	width: 50%;
	float: left;
	display: block;
}

#my-copyrights p {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin: 0;
}

#my-copyrights .f-copyright-col22 {
	width: 50%;
	float: right;
	display: block;
}

#my-copyrights .f-copyright-col22 p {
	text-align: right;
}

#my-copyrights a {
	color: #999;
}

#my-copyrights a:focus,
#my-copyrights a:hover {
	color: #eee;
}

#mobile-navi {
	display: none;
}




#hp-sec6 .testimonial-slider {
	display: block;
	overflow: hidden;
	position: relative;
}

#hp-sec6 .testimonial-slider .slick-slide {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

#hp-sec6 .hp-testi-inner {
	max-width: 960px;
	display: block;
	padding: 0;
	margin: 0 auto;
}

#hp-sec6 .hp-testi-inner p {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

#hp-sec6 .hp-testi-inner p:before {
	content: "";
	width: 85px;
	height: 66px;
	display: block;
	background-image: url('/wp-content/uploads/2017/05/hp-sec4-quote.png');
	background-position: top center;
	background-repeat: no-repeat;
}

#hp-sec6 .testi-bottom {
	display: block;
	text-align: right;
}

#hp-sec6 .testi-bottom .testi-logo {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #fff;
}

#hp-sec6 .testi-logo img {
	display: block;
	margin: 0;
}

#hp-sec6 .testi-info {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 20px;
	text-align: left;
}

#hp-sec6 .testi-info h4 {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	margin: 0;
}

#hp-sec6 .testi-info h6 {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	margin: 0;
}


#hp-sec6 .testimonial-slider .slick-arrow {
	position: absolute;
	top: 32%;
	left: 0;
	width: 41px;
	height: 51px;
	font-size: 0;
	line-height: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}


#hp-sec6 .testimonial-slider .slick-prev.slick-arrow {
	background-image: url('/wp-content/uploads/2017/05/arrow-l.png');
}

#hp-sec6 .testimonial-slider .slick-next.slick-arrow {
	left: auto;
	right: 0;
	background-image: url('/wp-content/uploads/2017/05/arrow-r.png');
}


#hp-sec6 .testimonial-slider .slick-dots {
	display: none !important;
}

/* ****************Buyer Insights Css***************** */

#bi-sec1 {
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
	background-image: url('/wp-content/uploads/2017/05/hp-sec1-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#bi-sec1 h2 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px;
    line-height: 46px;
    padding: 90px 0;
}

#bi-sec2 {
	width: 100%;
	display: block;
	clear: both;
	padding: 46px 0;
	text-align: center;
	background-image: url('/wp-content/uploads/2017/05/Export-connect-revision-4_02.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#bi-sec2 h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
}

#bi-sec2 p {
//    font-family: 'Raleway', sans-serif;
}
#bi-sec2 p:last-child {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}


#bi-sec3 {
	width: 100%;
	display: block;
	clear: both;
	padding: 46px 0;
	text-align: center;
}

#bi-sec3 h3 {
	font-size: 36px;
	line-height: 42px;
	color: #333;
	margin: 0 0 26px;
}



#bi-sec3 h3:after {
	content: "";
	width: 145px;
	height: 5px;
	display: block;
	margin: 18px auto 0;
	background: #05793a; /* Old browsers */
	background: -moz-linear-gradient(left,  #05793a 0%, #ff6b05 50%, #ff4130 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #05793a 0%,#ff6b05 50%,#ff4130 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #05793a 0%,#ff6b05 50%,#ff4130 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05793a', endColorstr='#ff4130',GradientType=1 ); /* IE6-9 */
}


#bi-sec3 ul {
	list-style: outside none;
	margin: 0;
	padding: 0;
}

#bi-sec3 ul li {
	display: block;
	margin: 0 0 24px;
}

#bi-sec3 li i {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: 21px;
	margin-right: 10px;
	color: #666;
}
#bi-sec3 ul li:last-child {
    margin: 0 !important;
}

#bi-sec3 li:hover i {
	color: #333;
}

#bi-sec3 li a {
	font-size: 21px;
	line-height: 32px;
	color: #333;
	font-weight: 600;
	margin: 0;
	font-family: 'Raleway', sans-serif;
}

#bi-sec3 li a:hover {
	color: #FC6C05;
}



/* ****************Export Marketing Strategies Css***************** */

#ems-sec1 {
	width: 100%;
	display: block;
	clear: both;
	padding: 90px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}

#ems-sec1 h1 {
	font-size: 50px;
	line-height: 56px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	margin: 0;
}

#ems-sec2 {
	width: 100%;
	display: block;
	clear: both;
	padding: 46px 0;
	text-align: center;
	background-image: url('/wp-content/uploads/2017/05/Export-connect-revision-4_02.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#ems-sec2 h3 {
	font-size: 30px;
	line-height: 38px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 30px;
}

#ems-sec2 .ems-sec2-inner {
	max-width: 960px;
	margin: 0 auto;
}
#ems-sec2 .ems-sec2-inner p:last-child {
    margin: 0 !important;
}



/* ****************About Page Css***************** */



#about-sec3 {
	width: 100%;
	display: block;
	clear: both;
	padding: 30px 0 0;
	text-align: center;
}

#about-sec3 .client-feat {
	max-width: 20%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5%;
}

#about-sec3 .client-feat img {
	display: block;
	margin: 0;
	border-radius: 50%;
	box-shadow: 2px 2px 6px #ccc;
}

#about-sec3 .client-cont {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

#about-sec3 .client-cont p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 24px;
}

#about-sec3 .client-cont h4 {
	font-size: 22px;
	line-height: 28px;
	color: #333;
	display: block;
	margin: 0;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 20px;
}

#about-sec3 .client-cont h4 small {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #666;
	font-weight: normal;
}

#services-section {
	position: relative;
	top: -30px;
}
.client-cont i {
    font-size: 17px;
    color: #fff;
    background-color: #2A2A2A;
    border-radius: 100px;
    margin-right: 10px;
    padding: 8px;
}


/* **************** f404 Css ***************** */

.err-sec1 {
    	width: 100%;
    	display: block;
    	margin: 0;
    	padding: 0;
    	background-image: url('/wp-content/uploads/2017/05/Export-connect-revision-4_02.png');
    	background-size: cover;
    	background-repeat: no-repeat;
	background-position: center center;
}
.err-sec1 .my-cotnainer {
    	max-width: 1400px;
    	margin: 0 auto;
    	text-align: center;
   	padding: 100px 50px;
    	width: 100%;
}
.err-sec1 .my-cotnainer h1 {
    	font-family: 'Raleway', sans-serif;
    	font-size: 30px;
    	line-height: 38px;
   	 margin-bottom: 30px;
}
.err-sec1 .my-cotnainer a {
   	font-size: 18px;
    	line-height: 18px;
    	display: inline-block;
    	vertical-align: top;
    	padding: 12px 48px;
    	border: 2px solid #333;
    	color: #333;
    	margin: 0 0 20px;
    	font-weight: bold;
}
.err-sec1 .my-cotnainer a:hover {
	color: #ff4130;
	border-color: #ff4130;

}
/* **************** ====================================================================BLOG PAGE Css============================================================================== ***************** */

#blog-page {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.blog-sec1 {
    background-image: url('/wp-content/uploads/2017/05/Export-connect-revision-4_02.png');
    background-position: center center;
    background-size: cover;
    padding: 60px;
}
#blog-page .my-container h1 {
    font-size: 52px;
    text-align: center;
    display: block;
}
.blog-sec2 {
    width: 100%;
    display: block;
    padding: 20px;
    margin: 0;
	background-color: #f0f0f0;
}
.tp-tabs.tp-span-wrapper.outer-right.blog.nav-pos-hor-right.nav-pos-ver-bottom.nav-dir-vertical {
    background-color: rgb(255, 255, 255);
}
.entry-footer {
    display: none;
}
.entry-content {
    float: left;
    width: 100% !important;
    margin: 0 auto !important;
    display: block;
    padding: 0 !important;
}
.entry-title {
    text-align: center !important;
}
.entry-content p {
    margin-bottom: 50px !important;
}
.navigation.post-navigation {
    display: none;
}
.yarpp-thumbnail > img {
    width: 100% !important;
    height: auto !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 320px !important;
    height: 220px !important;
}
.ssba.ssba-wrap {
    margin-bottom: 50px;
}
.yarpp-related a {
    box-shadow: none;
    text-decoration: none;
}
.yarpp-related a:hover {
    background-color: #ddd;
}
.yarpp-related .yarpp-thumbnail-title {
    font-size: 18px !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    width: 180px !important;
	color: #B45B47;
}
.blog-mobile {
    display: none;
}

/* **************** ==============================================================Testimonials  PAGE Css==================================================================================== ***************** */

#testimonl-page {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.testm-sec1 {
    background-image: url('/wp-content/uploads/2017/05/EXPORT-TESTIMONIALS2.jpg');
    background-position: center center;
    background-size: cover;
	padding: 60px 0;
}
.testm-sec1 .my-container h1 {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 50px;
}
.testm-sec1 .my-container h1::after {
    content: "";
    width: 145px;
    height: 5px;
    display: block;
    margin: 18px auto 0;
    background: #05793a;
    background: -moz-linear-gradient(left, #05793a 0%, #ff6b05 50%, #ff4130 100%);
    background: -webkit-linear-gradient(left, #05793a 0%,#ff6b05 50%,#ff4130 100%);
    background: linear-gradient(to right, #05793a 0%,#ff6b05 50%,#ff4130 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05793a', endColorstr='#ff4130',GradientType=1 );
}
.testi-logo2 img {
    border-radius: 50%;
    width: 50%;
    margin: 0 auto 30px;
}
.testi-bottom2 {
    color: #333;
    background-color: #f9f9f9;
    padding: 80px 20px 30px;
    border-radius: 3px;
    min-height: 470px;
    margin-bottom: 32px;
}
#testimonial-wrapper2 {
//    width: 20% !important;
//    display: inline-block;
    padding: 30px 15px 0;
    text-align: center;
	position: relative;
}

.testm-sec1 .slider .slick-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    right: 0;
    margin: 0 auto;
}

.slick-next::before, .slick-prev::before {
    display: none;
}

.slick-list.draggable {
    overflow: hidden;
	margin: 0 50px;
}
.testm-sec1 .testimonial-slider2 .slick-prev.slick-arrow {
    background-image: url('/wp-content/uploads/2017/05/arrow-l.png');
	z-index: 9;
}
.testm-sec1 .testimonial-slider2 .slick-next.slick-arrow {
    left: auto;
    right: 0;
    background-image: url('/wp-content/uploads/2017/05/arrow-r.png');
}
.testm-sec1 .testimonial-slider2 .slick-arrow {
    position: absolute;
    top: 32%;
    left: 0;
    width: 41px;
    height: 51px;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}
.testimonial-slider2.slider.slick-initialized.slick-slider.slick-dotted {
    position: relative;
}
.testimonial-slider2 .slick-dots {
    display: block !important;
}
.testi-logo2 {
    margin-bottom: -100px;
}
.testi-bottom2 h4 {
    color: #CC4D3A;
    font-size: 20px;
    line-height: 26px;
    display: block;
}
.testi-info2 h6 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}

#testimonl-page .hp-testi-inner2 {
	position: relative;
	z-index: 99;
}

#testimonl-page .hide-cont .testi-info2 p {
	max-height: 182px;
	overflow: hidden;
}

#testimonl-page .hide-cont .testi-info2 .testi-btn {
	display: block;
	color: #FB6B06;
	text-align: center;
}
#testimonl-page .hide-cont .testi-info2 .testi-btn:hover {
	display: block;
	color: #CB4A37;
}
#testimonl-page .show-cont .testi-info2 p {
	max-height: unset;
	overflow: visible;
}

#testimonl-page .show-cont .testi-info2 .testi-btn {
	display: none;
}
#testimonl-page .slick-slide img {
    width: 100%;
    height: auto;
	max-width: 67px;
}
#testimonial-wrapper2 {
    max-width: 434px !important;
}
#testimonl-page .slick-dots li {
    background-color: #fff !important;
    border-radius: 50% !important;
}
#testimonl-page .slick-dots li.slick-active {
    background: #fff !important;
}
#testimonl-page .slick-dots li button::before {
    font-size: 30px !important;
}
#testimonl-page .slick-dots li.slick-active button::before {
    color: #F08F02 !important;
}
.slick-dots li button::before {
    color: #F08F02 !important;
}
/* **************** ====================================================================CONTACT US CSS============================================================================== ***************** */
#contact-page {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
#contact-page .my-container h1 {
    text-align: center;
    padding: 120px 0 50px 0;
    display: block;
}
.page-template-template-contact-us #content {
	background-image: url('/wp-content/uploads/2017/05/Export-connect-revision-4_04.jpg');
	background-size: cover;
	background-position: center center;
	padding: 50px 20;
}
.contact-left {
    width: 50%;
    float: left;
    display: block;
}
.cnt-left .cnt-list {
    font-size: 16px;
    line-height: 26px;
    display: block;
    color: #b5b5b5;
    position: relative;
    list-style: none;
    background-color: #fff;
    box-shadow: 10px 10px;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
}
.cnt-list li a {
    color: #b5b5b5;
}
.cnt-list .fa.fa-map-marker {
    font-size: 30px;
    color: #ff3f32;
    line-height: 24px;
    width: 10%;
    float: left;
    text-align: center;
    margin-right: 16px;
}
.cnt-list li p {
    display: initial;
    width: 80%;
    float: left;
    margin: 0;
}
.cnt-list li p a span {
    display: block;
}





.cnt-list .fa.fa-envelope-o {
    font-size: 30px;
    color: #02783b;
    line-height: 24px;
    width: 10%;
    text-align: center;
    margin-right: 16px;
}
.contact-left .cnt-list .fa.fa-phone {
    font-size: 30px;
    color: #fc6c05;
    line-height: 24px;
    width: 10%;
    text-align: center;
    float: left;
    margin-right: 16px;
}

.cnt-list li {
    padding-bottom: 0;
    color: #000;
    width: 100%;
    display: block;
    float: none;
}
.cnt-list li a {
	color: #000;
    position: relative;
    width: 100%;
    display: block;
    float: none;
}

.contact-left .cnt-list .fa.fa-linkedin {
    width: 30px;
    text-align: center;
    display: block;
    float: left;
    background-color: #0C628E;
    padding: 6px;
    border-radius: 50%;
    margin-left: 10px;
    height: 30px;
    color: #2A2A2A;
}

.contact-right {
    width: 50%;
    float: right;
    display: block;
}
.contact-left .cnt-left {
    padding: 50px 10px;
}
#contact-page .wpcf7-form input {
    border: 2px solid #FB6B06;
    display: block;
    background: #fff;
}
#contact-page .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    display: block;
    border: 2px solid #FB6B06;
    display: block;
    background: #fff;
	height: 200px;
}

#contact-page .wpcf7-form #submit {
    color: #FB6B06;
    background-image: url('/wp-content/uploads/2017/06/logo-icon.png');
    background-repeat: no-repeat;
    background-size: 20px 25px;
    background-position: 15px 9px;
    width: 180px;
}
#contact-page .wpcf7-form #submit:hover {
    color: #fff !important;
	background-color: rgba(251,107,6,0.40) !important;
}
.cnt-list li a:hover {
    color: #FB6B06;
}


	#content-bottom-widgets {
   		 margin-right: 0 !important;
   		 margin-left: 0 !important;
	}

#hp-sec7 span, #hp-sec7 p {
    display: block;
    width: 100%;
    float: none;
}
#hp-sec7 .cnt-list li {
    position: relative;
}
#hp-sec7 .cnt-list li i{
	position: absolute;
	top: 0;
	left: 0;
}
#hp-sec7 .cnt-list span {
    padding: 0 0 20px 54px;
}
#hp-sec7 #contact-page .contact-right {
    width: 80%;
    display: block;
    float: none;
    margin: 0 auto;
}
#hp-sec7 #contact-page .wpcf7-form #submit{
	display: block;
	margin: 0 auto;
}

#my-f-cta input, #my-f-cta textarea {
    color: #fff;
}

#my-f-cta .contact-form .left input {
    margin: 0 0 10px 0;
}
#my-f-cta .contact-form .right textarea {
    height: 155px;
}

#my-f-cta .contact-form .right textarea,
#my-f-cta input {
    font-size: 14px;
    line-height: 20px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    padding: 10px 20px;
}



/*--- Privacy Policy ---*/

#privacy-policy-section {
    padding: 20px 0 50px;
}

#privacy-policy-section h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    margin: 25px 0;
}

#privacy-policy-section h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    margin: 40px 0 15px;
}

#privacy-policy-section p {
    margin: 0 0 15px;
	font-family: Lato, sans-serif;
}

#privacy-policy-section p span {
    margin-left: 40px;
}

.privacy-policy01 {
    border-left: 1px solid #999;
    padding-left: 10px;
    margin-left: 10px;
}


/* = My Responsive Styles
--------------------------------------------------------------------------------------------------------------------------------------------- 
--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1500px) {
	.my-container {
		max-width: 1200px;
	}
	#hp-sec2 .my-services ul li {
		margin: 0 20px 36px;
	}
	#hp-sec5 ul li {
		margin: 0 10px 30px;
	}
	#hp-sec3 li h5 span {
    		display: contents;
	}
	#my-f-cta .fcta-col22 h3 {
    	margin: 0 0 30px;
		font-size: 32px;
		line-height: 38px;
	}
	#my-f-cta .fcta-col22 {
    	width: 50%;
	}
	#my-f-cta .fcta-col21 {
    	width: 20%;
	}
	#hp-sec3 .hp-sec3-right p {
    	position: relative;
    	top: unset;
    	width: 90%;
	}
}

@media screen and (max-width: 1300px) {
	.my-container {
		max-width: 1100px;
	}
	#hp-sec1 p {
		font-size: 18px;
	}
	#hp-sec5,
	#hp-sec3,
	#hp-sec2 {
		padding: 60px 0 48px;
	}
	#hp-sec2 .my-services ul li {
		width: 330px;
		margin: 0 15px 36px;
		padding: 30px 20px;
	}
	#hp-sec3 ul li {
		margin: 0 9px;
	}
	#hp-sec5 ul li {
		width: 100%;
	}
}

@media screen and (max-width: 1250px) {
	#hp-sec3 .hp-sec3-right p {
    	line-height: 27px;
	}
}

@media screen and (max-width: 1200px) {
	.my-container {
		max-width: 960px;
	}
	#my-navi .main-navigation .primary-menu > li {
		margin: 0 15px;
	}
	#hp-banner {
		padding: 120px 0;
	}
	#hp-sec1 p {
		font-size: 17px;
		line-height: 28px;
	}
	#hp-sec2 .my-services ul li {
		width: 287px;
	}
	#hp-sec3 ul li {
		margin: 0 19px 40px;
		vertical-align: middle;
		width: 29%;
	}
	#hp-sec4 .hp-testi-inner {
		padding: 0 120px;
	}
	#hp-sec5 ul li {
		width: 100%;
		margin: 0 6px 30px;
	}
	#hp-sec5 li p {
		font-size: 16px;
		line-height: 24px;
	}
	#bi-sec1 h2 {
		font-size: 42px;
		line-height: 46px;
	}
	#bi-sec2 h3 {
		font-size: 27px;
		line-height: 34px;
	}
	#bi-sec3 h3 {
		font-size: 27px;
		line-height: 34px;
	}

}

@media screen and (max-width: 1080px) {

	button#responsive-menu-button {
    		z-index: 99 !important;
	}
	.my-container {
		max-width: 747px;
	}
	#my-header .main-head #my-logo {
    	max-width: 100%;
		margin-top: 10px;
	}
	#my-header #my-navi {
		display: none;
	}
	#mobile-navi {
		float: right;
		display: block;
	}
	#hp-banner {
		padding: 90px 0;
	}
	#my-f-cta .fcta-col22 h3,
	#hp-sec5 h2,
	#hp-sec4 h2,
	#hp-sec3 h2,
	#hp-banner h2 {
		font-size: 36px;
		line-height: 44px;
	}
	#hp-banner p {
		font-size: 18px;
		line-height: 28px;
	}
	#hp-sec2 h2 {
		font-size: 32px;
		line-height: 38px;
		margin: 0 0 36px;
	}
	#hp-sec2 .my-services ul li {
		width: 320px;
	}
	#hp-sec4 .hp-testi-inner {
		padding: 0 90px;
	}
	#ems-sec1 h1 {
		font-size: 42px;
		line-height: 48px;
	}
	#ems-sec2 h3 {
		font-size: 27px;
		line-height: 36px;
	}
	#about-sec3 .client-feat {
		max-width: 23%;
		margin-right: 4%;
	}
	#about-sec3 .client-cont {
		width: 72%;
	}
	#about-sec3 .client-cont p {
		font-size: 14px;
		line-height: 24px;
	}
	#about-sec3 .client-cont h4 {
		font-size: 18px;
		line-height: 26px;
	}
	#about-sec3 .client-cont h4 small {
		font-size: 16px;
		line-height: 22px;
	}
	#hp-sec3 ul li {
   		 margin: 0px 15px 40px;
	}
	#hp-sec2 {
		background-size: auto 100%;
		background-position: right center;
	}
	.page-template-template-testimonials .slick-slide img {
    		width: 120px;
    		height: 120px;
	}
	#testimonl-page .hide-cont .testi-info2 .testi-btn {
		margin: 0 auto;
    		width: 80%;
	}
	#hp-sec3 .hp-sec3-right p {
    	line-height: 26px;
	}
}

@media screen and (max-width: 1024px) {
	#hp-sec4 ul li .content-cont h3 {
    	top: 15%;
	}
	#hp-sec4 ul li .content-cont p {
    	top: 30%;
    	font-size: 16px;
    	line-height: 25px;
	}
	#hp-sec5 ul li {
		width: 100%;
	}

	#my-f-cta .fcta-col22 {
	    width: 100%;
    	float: none;
	}
}

@media screen and (max-width: 980px) {
	#rev_slider_2_1 .blog .tp-tab-title {
    		font-size: 20px !important;
    		line-height: 24px !important;
	}
	.rev-btn {
    		font-size: 15px !important;
    		line-height: 15px !important;
	}
	#hp-sec3 ul li {
		width: 45%;
	}
	.page-template-template-testimonials .slick-slide img {
    		width: 160px;
    		height: 160px;
	}
	#my-f-cta .fcta-col21 {
    	width: 100%;
    	height: auto;
    	left: 0;
    	display: block;
	}
	#my-f-cta .fcta-col21 ul li {
	    display: inline-block;
	    margin: 0 10px 24px;
	}
	#hp-sec4 ul {
	    width: 85%;
	    display: block;
    	margin: 50px auto 0;
	}
	#hp-sec4 .image-cont, #hp-sec4 .content-cont {
    	width: 100% !important;
    	float: none !important;
	}
	#hp-sec4 .content-cont {
    	min-height: auto !important;
    	padding: 70px 50px;
	}
	#hp-sec4 ul li .content-cont h3, #hp-sec4 ul li .content-cont p {
    	position: relative;
	}
	#hp-sec4 ul li .content-cont p {
    	margin-top: 30px;
	}
	#hp-sec4 ul li:nth-child(2n+1) .content-cont::before {
    	border-left: 45px solid transparent;
    	border-right: 45px solid transparent;
    	border-bottom: 40px solid #fff;
    	left: 0;
    	top: -85px;
    	right: 0;
    	margin: 0 auto;
	}
	#hp-sec4 ul li:nth-child(2n) .content-cont::after {
    	border-left: 45px solid transparent;
    	border-right: 45px solid transparent;
    	border-bottom: 40px solid #f3f3f3;
    	left: 0;
    	top: -85px;
    	right: 0;
    	margin: 0 auto;
	}
	#hp-sec4 ul li .text-cont {
    	position: relative;
    	width: 100% !important;
    	left: unset !important;
	}
	#hp-sec4 ul li .content-cont p {
    	width: 100% !important;
	}
	#hp-sec3 .hp-sec3-right p {
    	line-height: 26px;
    	font-size: 16px;
	}
	#my-f-cta {
    	padding: 50px 0;
	}
}

@media screen and (max-width: 900px) {
	#hp-sec3 .hp-sec3-left {
    	float: none;
    	width: 80%;
    	margin: 0 auto;
	}
	#hp-sec3 .hp-sec3-right {
    	float: none;
    	width: 80%;
    	min-height: auto;
    	margin: 30px auto 0;
	}
	#hp-sec3 .hp-sec3-right p {
    	font-size: 18px;
    	width: 100%;
    	text-align: center;
	}
	#hp-sec3 .hp-sec3-right::before {
    	border-left: 45px solid transparent;
    	border-right: 45px solid transparent;
    	border-bottom: 40px solid #fff;
    	left: 0;
    	top: -115px;
    	right: 0;
    	margin: 0 auto;
	}
	#hp-sec3 .hp-sec3-right p {
    	left: unset;
	}
}


@media screen and (max-width: 870px) {
	#rev_slider_2_1 .blog .tp-tab-title {
    		font-size: 17px !important;
    		line-height: 22px !important;
	}
	.blog-mobile {
    		display: block !important;
	}
	.my-blog {
    		display: none;
	}

}

@media screen and (max-width: 825px) {
	#rev_slider_2_1 .blog .tp-tab-title {
    		font-size: 15px !important;
    		line-height: 20px !important;
	}

}


@media screen and (max-width: 767px) {
	.my-container {
		max-width: 600px;
	}
	#my-header .main-head #my-logo {
		max-width: 50%;
	}
	#hp-banner {
		padding: 60px 0;
	}
	#hp-sec5 h2, 
	#hp-sec4 h2, 
	#hp-sec3 h2, 
	#hp-banner h2,
	#hp-sec2 h2,
	#my-f-cta .fcta-col22 h3 {
		font-size: 27px;
		line-height: 36px;
	}
	#hp-banner h2 {
		margin: 0 0 24px;
	}
	#hp-sec2 .my-services ul li {
		width: 360px;
		min-height: 0;
	}
	#hp-sec2 .my-services li h3 {
		min-height: 0;
	}
	#f-widgets .widget-area {
		width: 100%;
		float: none;
		display: block;
		margin: 0 auto 36px;
	}
	#bi-sec1 h2 {
		font-size: 32px;
		line-height: 38px;
		padding: 60px 0;
	}
	#bi-sec2 {
		padding: 42px 0;
	}
	#bi-sec2 h3 {
		font-size: 18px;
		line-height: 27px;
		margin: 0 0 20px;
	}
	#bi-sec2 p {
		font-size: 14px;
		line-height: 24px;
		margin: 0;
	}
	#bi-sec3 {
		padding: 42px 0;
	}
	#bi-sec3 h3 {
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 36px;
	}
	#bi-sec3 ul li {
		margin: 0 0 15px;
	}
	#bi-sec3 li a {
		font-size: 16px;
		line-height: 26px;
	}
	#ems-sec1 {
		padding: 60px 0;
	}
	#ems-sec1 h1 {
		font-size: 32px;
		line-height: 38px;
	}
	#ems-sec2 h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 24px;
	}
	.tp-tabs.tp-span-wrapper.outer-right.blog.nav-pos-hor-right.nav-pos-ver-bottom.nav-dir-vertical {
    		width: 40% !important;
	}
	.tp-tab-mask {
    		width: 230px !important;
    		max-width: 315px !important;
	}
	.tp-tab.selected {
    		width: 230px !important;
	}
	.home-button {
		font-size: 17px;
		line-height: 17px;
	}
	#hp-sec3 ul li {
   		width: 100%;
		display: block;
		margin: 0 0 30px;
	}
	#testimonl-page .hide-cont .testi-info2 .testi-btn {
   	 	width: 50%;
	}
	.page-template-template-testimonials .slick-slide img {
    		width: 180px;
    		height: 180px;
	}
	#contact-page .contact-left {
    		width: 100% !important;
    		float: none !important;
    		display: block;
	}
	#contact-page .contact-right {
    		width: 100% !important;
    		float: none !important;
    		display: block !important;
	}
	#hp-sec6 #testimonial-wrapper2 {
	    margin: 0 33px;
	}
	#sticky-nav {
    	max-width: 60px;
	}
	#sticky-nav .main-navigation a span {
		display: none;
	}
	#sticky-nav .main-navigation a {
		padding: 10px 0;
	}
	#sticky-nav .main-navigation li a::before {
    	font-size: 25px;
    	line-height: 31px;
	}
	#hp-sec4 ul {
	    width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.my-container {
		max-width: 400px;
	}
	#my-header.fixedit #my-logo a img {
    	width: 90% !important;
   		padding-top: 0;
	}
	#hp-banner h2 {
		font-size: 24px;
		line-height: 30px;
	}
	#hp-banner p {
		font-size: 16px;
		line-height: 26px;
	}
	#hp-sec5, 
	#hp-sec3, 
	#hp-sec2,
	#hp-sec1 {
		padding: 36px 0;
	}
	#hp-sec2 h2 {
		font-size: 27px;
		line-height: 32px;
	}
	#hp-sec3 p {
    	font-size: 16px;
	}
	#hp-sec4 .hp-testi-inner {
		padding: 0px;
	}
	#hp-sec4 .hp-testi-inner p {
    		font-size: 14px;
    		line-height: 24px;
    		margin: 0 10px;
	}
	#hp-sec4 .hp-testi-inner p::before {
		content: "";
		width: 50px;
		height: 41px;
		background-size: 100% auto;
	}
	#my-f-cta .fcta-col21 {
		width: 100%;
		height: auto;
 		position: relative;
		padding: 30px;
	}
	#my-f-cta .fcta-col22 {
		width: 100%;
		float: none;
		padding: 36px 0;
	}
	#my-copyrights .f-copyright-col22 p,
	#my-copyrights .f-copyright-col22,
	#my-copyrights .f-copyright-col21 {
		width: 100%;
		float: none;
		text-align: center;
	}
	#ems-sec2 h3 {
		font-size: 16px;
		line-height: 28px;
	}
	#about-sec3 .client-feat {
		max-width: 40%;
		margin-right: 0;
		margin-bottom: 24px;
	}
	#about-sec3 .client-cont {
		width: 100%;
		display: block;
		text-align: center;
	}
	.home-button {
		font-size: 16px;
		line-height: 16px;
	}
	#hp-sec2 h2 span {
		font-size: 17px;
		line-height: 27px;
	}
	#my-header .main-head #my-logo {
    		max-width: 75%;
    		padding-top: 6px;
	}
	.page-template-template-testimonials .slick-slide img {
    		width: 120px;
    		height: 120px;
	}
	#my-f-cta .fcta-col21::after, #my-f-cta .fcta-col21::before {
    		background-color: #fff !important;
		right: 99%;
	}
	#my-f-cta .fcta-col21:after {
    		left: 99% !important;
	}
	#hp-sec5 ul {
    		margin: 0 0 24px;
    		padding: 0;
	}
	#hp-sec5 ul li {
    		width: unset;
    		margin: 0 6px 86px;
	}
	#hp-sec4 .testi-bottom .testi-logo {
    		display: none;
	}
	#hp-sec4 .testi-info {
    		padding: 20px 0 0 20px;
	}
	.contact-left .cnt-list .fa.fa-linkedin {
    		margin-left: 0 !important;
	}
	.contact-left .linkined-cnt a {
    		margin-left: 12px;
	}
	#my-f-cta .contact-form .left,
	#my-f-cta .contact-form .right {
	    width: 100%;
	    float: none;
	    display: block;
	}
	#my-f-cta .contact-form .right textarea {
	    height: 200px;
	}
	#my-header .top-head ul li.head-mail,
	#my-header .top-head ul li {
    	border: none;
	}
	#my-header .top-head ul li {
    	padding: 1px 0;
    	display: block;
    	text-align: center;
	}
	#hp-sec2 p {
    	font-size: 16px;
    	line-height: 25px;
    	width: 100%;
	}
	#hp-sec2 a {
    	font-size: 14px;
    	line-height: 20px;
	}
	#hp-sec4 ul li:nth-child(2n+1) .content-cont {
    	min-height: 375px;
	}
	#hp-sec4 ul li:nth-child(2n) .content-cont {
    	min-height: 365px;
	}
	#hp-sec5 ul {
    	width: 100%;
	}
	#hp-sec5 ul li {
    	margin: 0 6px 40px;
	}
	#hp-sec3 .hp-sec3-right p {
    	font-size: 16px;
    	line-height: 30px;
	}
	#hp-sec3 .hp-sec3-left {
    	min-height: 640px;
	}
}

@media screen and (max-width: 440px) {
	.my-container {
		max-width: 280px;
	}
	#my-header .top-head ul li {
		font-size: 13px;
		line-height: 22px;
		padding: 5px;
		display: block;
		text-align: center;
		border: 0 !important;
	}
	#hp-banner {
		    padding: 80px 0;
	}
	#hp-banner h2 {
		font-size: 22px;
		line-height: 30px;
		margin: 0 0 15px;
	}
	#hp-banner p {
		font-size: 15px;
		line-height: 25px;
		margin: 0 0 15px;
	}
	#hp-sec1 p {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	#hp-sec2 h2 {
		font-size: 22px;
		line-height: 28px;
		margin: 0 0 30px;
	}
	#hp-sec2 .my-services ul li {
		width: 100%;
		margin: 0 auto;
	}
	#hp-sec2 .my-services li p {
    		min-height: auto;
    		padding-bottom: 25px;
	}
	#bi-sec1 h2 {
		font-size: 24px;
		line-height: 30px;
		padding: 60px 0;
	}
	#bi-sec2 h3 {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	#bi-sec3 h3 {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 30px;
	}
	#bi-sec3 li a {
		font-size: 14px;
		line-height: 24px;
	}
	#bi-sec3 li i {
		font-size: 18px;
		line-height: 15px;
		margin-right: 6px;
	}
	#ems-sec2,
	#ems-sec1 {
		padding: 36px 0;
	}
	#ems-sec1 h1 {
		font-size: 24px;
		line-height: 30px;
	}
	#testimonial-wrapper2 {
    		padding: 30px 0 0;
	}	
	.testm-sec1 .my-container h1 {
    		padding: 50px 0;
	}
	#contact-page .my-container {
    		max-width: 320px !important;
	}
	.home-button {
		font-size: 15px;
		line-height: 15px;
		padding: 12px 35px;
    		background-position: 7px 7px;
	}
	#hp-sec2 h2 span {
		font-size: 16px;
		line-height: 26px;
	}
	#my-header .main-head #my-logo {
    		max-width: 80% !important;
    		padding-top: 8px;
	}
	#ems-sec2, #ems-sec1 {
    		padding: 60px 0 !important;
    		display: block;
	}
	#blog-page .my-container h1 {
    		font-size: 38px;
	}
	#hp-sec4 .hp-testi-inner p {
    		 margin: 0 10px;
	}
	#hp-sec4 .testimonial-slider .slick-arrow {
		display: none !important;
	}
	.slick-list.draggable {
    		margin: 0 !important;
	}
	#my-f-cta .fcta-col21::after, #my-f-cta .fcta-col21::before {
    		background-color: #fff !important;
		right: 99%;
	}
	#my-f-cta .fcta-col21:after {
    		left: 99% !important;
	}
	.cnt-left .cnt-list {
    		width: 100%;
	}
	#homepage #hp-sec4 .my-container {
    		width: 320px !important;
	}
	.testm-sec1 .testimonial-slider2 .slick-arrow {
    		top: 24%;
	}
	.slick-dotted.slick-slider {
    		margin-bottom: 30px;
	}

	#my-f-cta .fcta-col22 h3 {
	    font-size: 24px;
	    line-height: 32px;
	}
	#my-f-cta input[type="text"], #my-f-cta input[type="email"], #my-f-cta textarea {
    	font-size: 12px;
    	padding: 10px 20px;
	}
	#my-f-cta input[type="submit"] {
	    background-size: 10px 15px;
	    width: 150px;
	    font-size: 12px;
	}
	#hp-sec4 ul li .content-cont h3 {
    	position: relative;
    	margin-top: 20px;
	}
	#hp-sec4 ul li .content-cont p {
    	position: relative;
    	margin-top: 10px;
	}
	#hp-sec4 ul li:nth-child(2n+1) .content-cont {
    	min-height: auto;
	}
	#hp-sec4 .content-cont {
    	min-height: auto !important;
    	padding: 30px;
	}
	#hp-sec4 .image-cont {
    	min-height: 350px;
	}
	h2,
	#hp-sec4 ul li .content-cont h3  {
    	font-size: 22px !important;
    	line-height: 28px !important;
	}
	#hp-sec4 ul li .content-cont p {
    	font-size: 15px;
	}
	#hp-sec5 ul li {
    	margin: 0 6px 0px;
	}
	#privacy-policy-section h2 {
    	font-size: 25px !important;
	}
	#privacy-policy-section h3 {
    	font-size: 18px;
    	line-height: 22px;
	}
	#hp-sec3 .hp-sec3-left {
    	min-height: 450px;
	}
}

@media screen and (max-width: 340px) {
	.contact-right {
    		padding: 0 30px !important;
	}
	.cnt-left .cnt-list {
    		width: 98%;
		padding: 20px 10px;
	}
	.cnt-left .cnt-list li i {
    		margin-right: 16px;
	}
	.contact-left .cnt-list .fa.fa-linkedin {
    		margin-right: 0 !important;
	}
}

@media screen and (max-width: 300px) {
	.my-container {
		max-width: 90%;
	}
	.home-button {
		font-size: 14px;
		line-height: 14px;
	}
	#hp-sec2 h2 span {
		font-size: 15px;
		line-height: 25px;
	}
	.contact-left .cnt-left {
    		padding: 50px 10px;
	}
	.cnt-left .cnt-list {
    		padding: 16px 10px;
 		width: 100%;
	}
	.cnt-left .cnt-list li i {
    		margin-right: 16px;
	}
	#testimonl-page .slick-dots li button::before {
    		top: -7px !important;
    		left: -6px !important;
	}
	#my-header .main-head #my-logo {
    		max-width: 76% !important;
	}
}

ul.logo-list-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
}

ul.logo-list-wrap li.logo {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 20px;
    box-shadow: -1px 2px 9px -5px #2d2d2d;
	margin: 0 !important;
}
ul.logo-list-wrap li.logo img{
max-width: 200px;
}