/**=========================
	START BODY
=========================**/
::-webkit-scrollbar{
    background-color: #ccc;
    width: 10px;
}
::-webkit-scrollbar-thumb{
    background-color: #233ea4;
}
::selection{
	color: #fff;
	background-color:#233ea4;
}
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 14px;
}
body{
	margin:0px;
	padding:0px;
	color: #1e243e;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
}
/**=========================
	END BODY
=========================**/

/**=========================
	START COMMON
=========================**/
a,
a:hover{
	color: #1e243e;
	text-decoration: none;
	outline: none;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
h1, h2, h3, h4, h5, h6{
	color: #1e243e;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 16px;
}
p{
	color: #4a4545;
	line-height: 26px;
}
li{
	color: #1e243e;
	list-style: none;
}
.t-list{
	line-height: 40px;
}
.lh-default{
	line-height: 26px;
}
.lh-default span{
	color: #888;
}
span,
b,
strong{
	font-size: 100%;
}
b,
strong{
	font-weight: 900;
}

/* Iframe */
iframe{
	width: 100%;
	height: 400px;
	border: 0;
	outline: 0;
	overflow: hidden;
}

/* Loader */
.loader{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #FFF;
	text-align: center;
}
.loader img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; 
	margin: auto;
}

/* Padding */
.ptb-20{
	padding: 20px 0px;
}
.ptb-40{
	padding: 40px 0px;
}
.ptb-60{
	padding: 60px 0px;
}
.ptb-80{
	padding: 80px 0px;
}
.ptb-100{
	padding: 100px 0px;
}
.ptb-120{
	padding: 120px 0px;
}
.ptb-140{
	padding: 140px 0px;
}
.ptb-80-60{
	padding: 80px 0px 60px;
}

/* Margin */
.ml-10{
	margin-left: 10px;
}
.mr-10{
	margin-right: 10px;
}

