*
{
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none;
    background: none;
    border: 0;
}
.row-1
{
    background: #000;
    height: auto;
    position: relative;
    left: 0px;
    top: 0;
    padding: 0;
}
.row-1::before
{
    content: "";
    background: #1076bc;
    position: absolute;
    left: -12px;
    top: 0;
    width: 68%;
    padding: 18px 0;
    transform: skew(-35deg);
}
.row-1 a
{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 1%;
    letter-spacing: 0.3px;
}
.row-2 .nav-item
{
    width: 20%;
}
.row-2 .navbar-expand-lg .navbar-nav
{
    width: 85%;
    text-align: center;
}
.row-1 a i
{
    font-size: 15px;
    padding: 10px 0px;
}
.contain
{
    position: relative;
    left: 0;
    top: 0;
}
.row-1-col-1
{
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
}
.row-2-col-1 img
{
    width: 100%;
}
.row-2-col-1 a
{
    float: left;
}
.row-2
{
    height: auto;
    padding: 10px 0;
    transition: 0.5s;
    background: #000;
    z-index: 999;
}
.row-2-col-2
{
    height: 78px;
    line-height: 48px;
    padding: 15px 0;
}
.row-2-col-2 .navbar-expand-lg
{
    padding: 0;
}
.row-2-col-2 .navbar-expand-lg .navbar-nav .nav-link
{
    color: #fff;
    font-size: 15px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    transition: 0.5s linear;
    padding: 0;
}
.row-2-col-2 .navbar-expand-lg .navbar-nav .nav-link:hover
{
    color: #1076bc;
}
.row-2-col-2 .dropdown-item:hover
{
    background: none;
    color: #1076bc;
}
.search
{
    position: relative;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 60px;
    transition: 0.5s;
    border: 3px solid #1076bc;
    overflow: hidden;
    margin: 0;
    display: none;
}
.search .icon
{
    position: absolute;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 28px;
    border-radius: 100%;
    background: #fff;
    color: #fff;
    z-index: 1;
    cursor: pointer;
    transition: 0.5s linear transform;
}
.icon.active
{
    transform: rotate(360deg);
}
.search .icon i
{
    margin-top: 13px;
    color: #1076bc;
}
.search.active
{
    width: 98%;
    margin: 0;
    box-shadow: 0 0 10px #1076bc;
}
.search .input
{
    width: 60%;
    height: 55px;
    position: relative;
    left: 65px;
    display: inline-block;
}
.search .input input
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    font-size: 16px;
    color: #232323;
}
.search .input input::placeholder
{
    font-size: 16px;
    color: #232323;
}
.search .clear
{
    position: absolute;
    right: 40px;
    top: 19px;
    width: 7%;
    height: 18px;
    cursor: pointer;
}
.search .clear::before
{
    position: absolute;
    left: 12px;
    content: '';
    width: 2px;
    height: 20px;
    background: #000;
    transform: rotate(45deg);
}
.search .clear::after
{
    position: absolute;
    content: '';
    left: 12px;
    width: 2px;
    height: 20px;
    background: #000;
    transform: rotate(135deg);
}
.sub
{
    background: url(images/icon.webp) no-repeat center center;
    content: "\e986";
    position: absolute;
    width: 25px;
    height: 24px;
    right: 10px;
    top: 15px;
}
.form-1
{
    width: 50%;
}
.row-3
{
    background: url(images/back-1.webp) no-repeat left top;
    background-size: cover;
    padding: 50px 0 30px 0;
    position: relative;
}
.row-3-col-2 h3, .row-4 h5, .row-5-col-2 h3, .row-6 h3, .row-7 h3, .row-8 h3, .row-10 h3, .service-detail-row-3 h5, .service-detail h2, .contact h3, .pop2 h3, .port h3
{
    color: #1076bc;
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto", Sans-serif;
    letter-spacing: 1px;
}
.row-3-col-2 h1, .head-1, .row-5-col-2 h2, .row-6 h2, .row-6 h1, .row-7 h2, .row-8 h2, .row-10 h2, .row-11-col-1 h2, .service-detail-row-3 h2, .service-detail h1, .contact h2, .pop2 h2, .port h2
{
    font-size: 35px;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 700;
}
.row-3-col-2 h1 span, .row-5-col-2 h2 span, .row-7 h2 span, .row-8 h2 span, .service-detail-row-3 h2 span, .service-detail h1 span, .port h2 span, .row-6 h2 span, .row-6 h1 span
{
    color: #1076bc;
}
.row-3-col-2 p, .row-4 p, .row-5-col-2 p, .row-6 , .row-7 p, .row-11 p, .port p
{
    color: #6D6D6D;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
.row-3-col-2 ul li, .row-5-col-2 ul li
{
    list-style-type: none;
    font-size: 1۶px;
    line-height: 1.5;
    margin: 15px 0 0 0;
    font-weight: 600;
    color: #232323;
    display: flex;
}
.row-3-col-1 img
{
    width: 100%;
}
.row-3-col-2 ul, .row-5-col-2 ul
{
    padding: 0;
}
.row-3-col-2 ul li i, .row-5-col-2 ul li i
{
    color: #1076bc;
    margin: 18px 10px 0px 0px;
    font-weight: 400;
    font-size: 24px;
}
.list
{
    width:100%;
    background: #F7F8F9;
    border-bottom: 2px solid #1076bc;
    padding: 20px 25px 20px 25px;
}
.row-3-row-col
{
    background: #fff;
    height: 150px;
    box-shadow: 0 0 10px;
    position: relative;
    margin: 0 1%;
}
.row-3-row-col::before
{
    content: "";
    border-top: 150px solid #f7f8f9;
    border-right: 80px solid transparent;
    border-left: 70px solid #f7f8f9;
    position: absolute;
    left: 0;
    top: 0;
}
.row-3-row-col-col
{
    position: absolute;
    left: 0;
    top: 0;
}
.row-3-row-col-col span
{
    font-size: 60px;
    color: #1076bc;
    float: left;
    margin: 35px 0 0 20px;
}
.row-3-row-col-col h3
{
    font-size: 21px;
    font-weight: 600;
    color: #232323;
    font-family: 'Fira Sans', sans-serif;
    float: left;
    margin: 25px 0px 12px 10px;
}
.row-3-row-col-col p
{
    color: #6d6d6d;
    font-family: "Rubik",Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    float: left;
    margin: 0 0 0 9px;
    width: 70%;
}
.margin
{
    padding: 0 1%;
}
.row-3-row
{
    margin: -120px 0;
}
.row-3-col-1
{
    margin: 100px 0 0 0;
    text-align: center;
}
.row-3-col-2
{
    margin: 100px 0 0 0;
}
.row-4
{
    background: url(images/back-2.webp) no-repeat left top;
    background-size: cover;
    text-align: center;
    padding: 0 0 450px 0;
    display: none;
}
.row-4 .container
{
    position: relative;
}
.row-4 h5
{
    margin: 100px 0 15px 0;
}
.row-4 p, .row-6 p
{
    padding: 15px 20% 0 20%;
}
.row-4-col-1
{
    background: url(images/img-1.webp);
    height: 450px;
}
.row-1-col-2 a i:hover
{
    color: #1076bc;
}
.row-1-col-2 ul, .footer-icons ul
{
    float: left;
    margin: 0;
    padding: 0;
    width:100%;
}
.row-1-col-2 ul li, .footer-icons ul li
{
    float: left;
    margin: 0 3%;
    list-style-type: none;
}
.row-5
{
    background: url(images/Slide-3.webp) no-repeat left top;
    background-size: 100% 655px;
}
.row-5-col-2
{
    padding: 150px 0 0 5%;
}
.row-5-col-1 img
{
    width: 78%;
}
.row-5-col-2 h2
{
    color: #fff;
}
.row-5-col-2 p, .row-5-col-2 ul li
{
    color: #C6C6C6;
}
.row-5-col-1
{
    text-align: center;
    position: relative;
}
.row-5-col-2 ul li i
{
    color: #818a91;
}
.row-5-col-2 ul li i:hover
{
    color: #1076bc;
}
.row-6
{
    background: url(images/back-4.webp) no-repeat left top;
    background-size: cover;
    text-align: center;
    padding: 100px 0 180px 0;
}
.counter-parent
{
    position: absolute;
    right: -60px;
    bottom: 60px;
    background: url(images/counter-back.webp);
    transform: skew(-14deg);
    border: 3px solid #fff;
    padding: 15px 5%;
}
.counter
{
    font-weight: 600;
    font-size: 50px;
    font-family: "Rubik",Sans-serif;
    color: #1076bc;
    transform: skew(14deg);
    padding: 0 15% 0 0;
}
.counter-parent span
{
    color: #FFFFFF;
    font-size: 22px;
    font-family: "Rubik",Sans-serif;
    padding: 0 1%;
    display: inline-block;
    transform: skew(14deg);
}
.counter-parent span h3
{
    margin: 0;
}
.row-6-col, .row-7-col-2-col
{
    position: relative;
    background: #fff;
    height: 420px;
}
.row-6-col::before
{
    content: '';
    position: absolute;
    height: 210px;
    width: 60%;
    background: #f7f8f9;
    top: 0;
    clip-path: polygon(0% 0%, 95% 0%, 0% 100%, 0% 100%);
    left: 0;
}
.row-6-col::after
{
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background: #1076bc;
    top: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%);
    right: 0;
}
.row-6-col span
{
    position: absolute;
    left: 48px;
    top: -38px;
    color: #1076bc;
    background: #fff;
    font-size: 50px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 100%;
    transition: 0.3s linear all;
}
.row-6-col:hover span
{
    background: #1076bc;
    color: #fff;
}
.extra
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.extra h2, .service-detail h1
{
    font-size: 24px;
    font-family: "Rubik",Sans-serif;
    font-weight: 700;
    color: #232323;
    margin: 90px 0 25px 0;
}
.extra p, .service-detail p
{
    color: #707070;
    font-family: 'Fira Sans', sans-serif;
    padding: 25px 12%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 !important;
}
.extra ul, .service-detail ul
{
    padding: 0 17%;
    margin: 0;
    text-align: left;
}
.service-detail ul
{
    padding: 20px 38%;
}
.extra ul li, .service-detail ul li
{
    list-style-type: none;
    color: #4c4c4c;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.extra ul li i, .service-detail ul li i
{
    color: #1076bc;
    padding: 0 7% 0 0;
    font-size: 18px;
}
.margin-2
{
    padding: 0 1%;
    margin: 30px 0;
}
.row-6-row
{
    background: url(images/approved/Web.webp) no-repeat left top;
    background-size: cover;
    height: 250px;
    text-align: start;
}
.row-6-row-col
{
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-family: "Rubik",Sans-serif;
}
.row-6-row-col span
{
    font-size: 34px;
    display: inline-block;
    margin: 0;
    font-family: "Rubik",Sans-serif;
    font-weight: 500;
    color: #fff;
    margin: 30px 0 0 1%;
}
.row-6-row-col h4
{
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 500;
    font-family: "Rubik",Sans-serif;
    text-indent: 11%;
}
.counter-2
{
    margin: 0 0 0 10%;
}
.row-6-row-col p
{
    color: #FFFFFFB8;
    font-family: "Fira Sans", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 11%;
}
.row-7
{
    margin: 100px 0;
    text-align: center;
}
.row-6-row-parent
{
    margin: -105px 0 0 0;
}
.row-7-col-1 p
{
    color: #707070;
    font-family: "Fira Sans", Sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6em;
    margin: 30px 0;
}
.row-7-col-1 ul
{
    padding: 0;
    margin: 0;
}
.row-7-col-1 ul li
{
    float: left;
    list-style-type: none;
    color: #707070;
    padding: 0 1% 0 0;
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
    width: 50%;
}
.row-7-col-1 ul li i
{
    color: #1076bc;
    padding: 0 2% 0 0;
    font-size: 20px;
}
.team-anc, .row-10-col-2 a, .contact input[type="submit"], .anc-1, .pop2 input[type="submit"]
{
    font-family: "Fira Sans", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    background: #1076bc;
    color: #fff;
    border: 3px double #fff;
    text-decoration: none;
    padding: 20px;
    display: inline-block;
    margin: 50px 0 0 0;
    fill: #FFFFFF;
    transition: 300ms linear all;
    border-radius: 3px;
}
.pop2 input[type="submit"]
{
    margin: 0;
    padding: 15px 20px;
}
.row-7-col-1 a:hover, .row-10-col-2 a:hover, .contact input[type="submit"]:hover , .anc-1:hover, .pop2 input:hover[type="submit"]
{
    color: #1076bc;
    background: none;
    border-color: #1076bc;
}
.row-7-col-2-col
{
    box-shadow: 0 0 15px #aaa;
    height: 365px;
    position: relative;
}
.row-7-col-2-col::before
{
    content: '';
    position: absolute;
    height: 140px;
    width: 140px;
    background: #f7f8f9;
    top: 0;
    left: 0;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
    border-radius: 5px;
}
.row-7-col-2-col::after
{
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background: #1076bc;
    top: 0;
    right: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
    border-radius: 5px;
}
.row-7-col-2-col-inner
{
    position: absolute;
    left: 20px;
    top: 20px;
    text-align: center;
}
.row-7-col-2-col-inner h2
{
    color: #303132;
    font-size: 22px;
    font-weight: 500;
    font-family: "Rubik",Sans-serif;
    margin: 10px 0;
}
.space
{
    padding: 8px 3%;
    overflow: hidden;
    transition: 1s linear all;
    position: relative;
}
.row-7-col-2-col-inner p
{
    color: #1076bc;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Istok Web', sans-serif;
    opacity: 1;
    transition: 0.3s;
}
.trans:hover .row-7-col-2-col-inner p
{
    opacity: 0;
}
.social
{
    display: inline-block;
    position: absolute;
    left: 70px;
    bottom: -40px;
    transition: 300ms linear all;
}
.social span, .social i
{
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 30px;
    color: #1076bc;
}
.trans:hover .social
{
    bottom: 8px;
}
.social a
{
    text-decoration: none;
}
.trans
{
    position: relative;
    height: 365px;
    overflow: hidden;
}
.trans::before
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #1076bc;
    transform: scale(0,1);
    transition: 300ms linear transform;
    z-index: 1;
}
.trans:hover:before
{
    transform: scale(1,1);
}
.main-slider
{
    padding: 0;
    position: relative;
    z-index: -999;
}
.main-slider .img-fluid
{
    width: 100%;
}
.dropdown
{
    transition: 0.5s linear all;
}
.main-slider rs-layer
{
    transition: 0.3s linear color, 0.3s linear background;
}

