
@font-face {
    font-family:'Pacifico-Regular';
    src:url("../fonts/Pacifico-Regular.ttf");
}

:root
{
   
    --color1:#0c1239;  
    --color2:#ff0000; 
    --black:#000;
};

a,
a:hover {
    text-decoration: none !important;
}

ul,
ol {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

strong
{
	font-weight:500;
}

.top-call-info a.first-info-anchor
{
	margin-left:0 !important;
}

h1,h2,h3,h4,h5,h6
{
	font-family: 'Poppins';
}
h1
{
	font-weight:800;
}
h2
{
	font-weight:700;
}
h3
{
	font-weight:600;
}
h4
{
	font-weight:500;
}
h5
{
	font-weight:400;
}


.container
{
	max-width: 90%;
}
body {
    line-height: 26px;
    font-style: normal;
    color: #000;
    background-color: #fff;
    font-size: 15px;
    overflow-x: hidden;
     font-family: 'Roboto';
	font-weight:400;
    z-index: 2;
    position: relative;
}
p
{
	line-height:26px;
}
.cursor
{
    cursor: pointer !important;
}


.readmore
{
	background-color:var(--color1);
	display:inline-block;
	color:var(--white);
	padding:8px 0;
	border-radius:3px;
}
.readmore .text
{
	display:inline-block;
	padding:0px 25px;
	padding-right:10px;
	border-right:1px solid #e8a9a9;
}	
.readmore .icon
{
	display:inline-block;
	padding:0px 20px;
	padding-left:15px;
}
.readmore:hover
{
	background-color:var(--color2);
}
.readmore:hover .text
{
	border-right-color:#e8a9a9;
}	
.readmore:hover .text,
.readmore:hover .icon
{
	color:var(--white);
}
/*
================================
*/

.topbar
{
	background-color:var(--color1);
	padding:10px 0;
	position:relative;
}
.topbar .logo img
{
	/* width:90%; */
}
/* 
.topbar:before
{
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	bottom: 8px;
	right: 0;
	border: 1px solid #0D263B;
	border-right:0px;
	border-left:0px;
}
.topbar:after
{
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	bottom: 9px;
	right: 0;
	border: 1px solid #173957;
	border-right:0px;
	border-left:0px;
}
 */
 
 .topbar > .container
 {
	 max-width:95%;
 }
 
.top-call-info
{
	float:right;
	margin:22px 0;

}
.top-call-info a
{
	display:inline-block;
	margin-left:25px;
}
.top-call-info a .icon
{
	display:table-cell;
	vertical-align:middle;
}
.top-call-info a .icon i
{
	font-size:1.8em;
	color:var(--color2);
}
.top-call-info a .detail-box
{
	display:table-cell;
	vertical-align:top;
	padding-left:10px;
}
.top-call-info a .detail-box .small-text
{
	font-weight:500;
	display:block;
	font-size:15px;
	line-height:18px;
	color:#4877e6;
}
.top-call-info a .detail-box .detail
{
	font-weight:500;
	display:block;
	font-size:15px;
	color:var(--white);
}



/*
==========================
*/

.navigation-bar
{
	width:100%;
	z-index:5;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#fafafa 19%,#e2e2e2 69%,#d7d7d7 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#fafafa 19%,#e2e2e2 69%,#d7d7d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 );
}

.logo 
{
	display:inline-block;
}



.navigation-bar .mynavbars{
	padding-left:55px;
}

.navigation-bar .mynavbars .main-ul .main-li
{
	float:left;
	margin:15px 0px;
	position:relative;
	z-index:20;
}
.navigation-bar .mynavbars .main-ul .main-li:not(:first-child) a
{
	border-left:1px dashed #a8a2a2;
}
.navigation-bar .mynavbars .main-ul > .main-li > a
{
	color:var(--black);
	font-family: 'Roboto';
	font-weight:500;
	text-transform:uppercase;
	display:inline-block;
	padding:4px 14px;
	position:relative;
	font-size:15px;
}
.navigation-bar .mynavbars .main-ul > .main-li:hover > a,
.navigation-bar .mynavbars .main-ul > .main-li.active > a
{
	color:var(--color2);
	text-decoration:none;
}


.navigation-bar .mynavbars .main-ul .main-li.drop-down ul.sub-menus,
.navigation-bar .mynavbars .main-ul .main-li.drop-down2 ul.sub-menus2
{
	display:none;
}

.navigation-bar .mynavbars .main-ul .main-li.drop-down ul.sub-menus
{
	display:block;
	border-top:2px solid var(--color2);
	background-color:var(--white);
	min-width:180px;
	position:absolute;
	top:150%;
	left:0;
	opacity:0;
	visibility:hidden;
	transition:all .3s linear;
	box-shadow:3px 5px 4px rgba(0,0,0,.2);
}
.navigation-bar .mynavbars .main-ul .main-li.drop-down:hover ul.sub-menus
{
	top:100%;
	opacity:1;
	visibility:visible;
	min-width:200px;
	
}
.navigation-bar .mynavbars .main-ul .main-li.drop-down ul.sub-menus li
{
	float:none;
}
.navigation-bar .mynavbars .main-ul .main-li.drop-down ul.sub-menus li a
{
	font-family: 'Roboto';
	font-weight:400;
	font-size:15px;
	padding:7px 20px;
	display:block;
	border-bottom:1px solid #999;
	border-left:0px;
	color:#000;
	white-space:nowrap;
}
.navigation-bar .mynavbars .main-ul .main-li.drop-down ul.sub-menus li:last-child a
{
	border-bottom:0px;
}
.navigation-bar .mynavbars .main-ul .main-li.drop-down ul.sub-menus li:hover a
{
	background-color:var(--color2);
	color:var(--white);
	border-bottom:1px solid var(--color2);
	text-decoration:none;
}
.navigation-bar .mynavbars .main-ul .main-li.drop-down:hover ul.sub-menus li a:before
{
	display:none;
}

.navigation-bar .mynavbars .main-ul > .main-li.button-enquiry a
{
	background-color:var(--color2);
	color:var(--white);	
	padding:5px 20px;
	border-radius:25px;
	font-family:var(--raleway7);
	border:1px solid var(--color2);
}
.navigation-bar .mynavbars .main-ul > .main-li.button-enquiry:hover a
{
	color:var(--white);
	background-color:var(--color1);
	border-color:var(--white);
}
.navigation-bar .mynavbars .main-ul > .main-li.button-enquiry:hover a:before
{
	display:none;
}


.navigation-bar .enquiry-button-container
{
	background-color:var(--color2);
	padding-right:55px;
}
.navigation-bar .enquiry-button-container a
{
	font-family: 'Roboto';
	font-weight:900;
	color:var(--white);
	display:inline-block;
	text-transform:uppercase;
	font-size:15px;
	padding:19px 0;
	padding-right:35px;
	padding-left:25px;
	position:relative;
	z-index:5;
}

.navigation-bar .enquiry-button-container:before{
	content: '';
	position: absolute;
	left: -32px;
	top: 0;
	width: 80px;
	background: var(--color2);
	height: 100%;
	-webkit-transform: skewx(-45deg);
	-ms-transform: skewx(-45deg);
	transform: skewx(-45deg);
}
.navigation-bar .enquiry-button-container:after{
	content: '';
	position: absolute;
	left: -32px;
	top: 0;
	width: 10px;
	background: var(--color1);
	height: 100%;
	-webkit-transform: skewx(-45deg);
	-ms-transform: skewx(-45deg);
	transform: skewx(-45deg);
	z-index: 9;
}
.navigation-bar .enquiry-button-container:hover a,
.navigation-bar .enquiry-button-container:hover:before
{
	background-color:#243188;
}


/*
=========================
*/

#slide1 .carousel-inner .carousel-item .mycaption
{
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
	width: 100%;
	max-width: 60%;
	text-align: center;
}
#slide1 .carousel-inner .carousel-item .mycaption h4
{
	font-size:40px;
	font-weight:700;
	color:var(--white);
	word-spacing:5px;
	text-transform:uppercase;
	text-shadow:2px 2px 5px rgba(0,0,0,.3);
}

#slide1 .carousel-inner .carousel-item:before
{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background: -moz-linear-gradient(to bottom, rgba(0, 0,0, 0),rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}
/*
=========================
*/

.heading h4
{
	color:#333;
	font-weight:600;
	font-size:2rem;
	/* text-transform:uppercase; */
}
.heading.left-heading h4
{
	display:inline-block;
	position:relative;
	margin-bottom:30px;
	padding-bottom:23px;
}
.heading.left-heading h4:before
{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background-color: var(--color2);
	transform: translateX(-50%);
	max-width: 200px;
}
.heading.left-heading h4:after
{
	content: '\f072';
	font-family: fontawesome;
	position: absolute;
	left: 50%;
	bottom: -16px;
	background-color: var(--white);
	transform: translateX(-50%);
	width: 55px;
	height: 30px;
	font-size: 23px;
	text-align: center;
	line-height: 32px;
	color: var(--color2);
}

/*
============================
*/
section.about-us-section
{
	margin-top:50px;
}
section.mission-motto
{
	margin-top:70px;
	background-image:url(../img/mission.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	padding:70px 0;
}
.right-content-box
{
	padding-left:40px;
}
.right-content-box.right-content-box2
{
	padding-left:40px;
}
.right-content-box .desc-area p
{
	font-weight:400;
	line-height:30px;
	font-size:16px;
	text-align:justify;
}

.right-content-box .desc-area.mission-motto
{
	text-align:center;
	padding:53px 30px 40px;
	max-width:80%;
	margin:auto;
	border:5px solid var(--white);
	border-radius:0 50px 0 50px;
	position:relative;
	height:320px;
}
.right-content-box .desc-area.mission-motto:before
{
	position: absolute;
    content: '\f10d';
    left: -24px;
    top: 50px;
    width: 50px;
    height: 50px;
    background-color: #363850;
    text-align: center;
    line-height: 50px;
    color: var(--color2);
    font-family: fontawesome;
    font-size: 2rem;
}
.right-content-box .desc-area.mission-motto:after
{
	position: absolute;
	content: '\f10e';
	right: -24px;
	bottom: 50px;
	width: 50px;
	height: 50px;
	background-color:#363850;
	text-align: center;
	line-height: 50px;
	color: var(--color2);
	font-family: fontawesome;
	font-size: 2rem;
}
.right-content-box .desc-area.mission-motto h4{
	margin-bottom:20px;
	font-weight:700;
	font-size:30px;
	color:var(--white);
}
.right-content-box .desc-area.mission-motto p
{
	font-weight:400;
	line-height:40px;
	font-size:22px;
	text-align:center;
	font-style:italic;
	margin-bottom:0;
	color:var(--white);
}



/*
================================
*/


 #slide {
     position: relative;
}
 #slide:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 7px;
     left: 0;
     bottom: 0;
     z-index: 2;
     transform: rotate(180deg);
}
 #slide .carousel-fade .carousel-item {
     opacity: 0;
     transition-duration: .6s;
     transition-property: opacity 
}
 #slide .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
     opacity: 1 
}
 #slide .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
     opacity: 0 
}
 #slide .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
     transform: translateX(0);
     transform: translate3d(0, 0, 0) 
}