/* Btn */
button,
button:focus,
button:active,
button:hover{
	box-shadow: 0 0 0 0;
	outline: 0;
}
.btn-link{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: 3px auto;
	text-align: center;
	animation: btn_linkmate 1s forwards;
	-webkit-animation: btn_linkmate 1s forwards;
	-moz-animation: btn_linkmate 1s forwards;
	-o-animation: btn_linkmate 1s forwards;
}
.btn-link a:hover{
	color: #233ea4;
}
.input-btn,
.input-btn:hover,
.input-btn:active,
.input-btn.active,
.input-btn.active:hover,
.input-btn.active:focus{
	outline: 0;
	box-shadow: 0 0 0 0;
	background-color: transparent;
}
.btn,
.page-link{
	padding: 12px 25px;
	border-radius: 200px;
	color: #fff;
	box-shadow: 0 0 0 0;
	outline: 0;
}
.btn-xl{
	padding: 15px 40px;
}
.btn-sm{
	padding: .25rem .5rem;
	box-shadow: 0 0 0 0;
	outline: 0;
}
.page-item.active .page-link{
	background-color: #233ea4;
	border-color: #233ea4;
}
.btn-primary,
.badge-primary,
.dropdown-item.active,
.dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link{
	color: #fff;
	background-color: #233ea4;
	box-shadow: 0 0 0 0;
	outline: 0;
	border-color: #233ea4;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-light.focus,
.btn-light:focus{
	color: #fff;
	border-color: #233ea5;
	outline: 0 !important;
	box-shadow: 0 0 0 0 !important;
	background-color: #233ea5;
}
.select-scroll .dropdown-item.active:hover,
.select-scroll .dropdown-item:active:hover{
	background-color: #233ea4;
	color: #fff;
}
.btn-border{
	color: #1e243e;
	border: 1px solid #233ea4;
}
.btn-border:hover{
	color: #fff;
	background-color:#233ea4;
}
.btn-white{
	color: #233ea5;
	background-color: #fff;
}
.btn-white:hover{
	color: #fff;
	background-color: #233ea5;
}
.btn-secondary{
	background-color: #1e243e;
	border-color: #1e243e;
}
.btn-secondary:hover{
	background-color: #233ea5;
	border-color: #233ea5;
}
.badge{
	border-radius: 0;
}

/* Pagination */
.pagination .page-link{
	color: #233ea4;
	outline: 0;
	box-shadow: 0 0 0 0;
}
.pagination .page-item.active
.pagination .page-link{
	background-color: #233ea4;
}
.pagination-btn nav{
	display: inline-block;
}
.pagination,
.pagination .page-item.disabled .page-link,
.pagination .page-item:last-child .page-link{
	border-radius: 0;
}

/* Colors */
.color-white{
	color: #fff;
}
.color-black{
	color: #1e243e;
}
.color-primary{
	color: #fff;
}
.color-success{
	color: #6ac059;
}
.color-info{
	color: #10aad6;
}
.color-warning{
	color: #ebde4b;
}
.color-danger{
	color: #eb5454;
}

/* Heading Border Bottom */
.head-after{
	position: relative;
	display: inline-block;
}
.head-after:before{
	content: "";
	position: absolute;
	background-color: #233ea4;
	width: 50%;
	height: 2px;
	left: 0px;
	bottom: -10px;
}

/* Images */
.img-bg{
	position: relative;
}
.img-bg:after{
	content: "";
    position: absolute;
    left: -200px;
    top: 60px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.2;
}
.img-bg img{
	width: 100%;
}

/* Icons */
.social-icons{
	float: left;
}
.social-icons a{
	margin: 0px auto;
	width: 35px;
    height: 35px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    color: #233ea4;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
}
.social-icons a:hover i{
	color: #233ea4;
}

/* Bg */
.white-bg{
	background-color: #ffffff;
}
.light-bg{
	background-color: #eeeeee;
}
.primary-bg{
	background-color: #233ea4;
}
.secondary-bg{
	background-color: #233ea5;
}
.secondary-bg .btn-primary:hover{
	color: #233ea5;
	background-color: #fff;
}

/* Blockquote */
blockquote{
	font-style: italic;
	border-left: 5px solid #1e243e;
}

/* Border */
.w-card.border-light-ccc{
	border: 1px solid #ddd;
}
.border-b-light{
	border-bottom: 1px solid #ddd;
}

/* Card */
.card{
	width: 100%;
	border-radius: 0;
	padding: 30px;
	margin-bottom: 2rem;
	border: 0;
	display: inline-block;
	box-shadow: 0px 0px 20px 10px rgba(62, 62, 101, 0.1);
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}

/* Form Control */
::placeholder{
    color: #1e243e !important; 
}  
:-ms-input-placeholder{
    color: #1e243e !important; 
}
::-ms-input-placeholder{
    color: #1e243e !important; 
}
.form-control,
select,
select.form-control:not([size]):not([multiple]){
	border-radius: 0;
    padding: 12px 25px;
    height: auto;
    font-size: 14px;
    outline: 0 !important;
    box-shadow: 0 0 0 0 !important;
    border: 0;
	border-bottom: 2px solid #eee;
	color: #1e243e;
}
.form-control:focus,
.form-control:active{
	outline: 0;
	box-shadow: 0 0 0 0;
	border: 0;
	border-bottom: 2px solid #233ea4;
}
.center-form{
	width: 50%;
	text-align: center;
	margin: 0px auto;
}
.input-group-prepend{
	width: 100%;
}
.input-group .input-group-prepend .btn{
	padding: 0px 25px;
	border-radius: 100px;
}

/* Theme Row */
.t-row{
	margin-left: -15px;
	margin-right: -15px;
}

/* Icons */
.mdi-bg{
	font-size: 40px;
    background: #233ea4;
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.mdi-30px{
	font-size: 30px;
}
.mdi-40px{
	font-size: 40px;
}
.mdi-60px{
	font-size: 60px;
}
.mdi-80px{
	font-size: 80px;
}
.mdi-100px{
	font-size: 100px;
}

/* Collapse */
.collapse-head{
	box-shadow: 0px 0px 20px 10px rgba(62, 62, 101, 0.1);
	margin-bottom: 1rem;
}
.collapse-head p{
	margin-bottom: 0;
	padding: 15px 20px;
}
.collapse-head button{
	color: #1e243e;
	background-color: #fff;
    width: 100%;
    display: inline-flex;
    padding: 15px 20px;
}
.collapse-head button:hover{
	cursor: pointer;
}
button[aria-expanded="true"]{
	background-color: #1e243e;
	color: #fff;
}
/**=========================
	END COMMON
=========================**/

/**=========================
	START TOP HEADER
=========================**/
#top-header{
	padding: 7px 0px;
	background-color: #233ea5;
}
.t-left-side{
	float: left;
}
.t-right-side{
	float: right;
}
#top-header ul{
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#top-header li{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}
#top-header .t-left-side li{
	margin-right: 25px;
	position: relative;
	color: #fff;
}
#top-header .t-left-side li:after{
	content:"";
	position: absolute;
	top: 0px;
    left: -10px;
	background-color: #fff;
	width: 1px;
	height: 20px;
	opacity: 0.5;
}
#top-header .t-left-side li:first-child:after{
	display: none;
}
#top-header .t-left-side i{
	color: #fff;
	line-height: 0;
    position: relative;
    top: 3px;
}
#top-header .social-icons a{
	color: #fff;
}
/**=========================
	END TOP HEADER
=========================**/