.dropdown:hover .dropdown-menu
{
    display: block;
}
.row-6 h2, .row-6 h1
{
    color: #232323;
}
.row-6 p
{
    margin: 0 0 80px 0;
}
.icon-WhatsApp-Image-2022-08-15-at-22735-PM-02, .icon-new-01, .icon-WhatsApp-Image-2022-08-15-at-22735-PM-03
{
    position: absolute;
    right: 24px;
    bottom: 60px;
    font-size: 55px;
    color: #1076bc;
}
.owl-item span
{
    background: none !important;
    transform: rotate(35deg);
}
.owl-item div
{
    color: #1076bc; 
}
.line
{
    background: #1076bc;
}
.row-8, .row-10
{
    background: url(images/back-6.webp) no-repeat left top;
    background-size: cover;
    padding: 100px 0 180px 0;
}
.row-10 .container
{
    position: relative;
}
.row-10 .container .owl-carousel
{
    top: 110px;
}
.owl-carousel
{
    z-index: 0;
}
.row-8
{
    padding: 80px 0 350px 0;
}
.row-8 .container
{
    position: relative;
}
.row-8 h2, .row-11-col-1 h2
{
    color: #fff;
}
.row-11-col-1 p
{
    color: #FEFEFE;
}
.row-10
{
    background: url(images/back-7.webp) no-repeat left top;
    background-size: cover;
    padding: 200px 0 600px 0;
    text-align: center;
}
.row-10-col-1, .row-10-col-2
{
    text-align: start;
    padding: 450px 0 0 0;
    display: none;
}
.row-10-col-2 a
{
    margin: 0;
}
.row-11
{
    background: url(images/Slide-1.webp) no-repeat left top;
    background-size: cover;
    padding: 50px 0;
}
.row-11-col-2 form
{
    background: #fff;
    border-radius: 3px;
    margin: 10px 0 0 0;
    padding: 0px 2%;
    height: 70px;
}
.row-11-col-2 form input[type="email"], .row-11-col-2 form input[type="submit"]
{
    padding: 0px 2%;
    width: 70%;
    font-size: 15px;
    background: #fff;
    font-family: inherit;
    color: #6d6d6d;
    font-weight: 500;
    line-height: 70px;
}
.row-11-col-2 form input[type="submit"]
{
    background: #1076bc;
    width: 25%;
    color: #fff;
    margin: 5px 0 0 0;
    padding: 0px 2%;
    float: right;
    transition: 0.5s linear background;
    line-height: 60px;
}
.row-11-col-2 form input[type="submit"]:hover
{
    background: #1a3f59;
}
.footer
{
    background: #252628;
    padding: 50px 0 0 0;
}
.footer-col-1 img
{
    width: 50%;
}
.footer-col-1 p
{
    font-size: 14px;
    color: rgba(255,255,255,0.80);
    padding: 15px 25% 0 0;
}
.footer-icons ul li
{
    width: 12%;
    margin: 0 2%;
}
.footer-icons ul li a
{
    transition: all 0.5s ease 0s;
    font-size: 15px;
    border: 1px solid #fff;
    color: rgba(255,255,255,0.80);
    border-radius: 3px;
    text-align: center;
    padding: 8px 30%;
    cursor: pointer;
    display: inline-block;
}
.footer-icons ul li:hover a
{
    color: #fff;
    background: #1076bc;
    border-color: #1076bc;
}
.footer-col-2 h5
{
    font-size: 20px;
    color: #f8f9fe;
    font-weight: 600;
}
.footer-col-2 ul, .footer-row-2 ul
{
    margin: 0;
    padding: 0;
}
.footer-col-2 ul li
{
    list-style-type: none;
    position: relative;
    padding: 0px 10%;
}
.footer-col-2 ul li::before
{
    content: '';
    height: 2px;
    width: 6%;
    position: absolute;
    left: 0;
    top: 22px;
    background: rgba(255,255,255,0.80);
}
.footer-col-2 ul li a
{
    color: rgba(255,255,255,0.80);
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s linear all;
    padding: 10px 0;
    display: inline-block;
}
.footer-col-2 ul li a:hover,.post-1 a h3:hover, .footer-row-2 ul li a:hover, .content-box a:hover
{
    color: #1076bc;
}
.footer-col-2 h6, .footer-col-2 h6 a
{
    font-size: 17px;
    color: rgba(255,255,255,0.80);
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s linear all;
}
.footer-col-2 h6 a:hover
{
    color: #1076bc;
}
.footer-col-2 h6 span, .footer-col-2 h6 span a
{
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
}
.footer-col-2 h6
{
    padding: 20px 0;
    margin: 0;
}
.no-padding
{
    padding: 0 !important;
}
.gap
{
    margin: 20px 0;
}
.post-1
{
    margin: 20px 0 0 0;
    display: inline-block;
}
.post-1 a img
{
    border-radius: 5px;
    float: left;
    transition: 0.5s linear opacity;
    width: 100%;
}
.post-1 a img:hover
{
    opacity: 0.6;
}
.post-1 a h3, .post-1 p
{
    color: #f8f9fe;
    font-size: 13px;
    transition: 0.3s linear all;
    font-weight: 500;
}
.anc-head
{
    text-decoration: none;
    float: left;
    width: 55%;
    margin: 0 0 0 4%;
}
.anc-img
{
    float: left;
    width: 40%;
}
.post-1 p
{
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 4%;
    color: rgba(255,255,255,0.80);
}
.footer-row-2
{
    border-top: 1px solid rgba(255,255,255,0.80);
    display: inline-block;
    margin: 70px 0 10px 0;
}
.footer-row-2 p
{
    font-family: "Rubik",Sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #f8f9fe;
    margin: 20px 0 0px 0;
    float: left;
}
.footer-row-2 ul
{
    float: right;
    width: 35%;
    margin: 20px 0 0px 0;
    position: relative;
    text-align: end;
}
.footer-row-2 ul li
{
    list-style-type: none;
    display: inline-block;
    padding: 0 3%;
}
.footer-row-2 ul li a
{
    text-decoration: none;
    color: #f8f9fe;
    display: block;
    transition: 0.3s;
    font-size: 12px;
}
.row-2 .dropdown-menu li
{
    position: relative;
    transition: 0.2s linear all;
}
.row-2 .dropdown-menu li::before
{
    position: absolute;
    left: -15px;
    top: 12px;
    font-size: 20px;
    content: "";
    width: 15px;
    height: 2px;
    background: #1076bc;
    transition: 0.2s linear all;
}
.row-2 .dropdown-menu li:hover
{
    margin: 0 3%;
}
.row-2 .dropdown-menu li:hover::before
{
    left: -4px;
}
.row-2 .dropdown-menu
{
    overflow: hidden;
}
.row-2 .dropdown-menu li a
{
    display: block;
    line-height: 1.3;
    font-size: 14px;
    color: #232323;
    font-weight: 400;
    text-transform: capitalize;
}
.row-8 .owl-item.cloned,.row-8 .owl-item.active, .row-8 .owl-item
{
    height: 450px;
}
.row-8 .owl-carousel .owl-stage-outer
{
    height: 470px;
}
.row-8 .no-js .owl-carousel, .owl-carousel.owl-loaded
{
    position: absolute;
    left: 0;
    top: 170px;
}
.row-8 .hello-2 img
{
    height: 310px;
}
.row-8 .hello-2
{
    box-shadow: 0 0 15px #ccc;
}
.row-10 .owl-item
{
    width: 15% !important;
    margin: 0 1%;
    background: #fff;
}
.row-10 .owl-stage-outer
{
    height: 268px;
}
.last-one .owl-carousel
{
    top: 0!important;
}
.last-one .owl-item
{
    width: 7% !important;
}
.last-one .owl-stage-outer
{
    height: 450px;
    margin: 50px 0;
}
.last-one
{
    text-align: left !important;
    display: none;
}
.row-8 .owl-dots
{
    display: none;
}
.row-10 .container .owl-nav,.row-10 .container .owl-dots, .row-4 .owl-nav
{
    display: none;
}
.last-one .owl-nav, .last-one .owl-dots
{
    display: block !important;
}
#rev_slider_3_1_wrapper .hades.tparrows{cursor:pointer;background:rgba(0,0,0,0.25);width:100px;height:100px;position:absolute;display:block;z-index:1000}#rev_slider_3_1_wrapper .hades.tparrows:before{font-family:'revicons';font-size:30px;color:#ffffff;display:block;line-height:100px;text-align:center; transition:background 0.3s,color 0.3s}#rev_slider_3_1_wrapper .hades.tparrows.tp-leftarrow:before{content:'\e824'}#rev_slider_3_1_wrapper .hades.tparrows.tp-rightarrow:before{content:'\e825'}#rev_slider_3_1_wrapper .hades.tparrows.rs-touchhover:before{color:rgba(0,0,0,0.5); background:#ffffff}#rev_slider_3_1_wrapper .hades .tp-arr-allwrapper{position:absolute; left:100%; top:0px; background:#888; width:100px;height:100px; -webkit-transition:all 0.3s; transition:all 0.3s; -ms-filter:'progid:dximagetransform.microsoft.alpha(opacity=0)'; filter:alpha(opacity=0); -moz-opacity:0.0; -khtml-opacity:0.0; opacity:0.0; -webkit-transform:rotatey(-90deg); transform:rotatey(-90deg); -webkit-transform-origin:0% 50%; transform-origin:0% 50%}#rev_slider_3_1_wrapper .hades.tp-rightarrow .tp-arr-allwrapper{left:auto; right:100%; -webkit-transform-origin:100% 50%; transform-origin:100% 50%; -webkit-transform:rotatey(90deg); transform:rotatey(90deg)}#rev_slider_3_1_wrapper .hades:hover .tp-arr-allwrapper{-ms-filter:'progid:dximagetransform.microsoft.alpha(opacity=100)'; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;  -webkit-transform:rotatey(0deg); transform:rotatey(0deg)}#rev_slider_3_1_wrapper .hades .tp-arr-iwrapper{}#rev_slider_3_1_wrapper .hades .tp-arr-imgholder{background-size:cover; position:absolute; top:0px;left:0px; width:100%;height:100%}#rev_slider_3_1_wrapper .hades .tp-arr-titleholder{}#rev_slider_3_1_wrapper .hades .tp-arr-subtitleholder{}