#slide .carousel-indicators
{
	transform: rotate(90deg) translateY(-50%);
	top: 50%;
	right: -85px;
}
#slide .carousel-indicators li
{
	width:17px;
	height:17px;
	border-radius:50%;
	margin-right: 5px;
	margin-left: 5px;
}

.slider-container-about #slide
{
	padding: 20px 50px 20px 0;
	position: relative;
	z-index: 1;
	display:block;
}
.slider-container-about #slide:after
{
	content: "";
	position: absolute;
	width: calc(100% - 70px);
	height: 100%;
	right: 0;
	top: 0;
	background-color:var(--color2);
	z-index: -1;
}


.slider-container-about #slide3
{
	padding: 25px 40px 20px 0;
	position: relative;
	z-index: 1;
	display: block;
}
.slider-container-about #slide3:after
{
	content: "";
	position: absolute;
	width: 95%;
	height: 100%;
	right: 0;
	top: 0;
	background-color:var(--color2);
	z-index: -1;
}

/*
===================
*/
section.service-content
{
	background-image:url(../img/service-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding:80px 0 150px;
	margin-top:50px;
}
section.service-content .servic-heading{
	padding-right: 35px;
	margin-right: 25px;
	border-right: 4px solid #3dc1fd;
}
section.service-content .servic-heading span
{
	display:block;
	text-align:right;
	font-weight:700;
	text-transform:uppercase;
	font-size:30px;
	word-spacing:2px;
	letter-spacing:0px;
	color:var(--white);
	text-shadow:2px 2px 5px rgba(0,0,0,.3);
}
section.service-content .service-provide-box p
{
	margin-bottom:0;
	color:var(--white);
	line-height:30px;
	font-size:17px;
}



section.service-two-box
{
	margin-top:-80px;
}
section.service-two-box .auto-container
{
	max-width:85%;
	margin:auto;
}
section.service-two-box .auto-container .service-box
{
	position:relative;
	box-shadow:1px 2px 10px rgba(0,0,0,.1);
}
section.service-two-box .auto-container .service-box:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0c1239;
	opacity: 0.6;
	z-index: 9;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-color:var(--color1);
}
section.service-two-box .auto-container .service-box .text-container-service
{
	position:absolute;
	bottom:70px;
	left:0;
	width:100%;
	text-align:center;
	z-index:20;
}
section.service-two-box .auto-container .service-box .text-container-service .service-icon
{
	margin-bottom:25px;
	width:100px;
}
section.service-two-box .auto-container .service-box .service-heading
{
	
	color:var(--white);
	font-weight:600;
	font-size:25px;
	text-shadow:1px 1px 5px rgba(0,0,0,.5);
}