/**=========================
	START HEADER
=========================**/
#header{
	margin: 0px;
	padding: 0px 0px;
	border-bottom: 1px solid #ddd;
}
.header-fixed{
	position: fixed;
	top: 0;
	z-index: 999;
	background-color: #fff;
	width: 100%;
	animation: 1s menuFix;
	-webkit-animation: 1s menuFix;
	-o-animation: 1s menuFix;
	-moz-animation: 1s menuFix;
}
.logo{
	text-align: left;
}
#header .navbar{
	padding: 0px;
}
#header .navbar-brand{
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
}
#header .navbar-brand span{
	color: #233ea4;
}
#header .nav-item{
	position: relative;
}
#header .nav-item.active a,
#header .nav-item a:hover{
	color: #233ea4;	
}
#header .nav-item .btn:hover{
	color: #fff;
}
#header .nav-link{
	padding: 35px 15px;
    margin: 0px;
	color: #1e243e;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}

#header .dropdown-menu{
	margin: 0px;
	padding: 0px;
	border-radius: 0;
	background-color: #fff;
	font-size: 14px;
	min-width: 14rem;
}
#header .dropdown-active a{
	color: #233ea4;
}
#header .dropdown-menu .dropdown-item{
	padding: 10px 20px;
	color: #1e243e;
}
#header .dropdown-menu .dropdown-item:hover,
#header .dropdown.active .dropdown-menu .dropdown-item:hover{
	background-color: #233ea4;
	color: #fff;
}
#header .dropdown.active .dropdown-menu a{
	color: #1e243e;
}
#header .dropdown.active .dropdown-menu .dropdown-item.active{
	background-color: #233ea4;
	color: #fff;
}
.menu-btn{
	margin: 22px 0px 22px 20px;
}
.menu-btn .btn:hover{
	color: #fff;
}
#header .navbar-toggler{
	border-radius: 0;
	background-color: #233ea4;
	outline: 0;
	border: 0;
	padding: 12px;
}
#header .navbar-toggler i{
	color: #fff;
}
#header .navbar-toggler[aria-expanded="true"] i:before{
	content: "\f156";
}
/**=========================
	END HEADER
=========================**/

/**=========================
	START SLIDER
=========================**/
#main-slider{
	background-color: #eee;
	position: relative;
}
#main-slider .carousel-indicators{
	display: none;
}
#main-slider .carousel-item{
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#main-slider .carousel-item:before{
	content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	
}


#carouselExampleIndicators h5,
#carouselExampleIndicators h3,
#carouselExampleIndicators p{
	color: #fff;
}
#carouselExampleIndicators h3{
	font-size: 60px;
	font-weight: 600;
}
.carousel-indicators .active{
	background-color: #2983e4;
}
.carousel-indicators:hover{
	cursor: pointer;
}
#carouselExampleIndicators .carousel-item{
	height: 455px;
	background-position: top;
}
#carouselExampleIndicators .carousel-caption{
	width: 40%;
	position: absolute;
	left: 50%;
	top: 46%;
	transform: translate(-50%, -50%);
	margin: 0px auto;
}
#carouselExampleIndicators .carousel-caption .btn{
	margin: 3px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
	padding: 20px;
}
/**=========================
	END SLIDER
=========================**/

