


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}


.container {
	width: 1170px;
	margin: auto;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 160px;
	margin-top:-59px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;	
}



/* header area adinationals */
.logo {
	float: left;
	width: 25%;
	margin-top: 5px;
}


.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
	    margin-top: 12px;
}


.mstslider {
	width: 100%;
	float: left;
}

/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: #1792d5;
	font-size: 14px;
	color: #fff;
}
.top_nav .left {
	float: left;
	width: 30%;
	padding: 7px 0px;
}
.top_nav .left i {
	color: #c3c3c3;
}
.top_nav .left a {
	color: #c3c3c3;
	margin-right: 25px;
}
.top_nav .left a:hover {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 70%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	padding: 7px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 14px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #fff;
	font-size: 15px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #fff;
	margin-left: 0px;
	padding: 7px 18px;
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #fff;
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}





.slidermar9 {
	margin-top: 58px;
}

/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/

/* featured section 1 */
.featured_section1 {
	float: left;
	width: 100%;
}
.about-left {
    width: 48%;
    margin-right: 4%;
    float: left;
}
.about-right {
    width: 48%;
    margin-right: 0%;
    float: left;
}

.about-right h6 {
    color: #ff4a3c;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 18px;
    border-left: 3px solid #ff4a3c;
    padding-left: 20px;
    line-height: 16px;
}

.about-right h2 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 42px;
}

.about-right p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .5px;
}

.about-btn {
    background: #1792d5;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 20px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}


/* featured section 2 */
.featured_section2 {
	float: left;
	width: 100%;
	padding: 70px 0px 30px;
}
.featured_section2 h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 50px;
    font-weight: 600;
    text-align: center;
    color: #000
}

/* featured section 3 */
.featured_section3 {
	float: left;
	width: 100%;
	padding: 120px 0px 110px 0px;
	background: #f3f3f3;
}
.featured_section3 .onecol_forty img.one {
	float: left;
}
.featured_section3 .onecol_forty img.two {
	float: left;
	margin-left: -43px;
	margin-top: 70px;
}
.featured_section3 span {
	float: left;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 30px;
	margin-top: 27px;
}
.featured_section3 em {
	font-size: 21px;
	font-weight: 400;
	color: #393939;
	font-style: normal;
	display: block;
	line-height: 25px;
	margin-bottom: 7px;
}
.featured_section3 b {
	font-size: 35px;
	font-weight: bold;
	color: #393939;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	line-height: 35px;
}
.featured_section3 strong {
	font-size: 48px;
	font-weight: bold;
	color: #9eca45;
	text-transform: uppercase;
	display: block;
	line-height: 45px;
}

.featured_section3.two {
	padding-bottom: 0;
	background: #eee url(../images/site-img61.jpg) no-repeat center top;
}
.featured_section3.two .onecol_forty img {
	display: block;
}
.featured_section3.two strong {
	color: #eb9532;
}


/* featured section 11 */
.featured_section11 {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #f9f9f9;
	padding: 50px 0px 40px;
}
.featured_section11 .one_third {
	text-align: center;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(217,217,217,1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(217,217,217,1);
	    box-shadow: 0px 1px 3px 0px rgb(217 217 217);
    background: #fff;
    margin-bottom: 30px;
}
.featured_section11 .one_third img {
	float: left;
	margin-bottom: 20px;
}
.featured_section11 .one_third h4 {
	font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
    text-align: left;
}
.featured_section11 .one_third p {
	line-height: 30px;
	color: #000;
    text-align: left;
    padding-bottom: 35px;
}
.featured_section11 .bdate {
	float: left;
	width: 65px;
	padding: 5px 0px 7px 0px;
	text-align: center;
	background: #9eca45;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
}
.featured_section11 .bdate strong {
	font-size: 25px;
	font-weight: bold;
	display: block;
}
.featured_section11 .bdate a {
	color: #fff;
}
.featured_section11 .bdate:hover {
	background: #393939;
	color: #fff;
}

.featured_section11 h2{
	font-size: 36px;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: 600;
}

/* featured section 12 */
.featured_section12 {
	float: left;
	width: 100%;
	padding: 50px 0px 70px 0px;
	text-align: center;
	
}
.featured_section12 h2 {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #000
}
.featured_section12.two {
	background: #f3f3f3;
}
.featured_section12 .peosays {
	width: 90%;
	margin: 0 auto;
}
.featured_section12 .peosays .box {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
	border-bottom: 3px solid #1792d5;
	border-radius: 3px;
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	color: #000
}

.blog-heading{    
	background-color: #1792d5;
    padding: 7px 20px;
    color: #fff;
    font-size: 16px;
    margin-top: -47px;
    text-align: center;
    display: inline-block;
    position: absolute;}



/*----------------------------------------------------
   PORTFOLIO WORK SECTIONS
------------------------------------------------------*/

/* works 01 */
.works01 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 50px 0px;
}
.works01 h2 {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #000
}




