body{
    overflow-x: hidden !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

html{
    scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

.main-font{font-family: 'Open Sans', sans-serif;}
.alt-font{font-family: 'Open Sans', sans-serif;}
.leater-space {letter-spacing: 1px;}
.color-black {color: #384141;}
.color-blue {color: #21c2c2;}
.color-red{color:#b8172f;}



/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}


/*Button*/
.btn {
	display:inline-block;
	border:2px solid transparent;
	letter-spacing: .5px;
	line-height: inherit;
	border-radius: 0;
	text-transform:capitalize;
	width: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	transition-duration: 0.3s !important;
	transition-timing-function: ease-in-out!important;
}
.btn.button {
	font-size: 14px !important;
	font-weight: 600;
	color: #202020;
	padding: 9px 27px !important;
	line-height: 1.8em !important;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.btn.white-btn {
	background: transparent;
	border-color: #fff;
	color: #fff;
}
.btn.red-btn {
	background: #fff;
	border-color: #a60317;
	color: #a60317;
}
.center-button {
	text-align: center;
}
/*Button hover*/
.btn.btn-hvr-white:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000000;
}
.btn.btn-hvr-red:hover {
	background-color: #a60317;
	border-color: #a60317;
	color: #fff;
}
/* button size */
.btn.btn-very-small {font-size:9px; padding: 1px 17px; line-height: 22px;}
.btn.btn-small {font-size:11px; padding: 4px 24px;}
.btn.btn-medium {font-size:12px; padding: 6px 25px 5px;}
.btn.btn-large {font-size:13px; padding: 9px 34px; line-height: 25px}
.btn.btn-extra-large {font-size:15px; padding: 12px 40px 13px;  line-height: 25px}
.btn-dual .btn {margin: 0 10px; }
.btn i {margin-left: 6px; vertical-align: middle; position: relative; top:-1px}

.btn.btn-black {background:#000000; border-color: #000000; color: #fff; font-size: 15px;}
.btn.btn-black:hover, .btn.btn-black:focus {background: transparent; color: #000; font-size: 15px;}
.btn.btn-pak {background-color: #439f76; border-color: #FFFFFF; color:#FFFFFF; font-size: 15px;}
.btn.btn-pak:hover, .btn.btn-pak:focus {background-color: #FFFFFF;border-color: #439f76; color: #439f76;font-size: 15px;  }
.btn.btn-sky {background-color: #384141; border-color: #FFFFFF; color:#FFFFFF; font-size: 15px;}
.btn.btn-sky:hover, .btn.btn-sky:focus {background-color: #FFFFFF; border-color: #384141; color: #384141;font-size: 15px;  }
.btn.btn-pink {background-color: #e23939; border-color: #FFFFFF; color:#FFFFFF; font-size: 15px;}
.btn.btn-pink:hover, .btn.btn-pink:focus {background-color: #FFFFFF; border-color: #e23939; color: #e23939;font-size: 15px;  }
.btn.btn-green {background-color: #53be53; border-color: #53be53; color:#FFFFFF; font-size: 15px;}
.btn.btn-green:hover, .btn.btn-green:focus {background: transparent; color: #53be53;font-size: 15px;}
.btn.btn-blackish {background:#384141; border-color: #384141; color: #fff;font-size: 15px;}
.btn.btn-blackish:hover, .btn.btn-black:focus {background: transparent; color: #384141;font-size: 15px;}
.btn.btn-blue {background:#24c4f4; border-color: #24c4f4; color: #fff;font-size: 15px; transition: .5s !important;}
.btn.btn-blue:hover, .btn.btn-black:focus {background: transparent; color: #24c4f4 !important;font-size: 15px; transition: .5s !important;}
.btn.btn-red {background:#d81732; color: #fff;font-size: 15px; transition: .5s !important;}
.btn.btn-red:hover, .btn.btn-black:focus {background: #000000; color: #FFFFFF !important; font-size: 15px; transition: .5s !important;}
.btn.btn-green-blue {background:#53be53; border-color: #53be53; color: #fff;font-size: 15px;}
.btn.btn-green-blue:hover, .btn.btn-green-blue:focus {background-color: #24c4f4; border-color: #24c4f4; color: #FFFFFF;font-size: 15px;}

/* button rounded */
.btn.btn-rounded {border-radius: 50px}
.btn.btn-rounded.btn-very-small {padding: 2px 23px 1px;}
.btn.btn-rounded.btn-small {padding: 5px 29px;}
.btn.btn-rounded.btn-medium {padding: 6px 32px;}
.btn.btn-rounded.btn-large {padding: 9px 38px;}
.btn.btn-rounded.btn-extra-large {padding: 12px 45px 13px;}


.button.btnsection {
    font-size: 14px;
    position: relative;
	color: #000000;
	display: block;
	margin:10px 0px;
}

.button.btnsection i {
    font-size: 16px;
    padding: 0px;
    transition: .5s ease;
    margin-right: 5px;
	position:relative;
	top:2px;
}

.button.btnsection:hover {
    color: #B9B9B9;
}

/* Background color */
.bg-red {background-color: #d43030;}
.bg-white {color: #ffffff;}
.bg-black{background: #202020;}
.bg-green{background: #c8d41e;}
.bg-grey{background: #e5e5e5;}

/* Text color */
.text-red {color: #d43030;}
.text-black{color: #202020;}
.text-white{color: #ffffff;}

/* Text color */
.text-blue {color: #0061d4;}
.text-yellow {color: #d2d400;}
.text-pink {color: #ad227a;}
.text-orange {color: #de6605;}
.text-black{color: #040608;}
.text-white{color: #ffffff;}

a{text-decoration: none}
body {
    overflow: hidden;
    overflow-y: visible;
}

.red-and-black-btn{font-size: 12px;font-family: 'Open Sans', sans-serif;padding: 7px 35px;;color:#ffffff;;font-weight: 500;background-color:#d81732;border:1px solid transparent;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important; cursor: pointer}
.red-and-black-btn:hover{color: #ffffff !important; ;background-color:#000000 !important; border: 1px solid transparent;}

.red-and-white-btn{font-size: 12px;font-family: 'Open Sans', sans-serif;padding: 7px 35px;;color:#ffffff;;font-weight: 500;background-color:#d81732;border:1px solid transparent;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important; cursor: pointer}
.red-and-white-btn:hover{color:#d81732 !important; ;background-color:#FFFFFF !important; border: 1px solid transparent;}



.text-white a {
	color: #ffffff;
	text-decoration: underline;
}
.text-white a:hover {
	color: #ffffff;
	text-decoration: none;
}


.font-weight-300{
   font-weight: 300;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-700{
    font-weight: 700;
}

.margin-b-50{
    margin-bottom: 50px;
}
.heading-area{
    width: 75%;
    margin: auto;
}
.heading-area .sub-heading{font-size: 22px;font-family: 'Open Sans', "sans-serif"; color:#e56375;font-weight:300;display:block;margin-bottom:10px}
.heading-area .heading{font-size: 55px;font-family: 'Open Sans', "sans-serif"; color:#000000;font-weight:500;display:block;margin-bottom:40px}
.heading-area .text{font-size: 16px;font-family: 'Open Sans', sans-serif;color:#000000;font-weight:300;display:block;}
.text{
    font-width: 300;
}

.h50{
	height:50vh;
}

/*-------------
    loader
 -------------*/


/*----------------------
    HELPER CLASS
 ----------------------*/

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.padding-top{
    padding-top: 120px;
}

.padding-bottom{
    padding-bottom: 120px;
}

.padding-top-half{
    padding-top: 70px;
}

.padding-bottom-half{
    padding-bottom: 70px;
}

.upper-case{
    text-transform: uppercase;
}

/* ===================================
            Header
====================================== */
header{
    position: absolute;
    left: -15px;
    top: 50px;
    z-index: 11111;
}
.navbar-brand{
    max-width: 130px;
	margin: -25px 70px -35px 35px;
	padding:0px;
}

.navbar{
    background: #ffffff;
    padding: 0;
    /*padding: 1rem 1rem;*/
}
.navbar-nav{
    align-items: center;
}

.header-appear .navbar-nav{
    margin-left: auto;
	height: 80px;
	
}
.navbar-expand-lg .navbar-nav a {
    padding-right: 2.5rem;
    color: #000000;
    transition: .5s ease;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.navbar-expand-lg .navbar-nav a:hover{
    color:#0097DC;
}

.navbar-expand-lg .navbar-nav .menu-item:last-child a{
    padding: 25px 30px;
}

.menu-item:last-child a {
    background-color:#d81732;
    transition: .5s ease;
    color: #FFFFFF !important;
}


.menu-item:last-child a:hover{
    opacity: 0.8;
}

.slider-social {
    display: flex;
    position: absolute;
    top: 100px;
    transform: translateY(-50%);
    right: 4%;
    z-index: 13;
}
.slider-social-fixed{
    position: fixed;
    top: 35px;
    right: 30px;
    z-index: 111111;
}
.slider-social-fixed ul{
	margin:0px;
}
.slider-social  a{
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    color: #000000;
    font-size: 16px;
    margin: 9px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.slider-social-fixed a{
    color: #000000;
}

.slider-social  a:hover{
    background-color:#000000;
    color: #FFFFFF;
}

.sidemenu_btn{
    margin-top: 12px !important;
}

.sidemenu_btn i{
    font-size: 23px;
}

.slider-social li:last-child a{
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    color: #000000;
    font-size: 16px;
    margin: 9px;
    background-color: #d81732;
    border: 1px solid transparent;
}

.slider-social li:last-child a i{
   color: #FFFFFF;
}
.slider-social li:last-child a:hover{
    color: #FFFFFF;
    background-color: #000000;
}
.slider-social-fixed.slider-social  a:hover{
    background-color:#000000;
    color: #FFFFFF;
}

.lang-item {
	list-style: none;
}


/*HEADER APPEAR*/


header.header-appear{
	max-width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

header.header-appear .navbar-nav{
    margin-left: auto;
	height: 70px;
	
}

::-webkit-scrollbar {
  width: 0px;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*.sidemenu_btn{*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 100px;*/
/*}*/


.header-appear .navbar-brand {
    margin-left: 0 !important;
	margin:5px 70px 5px 0px;
	max-width: 60px;
}

.header-appear .navbar {
    background: #ffffff;
    padding: 0;
    /* padding: 1rem 1rem; */
}


.owl-carousel .owl-slide {
  	position: relative;
 	 height: 100vh;
  	background-color: lightgray;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.owl-prev {
    position: absolute;
    top: 50%;
    margin-left: 20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {color: #ffffff;font-size:40px;opacity:1;}
.owl-prev:hover i, .owl-next:hover i {color: #ffffff;font-size:40px;opacity:0.5;}



/* ===================================
    RECTANGLE
====================================== */

.project-section {
	position: relative;
}
.project-section .rectangle {
	bottom: 0;
	width: 320px;
	height: 400px;
	position: absolute;
	background-color: #0097DC;
	padding:30px 30px 0px 30px;
	z-index: 2;
}

.project-section .rectangle .project-text {
	position: relative;
}

.project-section .project-text h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}

.project-section .project-text p {
	font-size: 16px;
	color: #fff;
	padding-right: 0px;
	font-weight: 400;
}

/* ===================================
    ABOUT SECTION
====================================== */

.slider-area{
    padding:70px 0px;
	background: #000000;
}

.slider-image {
    position: relative;
    margin: 40px auto 0px auto;
}

.slider-image img {
    top: 0px;
    width: 100%;
    position: relative;
}

.slider-area{
    align-items: center;
    display: flex;
    position: relative;
}

.area-heading h3 {
    font-size: 30px;
	line-height: 1.5;
	color:#FFFFFF;
}

.area-heading p{
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
	color:#FFFFFF;
}

.author-skills .small-heading {
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0 18px 0;
}

.author-skills p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.about-media {
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
    transition: color .3s ease-out;
    z-index: 0;
    padding-top: 30px;
    padding-bottom: 50px;
}

.about-media::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateY(calc(100% - 0px));
    width: 100%;
    height: 100%;
    background: #202020;
    transition: transform .25s ease-out;
}

.about-media:hover::before {
    transform: translateY(0);
    transition: transform .25s ease-out;
}

.about-media .about-icon i{
    color: #ffffff;
    font-size: 55px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    margin-bottom: 8px;
}

.about-media:hover .about-icon i{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.author-skills {
	padding: 40px 15px;
}

/* ===================================
      About Section
====================================== */

.img-sec{
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
}

.about_img {
    padding: 2%;
    background-color: #f6f6f6;
    position: relative;
}

.about_img img{
    height: 100%;
    width: 100%;
}

.red_rectangle{
    position: absolute;
    width: 90%;
    height: 60%;
    bottom: 2%;
    left: 54%;
    transform: translateX(-50%);
    background-color: #d43030;
}

.about-heading .text-small{
    font-size: 20px;
}

.about-heading .heading{
    font-size: 48px;
    font-weight: bold;
}

.about-heading .info {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.4;
    opacity: .6;
    font-family: 'Open Sans', sans-serif;
}

.margin_heading{
    margin: 25px 0;
}

.video-play-button {
    height: 70px;
    width: 70px;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50px;
    border: 3px solid #18191d;
    border-radius: 50px;
    line-height: 77px;
    text-align: center;
    color: #ffffff;
    background: #18191d;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.video-play-button:hover {
    -o-animation: ripple 1.3s infinite;
    -webkit-animation: ripple 1.3s infinite;
    animation: ripple 1.3s infinite;
}

.video-play-button.slider-play-button {
    margin: 10px;
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

.video-play-button i {
    font-size: 30px;
}

@-webkit-keyframes ripple {
    70% {

        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }
    to {

        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}

@keyframes ripple {
    70% {

        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }
    to {

        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}


.about-sec{
    background-color: #18191d;
}
.about-details span{
    font-size: 20px;
    margin-bottom: 1rem;
}
.about-details h1{
    font-size: 55px;
    margin-bottom: 1rem;
}


.hr-line {
    width: 35px;
    height: 3px;
    background: #002e5b;
    display: block;
    margin: 0 auto;
    transition: 0.3s cubic-bezier(0.1,-0.8,0,2.2);
}
.about-box{
    margin-bottom:50px;
}
.about-box a {
    color: #000000;
}
.about-box a:hover {
    color: #686868;
}
.about-box.active .hr-line{
    width: 70px;
    background: #b8b8b8;
}
.about-box:hover .hr-line{
    width: 70px !important;
    background: #b8b8b8 !important;
}

.about-row:hover .about-box.active .hr-line{
    width: 35px;
    background: #002e5b;
}
.about-row .about-box.active span:before{
    color: #b8b8b8;
}

.about-row:hover .about-box.active span:before{
    color: #002e5b;
}

img.logocolorato {
	width:200px;
	margin-bottom:20px;
}



/* ===================================
   Blog
====================================== */


.our-blog{
    background-color: #18191d;
}

.blog-background{
    background-image: url("../img/blog.jpg");
    width: 100%;
    min-height: 300px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-data span{font-size: 20px;font-family: 'Open Sans', "sans-serif"; font-weight: 500;margin-bottom: 10px}
.blog-data h1{font-size: 55px;font-family: 'Open Sans', "sans-serif"; font-weight: 500;}
.blog-data p{ margin-top: 40px; margin-bottom: 40px; width: 75%; margin-left:auto; margin-right: auto}



/* ===================================
      Contact Section
====================================== */

.contact-sec {
	padding: 7.5rem 0;
}

.contact-sec .user-img{
    height: 180px;
    width: 180px;
    margin: auto;
    border-radius: 50%;
}

.contact-sec .user-name{
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #ffffff;
    font-family: 'Montserrat',sans-serif;
}

.contact-sec .user-designation{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin: 14px 0 10px 0;
}

.footer-social a {
    justify-content: center;
    height: 40px;
    line-height: 38px;
    width: 40px;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    transition: .3s ease;
}

.footer-social a:hover {
    background: #ffffff;
    color: #202020;
    transition: .3s ease;
}

.contact-sec .contact-form input{
    color: #000;
    font-size: 16px;
    height: auto;
    padding: 25px 0;
    background: transparent;
	margin: 0;
}

.contact-sec .contact-form input.btn.btn-black{
	background: #000000;
    border-color: #000000;
    color: #fff;
    font-size: 15px;
}
.contact-sec .contact-form input.btn.btn-black:hover{
	background: transparent;
    color: #000;
    font-size: 15px;	
}

.contact-sec .contact-form .privacy-box {
	margin-top: 15px;
	font-size: 14px;
    line-height: 1.6;
}

.contact-sec .contact-form .privacy-box p.privacy-text {
	margin-bottom: 10px;
}

.contact-sec .contact-form .privacy-box a {
	color: #000;
	text-decoration: underline;
}

.contact-sec .contact-form .privacy-box a:hover {
	text-decoration: none;
}
.contact-sec .contact-form .form-control{
    border: none;
    border-radius: 0;
    padding-left: 0;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000!important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000!important;
}

.contact-sec .contact-form .form-control:focus, .contact-sec .contact-form textarea:focus {
    box-shadow: none;
    border-bottom: 1px solid #040608;
}

.contact-sec .contact-form input::placeholder, .contact-sec .contact-form textarea::placeholder {
    color: #000;
    font-size: 14px;
}

.contact-sec .contact-form textarea{
    padding-top: 30px;
    height: 225px;
    color: #000;
    font-size: 16px;
    resize: none;
    background: transparent;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.contact_btn {
    font-size: 16px;
    font-weight: 600;
}

.grecaptcha-badge {
	display: none;
}
/* ===================================
   Scroll Top
====================================== */

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #202020;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #202020;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.go-top:hover, .go-top:focus {
    color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}


/* ===================================
       Google-Map
====================================== */

.google_map{
    overflow-x: hidden !important;
}

#map{
    overflow-x: hidden !important;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
    overflow-x: hidden !important;
}

.full-map{
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.map{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}



/* ===================================
   Footer
====================================== */

.footer {
    overflow-x: hidden;
    padding: 80px 0;
}

.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    text-decoration: none;
    color: #000000;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
    color: #000000;
}

.company-about{
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}

.company-about a{
    color: #000000;
}


/*Social Icon Hover Bg Hover */
.facebook_bg_hvr2:hover{color:#FFFFFF !important; background: #4267b2 !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.twitter_bg_hvr2:hover{color:#FFFFFF !important; background: #00a7e6; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.linkdin_bg_hvr2:hover{color:#FFFFFF !important; background: #1682ab; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.googleplus_bg_hvr2:hover{color:#FFFFFF !important; background: #d5463a; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.pintrest_bg_hvr2:hover{color:#FFFFFF !important; background: #c8232c; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.instagram_bg_hvr2:before{
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.instagram_bg_hvr2:hover{color:#FFFFFF !important; z-index: 999}
.instagram_bg_hvr2:hover:before{opacity: 1;visibility: visible;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}



/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 1032;
    height: 100vh;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.header-appear .side-menu {
	height: 100vh;	
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2b2b2b;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #2b2b2b;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
    display: inline-block;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .menu-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .menu-item:last-child a{
    color: red;
}

.side-nav .navbar-nav .menu-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .menu-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .menu-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .menu-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .menu-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .menu-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .menu-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .menu-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .menu-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .menu-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav a {
    display: inline-table;
    color: #2b2b2b;
    padding: 5px !important;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: normal;
    position: relative;
    border-radius: 0;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.side-nav .navbar-nav a::after{
    content: "";
    position: absolute;
    background: #d81732;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav a:hover::after,
.side-nav .navbar-nav a:focus::after,
.side-nav .navbar-nav a.active::after {
    width: 100%;
}
.side-nav .navbar-nav a.active {
    background: transparent;
}
.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.side-footer p{
    color: #2b2b2b;
}


.social-icons-simple li a {
    display: block;
    color: #2b2b2b;
    font-size: 1.4rem;
    height: 50px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.social-icons-simple li a:hover{
    background-color:#02aeb3;
}
.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}
.menu-item:last-child a {
	background-color: #f3912c; 
}
.slider-social li:last-child a {
	background-color: #65b42e;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}



/*-------------
    loader
 -------------*/
.loader {
    background: #fff;
    text-align: center;
    height: 100vh;
    z-index: 111111111;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linear-activity {
    overflow: hidden;
    width: 100%;
    height: 4px;
    background-color: transparent;
    margin: 20px auto;
}

.determinate {
    position: relative;
    max-width: 100%;
    height: 100%;
    -webkit-transition: width 500ms ease-out 1s;
    -moz-transition: width 500ms ease-out 1s;
    -o-transition: width 500ms ease-out 1s;
    transition: width 500ms ease-out 1s;
    background-color: #d81732;
}

.indeterminate {
    position: relative;
    width: 100%;
    height: 100%;
}

.indeterminate:before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #d81732;
    animation: indeterminate_first 1.5s infinite ease-out;
}

.indeterminate:after {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #d81732;
    animation: indeterminate_second 1.5s infinite ease-in;
}

@keyframes indeterminate_first {
    0% {
        left: -100%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 10%;
    }
}

@keyframes indeterminate_second {
    0% {
        left: -150%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 10%;
    }
}
/*-------------
   end loader
 -------------*/


/* ===================================
   Other Page
====================================== */
/***********************************/
/********standalone page css********/
/***********************************/
.slider-sec {
    min-height:500px;
    position: relative;
	background-position:center center;
	background-size:cover;
}
.slider-sec .overlay{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(20, 32, 34, 0.60);
}
.slider-sec .overlay h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    margin-top: 40%;
    margin-bottom: 10px;
}
.crumbs{
    position: relative;
}
.crumbs .breadcrumb-items{
    display: inline-block;
}
.crumbs .breadcrumb{
    margin-bottom: 0;
    border-radius: 0;
    padding: 15px 50px;
    background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}
.crumbs .breadcrumb li, .crumbs .breadcrumb li a{
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}
.crumbs .breadcrumb li a:hover{
    color: #FFBF00;
}
/*crumbs end*/

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}
.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading{
    color: #FFBF00;
    margin-bottom: 20px;
}
.standalone-area .sub-heading{
    color: #FFBF00;
    margin-bottom: 8px;
}
.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 40px;
    color: #000000;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.standalone-detail .para_text{
    color: #000000;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    opacity: .8;
    line-height: 2.1;
}

.standalone-area{
    padding-bottom: 120px;
}
.standalone-detail{
    padding-bottom: 100px;
}
.standalone-area .gradient-text1{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}
.standalone-area .stand-img-des .para_text{
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-weight: 300;
    opacity: .8;
}
.p-text ol{
	list-style-position: inherit;
	padding-left:20px;
}
.logoservizio{
	margin-top:-120px;
}
.logoservizio-md{
	display:none;
}

.cat_sec{
	margin-top:40px;
	padding-top:40px;
	border-top: 1px solid #CCCCCC;
}
.cat_sec h4{
	margin-bottom:20px;
}
.row-services{
	margin-bottom:20px;
}
.row-services p {
	font-size:16px;
	line-height: 18px;
	font-weight:bold;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.row-services a{
	color:#000000;
	text-decoration: none;
}
.row-services a:hover{
	text-decoration: underline;
}
.row-services img {
	max-height: 80px;
}
.internal-page {
	margin: 200px 0 70px;;
}
.side-menu .inner-wrapper {
	z-index: 99;
}
.modal-backdrop {
	z-index: 99998;
}
#assistanceModal {
	z-index: 99999;
}
#assistanceModal .modal-header {
    background: #f3912c;
    padding: 10px 20px;
}
#assistanceModal .assistence-type {
    color: #000;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    border-radius: 5px;
    height: 100%;
	padding: 20px 25px;border: 2px solid #f3912c;
}
#assistanceModal .assistence-type .btn.white-btn {
	background: #f3912c;
    border-color: #f3912c;
    color: #fff;
}
#assistanceModal .assistence-type img {
	margin: 0 auto;
}
#assistanceModal .close {
	opacity: 1;
	color: #fff;
}

/* ===================================
    Media Queries
====================================== */





/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .sidemenu_btn{
        display: none;
    }
}

 /*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .sidemenu_btn{
        display: none;
    }
	.navbar-expand-lg .navbar-nav a {
        padding-right: 1.2rem;
        font-size: 14px;
    }
	.navbar-expand-lg .navbar-nav .menu-item:last-child a {
		padding: 25px 20px;
	}
	.slider-social {
		top: 66px;
		right: 10px;
		transform: none;
		display: none !important;
	}
	.slider-social a {
		width: 20px;
    	height: 20px;
    	line-height: 20px;
	}
	.slider-social li:last-child a {
		width: 30px;
    	height: 30px;
    	line-height: 30px;
		margin: 4px;
	}
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.sidemenu_btn {
		display: block;
		position: relative;
		right: unset;
		top: unset;
		width: 50px;
		margin-top: 0 !important;
	}
	.internal-page {
		margin: 160px 0 0px;;
	}
    .sidemenu_btn{
        
    }
	 .navbar-expand-lg .navbar-nav a {
        padding-right: 2rem;
        font-size: 14px;
    }
	.navbar-expand-lg .navbar-nav .menu-item:last-child a {
		padding: 25px 20px;
	}
	
	.logoservizio-md{
		margin-top:-150px;
		display:block;
		text-align:right;
	}
	.logoservizio-md img {
		max-width:200px;
	}
	.logoservizio{
		display:none;
	}
	header {
        position: absolute;
        left: 0;
        z-index: 11111;
        right: 0;
        top: 0;
        background: #FFFFFF;
    }
	.navbar-brand {
        margin-left: 0;
        margin-right: 0;
        padding: 10px 0px;
    }
	.navbar-brand {
		max-width: 100px;
		margin: 10px 70px 10px 10px;
		padding: 0px;
	}
	.sidemenu_btn i{
        font-size: 36px;
        color: #000000;
    }
	.slider-social {
      display: none !important;
    }
	.main-navigation {
		display: flex;
		align-items: center;
	}
	.side-menu .inner-wrapper {
		padding: 50px;
	}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	body {
		font-size: 16px;
		line-height: 1.5;
	}
    .slider-social{
        display: none;
    }
	.internal-page {
		margin: 150px 0 0px;;
	}
	.area-heading p {
		font-size: 16px;
		line-height: 1.5;
	}
	.button.btnsection {
		font-size: 16px;
	}
}

 /*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 790px) {

    /*CUSTOM CLASSES*/
    .padding-bottom {
        padding-bottom: 4.5rem;
    }
    .padding-top {
        padding-top: 4.5rem;
    }

    .heading-area {width: 100%;margin: auto;}
    .heading-area .sub-heading{font-size: 18px;margin-bottom:10px}
    .heading-area .heading{font-size: 45px;margin-bottom:20px}
    .heading-area .text{font-size: 16px;display:block;}


    .sidemenu_btn {
        display: block;
		width:50px;
    }

    /*Side nav*/

    .side-menu {
        width: 50%;
    }

    .side-nav .side-nav-menu{
        align-items: start;
    }

    /*ABOUT US*/
    .about-details{
        text-align: center;
    }

    .about-details h1 {
        font-size: 45px;
    }

    .about-details span {
        font-size: 18px;
        margin-bottom: 0.7rem;
    }

    /*FEATURES*/
    .features .counter-box{
        margin-bottom: 40px;
    }


    /*Testimonial */
    .testimonial_img {
        position: absolute;
        left: 45%;
        top: 60%;
    }

    #testimonials .text1 {
        position: absolute;
        text-align: center;
        top: 84%;
        left: 42%;
    }

    /**/
    .blog-background {
        min-height: 500px !important;
    }

    /*CONTACT */

    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }

    .contact-sec .contact-form {
        width: 100%;
    }

    .contact-sec .contact-details ul li {
        display: block;
    }

    .contact-sec .contact-details ul li i {
        display: block;
    }


    .google_map{
        padding-top: 0;
    }


}



/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.internal-page {
		margin: 90px 0 0px;;
	}
	.navbar-brand {
		max-width: 60px;
		margin: 0px 70px 0px 10px;
		padding: 0px;
	}
	
    /*CUSTOM CLASSES*/
    .padding-bottom {
        padding-bottom: 4.5rem;
    }
    .padding-top {
        padding-top: 4.5rem;
    }

    .heading-area {width: 100%;margin: auto;}
    .heading-area .sub-heading{font-size: 18px;margin-bottom:10px}
    .heading-area .heading{font-size: 38px;margin-bottom:20px}
    .heading-area .text{font-size: 16px;display:block; font-weight:300}

    /*SLIDER*/


    /*HEADER AND NAV SETTING*/
    .navbar-brand {
        padding: 10px 5px;
        margin-left: 10px;
        margin-right: 0;
    }

    header {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 11111;
        right: 0;
        background-color: #ffffff;
    }

    .sidemenu_btn i{
        font-size: 36px;
        color: #000000;
    }


    /*SIDE NAV*/

    .side-menu .navbar-nav {
        align-items: start;
    }


    /*ABOUT US*/
    .about-details{
        text-align: center;
    }

    .about-details h1 {
        font-size: 40px;
    }

    .about-details span {
        font-size: 18px;
        margin-bottom: 0.7rem;
    }

    /*FEATURES*/

    .features .counter-box{
        margin-bottom: 40px;
    }


    /*BLOG */
    .blog-data h1 {
        font-size: 36px;
    }

    .blog-data p {
        margin-top: 30px;
        margin-bottom: 40px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-weight: 300;
        opacity: .9;
    }

    /*CONTACT */

    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }

    .contact-sec .contact-form {
        width: 100%;
    }

    .contact-sec .contact-details ul li {
        display: block;
    }

    .contact-sec .contact-details ul li i {
        display: block;
    }

    .google_map{
        padding-top: 0;
    }

    .slider-img{
        width: 600px !important;
        height: 290px !important;

    }
    .tp-heading{
        font-size: 30px !important;
    }
    .tp-sub-heading{
        font-size: 26px !important;
    }

}


/*100*/
@media  (min-width: 1000px) {

    /*.navbar-expand-lg .navbar-nav a {*/
    /*    padding-right: 2rem;*/
    /*    color: #FFFFFF;*/
    /*    transition: .5s ease;*/
    /*    font-size: 14px;*/
    /*}*/

}

/*90*/
@media  (min-width: 1300px) {
}



/*80 1920*/
@media (min-width: 1600px) {

    .slider-img {
        position: relative;
        top: 39px;
    }
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 600px;
	}
}
@media (max-width: 575px) {
	#assistanceModal .col-12.col-sm-6:first-of-type {
		margin-bottom: 16px;
	}	
}