/**=========================
	START BREADCRUMB
=========================**/
#breadcrumb{
	padding: 60px 0px;
	position: relative;
	background-image: url(../images/otherimage/ustresim.jpeg);
	background-size: cover;
	z-index: 1;
	text-align: center;
}
#breadcrumb:before{
	content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: rgba(30, 36, 62, 0.7);
	z-index: -1;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #fff;
	opacity: 0.5;
}
#breadcrumb h2{
	color: #fff;
}
.breadcrumb-bg ol{
	margin-bottom: 0;
}
#breadcrumb li{
	display: inline-block;
}
#breadcrumb li a{
	color: #fff;
}
#breadcrumb li a:hover{
	color: #fff;
}
#breadcrumb li.active{
	color: #fff;
}
/**=========================
	END BREADCRUMB
=========================**/

/**=========================
	START WHO WE ARE
=========================**/
#who-we-are{
	padding: 60px 0px;
}
#who-we-are .video-btn{
	position: relative;
}
#who-we-are .pulse button{
	position: absolute;
	left: 50px;
    right: 0px;
    top: 50px;
	text-align: center;
	margin: 0px auto;
	z-index: 9;
	padding-left: 22px;
	padding-right: 22px;
}
#who-we-are .pulse button:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 200px;
	animation: pulse_animation 2s infinite;
	-webkit-animation: pulse_animation 2s infinite;
	-moz-animation: pulse_animation 2s infinite;
	z-index: -1;
}
#who-we-are .pulse button:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 200px;
	animation: pulse_animation 1s infinite;
	-webkit-animation: pulse_animation 1s infinite;
	-moz-animation: pulse_animation 1s infinite;
	z-index: -1;
}
#who-we-are .modal-content{
	border-radius: 0;
}
#who-we-are .about-us-content ul li{
	display: inline-block;
}
#who-we-are .about-us-content ul li.phone{
	font-weight: 900;
	font-size: 24px;
    top: 5px;
    left: 20px;
    position: relative;
}
#who-we-are .card a{
	font-size: 100%;
}
/**=========================
	END WHO WE ARE
=========================**/

/**=========================
	START WHAT WE OFFER
=========================**/
#what-we-offer{
	padding: 60px 0px 40px;
}
#what-we-offer .card a{
	font-size: 100%;
}
#what-we-offer .card a:hover{
	color: #233ea4;
}
#what-we-offer .offer-card:hover .btn-link{
	display: block;
}
/**=========================
	END WHAT WE OFFER
=========================**/

/**=========================
	START ENQUIRY AND COUNTER
=========================**/
#enquiry-counter{
	padding: 60px 0px 30px;
}
#enquiry-counter .counter-col{
	position: relative;
	margin-bottom: 2rem;
}
#enquiry-counter .count-timer i{
    position: relative;
    bottom: 10px;
}
#enquiry-counter .count-timer div{
	font-weight: 900;
	font-size: 2.5rem;
}
#enquiry-counter .count-timer p{
	margin-bottom: 0;
}
#enquiry-counter .counter .card{
	padding-top: 54px;
    padding-bottom: 54px;
}
/**=========================
	END ENQUIRY AND COUNTER
=========================**/

/**=========================
	START TEAM MEMBERS
=========================**/
#team{
	padding: 60px 0px 10px;
}
#team .member-img{
	position: relative;
}
#team .member-details p{
	font-style: italic;
}
#team .member-details h4{
	margin-bottom: 7px;
}
#team .social-icons{
	margin-bottom: 0;
}
#team .social-icons li{
	display: inline-block;
}
#team .social-icons li a{
	background-color: #eee;
}
#team .social-icons li a:hover i{
	color: #233ea5;
}
/**=========================
	END TEAM MEMBERS
=========================**/

/**=========================
	START TESTIMONIALS
=========================**/
#testimonials{
	padding: 60px 0px 50px;
}
#testimonials .text-center h5,
#testimonials .text-center h1,
#testimonials .text-center p{
	color: #fff;
}
#testimonials .card{
	padding: 30px 80px;
}
#testimonials .owl-controls{
	text-align: center;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