/*
==========================
*/


.ft-contact {
    background: var(--color2);
    border-radius: 10px;
    display: flex;
	margin-top:70px;
	position:relative;
	z-index:10;
}

.ft-contact .ft-contact-bx {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    padding: 25px 40px 25px 120px;
    z-index: 1
}

.ft-contact .ft-contact-bx .title {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 500;
    color: #fff
}

.ft-contact .ft-contact-bx:last-child:after {
    content: none
}

.ft-contact .ft-contact-bx:after {
    content: "";
    height: 100%;
    width: 50px;
    position: absolute;
    right: -15px;
    top: 0;
    z-index: -1;
    background-image: url(../img/right.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    opacity: .5
}

.ft-contact .ft-contact-bx p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 0;
    font-size: 16px
}

.ft-contact .ft-contact-bx img {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 45px;
    top: 36px;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s
}

.ft-contact .ft-contact-bx:hover img {
    transform: scale(1.2)
}

.site-footer.style1 .dlab-newsletter:after {
    content: "";
    background: #191f23;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0
}

.site-footer.style1 .dlab-newsletter {
    overflow-x: hidden;
    background-color: #fff;
    position: relative;
    z-index: 1
}

.site-footer.style1 .footer-top {
    background: #191f23;
    background-size: cover;
    background-position: center;
    padding: 70px 0 30px 0
}