.blog-col-1 h2, .blog-col-4 h2
{
    font-size: 25px;
    font-family: "Poppins", Sans-serif;
    color: #1076bc;
    margin: 20px 10px;
    font-weight: 700;
    transition: all 1s linear;
}
.blog-col-1 p, .blog-col-4 p
{
    font-family: "Poppins", Sans-serif;
    color: #000;
    margin: 20px 10px;
    font-weight: 200;
    border-bottom: 1px solid #000;
    padding: 20px 0;
}
.blog-col-2 img, .blog-col-3 img
{
    width: 100%;
    height: 350px;
    margin: 25px 0 0px 0;
    border: 2px solid #1076bc;
    border-radius: 20px;
    transition: all 1s linear;
}
.blog-row
{
    margin: 50px 0;
}
.blog-row:hover .blog-col-1 h2, .blog-row:hover .blog-col-4 h2
{
    color: #000;
}
.blog-row:hover .blog-col-2 img,.blog-row:hover .blog-col-3 img
{
    border-radius: 0;
}
.detail img
{
    width: 26%;
    height: 30px;
    border-radius: 100%;
    float: left;
    margin: 6px 0 0 0;
}
.detail p
{
    font-size: 15px;
    font-family: "Poppins", Sans-serif;
    color: #000;
    float: left;
    margin: 10px 0 0 10px;
    border: none;
    padding: 0;
}
.detail i
{
    float: left;
    color: #1076bc;
    margin: 8px 0px 0 0;
    font-size: 25px;
}
.con-col-1 input, .con-col-2 input, .con-row-1 input, .con-col-1 textarea, .pop2 input, .pop2 select, .pop2 textarea
{
    border: 2px solid #fff;
    width: 100%;
    color: #333;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 10px;
    transition: 0.3s linear all;
}
.pop2 input, .pop2 select, .pop2 textarea
{
    border: 1px solid #1076bc;
    margin: 10px 0;
    width: 90%;
    font-size: 14px;
}
.con-col-1 label, .con-col-2 label, .con-row-1 label
{
    color: #666;
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto", Sans-serif;
    letter-spacing: 1px;
    margin: 10px 0;
}
.con-col-1 textarea, .pop2 textarea
{
    height: 200px;
}
.contact input[type="submit"]
{
    margin: 20px 0 0 0;
    padding: 10px 20px;
    float: left;
}
.contact form
{
    margin: 50px 0;
    float: left;
}
.con-col-1, .con-col-2, .con-row-1
{
    margin: 30px 0;
}
.contact form input:focus, .contact form textarea:focus, .contact form input:hover, .contact form textarea:hover, .pop2 input:hover, .pop2 textarea:hover, .pop2 input:focus, .pop2 textarea:focus
{
    box-shadow: 0 0 6px #1076bc;
}
.nav-link::before
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 2px solid transparent;
    transition: all 0.6s ease;
}
.nav-link::after
{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    transition: all 0.6s ease;
}
.nav-link:hover::after, .nav-link:hover::before
{
    border-color: #1076bc;
    width: 100%;
    height: 100%;
}
.nav-link
{
    position: relative;
}
.row-7-ex, .row-7-ex-2
{
    text-align: center;
}
.row-7-ex p
{
    border: none;
}
.whatsapp
{
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #25d366;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 35px;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    transition: 0.2s linear background;
    z-index: 999;
}
.whatsapp:hover
{
    background: #056127;
    color: #fff;
}
.service-detail
{
    text-align: center;
    padding: 50px 0;
}
.service-detail-row-2
{
    background: url(images/video.webp);
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: -1;
    padding: 100px 0;
}
.layer
{
    background: #121B51;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}
.watch-anc-1
{
    width: 80px;
    height: 80px;
    background: #fff;
    display: inline-block;
    margin: 50px 0;
    border-radius: 100%;
    line-height: 80px;
    position: relative;
}
.watch-anc-1::before
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    background: rgba(255,255,255, 0.8);
    border-radius: 100%;
    animation: pulse 1500ms ease-out infinite;
}
@keyframes pulse{
    100%{transform:scale(2.5);opacity:0;}
}
 