#testimonials .c-says-content span{
	position: absolute;
}
#testimonials .c-says-content .mdi-left{
	left: 15px;
	top: 0px;
	opacity: 0.3;
}
#testimonials .c-says-content .mdi-right{
	right: 15px;
	bottom: 0px;
	opacity: 0.3;
}
#testimonials .c-says-content p{
	margin-bottom: 0;
}
/**=========================
	END TESTIMONIALS
=========================**/

/**=========================
	START BLOG
=========================**/
#blog{
	padding: 60px 0px 40px;
}
#blog .blog-img .btn{
	position: absolute;
	margin: -30px 0px 0px 30px;
	z-index: 9;
}
#blog .blog-date:hover{
	background-color: #fff;
}
#blog .card{
	padding-top: 40px;
}
#blog .card li,
#blog .card-d-b li{
	display: inline-block;
}
#blog .card li+li::before,
#blog .card-d-b li+li::before{
	display: inline-block;
    padding: 0px 5px;
    content: "/";
}
#blog .card li a{
	color: #888;
}
#blog .card li a:hover{
	color: #233ea4;
}
#blog .card h4 a{
	font-size: 100%;
}
#blog .card h4 a:hover{
	color: #233ea4;
}
#blog .blog-replay-btn{
	position: absolute;
	top: 0;
	right: 15px;
}
#blog .blog-replay-btn .badge{
	padding: 3px 5px;
}
#blog .blog-replay-btn i{
	margin: 0;
}
#blog .new-blog a:hover{
	color: #233ea4;
}
#blog .tags li{
	display: inline-block;
	margin-bottom: 3px;
}
#blog .blog-card:hover .btn-link{
	display: block;
}
#blog .side-nav-bar{
	line-height: 40px;
}
#blog .side-nav-bar li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#blog .side-nav-bar li a{
	width: 100%;
	display: inline-block;
}
#blog .side-nav-bar li a:hover,
#blog .new-post a:hover{
	color: #233ea4;
}
/**=========================
	END BLOG
=========================**/

/**=========================
	START CLIENTS
=========================**/
#our-clients{
	padding: 40px 0px 10px;
}
#clients-carousel .owl-controls{
	display: none !important;
}
#clients-carousel .card{
	margin-bottom: 0;
}
#clients-carousel a{
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
#clients-carousel img{
	opacity: 0.4;
	width: 100%;
}
#clients-carousel .card:hover img{
	opacity: 1;
}
/**=========================
	END CLIENTS
=========================**/

/**=========================
	START FOOTER
=========================**/
#footer{
	padding: 60px 0px 30px;
	background-color: #1e243e;
}
#footer li{
	line-height: 40px;
}
#footer .social-icons li{
	display: inline-block;
}
#footer h3,
#footer h5,
#footer p,
#footer li,
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #233ea4;
}
/**=========================
	END FOOTER
=========================**/

/**=========================
	START SUB FOOTER
=========================**/
#sub-footer{
	padding: 20px 0px;
	background-color: #1e243e;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sub-foot-left{
	text-align: left;
}
.sub-foot-right{
	text-align: right;
}
#sub-footer ul{
	margin-bottom: 0
}
#sub-footer li{
	display: inline-block;
	position: relative;
	color: #fff;
}
#sub-footer li+li::before{
	display: inline-block;
    padding: 0px 5px;
    content: "/";
}
#sub-footer a{
	color: #233ea4;
}
#sub-footer a:hover{
	color: #fff;
}
/**=========================
	END SUB FOOTER
=========================**/

/**=========================
	START BACK TO TOP BTN
=========================**/
.backto-top-btn{
	display: none;
	position: fixed;
	z-index: 9;
	right: 2%;
    bottom: 3%;
	animation: bcktop 1s forwards;
	-webkit-animation: bcktop 1s forwards;
	-moz-animation: bcktop 1s forwards;
	-o-animation: bcktop 1s forwards;
	z-index: 99;
}
.backto-top-blk{
	display: block;
}
.top-btn{
	padding: 3px 12px;
}
.backto-top-btn i{
	margin-left: 0;
	line-height: 50px;
}
.backto-top-btn a:hover i{
	color: #fff;
}

/**=========================
	END BACK TO TOP BTN
=========================**/