.site-footer.style1 .footer-line {
    position: relative
}

.site-footer.style1 .footer-bottom {
    background-color: #191f23;
    font-size: 14px;
    border-top: 1px solid #303639;
    padding: 0
}

.site-footer.style1 .footer-bottom ul {
    margin: 0
}

.site-footer.style1 .footer-bottom a {
    padding: 0 4px;
    color: #999
}

.site-footer.style1 .footer-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    color: #fff
}

.site-footer.style1 .footer-title:after {
    content: "";
    background: var(--color-primary);
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0
}

.site-footer.style1 .widget_about p {
    margin-bottom: 20px
}

.site-footer.style1 .widget_about a {
    color: var(--color-primary);
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px
}

.site-footer.style1 .list-2 li {
    width: 50%;
    float: left;
    padding: 0 0 12px 0;
    font-size: 16px
}

.site-footer.style1 .list-2 li:before {
    content: none
}

.site-footer.style1 .list-2 li a {
    text-decoration: underline
}

.site-footer.style1 .widget_subscribe p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px
}

.site-footer.style1 .widget.widget_about p {
    font-size: 16px;
    line-height: 28px
}

.site-footer.style1 .widget_subscribe .input-group .form-control {
    height: 60px;
    border-radius: 4px 0 0 4px;
    border: 0;
    padding: 10px 30px
}

.site-footer.style1 .widget_subscribe .input-group .input-group-addon .site-button {
    height: 60px;
    border-radius: 0 4px 4px 0;
    font-size: 18px;
    padding: 15px 25px
}

.site-footer.style1 .widget_subscribe .input-group .input-group-addon {
    padding: 0;
    border: 0;
    background: 0 0
}

.site-footer.style1 .footer-bottom-in {
    display: flex;
    justify-content: space-between
}

.site-footer.style1 .footer-bottom-in .footer-bottom-logo a img {
    height: 50px
}

.site-footer.style1 .footer-bottom-in .footer-bottom-logo a {
    display: inline-block;
    background: var(--color-primary);
    padding: 10px 20px
}

.site-footer.style1 .footer-bottom-in .dlab-social-icon li:first-child a {
    border-left: 1px solid #303639
}

