@import url('https://fonts.googleapis.com/css?family=Archivo:400,400i,500,500i,600,600i,700,700i|Raleway:400,400i,500,500i,600,600i,700,700i,800,800i|Oswald:200,300,400,500,600,700|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,400;0,500;1,100;1,200;1,300;1,400&display=swap');
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}
body
{
    font-size:15px;
	color:#2f2c2c;
	line-height: 28px;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	/* font-family: 'Roboto Slab', serif; */
	font-family: 'Work Sans', sans-serif;
}

img
{
	width: 100%
	;
}
a{
	text-decoration:none;
	cursor:pointer;
	columns: #2f2c2c;
}
a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'Merriweather', serif;
}

textarea{
	overflow:hidden;	
	resize: none;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #2f2c2c;
	margin: 0;
	text-align: justify;
}
ul,li
{
	list-style: none;
}

.bg-color
{
	background-color: #f6f7f9;
}
::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}
.mybtn1, .mybtn2
{
  
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 36px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.mybtn2
{
  border-radius: 50px;
  color: #ffffff;
}
.mybtn2:hover
{
  color: #ffffff;
}
.mybtn1
{
  background-color: #ffffff;
}
.mybtn2:focus,
.mybtn1:focus
{
  box-shadow: none;
}
.mybtn1::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width:0%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  border-radius: 50px;
  /* z-index: -1; */
  transition: all 0.5s ease;
}
.mybtn1:hover::before{
  width: 100%;
}
.sec-title
{
	position: relative;
}
.sec-title h4
{
	font-size: 28px;
	font-weight: 500;
	padding-bottom: 20px;
}
.sec-title h1
{
	font-size: 28px;
	font-weight: 500;
	padding-bottom: 20px;
}
.sec-title h4::before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20%;
	height: 3px;
	background-color: #55acee;
	border-radius: 50px;
}
.sec-title h4::after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 5px;
	background-color: #ffc107;
	border-radius: 50px;
}

.sec-title h1::before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20%;
	height: 3px;
	background-color: #55acee;
	border-radius: 50px;
}
.sec-title h1::after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 5px;
	background-color: #ffc107;
	border-radius: 50px;
}
.sec-title p
{
	padding-bottom: 5px;
	color: #007bff;
	font-weight: 500;
	padding-top: 10px;
}

.main-header{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
}