/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/
.footer-1{width: 32%; float: left; margin-right: 4%;}

.footer-2{width: 15%; float: left; margin-right: 4%}

.footer-3{width: 17%; float: left; margin-right: 4%}

.footer-4{width: 24%; float: left; margin-right: 0%}

.footer {
	float: left;
    width: 100%;
    margin-top: 0;
    padding-top: 60px;
    background-color: #001d4a;
    color: #fff;
    position: relative!important;
	
}

/*.footer:before {
	        left: 0;
    top: -287px;
    width: 100%;
    content: "";
    height: 190%;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/f-bg.png);
    display: block;
}*/
.footer h4 {
	font-size: 22px;
	color: #fff;
	font-family: 'Poppins', sans-serif; font-weight: 400; line-height: 28px; letter-spacing: 0.5px
}

/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
	padding: 2px 0px;
	margin: 0px;
	font-weight: 400; line-height: 28px; letter-spacing: 0.5px; font-size: 14px;font-family: 'Poppins', sans-serif;
}
.faddress li a {
	color: #fff;
	transition: all 0.3s ease;font-family: 'Poppins', sans-serif; font-weight: 400; line-height: 28px; letter-spacing: 0.5px; font-size: 14px;
}
.faddress li a:hover {
	color: #fff;
}

/* quick links */
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
	    color: #fff;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.qlinks li a {
	color: #fff;
	transition: all 0.3s ease;font-family: 'Poppins', sans-serif;font-weight: 400; line-height: 28px; letter-spacing: 0.5px; font-size: 14px;
}
.qlinks li a:hover {
	color: #fff;
}
.qlinks li a i {
	margin-right: 3px;
}

.qlinks.two li a i {
	color: #5b5c60;
	font-size: 5px;
	margin-right: 8px;
}



/* copyrights */
.copyright_info {
	float: left;
	padding: 20px 0px 15px 0px;
	margin: 40px 0px 0px 0px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background: #00173a;
	border-top: 1px solid #153370;
}


.copyright_info a {
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	text-align: right;
	transition: all 0.3s ease;
}
.copyright_info a:hover {
	color: #e3e3e3;
}



/* footer social links */
ul.footer_social_links {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.footer_social_links li a i {
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 100%;
	line-height: 24px;
	vertical-align: middle;
	background-color: #303034;
	color: #6f6f71;
	transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #727272;
}


.fbsocials {
	float: left;
	width: 100%;
	background: #999;
	margin-bottom: 90px;
	text-align: center;
}
.fbsocials a {
	float: left;
	width: 20%;
	color: #fff;
	font-size: 27px;
	padding: 16px 0px;
	transition: all 0.3s ease;
}
.fbsocials a.fb {
	background: #4087cf;
}
.fbsocials a.tw {
	background: #36aae0;
}
.fbsocials a.in {
	background: #3377bb;
}
.fbsocials a.gp {
	background: #e93434;
}
.fbsocials a.be {
	background: #de8d23;
}

.fbsocials a.fb:hover,
.fbsocials a.tw:hover,
.fbsocials a.in:hover,
.fbsocials a.gp:hover,
.fbsocials a.be:hover {
	background: #393939;
}





/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}


.margin-top-30 {
    margin-top: 30px !important;
}
.clients-grid {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.clients-grid.column-5 li {
    width: 20%;
    position: relative;
    float: left;
    margin: 0;
    padding: 7px 15px;
    display: inline-block;
}
.clients-grid li:before, .clients-grid li:after {
    content: '';
    position: absolute;
}
.clients-grid li:before {
    top: 0;
    left: -1px;
    height: 100%;
    border-left: 1px dashed rgba(0,0,0,.1);
}
.clients-grid li:after {
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
.clients-grid.column-5 li a {
    display: inline-block;
    padding: 20px 2px;
}
.clients-grid li a img {
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    max-width: 100%;
}

.touch-line {
    padding: 40px 0px;
    background: #1273eb;
    position: relative;
    margin-top: 90px;
   
}
.touch-line:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: -46px;
    bottom: auto;
    right: auto;
    z-index: -1;
    width: 100%;
    height: 50px;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../images/bg-bdr2.png);
}

.touch-line p {
        color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 28px;
}

.touch-line a.btn-secondary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1273eb;
    padding: 10px 20px;
    margin-top: 20px;
    display: table-caption;
}

.btn-block {
    display: block;
    width: 100%;
}
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}


.page_title2 {
	float: left;
	width: 100%;
	padding: 50px 0px;
	margin-top: 127px;
	background: #0081c2 url(../images/bg-pattern.png) repeat center bottom;
}
.page_title2 h1 {
	float: left;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 0px;
	color: #fff;
}
.page_title2 .pagenation {
	float: right;
	font-size: 14px;
	text-align: left;
	font-weight: 600;
	color: #ffcc29;
	margin: 7px 0px 0px 0px;
}
.page_title2 .pagenation i {
	color: #fff;
	margin: 0px 2px 0px 2px;
}
.page_title2 .pagenation a {
	padding: 0px;
	color: #fff;
	transition: all 0.3s ease;
	
}
.page_title2 .pagenation a:hover {
	color: #fff;
}