.site-footer.style1 .footer-bottom-in .dlab-social-icon li a {
    padding: 0;
    width: 60px;
    height: 70px;
    font-size: 20px;
    color: #3b4044;
    border-right: 1px solid #303639;
    line-height: 70px
}


/*
=========================
*/

footer
{
	position:relative;
	background-color: #090e31;
	background-image: none;
	padding: 100px 0 20px;
	position: relative;
	margin-top: -50px;
	overflow:hidden;
}
footer:before
{
	content:'';
	background-image:url(../img/bg2.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:100%;
	position:absolute;
	opacity:.6;
}
footer .footer-links 
{
	margin-bottom:20px;
}
footer .footer-links ul
{
	display:table;
	margin:auto;
}
footer .footer-links ul li
{
	display:inline-block;
}
footer .footer-links ul li a
{
	color:var(--white);
	font-weight:400;
	font-size:16px;
} 

footer .footer-links ul li a:hover
{
	text-decoration:none;
}

footer .footer-links ul li:not(:last-child) a
{
	padding-right:15px;
	margin-right:15px;
	border-right:1px solid #fff;
}

footer .footer-social-icon
{
	display:table;
	margin:auto;
	margin-top:30px;
}
footer .footer-social-icon a
{
	color:var(--white);
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:50%;
	text-align:center;
	margin:0 5px;
	transition:all .2s linear;
}
footer .footer-social-icon a:hover
{
	border-radius:5px;
}
footer .footer-social-icon a i
{
	line-height:40px;
	font-size:1.2em;
}
footer .footer-social-icon a.fb
{
	background-color:#3A589E;
}
footer .footer-social-icon a.twt
{
	background-color:#3B98D3;
}
footer .footer-social-icon a.insta
{
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
footer .footer-social-icon a.linked	
{
	background-color:#0B75B3;
}
footer .footer-social-icon a.ytb
{
	background-color:#F62D3A;
}
footer .copyright-text
{
	text-align:center;
	font-size:15px;
	font-weight:400;
	color:var(--white);
	margin-top:30px;
}
footer .copyright-text a
{
	font-weight:500;
	color:var(--color2);
}

/*
=================================
*/


.inner-banner {
  background: #13314c center center no-repeat;
  background-size: cover;
  position:relative;
  height:250px;
}
.inner-banner:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(12, 18, 57,.6);
}
.inner-banner .text-container
{
	position:absolute;
	left:70px;
	bottom:30px;
	z-index:5;
}
.inner-banner h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom:5px;
}
.inner-banner ul.breadcumb li {
  display: inline-block;
  margin-right: 6px;
}
.inner-banner ul.breadcumb li:last-child a:after,
.inner-banner ul.breadcumb li:last-child span:after {
  display: none;
}
.inner-banner ul.breadcumb li a,
.inner-banner ul.breadcumb li span {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}
.inner-banner ul.breadcumb li a i,
.inner-banner ul.breadcumb li span i {
  font-size: 14px;
  font-weight: normal;
  margin-right: 5px;
}
.inner-banner ul.breadcumb li a:after,
.inner-banner ul.breadcumb li span:after {
  content: '\f105';
  display: inline-block;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 13px;
  margin-left: 7px;
}

/*
======================
*/
/* .contact-page-content > .container
{
	max-width:90%;
} */
.sec-padding {
    padding: 70px 0;
}
.contact-page-content {
    background: #ffffff url(../img/contact-page-bg.png) top right no-repeat;
	background-position:90% 1%;
}

.contact-info {
  border: 1px solid #999;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  background: #fff;
}
.contact-info ul li {
  padding-top: 28px;
  padding-bottom: 23px;
  border-bottom: 1px solid #999;
}
.contact-info ul li:last-child {
  border-bottom: 0;
}
.contact-info ul li .icon-box,
.contact-info ul li .content {
  display: table-cell;
  vertical-align: top;
}
.contact-info ul li .icon-box i {
  color: var(--color2);
  font-size: 45px;
  position: relative;
  top: 5px;
}
.contact-info ul li .content {
  padding-left: 15px;
}
.contact-info ul li .content p {
    color: #000;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}
#contact-page-google-map {
  margin-top: 80px;
  height: 400px;
  padding: 6px;
  width: 100%;
  background: #fff;
  border: 1px solid #F0F0F0;
}