.main-header .main-header-top
{
	position: relative;
	padding: 10px 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.main-header .main-header-top .contact-info a
{
	color: #2f2c2c;
	padding-right: 15px;
	transition: all 0.5s ease;
	cursor: pointer;
}
.main-header .main-header-top .contact-info a span
{
	padding-right: 2px;
	cursor: pointer;
}
.main-header .main-header-top .icon-area .other-info  a
{
    color: #2f2c2c;
    padding:0px 10px;
	border-right: 2px solid #2f2c2c;
	cursor: pointer;
}
.main-header .main-header-top .icon-area
{
	position: relative;
	cursor: pointer;
}
.main-header .main-header-top .icon-area .social-icon
{
	position: absolute;
	padding-left: 200px;
	/* margin-top: -28px; */
}
.main-header .main-header-top .icon-area .social-icon .text-icon .text-main
{
	padding-right: 10px;
}
.main-header .main-header-top .icon-area .social-icon .text-icon a
{
	padding: 3px 5px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
}
.main-header .main-header-top .icon-area .social-icon .text-icon a:nth-child(2)
{
	background-color: #c61010;
	color: #ffffff;
}
.main-header .main-header-top .icon-area .social-icon .text-icon a:nth-child(3)
{
	background-color: #3b5998;
	color: #ffffff;
}
.main-header .main-header-top .icon-area .social-icon .text-icon a:nth-child(4)
{
	background-color: #55acee;
	color: #ffffff;
}
.main-header .main-header-top .icon-area .social-icon .text-icon a:nth-child(5)
{
	background-color: #007bb5;
	color: #ffffff;
}
.main-header .main-header-top .icon-area .social-icon .text-icon a:nth-child(6)
{
	background-color: #bb0000;
	color: #ffffff;
}
.main-header .main-header-top .mobile-icon
{
	display: none;
}
.main-header .main-header-top .mobile-icon .mobile-icon-text
{
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.main-header .main-header-top .mobile-icon .mobile-icon-text span
{
	font-size: 20px;
	font-weight: 700;
}
.main-header .main-header-top .mobile-icon .modal .modal-main-header
{
	border-bottom: none;
}
.main-header .main-header-top .mobile-icon .modal .modal-main-header button.close
{
	font-size: 20px;
	font-weight: 800;
	padding: 10px !important;
}
.main-header .main-header-top .mobile-icon .modal .modal-body
{
	padding: 0px;
}
.main-header .main-header-top .mobile-icon .modal .modal-body .mobile-body-items
{
	padding: 0px 30px;
}
.main-header .main-header-top .mobile-icon .modal .modal-body .mobile-body-items a
{
	color: #2f2c2c;
	padding-bottom: 15px ;
}
.main-header .main-header-top .mobile-icon .modal .modal-body .mobile-body-items a span
{
	padding-right: 10px;
	color: #007bff;
}
.main-header .main-header-top .mobile-icon .modal .modal-body .mobile-body-items .text-icon
{
  margin-top: 10px;
}
.main-header .main-header-top .mobile-icon .modal .modal-body .mobile-body-items .text-icon .text-main
{
	padding-right: 10px;
}
.main-header .main-header-top .mobile-icon .modal .modal-footer
{
	border-top: none;
}
.main-header .logo-outer{
	position: relative;
	padding:10px 0px;
}

/* navbar */

.navbar
{
	background-color: #ffffff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	padding:0 15px;
	font-family: 'Merriweather', serif;
}

.justify-content-between
{
	justify-content: space-between;
}
.align-items-center
{
	align-items: center;
}
.navbar  .logo
{
	padding: 10px 0px;
}
 .navbar-nav
{
	padding-left: 140px !important;
}
.navbar .navbar-nav-toggle
{
	height:32px;
	width: 40px;
	background-color: transparent;
	border:1px solid #007bff;
	border-radius:3px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.navbar .navbar-nav-toggle:focus
{
	outline: none;
}
.navbar .navbar-nav-toggle span
{
	height: 2px;
	width: 16px;
	display: inline-block;
	background-color: #007bff;
	position: relative;
	transition: all .3s ease;
}
.navbar .navbar-nav-toggle.close span
{
	background-color: transparent;
}
.navbar .navbar-nav-toggle span::before
{
	content: '';
	position: absolute;
	left:0;
	top:0;
	height: 2px;
	width: 100%;
	background-color: #007bff;
	transform: translateY(-6px);
	transition: all .3s ease;
}
.navbar .navbar-nav-toggle.close span::before{
	transform: translateY(0) rotate(45deg);
}
.navbar .navbar-nav-toggle span::after{
	content: '';
	position: absolute;
	left:0;
	top:0;
	height: 2px;
	width: 100%;
	background-color: #007bff;
	transform: translateY(6px);
	transition: all .3s ease;
}
.navbar .navbar-nav-toggle.close span::after{
	transform: translateY(0) rotate(-45deg);
}
.navbar .navbar-nav ul{
	list-style: none;
	margin:0;
	padding:0;
}
.navbar .navbar-nav ul > li{
	display: inline-block;
	margin:0 15px;
	position: relative;
}
.navbar .navbar-nav ul > li:last-child{
 margin-right:0;	
}
.navbar .navbar-nav ul > li > a{
	padding:28px 0;
	display: block;
	color:#007bff;
	font-size:16px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	transition: color 0.3s ease;
}
.navbar .navbar-nav ul > li > a::before{
	content:'';
	position: absolute;
	left:0;
	bottom:0;
	height: 3px;
	width:0%;
	background-color:#ffc226; 
	transition: width 0.3s ease;
}
.navbar .navbar-nav ul > li > a:active::before,
.navbar .navbar-nav ul > li > a:hover::before{
	width: 100%;
}
.navbar .navbar-nav ul > li > a:active,
.navbar .navbar-nav ul > li > a:hover{
	color:#ffc226;
}
.main-header .navbar .navbar-nav ul > li > a span
{
	padding-left: 8px;
	text-align: center;
}
.navbar .navbar-nav ul > li > .sub-menu{
	position: absolute;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	width: 280px;
	top:100%;
	left:0;
	border-bottom:3px solid #ffc226;
	margin:20px 0 0 0;
	padding:0;
	list-style: none;
	z-index:10;
	opacity:0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.navbar .navbar-nav ul > li:hover > .sub-menu{
    opacity:1;
	visibility:visible;	
	margin:0;
}
.navbar .navbar-nav ul > li > .sub-menu > li{
	display: block;
	margin:0;
}
.navbar .navbar-nav ul > li > .sub-menu > li > a::before{
	content: none;
}
.navbar .navbar-nav ul > li > .sub-menu > li > a{
	padding: 5px 20px ;
	font-weight: 500;
	border-bottom: 1px solid #ececec;
	transition: all 0.5s ease;
	text-decoration: none;
	margin: 0;
	font-size: 15px;
}
.navbar .navbar-nav ul > li > .sub-menu > li > a:hover{
	background-color: #007bff;
	color:#ffffff;
}

/* banner */
.home-banner
{
	position: relative;
}
.home-banner .carousel-item
{
	height: auto;
}
.home-banner .carousel-item .img-box
{
	width: 100%;
	position: relative;
}

.home-banner .carousel-item h2
{
	margin: 40px 0 30px;
	font-weight: 600;
	font-size: 36px;
	line-height: 36px;
}
.home-banner .carousel-item .text-item
{
	padding: 10px 25px 20px 20px;
}
.home-banner .carousel-item h1
{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
}
.home-banner .carousel-item h1 span
{
	color: #007bff;
	font-weight: 600;
	font-size: 30px;
	line-height: 38px;
}
.home-banner .carousel-item p
{
	font-size: 20px;
	line-height: 29px;
	font-weight: 500;
	margin-bottom: 40px;
}
.home-banner .carousel-item .mybtn1
{
	background-color: #007bff;
	color: #ffffff;
	border-radius: 50px;
	font-weight: 400;
	font-size: 16px;
}
.home-banner .carousel-control-prev,
.home-banner .carousel-control-next
{
	justify-content: center;
	opacity: 1;
}
.home-banner .carousel-control-prev span,
.home-banner .carousel-control-next span
{
	font-size: 30px;
	background-color: #ffc226;
	color: #ffffff;
	text-align: center;
	padding: 10px 15px;
	border-radius: 50px;
}
.home-banner .banner-one
{
	background-color: #a1b8fa;
	padding: 50px 0px 30px;
}
.home-banner .carousel-item .item-one h1 span
{
	color: #ffffff;
}
.home-banner .banner-one .coroner-left
{
	width: 150px;
	height: 200px;
	right: 0;
	top: -80px;
	position: absolute;
	background-image: linear-gradient(#f8f9fa,#007bff80);
	border-radius: 0 0 60px 240px;
}
.home-banner .banner-one .coroner-right
{
	width: 130px;
	height: 100px;
	left: 0;
	bottom: 0px;
	position: absolute;
	background-image: linear-gradient(#2c97e4,#d7e6fa);
	border-radius: 60px 240px 0px 0px;
}
.home-banner .carousel-item .img-box .banner-one-img
{
	width: 100%;
}
.home-banner .carousel-item .img-box .banner-two-img
{
	width: 100px;
	position: absolute;
	left: 15px;
	bottom: 20px;
}
.home-banner .carousel-item .img-box .banner-three-img
{
	width: 75px;
	position: absolute;
	left: 150px;
	bottom: 70px;
}
.home-banner .carousel-item .img-box .banner-four-img
{
	width: 160px;
	position: absolute;
	right: 40px;
	top: 110px;
}
.home-banner .carousel-item .img-box .banner-five-img
{
	width: 110px;
	position: absolute;
	right: 20px;
	bottom: 0px;
}
.home-banner .carousel-item .img-box .banner-six-img
{
	width: 160px;
	position: absolute;
	right: 160px;
	bottom: 35px;
}

.home-banner .banner-two
{
	background-color: #f7f7f7;
	padding: 50px 0px 30px;
}
.home-banner .banner-two .coroner-left
{
	width: 150px;
	height: 200px;
	right: 0;
	top: -80px;
	position: absolute;
	background-image: linear-gradient(#ffc107,#d39e0061);
	border-radius: 0 0 60px 240px;
}
.home-banner .banner-two .coroner-right
{
	width: 130px;
	height: 100px;
	left: 0;
	bottom: 0px;
	position: absolute;
	background-image: linear-gradient(#ffc107,#d39e0061);
	border-radius: 60px 240px 0px 0px;
}
.home-banner .carousel-item .img-box .one-img
{
	width: 100%;
}
.home-banner .carousel-item .img-box .two-img
{
	width: 200px;
	position: absolute;
	left: 0;
	bottom: 20px;
}
.home-banner .carousel-item .img-box .three-img
{
	width: 70px;
	position: absolute;
	left: 245px;
	bottom: 55px;
}
.home-banner .carousel-item .img-box .four-img
{
	width: 60px;
	position: absolute;
	right: 155px;
	bottom: 95px;
}
.home-banner .carousel-item .img-box .five-img
{
	width: 100px;
	position: absolute;
	right: 50px;
	bottom: 20px;
}
.home-banner .banner-three
{
	background-color: #ffffff;
	padding: 50px 0px 30px;
}

/* about us */
.about-us
{
  background-image: url('../img/bg/clouds16.webp');
  background-position: center;
  padding: 80px 0 80px;
	background-size: cover;
	position: relative;
}


.about-us .text-item
{
	padding:20px 0px 0px;
}
.about-us .text-item p
{
	color: #111111;
}

/* services */
.services-home
{
	position: relative;
	padding: 50px 0px 20px;
	background-color: #f8f9fa;
}
.services-home .sec-title
{
	margin-bottom: 25px;
}
.services-home .services-content
{
	margin: 20px 0px;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.services-home .services-content .services-item
{
	background-color: #ffffff;
	/* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); */
	border-bottom: 2px solid #ffc226;
	border-radius: 10px;
	transition: all 0.5s ease;
	padding: 20px 5px;
	transition: all 0.5s ease;
}
.services-home .services-content .services-item .img-box
{
	display: inline-block;
    position: relative;
    overflow: visible;
}
.services-home .services-content .services-item .img-box::after
{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 58% 42% 70%;
    -webkit-border-radius: 30% 70% 70% 30% / 30% 58% 42% 70%;
	-moz-border-radius: 30% 70% 70% 30% / 30% 58% 42% 70%;
	background: #e70f471a;
}
.services-home .services-content .services-item .img-box img
{
	position: relative;
    z-index: 9999;
}
.services-home .services-content .services-item h4
{
	margin-top: 20px;
	font-size: 17px;
	text-align: center;
	transition: all 0.5s ease;
}
.services-home .services-content:hover .services-item
{
	box-shadow: 0px 0px 5px rgba(255, 193, 7, 1);
	transform: translateY(-10px);
}
.services-home .services-content:hover .services-item h4
{
	color: #007bff;
}
.services-home .services-content img
{
	width: 80%;
	
}

/* why choose */

.why-choose
{
  background-image: url('../img/bg/bg.webp');
  background-position: center;
  padding: 80px 0 80px;
  background-attachment: fixed;
  position: relative;
}
.why-choose::before
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #2c97e4;
}
.why-choose .sec-title
{
	margin-bottom: 25px;
}
.why-choose .sec-title h1,
.why-choose .sec-title p
{
	color: #ffffff;
}
.why-choose .sec-title h1::before
{
	background-image: linear-gradient(to right,#d39e00, #ffc107);
}
.why-choose .sec-title h1::after
{
	background-color: #ffffff;
}
.why-choose .why-content
{
	margin: 20px 0px;
}
.why-choose .why-content .why-item
{
	background-color: #ffffff;
	box-shadow: 0px 0px 5px rgba(255, 193, 7, 1);
	border-radius: 20px;
	transition: all 0.5s ease;
}
.why-choose .why-content .why-item h3
{
	background-color: #ffc107;
	color: #111111;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	font-size: 16px;
	padding: 20px 15px  10px;
	transition: all 0.5s ease;
	text-align: center;
}
.why-choose .why-content .why-item p
{
	padding: 10px 15px;
	transition: all 0.5s ease;
}
.why-choose .why-content .why-item  .read-more
{
	background-color: #ffc107;
	padding: 10px 15px;
	color: #111111;
	border-radius: 50px;
	transition: all 0.5s ease;
}
.why-choose .why-content .why-item:hover h4
{
	background-color: #007bff;
	color: #ffffff;
}
.why-choose .why-content .why-item:hover .read-more
{
	background-color: #007bff;
	color: #ffffff;
	font-weight: 600;
}

#moreText 
{
	display: none;
}
#moreText-1
{
	display: none;
}
#moreText-2
{
	display: none;
}
#moreText-3
{
	display: none;
}

.footer-main
{
  background-image: url('../img/bg/footer.webp');
  background-position: center;
  padding: 80px 0 0px;
  background-attachment: fixed;
  position: relative;
}
.footer-main::before
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  background-color: #2c97e4;
}
.footer-main .footer-title h5
{
	color: #ffffff;
	font-weight: 500;
	font-size: 25px;
	padding-bottom:10px;
	margin-bottom: 20px;
}
.footer-main .footer-title h5::before
{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15%;
	height: 3px;
	background-color: #ffffff;
	border-radius: 50px;
}
.footer-main .footer-text
{
	margin-bottom: 20px;
}
.footer-main .footer-text p
{
	color: #ffffff;
}
.footer-main .footer-text p a
{
	color: #ffffff;
	cursor: pointer;
}
.footer-main .footer-text .social-icon .text-icon
{
	margin-top: 30px;
}
.footer-main .footer-text .social-icon .text-icon a
{
	background-color: #f5f6fa;
	border-radius: 60px 50px 60px 10px;
	text-align: center;
	padding: 10px 19px;
	font-size: 20px;
	border-bottom: 3px solid #d39e00;
	margin-left: 10px;
	transition: all 0.5s ease;
}
.footer-main .footer-text .social-icon .text-icon a:nth-child(1)
{
	color: #c61010;
	transition: all 0.5s ease;
}
.footer-main .footer-text .social-icon .text-icon a:hover:nth-child(1)
{
	background-color:#c61010 ;
	color: #ffffff;
	border-color: #ffffff;
}
.footer-main .footer-text .social-icon .text-icon a:nth-child(2)
{
	color: #3b5998;
	transition: all 0.5s ease;
}
.footer-main .footer-text .social-icon .text-icon a:hover:nth-child(2)
{
	background-color: #3b5998;
	color: #ffffff;
	border-color: #ffffff;
}
.footer-main .footer-text .social-icon .text-icon a:nth-child(3)
{
	color: #55acee;
	transition: all 0.5s ease;
}
.footer-main .footer-text .social-icon .text-icon a:hover:nth-child(3)
{
	background-color: #55acee;
	color: #ffffff;
	border-color: #ffffff;
}
.footer-main .footer-text .social-icon .text-icon a:nth-child(4)
{
	color: #007bb5;
	transition: all 0.5s ease;
}
.footer-main .footer-text .social-icon .text-icon a:hover:nth-child(4)
{
	background-color: #007bb5;
	color: #ffffff;
	border-color: #ffffff;
}
.footer-main .footer-text .social-icon .text-icon a:nth-child(5)
{
	color:  #bb0000;
	transition: all 0.5s ease;
}
.footer-main .footer-text .social-icon .text-icon a:hover:nth-child(5)
{
	background-color:  #bb0000;
	color: #ffffff;
	border-color: #ffffff;
}
.footer-main .footer-text  .text-links span
{
	padding-right: 10px;
	transition: all 0.5s ease;
	color: #ffffff;
}
.footer-main .footer-text  .text-links p
{
	padding-bottom: 5px;
	transition: all 0.5s ease;
}
.footer-main .footer-text  .text-links p:hover span
{
	font-size: 18px;
	color: #ffc226;
}
.footer-main .footer-text .contact-item 
{
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}
.footer-main .footer-text .contact-item .icon
{
  height: 45px;
  width: 45px;
  background-color: #f5f5ff;
  text-align: center;
  border-radius: 60px 50px 60px 10px;
  border-bottom: 2px solid #ffc226;
  position: absolute;
  left: 0;
  top: 0;
  color: #0062cc;
}
.footer-main .footer-text .contact-item .icon span{
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
.footer-main .footer-text .contact-item h5
{
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 2px;
  color: #ffffff;
}
.footer-main .footer-text .contact-item p
{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  margin: 0;
}
.footer-main .footer-bootom
{
	background-color: #ae0111;
	padding: 30px 0px 30px;
}
.footer-main .footer-bootom p,
.footer-main .footer-bootom a
{
	color: #ffffff;
}
.footer-main .footer-bootom p
{
	margin-bottom: 5px;
}
.footer-main .footer-bootom a
{
	border-right: 2px solid #ffffff;
	padding: 0px 10px;
	margin-top: 0px;
}
.footer-main .footer-bootom a:nth-child(1)
{
	padding-left: 0px;
}
.footer-main .footer-bootom a:nth-child(3)
{
	border: none;
}
.footer-main .footer-bootom .scroll-up .icon
{
	padding: 20px 0px 0px;
	font-size: 30px;
	color: #ececec;
	text-align: right;
}

.our-process
{
	padding: 50px 0px 50px;
}
.our-process .content-box 
{
	padding-top: 30px;
}
.our-process .img-item img
{
	margin-top: 50px;
	width: 100%;
}
.our-process .item-box 
{
	position: relative;
	
}
.our-process .item-box .pro-box
{
	padding-left: 70px;
	margin-bottom: 20px;
}
.our-process .item-box .pro-box .icon
{

	height: 55px;
	width: 55px;
	background-color: #f5f5ff;
	text-align: center;
	border-radius: 60px 50px 60px 10px;
	border-bottom: 2px solid #ffc226;
	position: absolute;
	left: 0;
	top: 20px;
	color: #0062cc;
}
.our-process .item-box .pro-box .icon h2
{
	line-height: 50px;
	font-size: 20px;
	text-align: center;
}
.our-process .item-box .pro-box h4
{
	font-size: 18px;
	padding-bottom: 5px;
}
.our-process .item-box .pro-box p
{
	line-height: 24px;
}


.breadcrumbs
{
	position: relative;
	width: 100%;
    height: 300px;
    background-image:  linear-gradient(to right bottom, #007bffc4, #0062cc9e) ,url(../img/bg/bg-all.webp);
    background-size: cover;
	background-position: top;
	text-align: center;
}
.breadcrumbs .breadcrumb-text
{
	position: absolute;
	text-align: center;
	left: 33%;
	top: 30%;
}
.breadcrumbs .breadcrumb-text h6
{
	font-size: 20px;
	font-weight: 600;
}
.breadcrumbs .breadcrumb-text ul
{
	margin-top: 30px;
}
.breadcrumbs .breadcrumb-text ul li
{
	display: inline;
}
.breadcrumbs .breadcrumb-text ul li span
{
	margin-right: 15px;
	font-size: 20px;
}
.breadcrumbs .breadcrumb-text .current,
.breadcrumbs .breadcrumb-text ul li a
{
	font-family: 'Merriweather', serif;
	height: 50px;
	padding: 10px 20px;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	transition: all 0.5s ease;
}

.breadcrumbs .breadcrumb-text .current,
.breadcrumbs .breadcrumb-text ul li a:hover
{
	background-color: #ffffff;
	border-radius: 60px 50px 60px 10px;
}

.breadcrumbs .breadcrumb-text ul li a span
{
	margin-right: 10px;
}



.about-one
{
	padding: 100px 0px 40px;
}
.about-one .content-item
{
	padding-top: 50px;
}
.about-one .content-item h4
{
	padding: 20px 0px 10px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}
.about-one .img-item img
{
	width: 100%;
}

.about-one .content ul
{
	margin-top: 10px;
}
.about-one .content ul li
{
	margin-bottom: 5px;
}
.about-one .content ul li span
{
	padding-right: 10px;
}

.services-one
{
	padding: 100px 0px 40px;
}
.services-one .content-item
{
	padding-top: 50px;
}
.services-one .img-item img
{
	width: 100%;
}
.services-one .content p
{
	margin-bottom: 8px;
}
.services-one .content .sub-head
{
	margin-bottom: 15px;
}
.services-one .content .sub-head h4
{
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
}


.section-two
{
	background-color: #f7f7f7;
	padding: 50px 0px 50px;
}
.section-two .content-item
{
	margin-top: 30px;
}
.section-two .seo-item
{
	margin-bottom: 30px;
}
.section-two .seo-item img
{
	width: 100%;
}
.section-two .seo-item h4
{
	font-size: 18px;
	margin-bottom: 10px;
}
.section-three
{
	padding: 50px 0px 50px;
}
.section-three .content-item
{
	margin-top: 30px;
}
.section-three .card-item
{
	position: relative;
    padding-left: 90px;
    margin-bottom: 40px;
}
.section-three .card-item-one
{
	position: relative;
	margin:0px 0px 30px
}
.section-three .card-item-one p
{
	margin-bottom: 10px;
}
.section-three .card-item .circle
{
	height: 75px;
    width: 75px;
	background-color: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 60px 50px 20px;
    border-bottom: 6px solid #ffc226;
    position: absolute;
    left: 0;
    top: 0;
    color: #0062cc;
}
.section-three .card-item .circle img
{
	width: 80%;
	padding: 15px 8px 8px;
	text-align: center;
}
.section-three .card-item .content h4
{
	font-size: 18px;
	margin-bottom: 5px;
}


.services-process
{
	padding: 50px 0px 50px;
	background-color: #007bff0a;
}
.services-process .image-item
{
	padding: 20px;
}
.services-process .image-item img
{
	width: 100%;
}
.services-process .content-item
{
	padding: 30px 10px;
}
.services-process .content-item img
{
	width: 100%;
	margin-bottom: 20px;
}
.services-process .content-item p
{
	font-weight: 500;
	padding-bottom: 15px;
	text-align: center;
}

.process-one
{
	padding: 50px 0px 50px;
}
.process-one .content-item 
{
	margin-top: 100px;
}
.process-one .content-item .process-item
{
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	padding: 20px 20px 20px;
	min-height: 340px;
	background-color: #ffffff;
	border-radius: 10px;
}
.process-one .content-item .process-item .process-img
{
	margin-top: -60px;
	margin-left: 35%;
	text-align: center;
	border: 2px solid #ffc107;
	width: 75px;
	height: 75px;
	border-radius: 50px;
	background-color: #ffffff;
	position: relative;
}
.process-one .content-item .process-item .process-img img
{
	width: 100%;
	padding: 5px;
	z-index: 10;
	overflow: hidden;
}
.process-one .content-item .process-item .content-text h4
{
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
}
.process-one .content-item .process-item .content-text p
{
	margin-top: 10px;
}


.process-one .content-item .process-item-one
{
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	padding: 20px 15px 20px;
	background-color: #ffffff;
	border-radius: 10px;
}
.process-one .content-item .process-item-one .process-img
{
	margin-top: -60px;
	margin-left: 35%;
	text-align: center;
	border: 2px solid #ffc107;
	width: 75px;
	height: 75px;
	border-radius: 50px;
	background-color: #ffffff;
	position: relative;
}
.process-one .content-item .process-item-one .process-img img
{
	width: 100%;
	padding: 5px;
	z-index: 10;
	overflow: hidden;
}
.process-one .content-item .process-item-one .content-text h4
{
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
}


.accordion-one
{
	padding: 50px 0px 50px;
}
.accordion-one .content-item
{
	margin-top: 40px;
}
.accordion-one .accordion 
{
	position: relative;
}
.accordion-one .accordion-item 
{
	background-color: #fff;
	color: #111;
	margin: 1rem 0;
	border-radius: 0.5rem;
	box-shadow: 0 0px 4px  rgba(0,0,0,0.3);
}
.accordion-one  .accordion-item-header 
{
	padding: 0.5rem 3rem 0.5rem 1rem;
	min-height: 3.5rem;
	line-height: 1.25rem;
	font-weight: 600;
	font-size: 18px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.accordion-one .accordion-item-header::after 
{
	content: "\002B";
	font-size: 2rem;
	position: absolute;
	right: 1rem;
}
.accordion-item-header.active::after 
{
	content: "\2212";
}
.accordion-one .accordion-item-body 
{
	max-height: 0;
	overflow: scroll;
	transition: max-height 0.2s ease-out;
}

.accordion-one .accordion-item-body-content 
{
	padding: 1rem;
	line-height: 1.5rem;
	border-top: 1px solid;
	border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}


.accordion-one .accordians
{
	border-radius:4px;
	padding:30px 20px 0px;
}
.accordion-one .accordians .cards
{
	margin-bottom:20px;
	position: relative;
	min-height: auto;
}
.accordion-one .accordians .cards::before
{
	content: '';
	position: absolute;
	left:15px;
	height: 100%;
	width: 2px;
	background-color:#ffc226;
	transition: background-color .5s ease;
}
.accordion-one .accordians .cards.active::before
{
	background-color: #ffc226;
}
.accordion-one .accordians .card-headers
{
	position: relative;
	padding-left: 45px;
	cursor: pointer;
	border-radius: 0.5rem;
	box-shadow: 0 0px 4px  rgba(0,0,0,0.3);
	padding-top: 8px;
	padding-bottom: 8px;
}
.accordion-one .accordians .card-headers h3
{
	margin:0;
	font-weight: 600;
	font-size: 15px;
	transition: color .5s ease;
}

.accordion-one .accordians .cards.active .card-header h3
{
	color:#9c27b0;
}
.accordion-one .accordians .card-headers span
{
	position:absolute;
	left:-4px;
	top:-4px;
	height: 40px;
	width:40px;
	border-radius:50%;
	line-height: 40px;
	text-align: center;
	background-color: #ffc107;
	border:1px solid #2c97e4;
	color: #ffffff;
	transition: border .5s ease,background-color .5s ease;
}
.accordion-one .accordians .cards.active .card-header span
{
	background-color: #2c2c2c;
	color:#ffffff;	
	border-color:#9c27b0;
}
.accordion-one .accordians .card-bodys
{
	padding: 0px 20px 0px 45px;
	
}
.accordion-one .accordians .cards .card-bodys
{
	display: none;
	
}
.cards-one
{
	height: 80px;
}
/*open one card by default*/
.accordion-one .accordians .cards:nth-child(1) .card-bodys
{
	display: block;
}

.accordion-one .accordians .card-bodys p
{
	margin-top:10px;
}
.accordion-one .accordians .card-bodys ul
{
	list-style-type: square;
	padding: 10px 20px 10px;
}
.accordion-one .accordians .card-bodys ul li
{
	padding-bottom: 5px;
}
.accordion-one .accordians .card-bodys .item-text
{
	margin: 20px 0px 10px;
}
.accordion-one .accordians .card-bodys .item-text h6
{
	font-size: 15px;
	font-weight: 600;
	margin-top: 10px;
}
.accordion-one .accordians .card-bodys p span
{
	font-weight: 600;
}
.service-smm
{
	padding: 50px 0px 50px;
}
.service-smm .content-item
{
	margin-top: 30px;
}
.service-smm .img-box
{
	margin-bottom: 30px;
	margin-top: 30px;
}
.service-smm .img-box img
{
	width: 100%;
}
.service-smm .content-text .item-text
{
	margin-top: 20px;
}
.service-smm .content-text .item-text h6
{
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 600;
}
.service-smm .content-item ul
{
	margin-left: 20px;
	list-style-type: square;
}


.services-one .content .mybtn1
{
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 50px;
	
}
.services-one .content .read-more
{
	margin-top: 20px;
}
.services-ppc
{
	padding-bottom: 30px;
}
.services-ppc .sec-title
{
	margin-bottom: 20px;
}

.info-one
{
	background-color: #056ee0;
	padding: 80px 0 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.info-one h4
{
	margin-bottom: 20px;
}
.info-one .imp-text
{
	margin: 20px 0px 0px;
}


.core-value
{
  background-image: url('../images/bg/abstract_bg.png');
  background-position: center;
  padding: 80px 0 0px;
  background-attachment: fixed;
  position: relative;
}
.core-value::before
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
 
}
.core-value .content-item
{
	margin-top: 30px;
}
.core-value .core-item
{
	padding: 20px 10px 40px;
}
.core-value .core-item .img-box
{
	position: relative;
	text-align: center;
}
.core-value .core-item .img-box img
{
	width: 20%;
	margin-bottom: 20px;
}
.core-value .core-item h4
{
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}
.core-value .core-item p
{
	margin-bottom: 10px;
}

.about-two
{
	position: relative;
	padding: 50px 0px 30px;
}
.about-two .text-item
{
	padding: 40px 0px 0px;
	border-bottom: 2px solid #ececec;
}
.about-two .text-item:nth-child(4)
{
	border-bottom: none;
}
.about-two .text-item h4
{
	margin-bottom: 15px;
}
.about-two .text-item p
{
	margin-bottom: 15px;
}


.services-management
{
	padding: 50px 0px 60px;
	
}
.services-management .single-item
{
    margin: 20px 0px;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-bottom: 2px solid #105bb7;
    transition: all 0.5s ease;
}

.services-management .single-item:hover
{
    border-bottom: 2px solid #e4e4e4;
}
.services-management .single-item .image-area
{
    position: relative;
     overflow: hidden;
}
.services-management .single-item .image-area img
{
    width: 100%;
    height: auto;
    transition: transform 3s;
}
.services-management .single-item:hover .image-area img
{
    transform: scale(1.1);
}

.services-management .single-item .text-content
{
	padding: 25px 20px 10px;

}
.services-management  .single-item .text-content h4
{
    background-color: #f4f4f4;
    border-left: 4px solid #105bb7;
	padding: 5px 15px;
	font-weight: 600;
	transition: all 0.4s ease;
	font-size: 18px;
	line-height: 26px;
}
.services-management  .single-item .text-content .textlower
{
	text-transform: capitalize !important;
	font-weight: 600;
	
}
.services-management  .single-item .text-content a
{
    color: #111;
}
.services-management  .single-item .text-content p
{
    padding-top: 10px;
}
.services-management  .single-item .middle
{
    /* border-top: 2px solid #f4f4f4; */
	padding: 20px 20px 35px;
	transition: all 0.7s ease;
}
.services-management .single-item .middle .text-one a
{
    background-color: #105bb7;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
	transition: all 0.5s ease;
	border-radius: 25px;
}
.services-management  .single-item .middle .text-one span
{
    padding-left: 10px;
}
.services-management .single-item:hover .middle .text-one a
{
	background-color: #fff;
	color: #105bb7;
    box-shadow: 1px 1px 2px 4px rgba(0, 0, 0, 0.2);
}


.page-title{

	position:relative;
	padding:120px 0px 110px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment: fixed;

}

.page-title:before{

	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color:#007bffd1;

}
.page-title .auto-container{
	position:relative;
}

.page-title .title{

	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-bottom:12px;

}

.page-title h1{

	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.2em;
	margin-bottom: 10px;
	font-size:30px;
	padding-bottom:18px;
	text-transform:capitalize;
	margin-bottom: 25px;
}
.page-title h1:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:120px;
	height:2px;
	background-color:#cccccc;
}
.page-title h1:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:25px;
	height:3px;
	background-color:#ffc107;
}
.pull-right a{
	font-size: 16px;
}

.page-breadcrumb{
	position:relative;
	padding:18px 30px;
	margin-top:10px;
	display:inline-block;
	background-color:#ffffff;
	border-radius:20px 0px 20px 0px;

}
.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:0px;
	padding-right:8px;
	columns: #111111;;
	font-size:15px;
	font-weight:500;
	text-transform:capitalize;
}
.page-breadcrumb .home-icon
{
	padding-right: 8px;
}
.page-breadcrumb li:last-child::after{
	display: none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	columns: #111111;
	font-weight:500;
	text-transform: capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

 .page-title .pull-right .modal-footer .mybtn1
{
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
}
.page-title .pull-right .contact-quote  .form-group .form-control
{
	border-radius: 25px;
}

.tabs-one {
	padding: 60px 0px 50px;
	background-color:#eaf1f1;
}
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 25px;
	font-weight: 500;
	cursor: pointer;
	border-radius: 5px;
	border-bottom: 2px solid #ffc107;
	background-color: #ffffff;
	font-size: 18px;
}

ul.tabs li.current{
	background: #056ee0;
	color: #ffffff;	
}

.tab-content{
	display: none;
	background: #ffffff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	padding: 35px 20px 25px;
	border-radius: 10px;
	margin-top: 2px;
}
.tab-content h4
{
	font-size: 18px;
	margin: 5px 0px 15px;
	font-weight: 500;
}

.tab-content.current{
	display: inherit;
}

.blog-deatils
{
	padding: 60px 0 60px;
}
.blog-deatils .blog-content
{
	padding: 0 25px 0 0;
}
.blog-deatils .blog-content .img-box 
{
	margin-left: 80px; 
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
	border-radius: 20px;
}

.blog-deatils .blog-content .img-box img
{
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.5s ease;

}
.blog-deatils .blog-content .img-box:hover img
{
	transform: scale(1.1);
	filter: grayscale(1);
}
.blog-deatils .blog-content .blog-info
{
	position: relative;
	margin: -25px 40px 0px 0px;
	background-color: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	padding: 40px 25px;
}
.blog-deatils .blog-content .blog-info .blog-title
{
	margin-bottom: 20px;
	background-color: aliceblue;
	padding: 15px 20px;
	border-left: 3px solid #ffc107;
}
.blog-deatils .blog-content .blog-info .blog-title h4
{
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}
.blog-deatils .heading-blog
{
	margin-bottom: 30px;
}
.blog-deatils .heading-blog h4
{
	font-weight: 600;
	font-size: 24px;
}
.blog-deatils .blog-content .blog-info .blog-text p
{
	margin-bottom: 5px;
}
.blog-deatils .blog-one 
{
	position: relative;
	margin-bottom: 20px;
	border-bottom: 2px solid #dee2e6;
}
.blog-deatils .blog-one .blog-item
{
  position: relative;
  padding-left: 90px;
  margin-bottom: 15px;
}
.blog-deatils .blog-one .blog-item .img-box
{
  height: 65px;
  width: 65px;
  background-color: #f5f5ff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #0062cc;
}
.blog-deatils .blog-one .blog-item .img-box img
{
	width: 100%;
	height: auto;
}
.blog-deatils .blog-one .blog-item h5
{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 2px;
}
.blog-deatils .blog-one p 
{
	line-height: 24px;
	margin-bottom: 10px;
}
.blog-deatils .blog-one a
{
	padding: 20px 0px;
}
.blog-deatils .blog-item p
{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.list-one
{
	margin: 15px 0px ;
}
.list-one li
{
	margin-bottom: 3px;
}
.list-one li span
{
	padding-right: 5px;
}

.main-contact-area
{
	padding: 80px 0px 60px;
}
.main-contact-area .contact-wrap {
	max-width: unset;
  }
  
  .main-contact-area .contact-wrap .section-title {
	text-align: center !important;
	max-width: 600px;
  }
  
  .main-contact-area .contact-wrap .section-title h2 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #020e28;
	line-height: 1.2em;
	text-transform: uppercase;
  }
  
  .main-contact-area .contact-wrap .form-group {
	margin-bottom: 30px;
  }
  
  .main-contact-area .contact-wrap .default-btn {
	margin: auto;
	display: table;
	cursor: pointer;
  }
  
  .main-contact-area .contact-wrap .contact-form {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
			box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 47px;
  }
  
  .main-contact-area .contact-wrap .contact-form #msgSubmit {
	position: unset;
	text-align: center;
	margin-top: 20px;
  }
  
  .main-contact-area .contact-wrap .contact-form .hidden {
	display: none;
  }
  
  .main-contact-area textarea.textarea-hight {
	height: unset !important;
  }
  .main-contact-area .form-control {
	height: 50px;
	color: #24416b;
	border: 1px solid #e8e8e8;
	background-color: #f9f9f9;
	border-radius: 10px;
	font-size: 15px;
	padding: 10px 20px;
	width: 100%;
  }
  
  .main-contact-area .form-control::-webkit-input-placeholder {
	color: #495057;
  }
  
  .main-contact-area .form-control:-ms-input-placeholder {
	color: #495057;
  }
  
  .main-contact-area .form-control::-ms-input-placeholder {
	color: #495057;
  }
  
  .main-contact-area .form-control::placeholder {
	color: #495057;
  }
  
  .main-contact-area .form-control:focus {
	color: #000000;
	background-color: transparent;
	-webkit-box-shadow: unset;
			box-shadow: unset;
	outline: 0;
	border: 1px solid #cc8c18;
  }
  
  .main-contact-area .form-control:hover:focus, .form-control:focus {
	-webkit-box-shadow: unset;
			box-shadow: unset;
  }
  
  .main-contact-area textarea.form-control {
	height: auto;
	height: 100px;
  }
  .default-btn {
	font-size: 16px;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	line-height: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1;
	text-transform: capitalize;
	background-color: #1363a7;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	border-radius: 50px;
	font-family: "Muli", sans-serif;
	text-align: center;
  }
  .opening-current-details
  {
	  padding: 20px 25px;
  }
  .main-contact-area .info-column .inner-column{
	position:relative;
	
}

.main-contact-area .info-column .inner-column .upper-box{
	position:relative;
	/* padding:32px 20px 28px; */
	
}

.main-contact-area .info-column .lower-box{
	position:relative;
	padding:28px 30px;
}

.main-contact-area .info-column .lower-box .lower-inner{
	position:relative;
	padding-left:100px;
	min-height:80px;
}

.terms-condition
{
	padding: 80px 0 50px;
}
.terms-condition .item-one
{
	margin: 15px 0;
	padding-bottom: 10px;
}
.terms-condition .item{
	margin: 15px 0;
	border-bottom: 2px solid #d0c6c6;
	padding-bottom: 20px;
}
.terms-condition .item:nth-child(5)
{
	border-bottom: none;
}
.terms-condition .item h4{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}
.terms-condition .item p{
	margin-bottom: 5px;
}

.our-services
{
	padding: 60px 0px 60px;
}
.our-services .single-item
{
    margin: 20px 0px;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-bottom: 2px solid #105bb7;
    transition: all 0.5s ease;
}

.our-services .single-item:hover
{
    border-bottom: 2px solid #e4e4e4;
}
.our-services .single-item .image-area
{
    position: relative;
	 overflow: hidden;
	 border-bottom: 2px solid #d3d3d3;
}
.our-services .single-item .image-area img
{
    width: 100%;
    height: auto;
    transition: transform 3s;
}
.our-services .single-item:hover .image-area img
{
    transform: scale(1.1);
}

.our-services .single-item .text-content
{
	padding: 25px 20px 10px;

}
.our-services  .single-item .text-content h4
{
    background-color: #f4f4f4;
    border-left: 4px solid #105bb7;
	padding: 5px 15px;
	font-weight: 600;
	transition: all 0.4s ease;
	font-size: 17px;
	line-height: 26px;
}
.our-services  .single-item .text-content .textlower
{
	text-transform: capitalize !important;
	font-weight: 600;
	
}
.our-services  .single-item .text-content a
{
    color: #111;
}
.our-services  .single-item .text-content p
{
    padding-top: 10px;
}
.our-services  .single-item .middle
{
    /* border-top: 2px solid #f4f4f4; */
	padding: 20px 20px 35px;
	transition: all 0.7s ease;
}
.our-services .single-item .middle .text-one a
{
    background-color: #105bb7;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
	transition: all 0.5s ease;
	border-radius: 25px;
}
.our-services  .single-item .middle .text-one span
{
    padding-left: 10px;
}
.our-services .single-item:hover .middle .text-one a
{
	background-color: #fff;
	color: #105bb7;
    box-shadow: 1px 1px 2px 4px rgba(0, 0, 0, 0.2);
}

.events-area {
	background: #ffffff;
	padding: 100px 0;
  }
  .events-area .event_title_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px 0 60px;
  }
  .events-area .event_title_wrapper .sub_title {
	margin: 0px;
	text-align: left;
  }
  .events-area .event_title_wrapper .sub_title p {
	padding: 25px 10% 0 0;
  }
  .events-area  .envent_all_view a {
	background: #092ace;
	font-weight: 500;
	border-radius: 50px;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	height: 46px;
	line-height: 46px;
	padding: 0 32px;
	transition: all 0.3s ease-in-out;
	margin-top: 20px ;
  }
  .events-area  .envent_all_view a:hover {
	background: #ff5a2c;
  }
  .events-area .events_full_box {
	margin-bottom: 50px;
  }
  .events-area .events_full_box:last-child {
	margin-bottom: 0px;
  }
  .events-area .events_single_left .event_info {
	width: 60%;
	padding: 45px 30px 45px 90px !important;
  }
  .events-area .events_single_left .event_dete {
	left: 0;
  }
  .events-area .events_single {
	position: relative;
	min-height: 280px;
	box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
  }
  .events-area .events_single:hover {
	box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
	transition: all 0.3s ease-in-out;
  }
  .events-area .events_single .event_banner {
	width: 44%;
  }
  .events-area .events_single .event_banner img {
	width: 100%;
  }
  .events-area .events_single .event_info {
	width: 60%;
	padding: 45px 30px 45px 70px;
  }
  .events-area .events_single .event_info h3 {
	line-height: 36px;
	margin-bottom: 15px;
  }
  .events-area .events_single .event_info h3 a {
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	color: #333146;
	font-size: 25px;
  }
  .events-area .events_single .event_info h3 a:hover {
	color: #ff5a2c;
  }
  .events-area .events_single .event_info .events_time {
	padding: 25px 0 30px;
  }
  .events-area .events_single .event_info .events_time span {
	color: #333146;
	font-size: 15px;
	margin-right: 25px;
  }
  .events-area .events_single .event_info .events_time span i {
	padding-right: 10px;
	color: #092ace;
	font-size: 16px;
  }
  .events-area .events_single .event_info .events_time span i:before {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
  }
  .events-area .events_single .event_info .events_time .time {
	text-transform: uppercase;
  }
  .events-area .events_single .event_info p {
	margin: 0;
	font-size: 15px;
  }
  .events-area .events_single .event_dete {
	position: absolute;
	top: 0;
	right: 0;
	background: #ff5a2c;
	height: 60px;
	width: 60px;
	padding: 10px 0;
	text-align: center;
  }
  .events-area .events_single .event_dete span {
	display: inherit;
	color: #ffffff;
	line-height: 20px;
	font-size: 15px;
	font-family: "Rubik", sans-serif;
  }
  .events-area .events_single .event_dete .date {
	font-size: 20px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
  }

  .blog_wrapper {
	padding: 130px 0;
	/*=======[ Blog Post Style ]========*/
	/*=======[ widget Blog and Post Page ]========*/
  }
  .blog_wrapper .single_blog {
	margin-bottom: 60px;
	box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
  }
  .blog_wrapper .single_blog:last-child {
	margin-bottom: 0;
  }
  .blog_wrapper .single_blog:hover {
	transition: all 0.3s ease-in-out;
  }
  .blog_wrapper .single_blog:hover .blog_banner img {
	transform: scale(1.05);
  }
  .blog_wrapper .single_blog:hover .post_content_wrapper h3 a {
	color: #ff5a2c;
  }
  .blog_wrapper .single_blog .blog_banner {
	overflow: hidden;
  }
  .blog_wrapper .single_blog .blog_banner img {
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
  }
  .blog_wrapper .single_blog .post_content_wrapper {
	padding: 40px;
  }
  .blog_wrapper .single_blog .post_content_wrapper .post_date p {
	color: #6a7a83;
	font-size: 13px;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
	margin: 0 0 15px;
	line-height: 15px;
  }
  .blog_wrapper .single_blog .post_content_wrapper .post_date p span {
	color: #333146;
  }
  .blog_wrapper .single_blog .post_content_wrapper h3 {
	font-size: 25px;
	font-weight: 700;
	line-height: 24px;
  }
  .blog_wrapper .single_blog .post_content_wrapper h3 a {
	transition: all 0.3s ease-in-out;
	color: #333146;
  }
  .blog_wrapper .single_blog .post_content_wrapper p {
	margin: 20px 0 25px;
  }
  .blog_wrapper .single_blog .post_content_wrapper .post_by {
	padding-bottom: 40px;
  }
  .blog_wrapper .single_blog .post_content_wrapper .post_by a {
	color: #333146;
	transition: all 0.3s ease-in-out;
	font-size: 14px;
	font-family: "Rubik", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 30px;
  }
  .blog_wrapper .single_blog .post_content_wrapper .post_by a i {
	padding-left: 10px;
	transition: all 0.3s ease-in-out;
  }
  .blog_wrapper .single_blog .post_content_wrapper .post_by a i:before {
	margin: 0;
	font-size: 14px;
  }
  .blog_wrapper .single_blog .post_content_wrapper .post_by a:hover {
	color: #ff5a2c;
  }
  .blog_wrapper .single_blog .post_content_wrapper .post_by a:hover i {
	padding-left: 15px;
  }
  
  .blog_wrapper .single_blog .post_content_wrapper .post_bloger {
	padding: 30px 0 0px;
	border-top: 1px solid #ebebeb;
	display: flex;
	flex-wrap: wrap;
  }
  .blog_wrapper .single_blog .post_content_wrapper .post_bloger li {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	color: #6a7a83;
	transition: all 0.3s ease-in-out;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	padding-right: 50px;
  }
  .blog_wrapper .single_blog .post_content_wrapper .post_bloger li:last-child {
	padding-right: 0;
  }
  .blog_wrapper .single_blog .post_content_wrapper .post_bloger li i {
	padding-right: 7px;
	font-size: 15px;
  }
  .blog_wrapper .single_without_img {
	background: linear-gradient(-125deg, #e6793b 0%, #c9270e 100%);
	position: relative;
	z-index: 1;
  }
  .blog_wrapper .single_without_img:before {
	position: absolute;
	content: "";
	background: url(../images/shapes/shape_bullet.png) repeat center center;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: -1;
  }
  .blog_wrapper .single_without_img .post_content_wrapper {
	padding: 65px 50px 60px !important;
  }
  .blog_wrapper .single_without_img .post_content_wrapper h3 a {
	color: #ffffff !important;
  }
  .blog_wrapper .single_without_img .post_content_wrapper .post_date p {
	color: #ffffff !important;
  }
  .blog_wrapper .single_without_img .post_content_wrapper .post_date p span {
	color: #092ace !important;
  }
  .blog_wrapper .single_without_img .post_content_wrapper .post_by {
	padding: 40px 0 0 !important;
  }
  
  .blog_wrapper .single_without_img .post_content_wrapper .post_bloger {
	padding: 0 !important;
	border-top: 1px solid transparent !important;
  }
  .blog_wrapper .single_without_img .post_content_wrapper .post_bloger li {
	color: #ffffff !important;
  }
  .blog_wrapper .blog_post h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 46px;
	margin: 35px 0 25px;
  }
  .blog_wrapper .blog_post .post_by {
	margin-bottom: 30px;
  }
  .blog_wrapper .blog_post .post_by span {
	font-size: 12px;
	font-weight: 400;
	color: #6a7a83;
	font-family: "Rubik", sans-serif;
	padding-right: 50px;
	position: relative;
  }
  .blog_wrapper .blog_post .post_by span:before {
	position: absolute;
	content: "";
	background: #333146;
	height: 15px;
	width: 1px;
	right: 25px;
	top: 5px;
  }
  .blog_wrapper .blog_post .post_by span:last-child:before {
	display: none;
  }
  .blog_wrapper .blog_post .post_by span .bloger_name {
	color: #6a7a83;
  }
  .blog_wrapper .blog_post .post_by span a {
	color: #333146;
	transition: all 0.3s ease-in-out;
  }
  .blog_wrapper .blog_post .post_by span a:hover {
	color: #ff5a2c;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper {
	display: flex;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper {
	padding-top: 40px;
	padding-right: 50px;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper h4 {
	text-transform: uppercase;
	font-weight: 700;
	color: #333146;
	font-size: 20px;
  }
  
  .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items {
	position: relative;
	z-index: 1;
	margin: 20px 0 0;
	text-align: center;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li {
	background: #ffffff;
	padding-bottom: 15px;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a i {
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
	font-size: 14px;
	margin: 0;
	border: 1px solid rgba(47, 47, 47, 0.1);
	background: transparent;
	color: #333146;
	transition: all 0.3s ease-in-out;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a i:hover {
	padding: 0;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .fb_icon {
	border: 1px solid #4867aa;
	color: #4867aa;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .fb_icon:hover {
	color: #ffffff;
	background: #4867aa;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .tw_icon {
	border: 1px solid #1da1f2;
	color: #1da1f2;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .tw_icon:hover {
	color: #ffffff;
	background: #1da1f2;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .link_icon {
	border: 1px solid #0077B5;
	color: #0077B5;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .link_icon:hover {
	color: #ffffff;
	background: #0077B5;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .in_icon {
	border: 1px solid #262223;
	color: #262223;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .in_icon:hover {
	color: #ffffff;
	background: #262223;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content {
	padding-top: 40px;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content p {
	margin-bottom: 10px;
	font-weight: 400;
	color: #000000;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content p span
  {
	font-weight: 600;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content p:last-child {
	margin-bottom: 0;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 15px 0 20px;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .quite_speech {
	padding: 25px 0px;
	font-size: 20px;
	font-style: italic;
	position: relative;
	line-height: 30px;
	color: #333146;
	padding-left: 40px;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .quite_speech i {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 55px;
	opacity: 0.5;
	color: #ff5a2c;
	transform: translateY(-50%);
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .banner {
	padding: 20px 0;
	text-align: center;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .banner p {
	color: #ff5a2c;
	font-size: 14px;
	padding-top: 15px;
	font-weight: 500px;
	font-family: "Rubik", sans-serif;
  }
  .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .banner p span {
	font-weight: 600 !important;
	color: #333146 !important;
  }
  
  
 
  .blog_wrapper .blog_wrapper_right {
	padding-left: 50px;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .items-title .title {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
	padding-left: 80px;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .items-title .title:before {
	position: absolute;
	content: "";
	background: #333146;
	height: 3px;
	width: 50px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .widget_single {
	margin-bottom: 55px;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .widget_single:last-child {
	margin-bottom: 0;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box {
	background: linear-gradient(65deg, #00BCD4 0%, #3F51B5 100%);
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
	border-radius: 10px;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .form_title {
	margin-bottom: 40px;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .form_title h2 {
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 0;
	font-weight: 700;
	position: relative;
	color: #ffffff;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .form_title p {
	padding-top: 15px;
	font-size: 12px;
	color: #ffffff;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .form_title p span {
	color: #ff5a2c;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form {
	padding: 0;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group {
	margin-bottom: 20px;
	position: relative;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group label {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group label i:before {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input,
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea {
	position: relative;
	background: transparent;
	border-bottom: 1px solid #ebebeb;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
	height: 50px;
	padding: 10px 15px 10px 40px;
	transition: all 0.5s ease 0s;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input:focus,
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea:focus {
	border-color: #ff5a2c;
	outline: none;
	box-shadow: none;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input::-webkit-input-placeholder,
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.8;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input::-moz-placeholder,
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.8;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input::-ms-input-placeholder,
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea::-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.8;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input::-moz-placeholder,
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea::-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.8;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .register-btn-box {
	padding-top: 20px;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .register-btn-box .register-btn {
	background: #ff5a2c;
	color: white;
	padding: 0 50px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .register-btn-box .register-btn:hover {
	background: #ff5a2c;
	color: #ffffff;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post {
	display: flex;
	border-radius: 0px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	margin-bottom: 40px;
	align-items: center;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 40px;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post:last-child {
	margin-bottom: 0;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .recent_img {
	width: 25%;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title {
	width: 75%;
	padding-left: 15px;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title a {
	font-weight: 600;
	line-height: 24px;
	color: #333146;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title a:hover {
	color: #ff5a2c;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title .post-date {
	margin-top: 8px;
  }
  .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title .post-date span {
	font-weight: 400;
	font-size: 12px;
	color: #6a7a83;
	font-family: "Rubik", sans-serif;
  }
  .blog_wrapper .blog_post_content h6
  {
	font-weight: 600;
	font-size: 18px;
	color: #111111;
	margin-bottom: 20px;
  }
  .blog_wrapper .blog_post_content .list-three span 
  {
	  padding-right: 10px;
  }
  .blog_wrapper .blog_post_content .stand-list
  {
	  padding:20px 0px 10px;
	  border-bottom:  2px solid #ececec;
  }
  .blog_wrapper .blog_post_content .stand-list h5
  {
	font-weight: 600;
	font-size: 17px;
	color: #111111;
	margin-bottom: 20px;
	margin-bottom: 10px;
  }
  .blog_wrapper .blog_post_content .list-three p
  {
	  margin-bottom: 0px;
  }

  .work-process {
    width: 100%; 
    background-image: url(../images/header/header-25.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    
}
.work-process .overlay {
    background: rgba(14, 27, 62, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.work-process .content-process {
        z-index: 10;
    position: relative;
    margin-bottom: -100px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    margin-right: 0;
    margin-left: 0;
    border-radius: 5px;
    overflow: hidden;
}
.work-process .item-process {
    padding: 50px 30px;
    background: #FFF;
    position: relative;
    text-align: left;
    border: 1px solid #f1f1f1;
}
.work-process .item-process .number-work {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 45px;
    font-weight: 600;
    color: #ff6119;
}
.work-process .item-process h3 {
    color: #666;
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .20px;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 30px
}
.work-process .item-process h4 {
    color: #02185a;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 25px
}

.work-process .item-process .line-process {
    color: #02185a;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.work-process .item-process p {
    margin-bottom: 0;
    line-height: 24px;
}


.info-standard-one
{
	padding: 90px 0px 10px;
}
.info-standard-one .info-box-standard 
{
	text-align: center;
	margin-bottom: 30px;
}
.info-standard-one .info-box-image
{
	margin: 0 auto 20px;
    border-radius: 0;
	position: relative;
}
.info-standard-one .info-box-image .utouch-icon
{
	width: 70px;
	height: 70px;
}
.info-standard-one .info-box-image .cloud {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: -1;
	width: 200px;
}
.info-standard-one .info-box-content .h5
{
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 700;
	color: #273f5b;
	letter-spacing: 0.02em;
}
.info-standard-one .info-box-text
{
	margin-top: 10px;
}

.services-standard-one
{
	background-image: url('../img/bg/clouds13.webp');
	background-position: center;
	padding: 50px 0 50px;
	background-size: cover;
	position: relative;
}
.services-standard-one .services-standard-one-pt
{
	padding-top: 40px;
}
.services-standard-one .servicse-feature-box
{
	padding: 30px 10px 30px;
}
.services-standard-one .servicse-feature-box:hover .services-feature-img-box
{
	background-color: #ffc107;
	border-color:  #0062cc;
	transform: translateY(-10px);
}
.services-standard-one .services-feature-img-box
{
	background-color: #0062cc;
	position: relative;
	width: 120px;
    height: 120px;
    border-radius: 30% 70% 70% 30% / 30% 58% 42% 70%;
    -webkit-border-radius: 30% 70% 70% 30% / 30% 58% 42% 70%;
	-moz-border-radius: 30% 70% 70% 30% / 30% 58% 42% 70%;
	border-right: 8px solid #ffc107;
	-webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.services-standard-one .services-feature-img-box img
{
	position: relative;
	z-index: 1;
	height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.services-standard-one .services-feature-content
{
	padding-top: 20px;
}
.services-standard-one .services-feature-content h4 a
{
	font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    color:  #02185a !important;
	letter-spacing: 0.02em;

}
.services-standard-one .services-feature-content h4
{
	margin-bottom: 10px;
}
.btn-read-more {
    position: relative;
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-bottom: 2px;
    color: #02185a;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 700;
    display: inline-block;
    width: auto;
    margin-top: 17px;
}
.btn-read-more:active,
.btn-read-more:focus {
    color: #02185a;
}
.btn-read-more:hover::before {
    left: 0;
    width: 100%;
    right: auto;
}
.btn-read-more::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #ffc107;
    z-index: 1;
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;   
}
.btn-read-more::after {
    clear: both;
    display: block;
    width: 100%;
    width: 100%;
    background-color: #d6d6d6;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
.btn-read-more .text-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-read-more:hover .text-btn {
    position: relative;
    left: 0px;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    transform: translateX(4px);
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-read-more:hover {
    color: #ffc107;
}
.btn-read-more:hover  i {
    opacity: 0;
}
.btn-read-more i {
    font-size: 16px;
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0;
    right: -2px;
}

.why-standard-one
{
	background-image: url('../images/bg/clouds16.png');
  background-position: center;
  padding: 50px 0 50px;
	background-size: cover;
	position: relative;
}
.why-standard-one .why-feature-box
{
	padding: 30px 10px 30px;
}
.why-standard-one .why-feature-box .why-feature-img-box
{
	position: absolute;
	width: 100px;
    height: 100px;
    line-height: 140px;
    background-color: #fff;
    box-shadow: 1px 1px 1px 3px rgb(255 235 59 / 74%);
    border-radius: 100%;
}
.why-standard-one .why-feature-box .why-feature-img-box img
{
	height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.why-standard-one .why-feature-box .why-feature-content
{
	padding-left: 120px;
}
.why-standard-one .why-feature-box .why-feature-content h4
{
	font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    color:  #02185a !important;
	letter-spacing: 0.02em;
	margin-bottom: 5px;
}

.blogs-stnad
{
	padding-top: 30px;
}
.products-section
{
  padding: 50px 0 50px;
  background-color: #ffffff;
}
.products-section .product-item
{
  box-shadow: 0 0 10px #dddde3;
  margin: 15px 0px;
}
.products-section .product-img
{
  border-bottom: 2px solid #eeeeee;
  position: relative;
}
.products-section .product-img .overlay
{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition:  all 0.5s ease;
  opacity: 0;
}
.products-section .product-item:hover .product-img .overlay
{
  opacity: 1;
}
.products-section .product-img .overlay .btn
{
  margin: auto;
  transform: translateY(100px);
  transition:  all 0.5s ease;
}
.products-section .product-item:hover .product-img .overlay .btn
{
  transform: translateY(0px);
}
.products-section .product-img img
{
  width: 100%;
  display: block;
}
.products-section .product-content
{
  padding: 30px 30px;
  text-align: center;
}
.products-section .product-content .product-price
{
  margin: 15px 0 5px;
}
.products-section .product-content .product-price .new-price
{
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin: 0 5px;
}
.products-section .product-content .product-price .old-price
{
  font-size: 18px;
  display: inline-block;
  color: #959595;
  font-weight: 400;
}
.products-section .product-content .product-name,
.products-section .product-content .product-name a
{
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 26px;
  margin: 0;
  padding-bottom: 20px;
}
.products-section .owl-carousel .owl-nav 
{
  text-align: center;
  margin-top: 30px;
}
.products-section .owl-carousel .owl-nav button.owl-next:focus, 
.products-section .owl-carousel .owl-nav button.owl-prev:focus 
{
  box-shadow: none;
  outline: none;
}
.products-section .owl-carousel .owl-nav button.owl-next, 
.products-section .owl-carousel .owl-nav button.owl-prev 
{
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 50%;
  color: #FFF;
  background-color: #056ee0;
  font-weight: 500;
  overflow: hidden;
}
.products-section .owl-carousel .owl-nav button.owl-next span, 
.products-section .owl-carousel .owl-nav button.owl-prev span
{
  font-size: 40px;
  margin-top: -10px;
  display: block;
  
}

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	font-size:17px;
	line-height:25px;
	color: #302a2a;
	font-weight:400;
	padding-left:25px;
	margin-bottom: 5px;
}
.list-style-one li a
{
	color: #302a2a;
}

.list-style-one li:before{
	content: "\f186";
	position:absolute;
	left: 0;
	top: 0px;
	display:block;
	font-size:14px;
	line-height: 25px;
	padding: 0px;
	color:#df6512;
	font-weight:600;
	font-family: "Flaticon";
}

.list-style-one li a:hover{
	color: #44bce2;
}


.sidebar-contact {
    position: fixed;
    top: 60%;
    right: -300px;
    transform: translateY(-50%);
    width: 300px;
	height: auto;
	padding:20px;
	background-color: #09a2ea;
	color: #fff !important;
    transition: 1s;
    z-index: 1000 !important;
    
  }
  .sidebar-contact .text
  {
	  color: #fff !important;
  }
  .sidebar-contact.active {
    right: 0px;
  }
  .sidebar-contact input {
    border: 2px solid #ddd;
    margin-bottom: -14px;
    text-align: left !important;
  }
  .sidebar-contact button {
	background-color: #ddd;
	color: #111 !important;
  }

  .toggle {
    position: absolute;
    width: 48px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    top: 0;
	left: -58px;
    border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border: 2px solid #0048a0;
  }

  .toggle img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 15px;
    padding-bottom: 5px;
  }


  .box-shadow2
{
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.07);
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.07);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.07);

}
.management-team
{
	padding: 30px 0px 30px;
}
.expert-team-area
{
	margin:20px 0px 50px;
}
.expert-team-area .single-team {
position: relative;
overflow: hidden;
margin: 30px 15px;
}

.expert-team-area .single-team:before {
content: "";
position: absolute;
left: 170%;
z-index: 1;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.2);
-webkit-transform: skewX(45deg);
	  transform: skewX(45deg);
-webkit-transition: .8s;
transition: .8s;
}

.expert-team-area .single-team img {
width: 100%;
height: 100%;
/* -webkit-filter: grayscale(100%);
	  filter: grayscale(100%); */
-webkit-transition: 1s;
transition: 1s;
}

.expert-team-area .single-team .team-content {
position: absolute;
background: #337ab7c9;
width: 100%;
bottom: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-transform: perspective(300px) rotateX(90deg);
	  transform: perspective(300px) rotateX(90deg);
-webkit-transform-origin: bottom;
	  transform-origin: bottom;
text-align: center;
padding: 10px;
}

.expert-team-area .single-team .team-content h3 {
margin: 0;
color: #ffffff;
}

.expert-team-area .single-team .team-content span {
color: #ffffff;
font-size: 13px;
}

.expert-team-area .single-team ul {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
list-style: none;
}

.expert-team-area .single-team ul li {
background: #337ab7c9;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
border-bottom: 1px solid #337ab7c9;
-webkit-transform: perspective(1000px) rotateY(90deg);
	  transform: perspective(1000px) rotateY(90deg);
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-transform-origin: left;
	  transform-origin: left;
}

.expert-team-area .single-team ul li:hover {
background-color: #1363a7;
}

.expert-team-area .single-team ul li a {
color: #ffffff;
}

.expert-team-area .single-team ul li:nth-child(1) {
-webkit-transition-delay: .2s;
	  transition-delay: .2s;
}

.expert-team-area .single-team ul li:nth-child(2) {
-webkit-transition-delay: .4s;
	  transition-delay: .4s;
}

.expert-team-area .single-team ul li:nth-child(3) {
-webkit-transition-delay: .6s;
	  transition-delay: .6s;
}

.expert-team-area .single-team ul li:nth-child(4) {
-webkit-transition-delay: .8s;
	  transition-delay: .8s;
}

.expert-team-area:hover:before {
left: -170%;
-webkit-transition-delay: .8s;
	  transition-delay: .8s;
}

.expert-team-area:hover img {
-webkit-filter: grayscale(0);
	  filter: grayscale(0);
-webkit-transform: scale(1.2);
	  transform: scale(1.2);
}

.expert-team-area:hover .team-content {
-webkit-transform: perspective(300px) rotateX(0deg);
	  transform: perspective(300px) rotateX(0deg);
}

.expert-team-area:hover ul li {
-webkit-transform: rotateX(0deg);
	  transform: rotateX(0deg);
}
.expert-team-area .single-team .team-heading
{
padding-bottom: 10px;
border-bottom: 1px solid #598bc8;
}
.expert-team-area .single-team .team-heading h3
{

font-size: 25px;
font-weight: 600;
color: #020e28;
line-height: 1.2em;
padding-bottom: 5px;
text-transform: uppercase;
}
.expert-team-area:hover .single-team .team-heading h3
{
color: #1363a7;
}

.expert-team-area .single-team .team-heading h6
{

font-size: 18px;
font-weight: 600;
color: #020e28;
line-height: 1.2em;
text-transform: uppercase;
}
.expert-team-area .single-team .team-intro
{
padding-top: 20px;
}
.expert-team-area .single-team .team-intro p
{
position: relative;
line-height: 1.8em;
font-family: 'Rubik', sans-serif;
color: #111111 !important;
font-size: 16px;
}

.services-one .content-item .content h4
{
	font-weight: 600;
	padding: 20px 0px;
}
.services-one .content-item .content ul li span
{
	padding-right: 5px;
	color: #0048a0;
}


