@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

a {
    transition: 0.5s;
    outline-style: none;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}
section {
    display: block;
    float: left;
    width: 100%;
}

.default_btn 
{
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    line-height: 1.5;
    padding: 13px 25px 12px 55px;
    position: relative;
    color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
    font-size: 14.5px;
    font-weight: 700;
    background-color: #ff576a;
    border-color: #ff576a !important;
}
.default_btn .icon-arrow.before {
    left: 20px;
    position: absolute;
    transform-origin: left center;
}
.default_btn .label {
    padding-left: 5px !important;
    padding-right: 10px !important;
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.default_btn .icon-arrow.after {
    opacity: 0;
    position: absolute;
    right: 20px;
    -webkit-transform: translateX(75%) scaleX(0.1);
    transform: translateX(75%) scaleX(0.1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.default_btn .icon-arrow {
    color: #ffffff !important;
    top: 11px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 25px;
}
.default_btn:hover {
    border-color: #293345 !important;
    background-color: #293345;
    color: #fff;
}
.default_btn:hover .icon-arrow.before, .default_btn:focus .icon-arrow.before {
    opacity: 0;
    -webkit-transform: translateX(-75%) scaleX(0.1);
    transform: translateX(-75%) scaleX(0.1);
}
.default_btn:hover .label, .default_btn:focus .label {
    -webkit-transform: translateX(-32px);
    transform: translateX(-32px);
}
.default_btn:hover .icon-arrow.after, .default_btn:focus .icon-arrow.after {
    opacity: 1;
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
}
.default_btn .icon-arrow.before {
    left: 20px;
    position: absolute;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}



.default_btn2
{
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    line-height: 1.5;
    padding: 13px 25px 12px 55px;
    position: relative;
    color: #000;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
    font-size: 14.5px;
    font-weight: 700;
    background-color: #fff;
    border-color: #fff !important;
}
.default_btn2 .icon-arrow.before {
    left: 20px;
    position: absolute;
    transform-origin: left center;
}
.default_btn2 .label {
    padding-left: 5px !important;
    padding-right: 10px !important;
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.default_btn2 .icon-arrow.after {
    opacity: 0;
    position: absolute;
    right: 20px;
    -webkit-transform: translateX(75%) scaleX(0.1);
    transform: translateX(75%) scaleX(0.1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.default_btn2 .icon-arrow {
    color: #000 !important;
    top: 11px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 25px;
}
.default_btn2:hover .icon-arrow {
    color: #fff !important;
}
.default_btn2:hover {
    border-color: #293345 !important;
    background-color: #293345;
    color: #fff;
}
.default_btn2:hover .icon-arrow.before, .default_btn2:focus .icon-arrow.before {
    opacity: 0;
    -webkit-transform: translateX(-75%) scaleX(0.1);
    transform: translateX(-75%) scaleX(0.1);
    color: #fff !important;
}
.default_btn2:hover .label, .default_btn2:focus .label {
    -webkit-transform: translateX(-32px);
    transform: translateX(-32px);
}
.default_btn2:hover .icon-arrow.after, .default_btn2:focus .icon-arrow.after {
    opacity: 1;
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
}
.default_btn2 .icon-arrow.before {
    left: 20px;
    position: absolute;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.button1
{
    display: inline-block;
    vertical-align: top;
    width: auto;
    background: #1A1A2A;
    font-size: 16px;
    border-radius: 30px;
    padding: 12px 35px;
    color: #fff;
    font-weight: 700;
    position: relative;
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.button1 span
{
    position: relative;
    z-index: 1;
}
.button1::after
{
    position: absolute;
    z-index: 0;
    content: '';
    width: 50px;
    top: 8px;
    right: 10px;
    bottom: 8px;
    border-radius: 20px;
    background: #0857F7;
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.button1:hover
{
    color: #fff;
}
.button1:hover::after
{
    margin-right: calc(100% - 70px);
}


.top_header
{
    background: #fff;
    padding: 4px 0;
    position: relative;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    z-index: 2;
}
.top_header .inner
{
    float: left;
    width: 100%;
    justify-content: space-between;
}
.top_header .inner .navbar-brand
{
    width: 120px;
}
.top_header .inner .navbar-brand img
{
    width: 100%;
}
.top_header .inner .navbar-nav
{
    font-size: 15px;   
}
.top_header .nav-link {
    display: block;
    padding: 10px  30px !important;
    font-weight: 500;
}
.top_header .active
{
    color: #0857F7 !important;
}
.top_header .navbar
{
    margin: 0;
    padding: 0;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}

.header_slider_section
{
    position: relative;
}

.home_banner_section
{
  background: #123E68;
  z-index: 1;
  position: relative;
}
.home_banner_section img
{
  display: block;
  float: left;
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.carousel-caption {
  position: absolute;
  bottom: inherit;
  color: #fff;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  z-index: 3;
}
.carousel-caption h5
{
  font-size: 45px;
  color: #fff;
}
.carousel-caption p
{
    margin-top: 15px;
    font-size: 15px;
}
.home_banner_section .carousel-item::after
{
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    width: 100%;
    bottom: 0;
    top: 0;
    background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);

}
.carousel-caption p
{
  font-size: 20px;
  color: #fff;
}


.white_but
{
  padding: 14px 40px;
  background: #fff;
  color: #000;
  font-weight: 700;
}
.white_but:hover
{
  background: #000;
  color: #fff;
}







footer
{
    display: block;
    float: left;
    width: 100%;
    background: linear-gradient(90deg, rgba(0,0,128,1) 0%, rgba(64,106,201,1) 100%);
    position: relative;
}
footer .container
{
    position: relative;
    z-index: 2;
}
footer::after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/footer_bg.png) left top no-repeat;
    height: 100%;
    width: 400px;
    background-size: cover;
    z-index: 1;
}
footer .top_pannel
{
    display: block;
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    justify-content: space-between;
    align-items: center;
}
.footer_top_left h2
{  
    font-size: 28px;
    color: #fff;
    font-weight: 500;
}
.footer_top_left h2 span
{
    color: #36BCBC;
}
.footer_top_left p
{
    color: #fff;
}
.footer_top_right
{
    display: flex;
    align-items: center;
}
.footer_top_right .input_style
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: none;
    padding: 0 15px;
    color: #fff;
    margin: 0 10px;
}
.footer_top_right .input_style::placeholder
{
    color: #fff;
}
.footer_top_right .submit_style
{
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: #FFFFFF;
    padding: 0 15px;
    color: #000000;
    transition: all .5s ;
	transition-timing-function:ease-out;
    font-weight: 500;
}
.footer_top_right .submit_style:hover
{
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.button2
{
    display: inline-block;
    vertical-align: top;
    width: auto;
    background: #fff;
    font-size: 16px;
    border-radius: 30px;
    padding: 14px 35px;
    color: #010101;
    font-weight: 700;
    position: relative;
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.button2 span
{
    position: relative;
    z-index: 1;
}
.button2::after
{
    position: absolute;
    z-index: 0;
    content: '';
    width: 50px;
    top: 8px;
    right: 10px;
    bottom: 8px;
    border-radius: 20px;
    background: #0857F7;
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.button2:hover
{
    color: #010101;
}
.button2:hover::after
{
    margin-right: calc(100% - 70px);
}
.footer_middle
{
    display: block;
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.footer_box1
{
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
    color: #fff;
}
.footer_box1 h2
{
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}
.footer_box1 ul
{
    padding: 0;
    list-style-type: none;
}
.footer_box1 ul li
{
    margin-bottom: 10px;
    color: #fff;
}
.footer_box1 ul li a
{
    color: #fff;
}
.footer_box1 ul li a:hover
{
    color: #36BCBC;
}
.footer_box1 p
{
    color: #fff;
}
.footer_box1 h3
{
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
}
.footer_box1 h3 img
{
    width: 30px;
}
.footer_box1 p img
{
    width: 30px;
    margin: 15px 2px 0 0;
}
.footer_bottom
{
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0;
}
.footer_bottom p
{
    color: #fff;
}

.count_section
{
    display: block;
    float: left;
    width: 100%;
    background: url(../images/count_section_bg.jpg) center no-repeat;
    background-size: cover;
    padding: 25px 0;
    text-align: center;
    color: #fff;
}
.count_section h2
{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.count_section p
{
    color: #fff; 
    font-size: 22px;  
}
.count_section .col
{
    border-right: 1px solid rgba(255, 255, 255, 0.44);
    margin: 20px auto;
}
.count_section .col:last-child
{
    border-right: none;
}
.contact_section
{
    padding: 60px 0;
}
.contact_heading
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.contact_heading h2
{
    font-weight: 600;
}

.contact_body_inner
{
    display: block;
    float: left;
    width: 100%;
    background: url(./../images/contact_body_bg.png) top left no-repeat;
}
.contact_box1
{
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
    position: relative;
    padding-left: 35px;
}
.contact_box1 h2
{
    font-size: 20px;
    font-weight: 500;
}
.contact_box1 i
{
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #0857F7;
}
.social_section
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.social_section a
{
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #0857F7;
    color: #fff;
    text-align: center;
    line-height: 48px;
}
.social_section a:hover
{
    background: #000;
    color: #fff;
}
.contact_form
{
    display: block;
    float: left;
    width: 100%;
}

.contact_form .form-control
{
    height: 50px;
	    font-family: 'Kumbh Sans', sans-serif;
	font-size:15px;
    border-radius: 0.25rem !important;
}
.contact_form  .form-control-textarea
{
    height: 120px;
}
.contact_form textarea
{
	min-height:250px;
}
.contact_body_inner
{
    display: block;
    float: left;
    width: 100%;
}
.contact_map_seation
{
    display: block;
    float: left;
    width: 100%;
}
.contact_map_seation iframe
{
    float: left;
    width: 100%;
    height: 300px;
    margin-top: 40px;
}

.project_section
{
    padding: 60px 0;
    background: url(../images/project_bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.project_box1
{
    display: block;
    float: left;
    width: 100%;
    background: #FFF;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
}
.project_box1 .img_area
{
    display: block;
    float: left;
    width: 100%;  
    overflow: hidden; 
}
.project_box1 .img_area img
{
    float: left;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.project_box1:hover .img_area img
{
    transform: scale(1.1);
}
.project_box1 .text_area
{
    display: block;
    float: left;
    width: 100%; 
    padding: 15px 15px;
    text-align: center;  
}
.project_box1 .text_area p
{
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.project_slider_section
{
    display: block;
    float: left;
    width: 100%;
}
.project_slider_section .owl-nav {
    text-align: center;
    margin-top: 20px;
}
.project_slider_section .owl-prev {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #000 !important;
    color: #fff !important;
    border-radius: 10px !important;
    margin: 0 5px;
    font-weight: 700 !important;
    transition: all .5s;
    transition-timing-function: ease-out;

}

.project_slider_section .owl-prev:hover {
    background: #fff !important;
    color: #000 !important;
}

.project_slider_section .owl-next {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #000 !important;
    color: #fff !important;
    border-radius: 10px !important;
    margin: 0 5px;
    font-weight: 700 !important;
    transition: all .5s;
    transition-timing-function: ease-out;

}

.project_slider_section .owl-next:hover {
    background: #fff !important;
    color: #000 !important;
}
.project_slider_section .owl-item
{
    padding: 20px 10px;
}
.owl-dots
{
    text-align: center;
}
.owl-dot
{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 3px solid #BCBCBC !important;
    margin: 0 2px;
    text-align: center;
}
.owl-dots .active
{
    background: #FF4A17 !important;
    border: 3px solid #FF4A17 !important;
}
.page_deading
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}
.page_deading h2
{
    color: #fff;
}
.page_deading p
{
    color: #fff;
    margin-top: 10px;
}
.page_deading2
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}
.page_deading2 h2
{
    color: #000;
}



.testimonial_section
{
    background: url(./../images/testimonials_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.testimonial_box1
{
    display: block;
    float: left;
    width: 100%;
    align-items: center;
    margin: 15px 0;
	background: #F0F0F0;
	padding: 15px 20px;
	border-radius:15px;
	position:relative;
}
.about_testimonial_box
{
	background:#F3F3F3;
}
.testimonial_box1 .top
{
	display:flex;
	float:left;
	width:100%;
	margin-bottom:5px;
	align-items: center;
}
.testimonial_box1 .img_area
{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 100%;
    flex: 50px 0 0;
	margin-right:20px;
}
.testimonial_box1 .img_area img
{
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}
.testimonial_box1 .text_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 12px;
}
.testimonial_box1 .star
{
	position:absolute;
	top:15px;
	right:15px;
	color:#FF9500;
	font-size:13px;
}
.testimonial_box1 .text_area p
{
    margin-bottom: 10px;
}
.testimonial_icon
{
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: url(./../images/testimonials_icon.svg) center center;
    background-size: cover;
    border-radius: 100%;
    top: 0;
    right: -15px;
}
.testimonial_slider_section
{
    display: block;
    float: left;
    width: 100%;
}
.testimonial_slider_section .owl-nav {
    text-align: center;
    margin-top: 20px;
}
.testimonial_slider_section .owl-prev {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #0857F7 !important;
    color: #fff !important;
    border-radius: 10px !important;
    margin: 0 5px;
    font-weight: 700 !important;
    transition: all .5s;
    transition-timing-function: ease-out;

}

.testimonial_slider_section .owl-prev:hover {
    background: #000 !important;
    color: #fff !important;
}

.testimonial_slider_section .owl-next {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #0857F7 !important;
    color: #fff !important;
    border-radius: 10px !important;
    margin: 0 5px;
    font-weight: 700 !important;
    transition: all .5s;
    transition-timing-function: ease-out;

}

.testimonial_slider_section .owl-next:hover {
    background: #000 !important;
    color: #fff !important;
}

.about_section{
    padding: 60px 0;
    background: url(../images/about_bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.about_img_area
{
    display: block;
    float: left;
    width: 100%;
}
.about_img_area img
{
    float: left;
    width: 100%;
}
.about_text_area
{
    display: block;
    float: left;
    width: 100%;
}
.about_text_area h5
{
    color: #0857F7;
}
.about_text_area h2
{
    margin-top: 5px;
}
.about_text_area h6
{
    margin-top: 10px;
    font-weight: 500;
}
.about_text_area p
{
    margin-top: 15px;
}
.about_text_area a
{
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.about_text_area a i
{
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.about_text_area a:hover i
{
    margin-left: 10px;
}
.header_but
{
    margin-left: 20px;
}



.services_section
{
    padding: 60px 0;
    background: url(../images/services_bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.service_box1
{
    display: block;
    float: left;
    width: 100%;
}
.service_box1 .img_area
{
    display: block;
    float: left;
    width: 100%;  
    overflow: hidden; 
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.service_box1 .img_area img
{
    float: left;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.service_box1:hover .img_area img
{
    transform: scale(1.1);
}
.service_box1 .text_area
{
    display: flex;
    float: left;
    width: calc(100% - 40px);
    margin: -20px 20px 0 20px;
    padding: 10px 15px;
    text-align: center; 
    background: #FFF; 
    position: relative;
    z-index: 2;
    height: 70px;
    align-items: center;
    justify-content: center;
}
.service_box1 .text_area p
{
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.about_section2 {
    padding: 50px 0;
    background: #fff;
    background-size: cover;
}

.about_section2_box1 {
    display: flex;
    float: left;
    width: 100%;
    background: #F0F0F0;
    padding: 20px 20px;
    border-radius: 10px;
    align-items: center;
    margin: 15px 0;
    height: calc(100% - 30px);
}
.about_section2_box1 img {
    width: 80px;
    height: 80px;
    flex: 80px 0 0;
    object-fit: contain;
    object-position: center;
}
.about_section2_box1 .text_area {
    display: block;
    float: left;
    width: 100%;
    padding-left: 20px;
}
.about_section2_box1 .text_area h2 {
    font-size: 22px;
}
.about_section2_box1 .text_area p {
    font-size: 14px;
}
.service_boxes
{
    padding: 60px 0;
}




.service_box2
{
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 15px;
    padding: 40px 25px 30px 25px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.service_box2:hover
{
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.13);
}
.service_box2 .text_area
{
    display: block;
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}
.service_box2 .text_area h2
{
    font-size: 18px;
}
.service_box2 .text_area p
{
    margin-top: 25px;
    display: inline-block;
    vertical-align: top;
    min-height: 120px;
}
.service_box2 .text_area h3 a
{
    display: flex;
    width: 100%;
    font-size: 14px;
    align-items: center;
    color: #000;
}
.service_box2 .text_area h3 a i
{
    display: flex;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0857F7;
    filter: drop-shadow(0px 4px 22px rgba(0, 0, 0, 0.13));
    margin-left: 15px;
    font-size: 18px;
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.service_box2 .text_area h3 a:hover
{
    color: #0857F7;
}
.service_box2 .text_area h3 a:hover i
{
    background: #0857F7;
    color: #fff;
}
.service_box2 .icon
{
    display: flex;
    position: absolute;
    width: 150px;
    height: 150px;
    background: #0d6efd;
    border-radius: 100%;
    z-index: 1;
    bottom: 0;
    right: 0;
    margin: 0 -36px -36px 0;
}
.service_box2 .icon img
{
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center;
    margin: 30px 30px;
    filter: brightness(800%);
}


.service_details_section1 {
    padding: 60px 0;
}
.service_details_section1 .img_area
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.service_details_section1 .img_area img
{
    max-width: 100%;
}
.service_details_section1 .text_area
{
    display: block;
    float: left;
    width: 100%;
}
.service_details_section1 .text_area h2
{
    font-size: 28px;
}
.service_details_section1 .text_area p
{
    margin-top: 15px;
}

.service_details_section2 {
    padding: 0 0 60px 0;
}

.service_details_section2 .img_area
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.service_details_section2 .img_area img
{
    max-width: 100%;
}
.service_details_section2 .text_area
{
    display: block;
    float: left;
    width: 100%;
}
.service_details_section2 .text_area h2
{
    font-size: 28px;
}
.service_details_section2 .text_area p
{
    margin-top: 15px;
}
.service_details_section2 .text_area ul
{
    margin: 15px 0 0 0;
    padding: 0;
}
.service_details_section2 .text_area ul li
{
    position: relative;
    margin: 10px 0;
    list-style-type: none;
    padding-left: 35px;
}
.service_details_section2 .text_area ul li::before
{
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    width: 24px;
    height: 20px;
    background: url(../images/tick.svg) no-repeat;
}
.portfolio_seaction {
    padding: 60px 0;
}

.portfolio_left_area {
    display: block;
    float: left;
    width: 100%;
    position: sticky;
    top: 10px;
}
.portfolio_left_area ul
{
    list-style-type: none;
    padding: 0;
}
.portfolio_left_area ul li a
{
    float: left;
    width: 100%;
    padding: 15px 0 15px 60px;
    font-size: 18px;
    font-weight: bold;
    color: #7D7D7D;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}
.portfolio_left_area ul li a::after
{
    position: absolute;
    left: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: 'FontAwesome';
    content: '\f061';
    font-size: 20px;
    transform:translateY(-50%) rotate(45deg);
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.portfolio_left_area ul li a:hover
{
    color: #000;
    background: #D9D9D9;
}
.portfolio_left_area ul li a:hover::after
{
    transform:translateY(-50%) rotate(0deg);
    background: #000;
    color: #fff;
}
.our_portfolio_active a
{
    color: #000 !important;
    background: #D9D9D9 !important;   
}
.our_portfolio_active a::after
{
    transform:translateY(-50%) rotate(0deg) !important; 
    background: #000 !important;
    color: #fff !important;
}

.portfolio_boxes {
    display: block;
    float: left;
    width: 100%;
}


.project_details_section1
{
    display: block;
    float: left;
    width: 100%;
    padding: 50px 0;
}
.project_details_section1 .left_area
{
    display: block;
    float: left;
    width: 100%;
}
.project_details_section1 .left_area img
{
    float: left;
    width: 100%;
    border-radius: 10px;
}

.project_details_section1 .text_area
{
    display: block;
    float: left;
    width: 100%;
}
.project_details_section1 .text_area h4
{
    font-size: 25px;
}
.project_details_section1 .text_area p
{
    font-size: 16px;
    margin-top: 15px;
}
.project_details_section1 .but_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.project_details_section1 .but_area img
{
    margin:15px 10px 0 0;
}

.project_details_section2 {
    background:#F0F0F0;
    background-size: cover;
    padding: 60px 0;
}
.project_details_section2 h2
{
    font-size: 22px;
}

.expertise_details_section1_left {
    float: left;
    width: 100%;
    height: calc(100% - 30px);
    border-right: 1px solid #C5C5C5;
    padding-right: 40px;
}
.expertise_details_section1_left ul {
    margin: 22px 0 0 0;
    padding-left: 0;
    list-style-type: none;
}
.expertise_details_section1_left ul li {
    font-size: 18px;
    margin-top: 15px;
    position: relative;
    padding-left: 40px;
    font-weight: 500;
}
.expertise_details_section1_left ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #0d6efd;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: 'FontAwesome';
    content: '\f00c';
    font-size: 15px;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.expertise_details_section1_right {
    float: left;
    width: 100%;
    height: calc(100% - 30px);
    padding-left: 40px;
}
.technology_stack_logo {
    display: block;
    float: left;
    width: 100%;
    margin-top: 35px;
}
.technology_stack_logo img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    object-position: center;
    margin: 0 25px 25px 0;
}
.link_section {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.link_section img {
    margin: 10px 10px 0 0;
}
.contact2
{
    display: flex;
    align-items: center;
    width: 100%;
}
.blog_box
{
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
    position: relative;
}
.blog_box img
{
    float: left;
    width: 100%;
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}
.bldt
{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 15px;
    background: #0857F7;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 6px 15px;
}
.blog_cont
{
    display: block;
    float: left;
    width: 100%; 
    margin-top: 15px;  
}
.blog_cont h3{
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.blog_cont p{
    font-size: 15px;
    color: #212529;
}
.read
{
    font-weight: bold;
}
.read a
{
    color: #0857F7 !important;
}
.read a:hover
{
    color: #000 !important;
}
.wp-pagenavi
{
    display: flex;
    float: left;
    width: 100%;
    margin-top: 20px;
    justify-content: flex-end;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 3px 10px !important;
    color: #000;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
   color: #fff;
    background: #0857F7 !important;
}