/*
**************************************
*/
.myform
{
    margin-top: 25px;
}
.myform form .capacha-div
{
  margin-top: 3px;
}

.myform form .form-group
{
    margin-bottom: 2.2em;
}

.myform form .form-group .input-area
{
    border:1px solid #1f2f91;
    position: relative;
}

.myform form .form-group .input-area label
{
    position: absolute;
    left: 10px;
    top: -10px;
    margin-bottom: 0;
    line-height: 20px;
    background-color: #fff;
    padding: 0 8px;
    font-size: 14px;
	font-weight:500;
    color: #292727;
}

.myform form .form-group .input-area .myinput
{
    border:none;
    /*background-color: #F4F3F3;*/
}

.myform form .form-group .input-area .custom-select
{
    background-color: #F4F3F3;
    font-size: 14px;
    font-family: var(--roboto4);
    color: #292727;
    border-radius: 0;
    border:0px;
}

.myform form .form-group .input-area .myinput:focus
{
    box-shadow: none;
}

.myform textarea
{
    resize: none;
}
.btn1
{
    color: #fff;
    border:none;
    background-color: var(--color1);
    padding: 10px 20px;
    min-width: 100px;
    cursor: pointer; 
    box-shadow: 3px 5px 4px rgba(0,0,0,.2);
    transition: background-color .1s linear;
    margin-top: 0em;
    font-family: var(--open3);
}

.btn1:hover
{
    background-color: var(--color1);
    color:var(--white);
}

/*
===============================
*/


/*
=============================
*/
.message-box 
{
    margin-top: 25px;
}
.image-homepage-msg
{
    width: 350px;
    height: 350px;
    position: relative;
    display: table-cell;
    vertical-align: top;
    margin-right: 25px;
    margin-bottom: 4px;
	border-radius:50%;
}

.image-homepage-msg:before
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background-color:var(--color2);
	width:100%;
	height:100%;
	border-radius:50%;
}

.message-box .image-homepage-msg img
{
    width: 350px;
    height: 350px;
    padding: 5px;
    position: relative;
    z-index: 5;
	border-radius:50%;
}

.message-box .detail-box
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px;
}

.message-box.box2 .detail-box
{
    padding-left: 0;
    padding-right: 25px;
}

.message-box .detail-box .titles
{
    color: var(--color1);
    font-family: var(--roboto5);
    font-size: 20px;
    margin-bottom: 10px;
}
.message-box .detail-box p
{
    font-size: 16px;
	font-weight:400;
    line-height: 30px;
	color:#000;
}

.message-box .detail-box p.thankyou
{
	font-size:20px;
	color:var(--color1);
}
.message-box .detail-box p.thankyou strong
{
	font-weight:600;
}
/*
========================
*/

.cotent-section
{
	margin-top:40px;
}


/*
======================
*/


.image-homepage2
{
    width: 400px;
    position: relative;
    float: right;
    margin-left: 25px;
    margin-bottom: 10px;
	overflow:hidden;
}


.image-homepage2 img
{
    padding: 5px;
    position: relative;
    z-index: 5;
	transform:scale(1);
	transition:all .5s linear;
}
.image-homepage2:hover img
{
	transform:scale(1.1);
}
.image-homepage2:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow:2px 2px 5px rgba(0,0,0,.2);
    z-index: 3;
}
.image-homepage2:after
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
	border:1px solid #ccc;
    z-index: 3;
}

/*
=============================
*/
body.gray-bg
{
	background-color:#f7f7f7;
}
body.gray-bg section.cotent-section
{
	margin-top:0;
	padding-top:50px;
}
body.gray-bg section.cotent-section .heading.left-heading h4::after
{
	background-color:#f7f7f7;
}
.service-box .icon-bx-wraper
{
	background-color:var(--white);
	-webkit-box-shadow: 0px -1px 15px -1px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px -1px 15px -1px rgba(0,0,0,0.18);
	box-shadow: 0px -1px 15px -1px rgba(0,0,0,0.18);
	width:100%;
	padding:25px 25px;
	text-align:center;
	margin-top:20px;
}
.service-box .icon-bx-wraper .icon-content .dlab-tilte
{
	margin-top:20px;
	font-size:20px;
	font-weight:600;
}
.service-box .icon-bx-wraper .icon-content p
{
	font-weight:400;
	margin-bottom:0;
	font-size:14px;
}