.watch-anc-1 i
{
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #1076bc;
    color: #fff;
    border-radius: 100%;
}
.service-detail-row-2 h4
{
    color: #fff;
    font-size: 35px;
    text-transform: capitalize;
    padding: 0 15%;
    font-weight: bolder;
}
.service-detail-row-2 p
{
    font-family: "Rubik",Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding: 0 20%;
    margin: 40px 0;
}
.watch-anc-2
{
    padding: 20px 5%;
    background: #1076bc;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s linear all;
}
.watch-anc-2:hover
{
    color: #fff;
    background: #0b3e61;
}
.service-detail-row-3
{
    text-align: center;
    padding: 100px 0;
    position: relative;
    height: 700px;
}
.service-detail-row-3 h2, .service-detail h1
{
    padding: 10px 20%;
    margin: 0;
}
.bor
{
    width: 52px;
    border: 4px solid transparent;
    border-top-color: #1076bc;
    margin: auto;
}
.service-detail-row-3 .owl-carousel.owl-loaded, .logo-div .owl-carousel.owl-loaded
{
    position: static;
    margin: 50px 0;
}
.logo-div .owl-dots, .row-8 .owl-nav
{
    display: none;
}
.service-detail-row-3 .s-heading
{
    color: #000;
}
.service-detail-row-3 .head-span:hover
{
    color: #1076bc;
}
.sticky
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    margin: 0;
    padding: 10px 0;
    transition: 0.5s linear;
}
.service-detail-row-3 .owl-nav, .logo-div .owl-nav
{
    display: none;
}
.contact
{
    margin: 100px 0 50px 0;
    background: url(images/contact-back.webp) no-repeat left top;
    background-size: cover;
    padding: 100px 0 0 0;
    position: relative;
}
.contact h3, .contact h2
{
    text-align: center;
}
  /* Slider */
  
  .slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    border: 1px solid #707070;
    padding: 0 5%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.pop1
{
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
}
.pop2
{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    height: 96%;
    display: inline-block;
    background: #fff;
    z-index: 2;
    text-align: center;
    padding: 20px;
    display: none;
}
.cut
{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    float: right;
    background: #1076bc;
    line-height: 25px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -15px;
}
.pop2 span
{
    display: inline-block;
    width: 90%;
    height: 20px;
    margin: 10px 0;
}
textarea
{
    resize: none;
}
.qt
{
    position: fixed;
    left: -52px;
    top: 200px;
    background: #1076bc;
    color: #fff;
    font-size: 17px;
    transform: rotate(270deg);
    z-index: 0;
    padding: 10px 20px;
    font-weight: bold;
    border: 2px solid #1076bc;
    transition: all 0.3s linear;
}
.qt2
{
    right: -24px;
    left: auto;
    transform: rotate(90deg);
}
.qt:hover
{
    background: none;
    color: #1076bc;
}
.port
{
    margin: 50px 0;
}
.con-col-1 img
{
    width: 100%;
    margin: 110px 0 0 0;
}
.post, .post2
{
    position: absolute;
    top: 400px;
    left: 0px;
}
.post2
{
    top: 0;
}
.rev-btn:hover
{
    color: #1076bc !important;
}
.green , .red
{
    border: 2px solid #25d366;
    float: left;
    width: 100%;
    padding: 2px 0;
    display: none;
    margin: 5px 0 0 0;
    text-align:center;
}
.red
{
    border-color: #f00;
}
.pop3 textarea
{
    height: 80px;
}
.pop3 .form-control
{
    margin: 10px auto;
}
.sld_hd h2
{
    font-weight: bold;
}