.services-page h2{
	font-size: 26px;
	color: #000;
	font-family: 'Poppins', sans-serif; font-weight: 600; line-height: 28px; letter-spacing: 0.5px; padding-bottom: 15px;
}

.services-page h3{
	font-size: 30px;
	color: #000;
	font-family: 'Poppins', sans-serif; font-weight: 600; line-height: 28px; letter-spacing: 0.5px; padding-bottom: 15px;
}

/*====contact-us====*/
.contactus-box {
	background-color: #ffffff;
	box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.1);
	width:100%;
	display:inline-block;
}
.contactus-box-left {
	width: 34%;
	margin-right: 1%;
	float: left;
	background: #1a3c8c;
	padding: 30px;
	color: #fff;
}
.contactus-box-left h4 {
	font-size: 24px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
	color: #fff;
}
.contactus-box-left span {
	float: left;
	padding-bottom: 40px;
	padding-right: 15px;
	font-size: 42px;
	padding-top: 8px;
	color: #fff;
}
.contactus-box-left h6 {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: #fff;
}
.contactus-box-left p {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	line-height: 28px;
}
.section-divied {
	border-bottom: 1px solid #3f5b9d;
	padding: 30px 0px;
}
 .section-divied:nth-child(4n+0) {
border-bottom: 0px solid #3f5b9d;
padding: 30px 0px 20px;
}
.contactus-box-right {
	width: 65%;
	float: left;
	padding: 45px;
	color: #fff;
}
.contactus-box-right h3 {
	font-size: 26px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 30px;
	color: #000;
}
.contact-from {
	width: 47%;
	float: left;
	margin-right: 6%
}
.contact-from input {
	border: 1px solid #dddddd;
	color: #222222;
	padding: 10px 10px;
	width: 100%;
	margin-bottom: 30px;
}
.contact-from-textarea {
	width: 100%;
	float: left;
}
.contact-from-textarea textarea {
	border: 1px solid #dddddd;
	color: #000;
	padding: 10px 10px;
	width: 100%;
	height: 100px;
	margin-bottom: 30px;
}
.contact-from-submit {
	background: #45922a;
	padding: 12px 25px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	border:none;
	border-radius: 3px;
}

.google-map-text h4 {
	font-size: 24px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	color: #000;
	margin-top: 70px;
	margin-bottom: 25px;
}
.google-map {
	box-shadow: 0 5px 24px 6px rgb(0 0 0 / 10%);
	border: 1px solid #ddd;
}
.google-map-text  {
	margin-bottom: 75px;
}
/*====contact-us====*/

/* featured section 6 */
.featured_section6 {
	float: left;
	width: 100%;
	padding: 100px 0px;
	
	text-align: center;
	position: relative;
}

.featured_section6 .icon-box{width: 48%; float: left; margin-right: 4%}

.featured_section6 .text-box{width: 48%; float: left;}

.infobox_wrapper {
    box-shadow: 0px 15px 38px 0px rgb(0 0 0 / 10%);
    padding: 25px;
    border-radius: 25px;
}
.visionbox_wrapper span {
    font-size: 50px;
    color: #f23801;
    float: left;
    margin-right: 35px;
        margin-bottom: 240px;
    margin-top: 5px;
}

.missionbox_wrapper span {
    font-size: 50px;
    color: #f23801;
    float: left;
    margin-right: 35px;
        margin-bottom: 184px;
    margin-top: 5px;
}

.valuebox_wrapper span {
    font-size: 50px;
    color: #f23801;
    float: left;
    margin-right: 35px;
        margin-bottom: 55px;
    margin-top: 5px;
}
.infobox_wrapper h5 {
    font-size: 20px;
    font-weight: 600;
    color: #264796;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: left;
}

.infobox_wrapper p {
    color: #000;
    font-family: 'Poppins';
    font-size: 15px;
    padding-bottom: 15px;
    line-height: 28px;
    text-align: left;
}

.inner-about-right {
    width: 48%;
    margin-right: 0%;
    float: left;
}
.inner-about-left {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.inner-about-left h6 {
    color: #ff4a3c;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 18px;
    border-left: 3px solid #ff4a3c;
    padding-left: 20px;
    line-height: 16px;
}

.inner-about-left h2 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 34px;
}

.inner-about-left p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .5px;
}

.featured-services-left{width: 48%; float: left; margin-right: 4%;}

.featured-services-right{width: 48%; float: left;}

.featured-services-box{border:1px solid #eee; margin-bottom: 30px;}

.featured-services-box h3 {
        color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 34px;
    padding-bottom: 0px;
}

.featured-services-box p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .5px;