.service-box .icon-bx-wraper .icon-lg .icon-cell
{
	margin:auto;
	display:table;
	margin-bottom:10px;
}
.service-box .icon-bx-wraper .icon-lg .icon-cell img{
	width:100px;
}

.service-box .icon-bx-wraper .icon-lg .icon-cell .image1
{
	display:block;
}


.service-box:hover .icon-bx-wraper
{
	background-color:var(--color1);
}
.service-box:hover .icon-bx-wraper .icon-lg .icon-cell .image1
{
	display:block;
}


.service-box:hover .icon-bx-wraper .icon-content .dlab-tilte,
.service-box:hover .icon-bx-wraper .icon-content p
{
	color:var(--white);
}
.service-box:hover .icon-bx-wraper .icon-content p{
	font-weight:500;
}

/*
======================
*/



/*
===================================================
Clients
===================================================
*/
.ColomnParent
{
	margin-top:20px;
}
.ColomnParent .colLg5
{
  width: calc(100% / 5);
  float: left;
  padding:3px;
  margin-bottom: 15px;
}

.ColomnParent .colLg5 .logoArea
{
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 8px;
  overflow: hidden;
  box-shadow:0 0 5px rgba(0,0,0,.2);
  
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}

.ColomnParent .colLg5 .logoArea img
{
    transform:scale(1) rotate(0deg);
    transition: 2s;
	padding: 6px;
	width: auto;
    height: auto;
    margin: auto;
}
.ColomnParent .colLg5 .logoArea:hover img
{
    transform:scale(1.2) rotate(-10deg);   
}


.ColomnParent .colLg5 .logo-text{
    font-family: var(--roboto4);
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
	color:var(--color1);

}


@media screen and (min-width:1140px)
{
    .ColomnParent .colLg5 .logoArea
    {
        height: 150px;
    }
    .ColomnParent .colLg5 .logoArea img
    {
        max-height: 150px;
    }
}

/*
==============================
*/

.mission-vision
{
	background-position: center;
	background-size: 80%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	background-color: #fff;
	margin-top:40px;
}
.mission-vision .mission-box.left-area
{
	left: 10px;
	background-image: url(../img/networking.png);
	background-size: 140px;
	background-repeat: no-repeat;
	background-position:298px 146px;
}
.mission-vision .mission-box
{
	position: absolute;
	width: 35%;
	height: 300px;
	background-color: #0F58A2;
	top: 50%;
	padding:40px 50px 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.mission-vision .mission-box.right-area
{
	right: 10px;
	background-image: url(../img/networking.png);
	background-size: 140px;
	background-repeat: no-repeat;
	background-position:21px 145px;
	text-align: right;
}

.mission-vision .mission-box.left-area p{
	font-family: 'Pacifico-Regular';
	font-size: 35px;
	color: var(--white);
	line-height: 61px;
	padding-right: 129px;
	letter-spacing: 1px;
}
.mission-vision .mission-box.right-area p{
	font-family: 'Pacifico-Regular';
	font-size: 27px;
	color: var(--white);
	line-height: 52px;
	padding-left: 129px;
	letter-spacing: 1px;
}

/*
========================
*/

.my-text-container
{
	max-width:55%;
	margin:auto;
	margin-top:40px;
}
.my-text-container p
{
	font-size:17px;
	font-weight:400;
	text-align:center;
	line-height:30px;
}




.list-items-bulltes ul
{
	padding-left:0;
	list-style-type:none;
	margin-top:10px;
}
.list-items-bulltes.two-ul ul
{
	 -webkit-column-count: 2; 
	-moz-column-count: 2;  
	column-count: 2; /* divides text in 2 columns */ 
}
.list-items-bulltes ul li 
{
	padding-left:30px;
	position:relative;
	margin-bottom:18px;
	font-size:16px;
}
.list-items-bulltes ul li:before
{
	content:'';
	position:absolute;
	left:0;
	top:0px;
	width:25px;
	height:25px;
	background-image:url(../img/checkmark.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:80%;
} 

@media screen and (min-width:1140px)
{
	.image-homepage2.bigger-image
	{
		width:550px;
		margin-left:10px;
		margin-bottom:0;
	}
}

.whatsapp-icon {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 90px;
    z-index: 999999;
}


.website-add
{
	text-align:center;
	margin-bottom: 20px;
	color:var(--white);
}
.website-add a
{
	color:var(--white);
	font-size:16px;	
	display: inline-block;
}